[luci] LuCI does not compile with OpenWrt trunk

forum-2008 at email.de forum-2008 at email.de
Do Aug 7 13:24:24 CEST 2008


I'm not able to compile LuCI with OpenWrt trunk.

$ cd ~/
$ svn checkout https://svn.openwrt.org/openwrt/trunk/ ~/trunk/
$ cd ~/trunk/
$ ./scripts/feeds update packages luci
$ ./scripts/feeds install -a -p luci
$ make menuconfig

Changes in menuconfig:
 - Target System: Broadcom BCM947xx/953xx [2.6]
 - Target Profile: ASUS WL-500g Premium v1 (Atheros WiFi)
 - Administration
   - LuCI Components
     - luci-admin-full: Y

$ make world V=99


Revisions used:
 trunk:    12232
 packages: 12232
 luci:     2735


Then the build breaks at building the luci package. Below is the buildlog:

make[3]: Leaving directory `/home/openwrt/trunk/feeds/packages/utils/collectd'
make[3]: Entering directory `/home/openwrt/trunk/feeds/packages/net/miniupnpd'
WARNING: skipping miniupnpd -- package not selected
make[3]: Leaving directory `/home/openwrt/trunk/feeds/packages/net/miniupnpd'
make[3]: Entering directory `/home/openwrt/trunk/feeds/packages/net/ntpclient'
WARNING: skipping ntpclient -- package not selected
make[3]: Leaving directory `/home/openwrt/trunk/feeds/packages/net/ntpclient'
make[3]: Entering directory `/home/openwrt/trunk/feeds/packages/net/ddns-scripts'
WARNING: skipping ddns-scripts -- package not selected
make[3]: Leaving directory `/home/openwrt/trunk/feeds/packages/net/ddns-scripts'
Error validating server certificate for 'https://dev.leipzig.freifunk.net:443':
 - The certificate is not issued by a trusted authority. Use the
   fingerprint to validate the certificate manually!
 - The certificate hostname does not match.
Certificate information:
 - Hostname: *.quamquam.org
 - Valid: from Wed, 02 Apr 2008 17:11:41 GMT until Fri, 02 Apr 2010 17:11:41 GMT
 - Issuer: http://www.CAcert.org, CAcert Inc.
 - Fingerprint: 12:eb:4b:9a:e5:1f:de:00:4b:db:ae:f9:df:7b:2f:93:8d:05:ae:3b
(R)eject, accept (t)emporarily or accept (p)ermanently? p
make[3]: Entering directory `/home/openwrt/trunk/feeds/luci/luci'
mkdir -p /home/openwrt/trunk/dl
--13:21:08--  http://mirror2.openwrt.org/sources/luci-0.7+svn2735.tar.gz
           => `-'
Resolving mirror2.openwrt.org... 88.198.39.176
Connecting to mirror2.openwrt.org|88.198.39.176|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
13:21:08 ERROR 404: Not Found.

Download failed.
--13:21:08--  http://downloads.openwrt.org/sources/luci-0.7+svn2735.tar.gz
           => `-'
Resolving downloads.openwrt.org... 195.56.146.238
Connecting to downloads.openwrt.org|195.56.146.238|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
13:21:11 ERROR 404: Not Found.

Download failed.
No more mirrors to try - giving up.
Checking out files from the svn repository...
svn: PROPFIND request failed on '/svn/ff-luci/trunk'
svn: PROPFIND of '/svn/ff-luci/trunk': Server certificate verification failed: certificate issued for a different hostname, issuer is not trusted (https://dev.leipzig.freifunk.net)
make[3]: *** [/home/openwrt/trunk/dl/luci-0.7+svn2735.tar.gz] Error 1
make[3]: Leaving directory `/home/openwrt/trunk/feeds/luci/luci'
make[2]: *** [package/feeds/luci/luci/compile] Error 2
make[2]: Leaving directory `/home/openwrt/trunk'
make[1]: *** [/home/openwrt/trunk/staging_dir/mipsel/stamp/.package_compile] Error 2
make[1]: Leaving directory `/home/openwrt/trunk'
make: *** [world] Error 2


More information about the luci mailing list