/home/peko/scratch/host/usr/bin/powerpc-linux-gcc -static phf.o -lcrypt -o phf make[2]: Leaving directory `/home/peko/scratch/build/thttpd-2.25b/cgi-src' /home/peko/scratch/build/thttpd-2.25b/extras make[2]: Entering directory `/home/peko/scratch/build/thttpd-2.25b/extras' /home/peko/scratch/host/usr/bin/powerpc-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I.. -DWEBDIR=\"/usr/www\" -c makeweb.c /home/peko/scratch/host/usr/bin/powerpc-linux-gcc makeweb.o -o makeweb -lcrypt /home/peko/scratch/host/usr/bin/powerpc-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I.. -DWEBDIR=\"/usr/www\" -c htpasswd.c /home/peko/scratch/host/usr/bin/powerpc-linux-gcc -static htpasswd.o -o htpasswd -lcrypt make[2]: Leaving directory `/home/peko/scratch/build/thttpd-2.25b/extras' make[1]: Leaving directory `/home/peko/scratch/build/thttpd-2.25b' >>> thttpd 2.25b Installing to target /usr/bin/install -D -m 0755 /home/peko/scratch/build/thttpd-2.25b/thttpd /home/peko/scratch/target/usr/sbin/thttpd /usr/bin/install -D -m 0755 /home/peko/scratch/build/thttpd-2.25b/extras/htpasswd /home/peko/scratch/target/usr/bin/htpasswd /usr/bin/install -D -m 0755 /home/peko/scratch/build/thttpd-2.25b/extras/makeweb /home/peko/scratch/target/usr/bin/makeweb /usr/bin/install -D -m 0755 /home/peko/scratch/build/thttpd-2.25b/extras/syslogtocern /home/peko/scratch/target/usr/bin/syslogtocern /usr/bin/install -D -m 0755 /home/peko/scratch/build/thttpd-2.25b/scripts/thttpd_wrapper /home/peko/scratch/target/usr/sbin/thttpd_wrapper /bin/sed -i -e 's:/usr/local/sbin:/usr/sbin:g' -e 's:/usr/local/www:/var/www:g' /home/peko/scratch/target/usr/sbin/thttpd_wrapper /usr/bin/install -D -m 0755 /home/peko/scratch/build/thttpd-2.25b/scripts/thttpd.sh /home/peko/scratch/target/etc/init.d/S90thttpd /bin/sed -i -e 's:/usr/local/sbin:/usr/sbin:g' /home/peko/scratch/target/etc/init.d/S90thttpd /usr/bin/install -d /home/peko/scratch/target/var/www/data /usr/bin/install -d /home/peko/scratch/target/var/www/logs echo "dir=/var/www/data" > /home/peko/scratch/target/var/www/thttpd_config echo 'cgipat=**.cgi' >> /home/peko/scratch/target/var/www/thttpd_config echo "logfile=/var/www/logs/thttpd_log" >> /home/peko/scratch/target/var/www/thttpd_config echo "pidfile=/var/run/thttpd.pid" >> /home/peko/scratch/target/var/www/thttpd_config >>> tinyhttpd 0.1.0 Extracting gzip -d -c /home/peko/downloads/tinyhttpd-0.1.0.tar.gz | tar --strip-components=1 -C /home/peko/scratch/build/tinyhttpd-0.1.0 -xf - >>> tinyhttpd 0.1.0 Patching package//tinyhttpd Applying tinyhttpd.patch using patch: patching file httpd.c patching file Makefile >>> tinyhttpd 0.1.0 Configuring >>> tinyhttpd 0.1.0 Building /usr/bin/make -j16 -C /home/peko/scratch/build/tinyhttpd-0.1.0 CC="/home/peko/scratch/host/usr/bin/powerpc-linux-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Os " LDFLAGS="" make[1]: Entering directory `/home/peko/scratch/build/tinyhttpd-0.1.0' /home/peko/scratch/host/usr/bin/powerpc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Os -W -Wall -lpthread -o httpd httpd.c httpd.c: In function 'startup': httpd.c:427:34: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness /home/peko/scratch/host/usr/powerpc-buildroot-linux-uclibc/sysroot/usr/include/sys/socket.h:119:12: note: expected 'socklen_t * __restrict__' but argument is of type 'int *' httpd.c: In function 'main': httpd.c:480:24: warning: pointer targets in passing argument 3 of 'accept' differ in signedness /home/peko/scratch/host/usr/powerpc-buildroot-linux-uclibc/sysroot/usr/include/sys/socket.h:214:12: note: expected 'socklen_t * __restrict__' but argument is of type 'int *' make[1]: Leaving directory `/home/peko/scratch/build/tinyhttpd-0.1.0' >>> tinyhttpd 0.1.0 Installing to target /usr/bin/install -m 0755 -D /home/peko/scratch/build/tinyhttpd-0.1.0/httpd /home/peko/scratch/target/usr/sbin/tinyhttpd /usr/bin/install -m 0755 -D package/tinyhttpd/S85tinyhttpd /home/peko/scratch/target/etc/init.d/S85tinyhttpd mkdir -p /home/peko/scratch/target/var/www >>> ti-utils 06dbdb2 Extracting gzip -d -c /home/peko/downloads/ti-utils-06dbdb2.tar.gz | tar --strip-components=1 -C /home/peko/scratch/build/ti-utils-06dbdb2 -xf - >>> ti-utils 06dbdb2 Patching package//ti-utils >>> ti-utils 06dbdb2 Configuring >>> ti-utils 06dbdb2 Building /usr/bin/make -j1 NFSROOT="/home/peko/scratch/host/usr/powerpc-buildroot-linux-uclibc/sysroot" CC="/home/peko/scratch/host/usr/bin/powerpc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Os -I/home/peko/scratch/host/usr/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3" LIBS="-lnl-3 -lnl-genl-3 -lm" -C /home/peko/scratch/build/ti-utils-06dbdb2 all make[1]: Entering directory `/home/peko/scratch/build/ti-utils-06dbdb2' /home/peko/scratch/host/usr/bin/powerpc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Os -I/home/peko/scratch/host/usr/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -O2 -Wall -DCONFIG_LIBNL20 -I/home/peko/scratch/host/usr/powerpc-buildroot-linux-uclibc/sysroot/usr/include -I/home/peko/scratch/host/usr/powerpc-buildroot-linux-uclibc/sysroot/include -c -o nvs.o nvs.c /home/peko/scratch/host/usr/bin/powerpc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Os -I/home/peko/scratch/host/usr/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -O2 -Wall -DCONFIG_LIBNL20 -I/home/peko/scratch/host/usr/powerpc-buildroot-linux-uclibc/sysroot/usr/include -I/home/peko/scratch/host/usr/powerpc-buildroot-linux-uclibc/sysroot/include -c -o misc_cmds.o misc_cmds.c /home/peko/scratch/host/usr/bin/powerpc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Os -I/home/peko/scratch/host/usr/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -O2 -Wall -DCONFIG_LIBNL20 -I/home/peko/scratch/host/usr/powerpc-buildroot-linux-uclibc/sysroot/usr/include -I/home/peko/scratch/host/usr/powerpc-buildroot-linux-uclibc/sysroot/include -c -o calibrator.o calibrator.c /home/peko/scratch/host/usr/bin/powerpc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Os -I/home/peko/scratch/host/usr/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -O2 -Wall -DCONFIG_LIBNL20 -I/home/peko/scratch/host/usr/powerpc-buildroot-linux-uclibc/sysroot/usr/include -I/home/peko/scratch/host/usr/powerpc-buildroot-linux-uclibc/sysroot/include -c -o plt.o plt.c /home/peko/scratch/host/usr/bin/powerpc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Os -I/home/peko/scratch/host/usr/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -O2 -Wall -DCONFIG_LIBNL20 -I/home/peko/scratch/host/usr/powerpc-buildroot-linux-uclibc/sysroot/usr/include -I/home/peko/scratch/host/usr/powerpc-buildroot-linux-uclibc/sysroot/include -c -o ini.o ini.c /home/peko/scratch/host/usr/bin/powerpc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Os -I/home/peko/scratch/host/usr/powerpc-buildroot-linux-uclibc/sysroot/usr/include/libnl3 -L/home/peko/scratch/host/usr/powerpc-buildroot-linux-uclibc/sysroot/lib nvs.o misc_cmds.o calibrator.o plt.o ini.o -lnl-3 -lnl-genl-3 -lm -o calibrator make[1]: Leaving directory `/home/peko/scratch/build/ti-utils-06dbdb2' >>> ti-utils 06dbdb2 Installing to target /usr/bin/install -m 0755 -D /home/peko/scratch/build/ti-utils-06dbdb2/calibrator /home/peko/scratch/target/usr/bin/calibrator /usr/bin/install -m 0755 -D /home/peko/scratch/build/ti-utils-06dbdb2/scripts/go.sh /home/peko/scratch/target/usr/share/ti-utils/scripts/go.sh cp -r /home/peko/scratch/build/ti-utils-06dbdb2/ini_files /home/peko/scratch/target/usr/share/ti-utils >>> unionfs 0.26 Extracting xzcat /home/peko/downloads/unionfs-fuse-0.26.tar.xz | tar --strip-components=1 -C /home/peko/scratch/build/unionfs-0.26 -xf - >>> unionfs 0.26 Patching package//unionfs >>> unionfs 0.26 Configuring (cd /home/peko/scratch/build/unionfs-0.26/ && rm -f CMakeCache.txt && /home/peko/scratch/host/usr/bin/cmake /home/peko/scratch/build/unionfs-0.26/ -DCMAKE_TOOLCHAIN_FILE="/home/peko/scratch/host/usr/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" ) Re-run cmake no build system arguments -- The C compiler identification is GNU -- The CXX compiler identification is unknown -- Check for working C compiler: /home/peko/scratch/host/usr/bin/powerpc-linux-gcc -- Check for working C compiler: /home/peko/scratch/host/usr/bin/powerpc-linux-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /home/peko/scratch/host/usr/bin/powerpc-linux-g++ CMake Error: your CXX compiler: "/home/peko/scratch/host/usr/bin/powerpc-linux-g++" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name. CMake Error: Internal CMake error, TryCompile configure of cmake failed -- Check for working CXX compiler: /home/peko/scratch/host/usr/bin/powerpc-linux-g++ -- broken CMake Error at /home/peko/scratch/host/usr/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake:45 (MESSAGE): The C++ compiler "/home/peko/scratch/host/usr/bin/powerpc-linux-g++" is not able to compile a simple test program. It fails with the following output: CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:1 (project) CMake Error: your CXX compiler: "/home/peko/scratch/host/usr/bin/powerpc-linux-g++" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name. -- Configuring incomplete, errors occurred! make: *** [/home/peko/scratch/build/unionfs-0.26/.stamp_configured] Error 1