【问题标题】:Build Error OpenWRT hotplug2构建错误 OpenWRT hotplug2
【发布时间】:2014-08-11 15:31:58
【问题描述】:

我在为 carambola 模块构建 openWRT 时遇到问题。包 hotplug2 是问题所在。

make[2]: Entering directory /carambola/package/hotplug2
mkdir -p /carambola/dl
echo "Checking out files from the svn repository..."; mkdir -p /carambola/tmp/dl && cd /carambola/tmp/dl && rm -rf hotplug2-201 && [ \! -d hotplug2-201 ] && ( svn help export | grep -q trust-server-cert && svn export --non-interactive --trust-server-cert -r201 http://svn.nomi.cz/svn/isteve/hotplug2 hotplug2-201 || svn export --non-interactive -r201 http://svn.nomi.cz/svn/isteve/hotplug2 hotplug2-201 ) && echo "Packing checkout..." &&   /bin/tar cfz //carambola/tmp/dl/hotplug2-201.tar.gz hotplug2-201 && mv /home/hosst/Dokumente/Projekte/OSC_GIT/02_WSS/linux-system/carambola/tmp/dl/hotplug2-201.tar.gz /carambola/dl/ && rm -rf hotplug2-201; 
Checking out files from the svn repository...
svn: E670002: Unable to connect to a repository at URL 'http://svn.nomi.cz/svn/isteve/hotplug2'
svn: E670002: Name or service not known
svn: E670002: Unable to connect to a repository at URL 'http://svn.nomi.cz/svn/isteve/hotplug2'
svn: E670002: Name or service not known
make[2]: *** [/carambola/dl/hotplug2-201.tar.gz] Error 1
make[2]: Leaving directory /carambola/package/hotplug2
make[1]: *** [package/hotplug2/compile] Error 2
make[1]: Leaving directory carambola
make: *** [package/hotplug2/compile] Fehler 2

显然无法访问 svn repo http://svn.nomi.cz/svn/isteve/hotplug2。但这是来自 OpenWRT Repo(hotplug2 包)的原始 makefile。

有人知道这个问题吗?在网上找不到任何提示,但我相信许多其他人可以毫无问题地编译 OpenWRT。

【问题讨论】:

    标签: openwrt


    【解决方案1】:

    问题是 svn repo 的 url 已更改。在

    中进行这些更改

    package/hotplug2/Makefile

    #PKG_REV:=201
    PKG_REV:=4 
    
    #PKG_SOURCE_URL:=http://svn.nomi.cz/svn/isteve/hotplug2
    PKG_SOURCE_URL:=http://hotplug2.googlecode.com/svn/trunk
    

    通过这些更改,您应该能够编译代码。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2015-08-31
      • 1970-01-01
      • 1970-01-01
      • 2017-01-31
      • 2018-05-08
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多