View Issue Details

IDProjectCategoryView StatusLast Update
0000101easycwmpBugpublic2015-12-17 14:26
Reporterimuneer Assigned Tomohamed.kallel  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
PlatformlinuxOSopenwrtOS Version15.04
Summary0000101: GIT repo not found
DescriptionI 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'
TagsNo tags attached.
e-mail notification

Activities

mohamed.kallel

2015-12-07 09:12

administrator   ~0000337

the same question of the issue 0000100

mohamed.kallel

2015-12-07 09:13

administrator   ~0000338

Last edited: 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

imuneer

2015-12-07 10:24

reporter   ~0000339

Last edited: 2015-12-07 10:25

OK. Thanks Brother, The above fix works.

By the way, Will it not be changed in installation guide?

mohamed.kallel

2015-12-07 10:31

administrator   ~0000340

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

imuneer

2015-12-09 13:58

reporter   ~0000345

Good.

Thank you.

Issue History

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
2015-12-07 10:24 imuneer Note Added: 0000339
2015-12-07 10:25 imuneer Note Edited: 0000339
2015-12-07 10:25 imuneer Note Edited: 0000339
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