|
楼主 |
发表于 2013-9-10 13:17
|
显示全部楼层
make[3]: Entering directory `/home/ubuntu/openwrt/openwrt-pandorabox/feeds/luci/contrib/package/luci/luci'
mkdir -p /home/ubuntu/openwrt/openwrt-pandorabox/dl
echo "Checking out files from the svn repository..."; mkdir -p /home/ubuntu/openwrt/openwrt-pandorabox/tmp/dl && cd /home/ubuntu/openwrt/openwrt-pandorabox/tmp/dl && rm -rf luci-0.11+svn697 && [ \! -d luci-0.11+svn697 ] && ( svn help export | grep -q trust-server-cert && svn export --non-interactive --trust-server-cert -r697 svn://lintel.3322.org/ralink-openwrt-sdk/luci-0.11 luci-0.11+svn697 || svn export --non-interactive -r697 svn://lintel.3322.org/ralink-openwrt-sdk/luci-0.11 luci-0.11+svn697 ) && echo "Packing checkout..." && /bin/tar cfz /home/ubuntu/openwrt/openwrt-pandorabox/tmp/dl/luci-0.11+svn697.tar.gz luci-0.11+svn697 && mv /home/ubuntu/openwrt/openwrt-pandorabox/tmp/dl/luci-0.11+svn697.tar.gz /home/ubuntu/openwrt/openwrt-pandorabox/dl/ && rm -rf luci-0.11+svn697;
Checking out files from the svn repository...
svn: Write error: Broken pipe
svn: Can't get username or password
svn: Can't get username or password
make[3]: *** [/home/ubuntu/openwrt/openwrt-pandorabox/dl/luci-0.11+svn697.tar.gz] Error 1
make[3]: Leaving directory `/home/ubuntu/openwrt/openwrt-pandorabox/feeds/luci/contrib/package/luci/luci'
make[2]: *** [package/feeds/luci/luci/luci/compile] Error 2
make[2]: Leaving directory `/home/ubuntu/openwrt/openwrt-pandorabox'
make[1]: *** [/home/ubuntu/openwrt/openwrt-pandorabox/staging_dir/target-arm_v6_uClibc-0.9.33.2_eabi/stamp/.package_compile] Error 2
make[1]: Leaving directory `/home/ubuntu/openwrt/openwrt-pandorabox'
make: *** [world] 错误 2
|
|