checking for sys/resource.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/stat.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking pty.h usability... yes checking pty.h presence... yes checking for pty.h... yes checking util.h usability... no checking util.h presence... no checking for util.h... no checking libutil.h usability... no checking libutil.h presence... no checking for libutil.h... no checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking utmpx.h usability... yes checking utmpx.h presence... yes checking for utmpx.h... yes checking termio.h usability... yes checking termio.h presence... yes checking for termio.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking how to run the C++ preprocessor... /home/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-g++ -E checking memory usability... yes checking memory presence... yes checking for memory... yes checking tr1/memory usability... yes checking tr1/memory presence... yes checking for tr1/memory... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for inline... inline checking for int64_t... yes checking for pid_t... yes checking for C/C++ restrict keyword... __restrict checking for size_t... yes checking for ssize_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for uintptr_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... cross configure: WARNING: result yes guessed because of cross compilation checking for working vfork... (cached) yes checking whether mbrtowc and mbstate_t are properly declared... yes checking for gettimeofday... yes checking for setrlimit... yes checking for iswprint... yes checking for memchr... yes checking for memset... yes checking for nl_langinfo... yes checking for posix_memalign... yes checking for setenv... yes checking for setlocale... yes checking for sigaction... yes checking for socket... yes checking for strchr... yes checking for strdup... yes checking for strncasecmp... yes checking for strtok... yes checking for strerror... yes checking for strtol... yes checking for wcwidth... yes checking for cfmakeraw... yes checking for pselect... yes checking for getaddrinfo... yes checking for getnameinfo... yes checking for pledge... no checking pkg-config is at least version 0.9.0... yes checking for TINFO... no checking for TINFO... yes checking CommonCrypto/CommonCrypto.h usability... no checking CommonCrypto/CommonCrypto.h presence... no checking for CommonCrypto/CommonCrypto.h... no checking for CRYPTO... yes checking whether forkpty is declared... no checking for library containing forkpty... none required checking whether pipe2(..., O_CLOEXEC) is supported... yes checking whether FD_ISSET() argument is const... yes checking whether std::shared_ptr is available... no checking whether std::tr1::shared_ptr is available... yes checking whether clock_gettime() is supported... yes checking whether mach_absolute_time is declared... no checking whether __builtin_ctz is declared... yes checking whether ffs is declared... yes checking whether be64toh is declared... yes checking whether betoh64 is declared... no checking whether bswap64 is declared... no checking whether __builtin_bswap64 is declared... yes checking whether IP_MTU_DISCOVER is declared... yes checking whether IP_RECVTOS is declared... yes checking whether __STDC_ISO_10646__ is declared... yes checking whether IUTF8 is declared... yes checking for protobuf... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/crypto/Makefile config.status: creating src/frontend/Makefile config.status: creating src/network/Makefile config.status: creating src/protobufs/Makefile config.status: creating src/statesync/Makefile config.status: creating src/terminal/Makefile config.status: creating src/util/Makefile config.status: creating scripts/Makefile config.status: creating src/examples/Makefile config.status: creating src/tests/Makefile config.status: creating man/Makefile config.status: creating conf/Makefile config.status: creating 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, --enable-ipv6, --disable-nls, --disable-static, --enable-shared configure: === Configuration results === configure: Version: 1.3.2 configure: c++ compiler: /home/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-g++ configure: Warning CXXFLAGS: -Wall configure: Picky CXXFLAGS: configure: Harden CFLAGS: -fno-strict-overflow -D_FORTIFY_SOURCE=2 -fPIE configure: ============================= >>> mosh 1.3.2 Building PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-3/output/build/mosh-1.3.2/ /usr/bin/make all-recursive Making all in scripts Making all in src Making all in protobufs GEN userinput.pb.cc GEN hostinput.pb.cc GEN transportinstruction.pb.cc /usr/bin/make all-am CXX userinput.pb.o CXX hostinput.pb.o CXX transportinstruction.pb.o AR libmoshprotos.a Making all in util CXX locale_utils.o CXX swrite.o CXX select.o CXX timestamp.o CXX pty_compat.o AR libmoshutil.a Making all in crypto CXX ocb.o CXX base64.o CXX crypto.o AR libmoshcrypto.a Making all in terminal CXX parseraction.o CXX parser.o CXX parserstate.o CXX terminal.o CXX terminaldispatcher.o CXX terminaldisplay.o CXX terminaldisplayinit.o CXX terminalframebuffer.o CXX terminalfunctions.o CXX terminaluserinput.o AR libmoshterminal.a Making all in network CXX network.o CXX transportfragment.o CXX compressor.o AR libmoshnetwork.a Making all in statesync CXX completeterminal.o CXX user.o AR libmoshstatesync.a Making all in frontend CXX mosh-client.o CXX stmclient.o CXX terminaloverlay.o CXX mosh-server.o CXXLD mosh-client CXXLD mosh-server Making all in examples make[5]: Nothing to be done for `all'. Making all in tests make[5]: Nothing to be done for `all'. make[5]: Nothing to be done for `all-am'. Making all in man make[4]: Nothing to be done for `all'. Making all in conf make[4]: Nothing to be done for `all'. >>> mosh 1.3.2 Installing to target PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-3/output/target install -C /home/buildroot/autobuild/run/instance-3/output/build/mosh-1.3.2/ /usr/bin/make install-recursive Making install in scripts /bin/mkdir -p '/home/buildroot/autobuild/run/instance-3/output/target/usr/bin' make[5]: Nothing to be done for `install-data-am'. /usr/bin/install -c mosh '/home/buildroot/autobuild/run/instance-3/output/target/usr/bin' Making install in src Making install in protobufs /usr/bin/make install-am make[7]: Nothing to be done for `install-exec-am'. make[7]: Nothing to be done for `install-data-am'. Making install in util make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. Making install in crypto make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. Making install in terminal make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. Making install in network make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. Making install in statesync make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. Making install in frontend /bin/mkdir -p '/home/buildroot/autobuild/run/instance-3/output/target/usr/bin' make[6]: Nothing to be done for `install-data-am'. /usr/bin/install -c mosh-client mosh-server '/home/buildroot/autobuild/run/instance-3/output/target/usr/bin' Making install in examples make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. Making install in tests 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'. make[6]: Nothing to be done for `install-data-am'. Making install in man make[5]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-3/output/target/usr/share/man/man1' /usr/bin/install -c -m 644 mosh.1 mosh-client.1 mosh-server.1 '/home/buildroot/autobuild/run/instance-3/output/target/usr/share/man/man1' Making install in conf make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. motion-release-4.1.1.tar.gz: OK (sha256: 2074b935bdfe28f84c2c3233274b06908336778f303bb13530d4299c3f8aa4e2) >>> motion release-4.1.1 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-3/dl/motion-release-4.1.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-3/output/build/motion-release-4.1.1 -xf - >>> motion release-4.1.1 Patching >>> motion release-4.1.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/run/instance-3/output/build/motion-release-4.1.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> motion release-4.1.1 Configuring >>> motion release-4.1.1 Autoreconfiguring >>> motion release-4.1.1 Patching libtool (cd /home/buildroot/autobuild/run/instance-3/output/build/motion-release-4.1.1/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-ar" AS="/home/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-as" LD="/home/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-ld" NM="/home/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-nm" CC="/home/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-gcc" GCC="/home/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-gcc" CPP="/home/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-cpp" CXX="/home/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-g++" FC="/home/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-gfortran" F77="/home/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-gfortran" RANLIB="/home/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-ranlib" READELF="/home/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-readelf" STRIP="/home/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-strip" OBJCOPY="/home/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-objcopy" OBJDUMP="/home/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-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/buildroot/autobuild/run/instance-3/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/run/instance-3/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-3/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-as" DEFAULT_LINKER="/home/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-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 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/buildroot/autobuild/run/instance-3/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/run/instance-3/output/host/or1k-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=yes CONFIG_SITE=/dev/null ./configure --target=or1k-buildroot-linux-uclibc --host=or1k-buildroot-linux-uclibc --build=x86_64-pc-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 --disable-static --enable-shared --without-optimizecpu --without-ffmpeg --without-mysql --without-pgsql --with-sqlite3 --without-webp ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared checking for or1k-buildroot-linux-uclibc-gcc... /home/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-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/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-gcc accepts -g... yes checking for /home/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... /home/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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 for or1k-buildroot-linux-uclibc-gcc... (cached) /home/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /home/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-gcc accepts -g... (cached) yes checking for /home/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-gcc option to accept ISO C89... (cached) none needed checking for ANSI C header files... (cached) yes checking for an ANSI C-conforming const... yes checking for Darwin/BSD... no checking linux/videodev2.h usability... yes checking linux/videodev2.h presence... yes checking for linux/videodev2.h... yes checking for pthread_setname_np... no checking for pthread_getname_np... no checking for XSI strerror_r... no checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking jerror.h usability... yes checking jerror.h presence... yes checking for jerror.h... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking jpg libraries... yes checking for pkg-config... yes checking sqlite3.h usability... yes checking sqlite3.h presence... yes checking for sqlite3.h... yes checking for mysql support... skipped checking for pgsql support... skipped checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for unistd.h... (cached) yes checking for stdint.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for sys/types.h... (cached) yes configure: creating ./config.status config.status: creating camera1-dist.conf config.status: creating camera2-dist.conf config.status: creating camera3-dist.conf config.status: creating camera4-dist.conf config.status: creating motion-dist.conf config.status: creating motion.init-FreeBSD.sh config.status: creating motion.init-Debian config.status: creating motion.service config.status: creating motion.spec config.status: creating Makefile config.status: creating config.h configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared ************************** Configure status motion 4.1.1 ************************** OS : Linux pthread support: Yes jpeg support: Yes webp support: No V4L2 support: Yes BKTR support: No MMAL support: No ... libraspberrypi-dev package not installed FFmpeg support: No SQLite3 support: Yes MYSQL support: No PostgreSQL support: No CFLAGS: -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_THREAD_SAFE LIBS: -lm -pthread -ljpeg -lsqlite3 LDFLAGS: Install prefix: /usr >>> motion release-4.1.1 Building PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-3/output/build/motion-release-4.1.1/ Welcome to the setup procedure for Motion, the motion detection daemon! If you get error messages during this procedure, please report them to the mailing list. The Motion Guide contains all information you should need to get Motion up and running. Version: 4.1.1 Platform: Linux (if this is incorrect, please read README.FreeBSD) Generating dependencies, please wait... Compiling Motion object files... -------------------------------------------------------------------------------- Compiling motion.c into motion.o... Compiling logger.c into logger.o... Compiling conf.c into conf.o... Compiling draw.c into draw.o... Compiling jpegutils.c into jpegutils.o... Compiling video_loopback.c into video_loopback.o... Compiling video_v4l2.c into video_v4l2.o... Compiling video_common.c into video_common.o... Compiling video_bktr.c into video_bktr.o... Compiling netcam.c into netcam.o... Compiling netcam_http.c into netcam_http.o... Compiling netcam_ftp.c into netcam_ftp.o... Compiling netcam_jpeg.c into netcam_jpeg.o... Compiling netcam_wget.c into netcam_wget.o... Compiling track.c into track.o... Compiling alg.c into alg.o... Compiling event.c into event.o... Compiling picture.c into picture.o... Compiling rotate.c into rotate.o... Compiling webhttpd.c into webhttpd.o... Compiling stream.c into stream.o... Compiling md5.c into md5.o... Compiling netcam_rtsp.c into netcam_rtsp.o... Compiling ffmpeg.c into ffmpeg.o... -------------------------------------------------------------------------------- Motion object files compiled. Linking Motion... -------------------------------------------------------------------------------- /home/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-gcc -o motion motion.o logger.o conf.o draw.o jpegutils.o video_loopback.o video_v4l2.o video_common.o video_bktr.o netcam.o netcam_http.o netcam_ftp.o netcam_jpeg.o netcam_wget.o track.o alg.o event.o picture.o rotate.o webhttpd.o stream.o md5.o netcam_rtsp.o ffmpeg.o -lm -pthread -ljpeg -lsqlite3 -------------------------------------------------------------------------------- Motion has been linked. Build complete, run "make install" to install Motion! >>> motion release-4.1.1 Installing to target /usr/bin/install -D -m 0644 /home/buildroot/autobuild/run/instance-3/output/build/motion-release-4.1.1/motion-dist.conf /home/buildroot/autobuild/run/instance-3/output/target/etc/motion.conf /usr/bin/install -D -m 0755 /home/buildroot/autobuild/run/instance-3/output/build/motion-release-4.1.1/motion /home/buildroot/autobuild/run/instance-3/output/target/usr/bin/motion /usr/bin/install -D -m 0755 package/motion/S99motion /home/buildroot/autobuild/run/instance-3/output/target/etc/init.d/S99motion >>> mpd-mpc 0.29 Downloading --2018-03-10 05:13:26-- http://www.musicpd.org/download/mpc/0/mpc-0.29.tar.xz Resolving www.musicpd.org (www.musicpd.org)... 2a01:4f8:c17:52a8::2, 138.201.185.127 Connecting to www.musicpd.org (www.musicpd.org)|2a01:4f8:c17:52a8::2|:80... failed: Connection refused. Connecting to www.musicpd.org (www.musicpd.org)|138.201.185.127|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 41872 (41K) [application/octet-stream] Saving to: '/home/buildroot/autobuild/run/instance-3/output/build/.mpc-0.29.tar.xz.UxBJNL/output' 0K .......... .......... .......... .......... 100% 2.81M=0.01s 2018-03-10 05:13:26 (2.81 MB/s) - '/home/buildroot/autobuild/run/instance-3/output/build/.mpc-0.29.tar.xz.UxBJNL/output' saved [41872/41872] mpc-0.29.tar.xz: OK (sha256: 02f1daec902cb48f8cdaa6fe21c7219f6231b091dddbe437a3a4fb12cb07b9d3) >>> mpd-mpc 0.29 Extracting xzcat /home/buildroot/autobuild/run/instance-3/dl/mpc-0.29.tar.xz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-3/output/build/mpd-mpc-0.29 -xf - >>> mpd-mpc 0.29 Patching >>> mpd-mpc 0.29 Configuring rm -rf /home/buildroot/autobuild/run/instance-3/output/build/mpd-mpc-0.29/build mkdir -p /home/buildroot/autobuild/run/instance-3/output/build/mpd-mpc-0.29/build PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" meson --prefix=/usr --buildtype release --cross-file /home/buildroot/autobuild/run/instance-3/output/host/etc/meson/cross-compilation.conf /home/buildroot/autobuild/run/instance-3/output/build/mpd-mpc-0.29 /home/buildroot/autobuild/run/instance-3/output/build/mpd-mpc-0.29/build The Meson build system Version: 0.45.0 Source dir: /home/buildroot/autobuild/run/instance-3/output/build/mpd-mpc-0.29 Build dir: /home/buildroot/autobuild/run/instance-3/output/build/mpd-mpc-0.29/build Build type: cross build Project name: mpc Native C compiler: cc (gcc 4.8.2 "cc (Ubuntu 4.8.2-19ubuntu1) 4.8.2") Cross C compiler: /home/buildroot/autobuild/run/instance-3/output/host/bin/or1k-linux-gcc (gcc 5.4.0) Host machine cpu family: or1k Host machine cpu: Target machine cpu family: or1k Target machine cpu: Build machine cpu family: x86_64 Build machine cpu: x86_64 Checking for function "iconv": YES Configuring config.h using configuration Compiler for C supports argument -Wall: YES Compiler for C supports argument -Wextra: YES Compiler for C supports argument -Wno-deprecated-declarations: YES Compiler for C supports argument -Wmissing-prototypes: YES Compiler for C supports argument -Wshadow: YES Compiler for C supports argument -Wpointer-arith: YES Compiler for C supports argument -Wstrict-prototypes: YES Compiler for C supports argument -Wcast-qual: YES Compiler for C supports argument -Wwrite-strings: YES Compiler for C supports argument -ffunction-sections: YES Compiler for C supports argument -fdata-sections: YES Compiler for C supports argument -fvisibility=hidden: YES WARNING: -Wl,--gc-sections looks like a linker argument, but has_argument and other similar methods only support checking compiler arguments. Using them to check linker arguments are never supported, and results are likely to be wrong regardless of the compiler you are using. Compiler for C supports argument -Wl,--gc-sections: YES meson.build:74:0: ERROR: Cross dependency 'libmpdclient' not found A full log can be found at /home/buildroot/autobuild/run/instance-3/output/build/mpd-mpc-0.29/build/meson-logs/meson-log.txt make[1]: *** [/home/buildroot/autobuild/run/instance-3/output/build/mpd-mpc-0.29/.stamp_configured] Error 1 make: *** [_all] Error 2 make: Leaving directory `/home/buildroot/autobuild/run/instance-3/buildroot'