Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- touch .running-sdk
- make -C libs/lmo CC="cc" CFLAGS="" LDFLAGS="" SDK="1" host-install
- make[1]: Entering directory `/home/martin/luci/libs/lmo'
- rm -f src/*.o src/lookup src/po2lmo src/lmo.so
- rm -f ../../build/po2lmo
- cc --std=gnu99 -Wall -pedantic -I/usr/include/lua5.1 -fPIC -c -o src/lmo_core.o src/lmo_core.c
- cc --std=gnu99 -Wall -pedantic -I/usr/include/lua5.1 -fPIC -c -o src/lmo_hash.o src/lmo_hash.c
- cc --std=gnu99 -Wall -pedantic -I/usr/include/lua5.1 -fPIC -c -o src/lmo_po2lmo.o src/lmo_po2lmo.c
- cc -o src/po2lmo src/lmo_core.o src/lmo_hash.o src/lmo_po2lmo.o
- cp src/po2lmo ../../build/po2lmo
- make[1]: Leaving directory `/home/martin/luci/libs/lmo'
- for i in contrib/* applications/* libs/* modules/* themes/* i18n/*; do \
- make -C$i SDK="1" compile || { \
- echo "*** Compilation of $i failed!"; \
- exit 1; \
- }; \
- done
- make[1]: Entering directory `/home/martin/luci/contrib/fwd'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/contrib/fwd'
- make[1]: Entering directory `/home/martin/luci/contrib/lar'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/contrib/lar'
- make[1]: Entering directory `/home/martin/luci/contrib/luadoc'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/contrib/luadoc'
- make[1]: Entering directory `/home/martin/luci/contrib/luasrcdiet'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/contrib/luasrcdiet'
- make[1]: Entering directory `/home/martin/luci/contrib/package'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/contrib/package'
- make[1]: Entering directory `/home/martin/luci/contrib/uci'
- make -C uci.git CC=gcc CFLAGS="-O2" LDFLAGS="" OS="Linux"
- make[2]: Entering directory `/home/martin/luci/contrib/uci/uci.git'
- make[2]: Leaving directory `/home/martin/luci/contrib/uci/uci.git'
- mkdir -p dist/usr/lib dist/usr/bin
- make -C uci.git install DESTDIR=../dist prefix=/usr
- make[2]: Entering directory `/home/martin/luci/contrib/uci/uci.git'
- mkdir -p ../dist/usr/lib
- install -m0755 libuci.so.0.8 ../dist/usr/lib/
- ln -sf libuci.so.0.8 ../dist/usr/lib/libuci.so
- mkdir -p ../dist/usr/bin
- install -m0755 uci ../dist/usr/bin/
- mkdir -p ../dist/usr/lib
- mkdir -p ../dist/usr/include
- install -m0644 libuci.a ../dist/usr/lib/
- install -m0644 uci_config.h uci.h ucimap.h ../dist/usr/include/
- make[2]: Leaving directory `/home/martin/luci/contrib/uci/uci.git'
- make -C uci.git/lua CC=gcc CFLAGS="-O2" LDFLAGS="" OS="Linux"
- make[2]: Entering directory `/home/martin/luci/contrib/uci/uci.git/lua'
- make[2]: Nothing to be done for `all'.
- make[2]: Leaving directory `/home/martin/luci/contrib/uci/uci.git/lua'
- make -C uci.git/lua install DESTDIR=../../dist luadir=/usr/lib/lua
- make[2]: Entering directory `/home/martin/luci/contrib/uci/uci.git/lua'
- mkdir -p ../../dist/usr/lib/lua
- install -m0644 uci.so ../../dist/usr/lib/lua/
- make[2]: Leaving directory `/home/martin/luci/contrib/uci/uci.git/lua'
- make[1]: Leaving directory `/home/martin/luci/contrib/uci'
- make[1]: Entering directory `/home/martin/luci/contrib/uhttpd'
- (cd uhttpd-src; make LUA_SUPPORT=0 TLS_SUPPORT=0 CGI_SUPPORT=1)
- make[2]: Entering directory `/home/martin/luci/contrib/uhttpd/uhttpd-src'
- cc -o uhttpd -L./lua-5.1.4/src uhttpd.o uhttpd-file.o uhttpd-utils.o uhttpd-cgi.o -Wl,--export-dynamic -lcrypt -ldl
- make[2]: Leaving directory `/home/martin/luci/contrib/uhttpd/uhttpd-src'
- mkdir -p dist/usr/sbin
- cp uhttpd-src/uhttpd dist/usr/sbin
- make[1]: Leaving directory `/home/martin/luci/contrib/uhttpd'
- make[1]: Entering directory `/home/martin/luci/applications/freifunk-community'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/freifunk-community'
- make[1]: Entering directory `/home/martin/luci/applications/luci-ahcp'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-ahcp'
- make[1]: Entering directory `/home/martin/luci/applications/luci-ddns'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-ddns'
- make[1]: Entering directory `/home/martin/luci/applications/luci-diag-core'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-diag-core'
- make[1]: Entering directory `/home/martin/luci/applications/luci-diag-devinfo'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-diag-devinfo'
- make[1]: Entering directory `/home/martin/luci/applications/luci-firewall'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-firewall'
- make[1]: Entering directory `/home/martin/luci/applications/luci-freifunk-policyrouting'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-freifunk-policyrouting'
- make[1]: Entering directory `/home/martin/luci/applications/luci-hd-idle'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-hd-idle'
- make[1]: Entering directory `/home/martin/luci/applications/luci-lqtapifoss'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-lqtapifoss'
- make[1]: Entering directory `/home/martin/luci/applications/luci-meshwizard'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-meshwizard'
- make[1]: Entering directory `/home/martin/luci/applications/luci-mmc-over-gpio'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-mmc-over-gpio'
- make[1]: Entering directory `/home/martin/luci/applications/luci-multiwan'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-multiwan'
- make[1]: Entering directory `/home/martin/luci/applications/luci-ntpc'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-ntpc'
- make[1]: Entering directory `/home/martin/luci/applications/luci-olsr'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-olsr'
- make[1]: Entering directory `/home/martin/luci/applications/luci-olsr-services'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-olsr-services'
- make[1]: Entering directory `/home/martin/luci/applications/luci-olsr-viz'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-olsr-viz'
- make[1]: Entering directory `/home/martin/luci/applications/luci-openvpn'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-openvpn'
- make[1]: Entering directory `/home/martin/luci/applications/luci-p2pblock'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-p2pblock'
- make[1]: Entering directory `/home/martin/luci/applications/luci-p910nd'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-p910nd'
- make[1]: Entering directory `/home/martin/luci/applications/luci-pbx'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-pbx'
- make[1]: Entering directory `/home/martin/luci/applications/luci-pbx-voicemail'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-pbx-voicemail'
- make[1]: Entering directory `/home/martin/luci/applications/luci-polipo'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-polipo'
- make[1]: Entering directory `/home/martin/luci/applications/luci-qos'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-qos'
- make[1]: Entering directory `/home/martin/luci/applications/luci-radvd'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-radvd'
- make[1]: Entering directory `/home/martin/luci/applications/luci-samba'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-samba'
- make[1]: Entering directory `/home/martin/luci/applications/luci-siitwizard'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-siitwizard'
- make[1]: Entering directory `/home/martin/luci/applications/luci-splash'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-splash'
- make[1]: Entering directory `/home/martin/luci/applications/luci-statistics'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-statistics'
- make[1]: Entering directory `/home/martin/luci/applications/luci-tinyproxy'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-tinyproxy'
- make[1]: Entering directory `/home/martin/luci/applications/luci-upnp'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-upnp'
- make[1]: Entering directory `/home/martin/luci/applications/luci-ushare'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-ushare'
- make[1]: Entering directory `/home/martin/luci/applications/luci-vnstat'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-vnstat'
- make[1]: Entering directory `/home/martin/luci/applications/luci-voice-core'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-voice-core'
- make[1]: Entering directory `/home/martin/luci/applications/luci-voice-diag'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-voice-diag'
- make[1]: Entering directory `/home/martin/luci/applications/luci-wol'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-wol'
- make[1]: Entering directory `/home/martin/luci/applications/luci-wshaper'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/luci-wshaper'
- make[1]: Entering directory `/home/martin/luci/applications/myapplication'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/applications/myapplication'
- make[1]: Entering directory `/home/martin/luci/libs/core'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/libs/core'
- make[1]: Entering directory `/home/martin/luci/libs/fastindex'
- mkdir -p dist/usr/lib/lua/luci
- gcc -shared -o dist/usr/lib/lua/luci/fastindex.so src/fastindex.o -llua5.1
- make[1]: Leaving directory `/home/martin/luci/libs/fastindex'
- make[1]: Entering directory `/home/martin/luci/libs/httpclient'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/libs/httpclient'
- make[1]: Entering directory `/home/martin/luci/libs/ipkg'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/libs/ipkg'
- make[1]: Entering directory `/home/martin/luci/libs/json'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/libs/json'
- make[1]: Entering directory `/home/martin/luci/libs/lmo'
- rm -f src/*.o src/lookup src/po2lmo src/lmo.so
- gcc -O2 --std=gnu99 -Wall -pedantic -I/usr/include/lua5.1 -fPIC -c -o src/lmo_core.o src/lmo_core.c
- gcc -O2 --std=gnu99 -Wall -pedantic -I/usr/include/lua5.1 -fPIC -c -o src/lmo_hash.o src/lmo_hash.c
- gcc -O2 --std=gnu99 -Wall -pedantic -I/usr/include/lua5.1 -fPIC -c -o src/lmo_po2lmo.o src/lmo_po2lmo.c
- gcc -O2 --std=gnu99 -Wall -pedantic -I/usr/include/lua5.1 -fPIC -c -o src/lmo_lookup.o src/lmo_lookup.c
- gcc -O2 --std=gnu99 -Wall -pedantic -I/usr/include/lua5.1 -fPIC -c -o src/lmo_lualib.o src/lmo_lualib.c
- gcc -shared -o src/lmo.so \
- src/lmo_core.o src/lmo_hash.o src/lmo_lualib.o
- gcc -o src/po2lmo src/lmo_core.o src/lmo_hash.o src/lmo_po2lmo.o
- gcc -o src/lookup src/lmo_core.o src/lmo_hash.o src/lmo_lookup.o
- mkdir -p dist/usr/lib/lua
- cp src/lmo.so dist/usr/lib/lua/lmo.so
- make[1]: Leaving directory `/home/martin/luci/libs/lmo'
- make[1]: Entering directory `/home/martin/luci/libs/lucid'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/libs/lucid'
- make[1]: Entering directory `/home/martin/luci/libs/lucid-http'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/libs/lucid-http'
- make[1]: Entering directory `/home/martin/luci/libs/lucid-rpc'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/libs/lucid-rpc'
- make[1]: Entering directory `/home/martin/luci/libs/nixio'
- gcc -shared -lcrypt -lssl -lcrypto -o src/nixio.so src/nixio.o src/socket.o src/sockopt.o src/bind.o src/address.o src/protoent.o src/poll.o src/io.o src/file.o src/splice.o src/process.o src/syslog.o src/bit.o src/binary.o src/fs.o src/user.o src/tls-crypto.o src/tls-context.o src/tls-socket.o
- mkdir -p dist/usr/lib/lua
- cp src/nixio.so dist/usr/lib/lua/nixio.so
- make[1]: Leaving directory `/home/martin/luci/libs/nixio'
- make[1]: Entering directory `/home/martin/luci/libs/px5g'
- gcc -shared -o src/px5g.so src/px5g.o src/library/bignum.o src/library/havege.o src/library/rsa.o src/library/sha1.o src/library/timing.o src/library/x509write.o
- mkdir -p dist/usr/lib/lua
- cp src/px5g.so dist/usr/lib/lua/px5g.so
- make[1]: Leaving directory `/home/martin/luci/libs/px5g'
- make[1]: Entering directory `/home/martin/luci/libs/rpcc'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/libs/rpcc'
- make[1]: Entering directory `/home/martin/luci/libs/sgi-cgi'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/libs/sgi-cgi'
- make[1]: Entering directory `/home/martin/luci/libs/sgi-luci'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/libs/sgi-luci'
- make[1]: Entering directory `/home/martin/luci/libs/sgi-uhttpd'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/libs/sgi-uhttpd'
- make[1]: Entering directory `/home/martin/luci/libs/sgi-wsapi'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/libs/sgi-wsapi'
- make[1]: Entering directory `/home/martin/luci/libs/sys'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/libs/sys'
- make[1]: Entering directory `/home/martin/luci/libs/web'
- rm -f src/*.o src/parser.so
- gcc -O2 --std=gnu99 -Wall -pedantic -I/usr/include/lua5.1 -fPIC -c -o src/template_parser.o src/template_parser.c
- gcc -O2 --std=gnu99 -Wall -pedantic -I/usr/include/lua5.1 -fPIC -c -o src/template_utils.o src/template_utils.c
- gcc -O2 --std=gnu99 -Wall -pedantic -I/usr/include/lua5.1 -fPIC -c -o src/template_lualib.o src/template_lualib.c
- gcc -shared -o src/parser.so \
- src/template_parser.o src/template_utils.o src/template_lualib.o
- mkdir -p dist/usr/lib/lua/luci/template
- cp src/parser.so dist/usr/lib/lua/luci/template/parser.so
- make[1]: Leaving directory `/home/martin/luci/libs/web'
- make[1]: Entering directory `/home/martin/luci/modules/admin-core'
- make[1]: Nothing to be done for `compile'.
- make[1]: Leaving directory `/home/martin/luci/modules/admin-core'
- make[1]: Entering directory `/home/martin/luci/modules/admin-full'
- rm -f src/*.o src/luci-bwc
- gcc -O2 --std=gnu99 -Wall -pedantic -I/usr/include/lua5.1 -fPIC -c -o src/luci-bwc.o src/luci-bwc.c
- src/luci-bwc.c: In function ‘iwinfo_update’:
- src/luci-bwc.c:268:14: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
- src/luci-bwc.c:270:17: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
- src/luci-bwc.c:271:17: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
- src/luci-bwc.c:272:17: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
- src/luci-bwc.c:274:19: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
- src/luci-bwc.c:276:17: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
- src/luci-bwc.c:277:17: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
- src/luci-bwc.c:278:17: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
- src/luci-bwc.c:280:19: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
- src/luci-bwc.c:282:17: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
- src/luci-bwc.c:283:17: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
- src/luci-bwc.c:284:17: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
- src/luci-bwc.c: In function ‘iwinfo_close’:
- src/luci-bwc.c:303:16: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
- src/luci-bwc.c:304:16: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
- src/luci-bwc.c:305:16: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
- src/luci-bwc.c:306:16: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
- src/luci-bwc.c:307:16: warning: ISO C forbids assignment between function pointer and ‘void *’ [-pedantic]
- src/luci-bwc.c: In function ‘writepid’:
- src/luci-bwc.c:121:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
- gcc -ldl -o src/luci-bwc src/luci-bwc.o
- src/luci-bwc.o: In function `iwinfo_update':
- luci-bwc.c:(.text+0x370): undefined reference to `dlsym'
- luci-bwc.c:(.text+0x391): undefined reference to `dlsym'
- luci-bwc.c:(.text+0x3b5): undefined reference to `dlsym'
- luci-bwc.c:(.text+0x3da): undefined reference to `dlsym'
- luci-bwc.c:(.text+0x3f3): undefined reference to `dlsym'
- src/luci-bwc.o:luci-bwc.c:(.text+0x409): more undefined references to `dlsym' follow
- src/luci-bwc.o: In function `run_daemon':
- luci-bwc.c:(.text+0x74c): undefined reference to `dlopen'
- luci-bwc.c:(.text+0xac0): undefined reference to `dlsym'
- luci-bwc.c:(.text+0xad6): undefined reference to `dlsym'
- luci-bwc.c:(.text+0xaec): undefined reference to `dlsym'
- luci-bwc.c:(.text+0xb02): undefined reference to `dlsym'
- luci-bwc.c:(.text+0xb18): undefined reference to `dlsym'
- luci-bwc.c:(.text+0xb27): undefined reference to `dlclose'
- collect2: ld returned 1 exit status
- make[1]: *** [compile] Error 1
- make[1]: Leaving directory `/home/martin/luci/modules/admin-full'
- *** Compilation of modules/admin-full failed!
- make: *** [gccbuild] Error 1
Advertisement
Add Comment
Please, Sign In to add comment