config.status: creating src/ipaddr/Makefile config.status: creating src/Makefile config.status: creating src/ngircd/Makefile config.status: creating src/portab/Makefile config.status: creating src/testsuite/Makefile config.status: creating src/tool/Makefile config.status: creating src/config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-nls, --enable-static, --disable-shared ngIRCd 24 has been configured with the following options: Host: arc-buildroot-linux-uclibc Compiler: /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc Compiler flags: -I/home/peko/autobuild/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include -I/home/peko/autobuild/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -static -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' Preprocessor flags: -I/home/peko/autobuild/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include -I/home/peko/autobuild/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 Linker flags: -L/home/peko/autobuild/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib -L/home/peko/autobuild/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib -static Libraries: -lssl -lcrypto -lz 'ngircd' binary: /usr/sbin Configuration file: /etc Manual pages: /usr/share/man Documentation: /usr/share/doc/ngircd Syslog support: yes Enable debug code: no zlib compression: yes IRC sniffer: no Use TCP Wrappers: no Strict RFC mode: no IDENT support: no IRC+ protocol: yes IPv6 protocol: yes I/O backend: epoll(), select() PAM support: no SSL support: openssl libiconv support: no >>> ngircd 24 Building PATH="/home/peko/autobuild/instance-3/output/host/bin:/home/peko/autobuild/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j16 -C /home/peko/autobuild/instance-3/output/build/ngircd-24/ Making all in doc GEN sample-ngircd.conf Making all in src make[4]: Nothing to be done for `all'. make[4]: Nothing to be done for `all-am'. Making all in src /usr/bin/make all-recursive Making all in portab CC strndup.o CC strdup.o CC strlcpy.o CC strtok_r.o CC vsnprintf.o CC waitpid.o AR libngportab.a Making all in tool CC tool.o AR libngtool.a Making all in ipaddr CC ng_ipaddr.o AR libngipaddr.a Making all in ngircd CC ngircd.o CC array.o CC channel.o CC class.o CC client.o CC client-cap.o CC conf.o CC conn.o CC conn-encoding.o CC conn-func.o CC conn-ssl.o CC conn-zip.o CC hash.o CC io.o CC irc.o CC irc-cap.o hash.c: In function 'jenkins_hash': hash.c:110:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 12: c+=((UINT32)k[11])<<24; ~^~~~~~~~~~~~~~~~~~~~~ hash.c:111:3: note: here case 11: c+=((UINT32)k[10]<<16); ^~~~ hash.c:111:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 11: c+=((UINT32)k[10]<<16); ~^~~~~~~~~~~~~~~~~~~~~ hash.c:112:3: note: here case 10: c+=((UINT32)k[9]<<8); ^~~~ hash.c:112:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 10: c+=((UINT32)k[9]<<8); ~^~~~~~~~~~~~~~~~~~~ hash.c:113:3: note: here case 9 : c+=k[8]; ^~~~ hash.c:113:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 9 : c+=k[8]; ~^~~~~~ hash.c:114:3: note: here case 8 : b+=((UINT32)k[7]<<24); ^~~~ hash.c:114:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 8 : b+=((UINT32)k[7]<<24); ~^~~~~~~~~~~~~~~~~~~~ hash.c:115:3: note: here case 7 : b+=((UINT32)k[6]<<16); ^~~~ hash.c:115:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 7 : b+=((UINT32)k[6]<<16); ~^~~~~~~~~~~~~~~~~~~~ hash.c:116:3: note: here case 6 : b+=((UINT32)k[5]<<8); ^~~~ hash.c:116:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6 : b+=((UINT32)k[5]<<8); ~^~~~~~~~~~~~~~~~~~~ hash.c:117:3: note: here case 5 : b+=k[4]; ^~~~ hash.c:117:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5 : b+=k[4]; ~^~~~~~ hash.c:118:3: note: here case 4 : a+=((UINT32)k[3]<<24); ^~~~ hash.c:118:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4 : a+=((UINT32)k[3]<<24); ~^~~~~~~~~~~~~~~~~~~~ hash.c:119:3: note: here case 3 : a+=((UINT32)k[2]<<16); ^~~~ hash.c:119:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3 : a+=((UINT32)k[2]<<16); ~^~~~~~~~~~~~~~~~~~~~ hash.c:120:3: note: here case 2 : a+=((UINT32)k[1]<<8); ^~~~ hash.c:120:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2 : a+=((UINT32)k[1]<<8); ~^~~~~~~~~~~~~~~~~~~ hash.c:121:3: note: here case 1 : a+=k[0]; ^~~~ CC irc-channel.o CC irc-encoding.o CC irc-info.o CC irc-login.o CC irc-metadata.o CC irc-mode.o CC irc-op.o CC irc-oper.o CC irc-server.o CC irc-write.o irc-info.c: In function 'IRC_STATS': irc-info.c:911:14: warning: this statement may fall through [-Wimplicit-fallthrough=] more_links = true; ^ irc-info.c:913:2: note: here case 'l': /* Link status (servers and own link) */ ^~~~ CC lists.o irc-mode.c: In function 'Channel_Mode': irc-mode.c:571:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if(!is_oper && !is_machine && !is_owner && ^ irc-mode.c:578:3: note: here case 'i': /* Invite only */ ^~~~ irc-mode.c:725:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if(!is_oper && !is_machine && !is_owner && !is_admin) { ^ irc-mode.c:732:3: note: here case 'o': /* Channel operator */ ^~~~ irc-mode.c:733:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if(!is_oper && !is_machine && !is_owner && ^ irc-mode.c:741:3: note: here case 'h': /* Half Op */ ^~~~ irc-mode.c:742:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if(!is_oper && !is_machine && !is_owner && ^ irc-mode.c:750:3: note: here case 'v': /* Voice */ ^~~~ client.c: In function 'Client_Mask': client.c:926:42: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size between 32 and 114 [-Wformat-truncation=] snprintf(Mask_Buffer, GETID_LEN, "%s!%s@%s", ^~ client.c:926:2: note: 'snprintf' output between 3 and 148 bytes into a destination of size 116 snprintf(Mask_Buffer, GETID_LEN, "%s!%s@%s", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Client->id, Client->user, Client->host); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC login.o CC log.o CC match.o CC numeric.o CC op.o CC pam.o CC parse.o CC proc.o CC resolve.o CC sighandlers.o conf.c: In function 'Read_Config': conf.c:983:33: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] snprintf(file, sizeof(file), "%s/%s", ^~~~~~~ conf.c:983:4: note: 'snprintf' output 2 or more bytes (assuming 257) into a destination of size 256 snprintf(file, sizeof(file), "%s/%s", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Conf_IncludeDir, entry->d_name); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ resolve.c: In function 'ForwardLookup': resolve.c:233:56: warning: unused parameter 'af' [-Wunused-parameter] ForwardLookup(const char *hostname, array *IpAddr, int af) ^~ CCLD ngircd Making all in testsuite make[5]: Nothing to be done for `all'. make[5]: Nothing to be done for `all-am'. Making all in man GEN ngircd.conf.5 GEN ngircd.8 Making all in contrib Making all in Debian make[4]: Nothing to be done for `all'. Making all in MacOSX Making all in ngIRCd.xcodeproj make[5]: Nothing to be done for `all'. Making all in ngIRCd.pmdoc make[5]: Nothing to be done for `all'. make[5]: Nothing to be done for `all-am'. make[4]: Nothing to be done for `all-am'. make[3]: Nothing to be done for `all-am'. >>> ngircd 24 Installing to target PATH="/home/peko/autobuild/instance-3/output/host/bin:/home/peko/autobuild/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j16 DESTDIR=/home/peko/autobuild/instance-3/output/target install -C /home/peko/autobuild/instance-3/output/build/ngircd-24/ Making install in doc Making install in src make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Nothing to be done for `install-exec-am'. /usr/bin/make install-data-hook /usr/bin/mkdir -p -m 755 /home/peko/autobuild/instance-3/output/target/etc make[7]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. /usr/bin/install -c -m 600 -c sample-ngircd.conf /home/peko/autobuild/instance-3/output/target/etc/ngircd.conf ** NOTE: Installed sample configuration file: ** "/home/peko/autobuild/instance-3/output/target/etc/ngircd.conf" /usr/bin/mkdir -p -m 755 /home/peko/autobuild/instance-3/output/target/usr/share/doc/ngircd for f in Bopm.txt Capabilities.txt Commands.txt Contributing.txt FAQ.txt HowToRelease.txt Modes.txt PAM.txt Platforms.txt Protocol.txt README-AUX.txt README-BeOS.txt README-Interix.txt RFC.txt Services.txt SSL.txt ../AUTHORS ../COPYING ../ChangeLog ../INSTALL ../NEWS ../README; do \ /usr/bin/install -c -m 644 -c ./$f /home/peko/autobuild/instance-3/output/target/usr/share/doc/ngircd/; \ done for f in sample-ngircd.conf; do \ /usr/bin/install -c -m 644 -c $f /home/peko/autobuild/instance-3/output/target/usr/share/doc/ngircd/; \ done Making install in src Making install in portab make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. Making install in tool make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. Making install in ipaddr make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. Making install in ngircd make[5]: Nothing to be done for `install-data-am'. /usr/bin/mkdir -p '/home/peko/autobuild/instance-3/output/target/usr/sbin' /usr/bin/install -c ngircd '/home/peko/autobuild/instance-3/output/target/usr/sbin' Making install in testsuite make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. Making install in man make[4]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/home/peko/autobuild/instance-3/output/target/usr/share/man/man5' /usr/bin/mkdir -p '/home/peko/autobuild/instance-3/output/target/usr/share/man/man8' /usr/bin/install -c -m 644 ngircd.8 '/home/peko/autobuild/instance-3/output/target/usr/share/man/man8' /usr/bin/install -c -m 644 ngircd.conf.5 '/home/peko/autobuild/instance-3/output/target/usr/share/man/man5' Making install in contrib Making install in Debian make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. Making install in MacOSX Making install in ngIRCd.xcodeproj make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. Making install in ngIRCd.pmdoc make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Nothing to be done for `install-exec-am'. [ `uname -s` != "Darwin" ] || make install-sys-darwin make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. nilfs-utils-v2.2.7.tar.gz: OK (sha512: 8a73b807bbdb2dc56b100ab8fbffe8129c9db31a6cbceecf267bdeb726fc13dd6844ce8ef96690bd7786709cb884881a3cd6d3cf24290248c5abc457976e9487) >>> nilfs-utils v2.2.7 Extracting gzip -d -c /home/peko/autobuild/instance-3/dl/nilfs-utils-v2.2.7.tar.gz | tar --strip-components=1 -C /home/peko/autobuild/instance-3/output/build/nilfs-utils-v2.2.7 -xf - >>> nilfs-utils v2.2.7 Patching Applying 0001-nilfs-utils-use-_POSIX_MAX_INPUT.patch using patch: patching file bin/rmcp.c Applying 0002-nilfs_cleanerd-link-dynamically.patch using patch: patching file sbin/cleanerd/Makefile.am Applying 0003-mount.nilfs-drop-include-rpc-types.h.patch using patch: patching file sbin/mount/sundries.h >>> nilfs-utils v2.2.7 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/peko/autobuild/instance-3/output/build/nilfs-utils-v2.2.7 -name $file); do cp support/gnuconfig/$file $i; done; done >>> nilfs-utils v2.2.7 Configuring >>> nilfs-utils v2.2.7 Autoreconfiguring libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:16: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:10: installing './install-sh' configure.ac:10: installing './missing' Makefile.am: installing './INSTALL' bin/Makefile.am: installing './depcomp' >>> nilfs-utils v2.2.7 Patching libtool patching file /home/peko/autobuild/instance-3/output/build/nilfs-utils-v2.2.7/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8140 (offset 28 lines). Hunk #8 succeeded at 10769 (offset 59 lines). (cd /home/peko/autobuild/instance-3/output/build/nilfs-utils-v2.2.7/ && rm -rf config.cache && PATH="/home/peko/autobuild/instance-3/output/host/bin:/home/peko/autobuild/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" AR="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-ar" AS="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-as" LD="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-ld" NM="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-nm" CC="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc" GCC="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc" CPP="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-cpp" CXX="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-g++" FC="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gfortran" F77="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gfortran" RANLIB="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-ranlib" READELF="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-readelf" STRIP="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-strip" OBJCOPY="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-objcopy" OBJDUMP="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/peko/autobuild/instance-3/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-3/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-3/output/host/include" LDFLAGS_FOR_BUILD="-L/home/peko/autobuild/instance-3/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-3/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -static -static" LDFLAGS=" -static" FCFLAGS="-matomic -Os -static" FFLAGS="-matomic -Os -static" PKG_CONFIG="/home/peko/autobuild/instance-3/output/host/bin/pkg-config" STAGING_DIR="/home/peko/autobuild/instance-3/output/host/arc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=arc-buildroot-linux-uclibc --host=arc-buildroot-linux-uclibc --build=powerpc64le-unknown-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --disable-shared --without-selinux ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for arc-buildroot-linux-uclibc-strip... /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-strip checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for arc-buildroot-linux-uclibc-gcc... /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc accepts -g... yes checking for /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking whether /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc... none checking for /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc option to accept ISO C99... none needed checking how to run the C preprocessor... /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-cpp checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking build system type... powerpc64le-unknown-linux-gnu checking host system type... arc-buildroot-linux-uclibc checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc... /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-ld checking if the linker (/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-nm checking the name lister (/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-nm) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking how to convert powerpc64le-unknown-linux-gnu file names to arc-buildroot-linux-uclibc format... func_convert_file_noop checking how to convert powerpc64le-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-ld option to reload object files... -r checking for arc-buildroot-linux-uclibc-objdump... /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-objdump checking how to recognize dependent libraries... pass_all checking for arc-buildroot-linux-uclibc-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for arc-buildroot-linux-uclibc-ar... /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-ar checking for archiver @FILE support... @ checking for arc-buildroot-linux-uclibc-strip... (cached) /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-strip checking for arc-buildroot-linux-uclibc-ranlib... /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-ranlib checking command to parse /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-nm output from /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for arc-buildroot-linux-uclibc-mt... no checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... no checking for objdir... .libs checking if /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc static flag -static works... yes checking if /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc supports -c -o file.o... yes checking if /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-gcc linker (/home/peko/autobuild/instance-3/output/host/bin/arc-buildroot-linux-uclibc-ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for ldconfig... /usr/sbin/ldconfig checking for uuid_generate in -luuid... yes checking for mq_open... yes checking for sem_open... yes checking for clock_gettime... yes checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking err.h usability... yes checking err.h presence... yes checking for err.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking linux/magic.h usability... yes checking linux/magic.h presence... yes checking for linux/magic.h... yes checking linux/types.h usability... yes checking linux/types.h presence... yes checking for linux/types.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking mntent.h usability... yes checking mntent.h presence... yes checking for mntent.h... yes checking mqueue.h usability... yes checking mqueue.h presence... yes checking for mqueue.h... yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking semaphore.h usability... yes checking semaphore.h presence... yes checking for semaphore.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/mount.h usability... yes checking sys/mount.h presence... yes checking for sys/mount.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for unistd.h... (cached) yes checking for mnt_context_do_mount in -lmount... no configure: error: Mount library is enabled but libmount not found make[1]: *** [/home/peko/autobuild/instance-3/output/build/nilfs-utils-v2.2.7/.stamp_configured] Error 1 make: *** [_all] Error 2 make: Leaving directory `/home/peko/autobuild/instance-3/buildroot'