View Issue Details

IDProjectCategoryView StatusLast Update
0000100easycwmpHelppublic2015-12-07 09:15
Reporterandy_yang Assigned Tomohamed.kallel  
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionno change required 
Platformopenwrt 15.05 branchOSUbuntuOS Version12.04
Summary0000100: Failed for EasyCwmp install for OpenWRT Linux
DescriptionI want to installl EasyCwmp for my OpenWRT Linux. But it failed. I refer to following link: http://www.easycwmp.org/index.php/manual
Steps To Reproduce2. EasyCwmp install for OpenWRT Linux
Download:

cd /path/to/openwrt/package/
wget http://easycwmp.org/download/easycwmp-openwrt.tar.gz
tar -xzvf easycwmp-openwrt.tar.gz
cd ..

Build as built-in

make menuconfig #(And then select the package as <*>)
make
Additional Informationmake[3]: Entering directory `/home/andy/develop/openwrt/package/boot/grub2'
make[3]: Leaving directory `/home/andy/develop/openwrt/package/boot/grub2'
make[3]: Entering directory `/home/andy/develop/openwrt/package/boot/grub2'
make[3]: Leaving directory `/home/andy/develop/openwrt/package/boot/grub2'
make[3]: Entering directory `/home/andy/develop/openwrt/feeds/management/libmicroxml'
mkdir -p /home/andy/develop/openwrt/dl
echo "Checking out files from the git repository..."; mkdir -p /home/andy/develop/openwrt/tmp/dl && cd /home/andy/develop/openwrt/tmp/dl && rm -rf libmicroxml-2012-06-11 && [ \! -d libmicroxml-2012-06-11 ] && git clone git://dev.freecwmp.org/microxml libmicroxml-2012-06-11 --recursive && (cd libmicroxml-2012-06-11 && git checkout 72965423184f24cc0b963d91c2d1863cdb01b6aa && git submodule update) && echo "Packing checkout..." && rm -rf libmicroxml-2012-06-11/.git && tar czf /home/andy/develop/openwrt/tmp/dl/libmicroxml-2012-06-11-72965423184f24cc0b963d91c2d1863cdb01b6aa.tar.gz libmicroxml-2012-06-11 && mv /home/andy/develop/openwrt/tmp/dl/libmicroxml-2012-06-11-72965423184f24cc0b963d91c2d1863cdb01b6aa.tar.gz /home/andy/develop/openwrt/dl/ && rm -rf libmicroxml-2012-06-11;
Checking out files from the git repository...
Cloning into 'libmicroxml-2012-06-11'...
fatal: unable to connect to dev.freecwmp.org:
dev.freecwmp.org[0: 217.115.15.24]: errno=Connection timed out

make[3]: *** [/home/andy/develop/openwrt/dl/libmicroxml-2012-06-11-72965423184f24cc0b963d91c2d1863cdb01b6aa.tar.gz] Error 128
make[3]: Leaving directory `/home/andy/develop/openwrt/feeds/management/libmicroxml'
make[2]: *** [package/feeds/management/libmicroxml/compile] Error 2
make[2]: Leaving directory `/home/andy/develop/openwrt'
make[1]: *** [/home/andy/develop/openwrt/staging_dir/target-i386_i486_uClibc-0.9.33.2/stamp/.package_compile] Error 2
make[1]: Leaving directory `/home/andy/develop/openwrt'
make: *** [world] Error 2
andy@andy:~/develop/openwrt$ ping 217.115.15.24
TagsNo tags attached.
e-mail notification

Activities

andy_yang

2015-11-27 09:45

reporter   ~0000330

I know the website dev.freecwmp.org, can't access!!!!!!
So, how can I fix the issue to continue.

mohamed.kallel

2015-11-27 11:10

administrator   ~0000331

You can use the following git repo 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

pedro.sanchez

2015-11-30 08:54

reporter   ~0000334

Thanks mohamed.

I overcame this error downloading the following file http://downloads.aredn.org/sources/libmicroxml-2012-06-11-72965423184f24cc0b963d91c2d1863cdb01b6aa.tar.gz to openwrt/dl folder.

Issue History

Date Modified Username Field Change
2015-11-27 09:43 andy_yang New Issue
2015-11-27 09:45 andy_yang Note Added: 0000330
2015-11-27 11:10 mohamed.kallel Note Added: 0000331
2015-11-30 08:54 pedro.sanchez Note Added: 0000334
2015-12-07 09:15 mohamed.kallel Status new => resolved
2015-12-07 09:15 mohamed.kallel Resolution open => no change required
2015-12-07 09:15 mohamed.kallel Assigned To => mohamed.kallel