Anonymous | Login | Signup for a new account | 2021-03-08 09:49 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 | ||||
0000100 | easycwmp | [All Projects] Help | public | 2015-11-27 09:43 | 2015-12-07 09:15 | ||||
Reporter | andy_yang | ||||||||
Assigned To | mohamed.kallel | ||||||||
Priority | normal | Severity | block | Reproducibility | always | ||||
Status | resolved | Resolution | no change required | ||||||
Platform | openwrt 15.05 branch | OS | Ubuntu | OS Version | 12.04 | ||||
Summary | 0000100: Failed for EasyCwmp install for OpenWRT Linux | ||||||||
Description | I 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 Reproduce | 2. 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 Information | 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/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 | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
![]() |
|
(0000330) andy_yang (reporter) 2015-11-27 09:45 |
I know the website dev.freecwmp.org, can't access!!!!!! So, how can I fix the issue to continue. |
(0000331) mohamed.kallel (manager) 2015-11-27 11:10 |
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 |
(0000334) pedro.sanchez (reporter) 2015-11-30 08:54 |
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. |
![]() |
|||
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 |
Copyright © 2000 - 2021 MantisBT Team |