Anonymous | Login | Signup for a new account | 2021-03-01 21:02 CET | ![]() |
My View | View Issues | Change Log | Roadmap | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000101 | easycwmp | [All Projects] Bug | public | 2015-12-06 08:32 | 2015-12-17 14:26 | ||||
Reporter | imuneer | ||||||||
Assigned To | mohamed.kallel | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | resolved | Resolution | no change required | ||||||
Platform | linux | OS | openwrt | OS Version | 15.04 | ||||
Summary | 0000101: GIT repo not found | ||||||||
Description | I downloaded the 'http://easycwmp.org/download/easycwmp-openwrt.tar.gz' [^] and enabled the package with 'make menuconfig'. When I executed the 'make' the whole things break when the compiler tries to clone the following repo 'git://dev.freecwmp.org/microxml' [^] It says 'fatal: unable to connect to dev.freecwmp.org' | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
![]() |
|
(0000337) mohamed.kallel (manager) 2015-12-07 09:12 |
the same question of the issue 0000100 |
(0000338) mohamed.kallel (manager) 2015-12-07 09:13 edited on: 2015-12-07 09:14 |
You have to change the git repo url of libmicroxml package. you can use the following git url: https://github.com/pivasoftware/microxml.git [^] [^] Please change the Makefile of microxml. It's under: feeds/management/libmicroxml Use the following parameters in the Makefile of microxml: PKG_NAME:=libmicroxml PKG_VERSION:=2015-03-18 <====== change this PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/pivasoftware/microxml.git [^] [^] <====== change this PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=caa8d3e6887f5c70e54df555dd78e4e45cfa74cc <====== change this PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz |
(0000339) imuneer (reporter) 2015-12-07 10:24 edited on: 2015-12-07 10:25 |
OK. Thanks Brother, The above fix works. By the way, Will it not be changed in installation guide? |
(0000340) mohamed.kallel (manager) 2015-12-07 10:31 |
We are waiting the git repo of microxml to return up. If the server does not up again in couple days then we will make some changes to fix this issue |
(0000345) imuneer (reporter) 2015-12-09 13:58 |
Good. Thank you. |
![]() |
|||
Date Modified | Username | Field | Change |
2015-12-06 08:32 | imuneer | New Issue | |
2015-12-07 09:12 | mohamed.kallel | Note Added: 0000337 | |
2015-12-07 09:13 | mohamed.kallel | Note Added: 0000338 | |
2015-12-07 09:14 | mohamed.kallel | Note Edited: 0000338 | View Revisions |
2015-12-07 10:24 | imuneer | Note Added: 0000339 | |
2015-12-07 10:25 | imuneer | Note Edited: 0000339 | View Revisions |
2015-12-07 10:25 | imuneer | Note Edited: 0000339 | View Revisions |
2015-12-07 10:31 | mohamed.kallel | Note Added: 0000340 | |
2015-12-09 13:58 | imuneer | Note Added: 0000345 | |
2015-12-17 14:26 | mohamed.kallel | Status | new => resolved |
2015-12-17 14:26 | mohamed.kallel | Resolution | open => no change required |
2015-12-17 14:26 | mohamed.kallel | Assigned To | => mohamed.kallel |
Copyright © 2000 - 2021 MantisBT Team |