-e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-20/output-1/per-package/cairo/host/i686-buildroot-linux-musl/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-20/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> cairo 1.16.0 Installing to target PATH="/tmp/instance-20/output-1/per-package/cairo/host/bin:/tmp/instance-20/output-1/per-package/cairo/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make DESTDIR=/tmp/instance-20/output-1/per-package/cairo/target install -C /tmp/instance-20/output-1/build/cairo-1.16.0/ make[1]: Entering directory '/tmp/instance-20/output-1/build/cairo-1.16.0' Makefile:1502: warning: overriding recipe for target 'recheck' Makefile:1140: warning: ignoring old recipe for target 'recheck' /home/autobuild/make/make install-recursive make[2]: Entering directory '/tmp/instance-20/output-1/build/cairo-1.16.0' Makefile:1502: warning: overriding recipe for target 'recheck' Makefile:1140: warning: ignoring old recipe for target 'recheck' Making install in src make[3]: Entering directory '/tmp/instance-20/output-1/build/cairo-1.16.0/src' Makefile:3093: warning: ignoring prerequisites on suffix rule definition Makefile:3095: warning: ignoring prerequisites on suffix rule definition /home/autobuild/make/make install-am make[4]: Entering directory '/tmp/instance-20/output-1/build/cairo-1.16.0/src' Makefile:3093: warning: ignoring prerequisites on suffix rule definition Makefile:3095: warning: ignoring prerequisites on suffix rule definition make[5]: Entering directory '/tmp/instance-20/output-1/build/cairo-1.16.0/src' Makefile:3093: warning: ignoring prerequisites on suffix rule definition Makefile:3095: warning: ignoring prerequisites on suffix rule definition /usr/bin/mkdir -p '/tmp/instance-20/output-1/per-package/cairo/target/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libcairo.la '/tmp/instance-20/output-1/per-package/cairo/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libcairo.lai /tmp/instance-20/output-1/per-package/cairo/target/usr/lib/libcairo.la libtool: install: /usr/bin/install -c .libs/libcairo.a /tmp/instance-20/output-1/per-package/cairo/target/usr/lib/libcairo.a libtool: install: chmod 644 /tmp/instance-20/output-1/per-package/cairo/target/usr/lib/libcairo.a libtool: install: /tmp/instance-20/output-1/per-package/cairo/host/bin/i686-buildroot-linux-musl-gcc-ranlib /tmp/instance-20/output-1/per-package/cairo/target/usr/lib/libcairo.a libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/tmp/instance-20/output-1/per-package/cairo/target/usr/include/cairo' /usr/bin/install -c -m 644 cairo.h cairo-deprecated.h cairo-ft.h ../cairo-version.h '/tmp/instance-20/output-1/per-package/cairo/target/usr/include/cairo' /usr/bin/mkdir -p '/tmp/instance-20/output-1/per-package/cairo/target/usr/include/cairo' /usr/bin/install -c -m 644 cairo-features.h '/tmp/instance-20/output-1/per-package/cairo/target/usr/include/cairo' /usr/bin/mkdir -p '/tmp/instance-20/output-1/per-package/cairo/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 cairo.pc cairo-ft.pc cairo-fc.pc cairo-gobject.pc '/tmp/instance-20/output-1/per-package/cairo/target/usr/lib/pkgconfig' make[5]: Leaving directory '/tmp/instance-20/output-1/build/cairo-1.16.0/src' make[4]: Leaving directory '/tmp/instance-20/output-1/build/cairo-1.16.0/src' make[3]: Leaving directory '/tmp/instance-20/output-1/build/cairo-1.16.0/src' Making install in doc make[3]: Entering directory '/tmp/instance-20/output-1/build/cairo-1.16.0/doc' /home/autobuild/make/make install-recursive make[4]: Entering directory '/tmp/instance-20/output-1/build/cairo-1.16.0/doc' Making install in public make[5]: Entering directory '/tmp/instance-20/output-1/build/cairo-1.16.0/doc/public' /home/autobuild/make/make install-am make[6]: Entering directory '/tmp/instance-20/output-1/build/cairo-1.16.0/doc/public' make[7]: Entering directory '/tmp/instance-20/output-1/build/cairo-1.16.0/doc/public' make[7]: Nothing to be done for 'install-exec-am'. installfiles=`echo ./html/*`; \ if test "$installfiles" = './html/*'; \ then echo '-- Nothing to install' ; \ else \ /bin/bash /tmp/instance-20/output-1/build/cairo-1.16.0/build/install-sh -d /tmp/instance-20/output-1/per-package/cairo/target/usr/share/gtk-doc/html/cairo; \ for i in $installfiles; do \ echo '-- Installing '$i ; \ /usr/bin/install -c -m 644 $i /tmp/instance-20/output-1/per-package/cairo/target/usr/share/gtk-doc/html/cairo; \ done; \ echo '-- Installing ./html/index.sgml' ; \ /usr/bin/install -c -m 644 ./html/index.sgml /tmp/instance-20/output-1/per-package/cairo/target/usr/share/gtk-doc/html/cairo || :; \ which gtkdoc-rebase >/dev/null && \ gtkdoc-rebase --relative --dest-dir=/tmp/instance-20/output-1/per-package/cairo/target --html-dir=/tmp/instance-20/output-1/per-package/cairo/target/usr/share/gtk-doc/html/cairo ; \ fi -- Installing ./html/bindings-errors.html -- Installing ./html/bindings-fonts.html -- Installing ./html/bindings-memory.html -- Installing ./html/bindings-overloading.html -- Installing ./html/bindings-path.html -- Installing ./html/bindings-patterns.html -- Installing ./html/bindings-return-values.html -- Installing ./html/bindings-streams.html -- Installing ./html/bindings-surfaces.html -- Installing ./html/cairo-Error-handling.html -- Installing ./html/cairo-FreeType-Fonts.html -- Installing ./html/cairo-Image-Surfaces.html -- Installing ./html/cairo-PDF-Surfaces.html -- Installing ./html/cairo-PNG-Support.html -- Installing ./html/cairo-Paths.html -- Installing ./html/cairo-PostScript-Surfaces.html -- Installing ./html/cairo-Quartz-(CGFont)-Fonts.html -- Installing ./html/cairo-Quartz-Surfaces.html -- Installing ./html/cairo-Raster-Sources.html -- Installing ./html/cairo-Recording-Surfaces.html -- Installing ./html/cairo-Regions.html -- Installing ./html/cairo-SVG-Surfaces.html -- Installing ./html/cairo-Script-Surfaces.html -- Installing ./html/cairo-Tags-and-Links.html -- Installing ./html/cairo-Transformations.html -- Installing ./html/cairo-Types.html -- Installing ./html/cairo-User-Fonts.html -- Installing ./html/cairo-Version-Information.html -- Installing ./html/cairo-Win32-Fonts.html -- Installing ./html/cairo-Win32-Surfaces.html -- Installing ./html/cairo-XCB-Surfaces.html -- Installing ./html/cairo-XLib-Surfaces.html -- Installing ./html/cairo-XLib-XRender-Backend.html -- Installing ./html/cairo-cairo-device-t.html -- Installing ./html/cairo-cairo-font-face-t.html -- Installing ./html/cairo-cairo-font-options-t.html -- Installing ./html/cairo-cairo-matrix-t.html -- Installing ./html/cairo-cairo-pattern-t.html -- Installing ./html/cairo-cairo-scaled-font-t.html -- Installing ./html/cairo-cairo-surface-t.html -- Installing ./html/cairo-cairo-t.html -- Installing ./html/cairo-drawing.html -- Installing ./html/cairo-fonts.html -- Installing ./html/cairo-support.html -- Installing ./html/cairo-surfaces.html -- Installing ./html/cairo-text.html -- Installing ./html/cairo.devhelp2 -- Installing ./html/home.png -- Installing ./html/index-1.10.html -- Installing ./html/index-1.12.html -- Installing ./html/index-1.14.html -- Installing ./html/index-1.16.html -- Installing ./html/index-1.2.html -- Installing ./html/index-1.4.html -- Installing ./html/index-1.6.html -- Installing ./html/index-1.8.html -- Installing ./html/index-all.html -- Installing ./html/index.html -- Installing ./html/language-bindings.html -- Installing ./html/left-insensitive.png -- Installing ./html/left.png -- Installing ./html/right-insensitive.png -- Installing ./html/right.png -- Installing ./html/style.css -- Installing ./html/up-insensitive.png -- Installing ./html/up.png -- Installing ./html/index.sgml /usr/bin/install: cannot stat './html/index.sgml': No such file or directory make[7]: [Makefile:1874: install-data-local] Error 1 (ignored) make[7]: Leaving directory '/tmp/instance-20/output-1/build/cairo-1.16.0/doc/public' make[6]: Leaving directory '/tmp/instance-20/output-1/build/cairo-1.16.0/doc/public' make[5]: Leaving directory '/tmp/instance-20/output-1/build/cairo-1.16.0/doc/public' make[5]: Entering directory '/tmp/instance-20/output-1/build/cairo-1.16.0/doc' make[6]: Entering directory '/tmp/instance-20/output-1/build/cairo-1.16.0/doc' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/tmp/instance-20/output-1/build/cairo-1.16.0/doc' make[5]: Leaving directory '/tmp/instance-20/output-1/build/cairo-1.16.0/doc' make[4]: Leaving directory '/tmp/instance-20/output-1/build/cairo-1.16.0/doc' make[3]: Leaving directory '/tmp/instance-20/output-1/build/cairo-1.16.0/doc' Making install in util make[3]: Entering directory '/tmp/instance-20/output-1/build/cairo-1.16.0/util' /home/autobuild/make/make install-recursive make[4]: Entering directory '/tmp/instance-20/output-1/build/cairo-1.16.0/util' Making install in . make[5]: Entering directory '/tmp/instance-20/output-1/build/cairo-1.16.0/util' make[6]: Entering directory '/tmp/instance-20/output-1/build/cairo-1.16.0/util' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/tmp/instance-20/output-1/build/cairo-1.16.0/util' make[5]: Leaving directory '/tmp/instance-20/output-1/build/cairo-1.16.0/util' Making install in cairo-missing make[5]: Entering directory '/tmp/instance-20/output-1/build/cairo-1.16.0/util/cairo-missing' make[6]: Entering directory '/tmp/instance-20/output-1/build/cairo-1.16.0/util/cairo-missing' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/tmp/instance-20/output-1/build/cairo-1.16.0/util/cairo-missing' make[5]: Leaving directory '/tmp/instance-20/output-1/build/cairo-1.16.0/util/cairo-missing' Making install in cairo-gobject make[5]: Entering directory '/tmp/instance-20/output-1/build/cairo-1.16.0/util/cairo-gobject' make[6]: Entering directory '/tmp/instance-20/output-1/build/cairo-1.16.0/util/cairo-gobject' /usr/bin/mkdir -p '/tmp/instance-20/output-1/per-package/cairo/target/usr/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c libcairo-gobject.la '/tmp/instance-20/output-1/per-package/cairo/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libcairo-gobject.lai /tmp/instance-20/output-1/per-package/cairo/target/usr/lib/libcairo-gobject.la libtool: install: /usr/bin/install -c .libs/libcairo-gobject.a /tmp/instance-20/output-1/per-package/cairo/target/usr/lib/libcairo-gobject.a libtool: install: chmod 644 /tmp/instance-20/output-1/per-package/cairo/target/usr/lib/libcairo-gobject.a libtool: install: /tmp/instance-20/output-1/per-package/cairo/host/bin/i686-buildroot-linux-musl-gcc-ranlib /tmp/instance-20/output-1/per-package/cairo/target/usr/lib/libcairo-gobject.a libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/tmp/instance-20/output-1/per-package/cairo/target/usr/include/cairo' /usr/bin/install -c -m 644 cairo-gobject.h '/tmp/instance-20/output-1/per-package/cairo/target/usr/include/cairo' make[6]: Leaving directory '/tmp/instance-20/output-1/build/cairo-1.16.0/util/cairo-gobject' make[5]: Leaving directory '/tmp/instance-20/output-1/build/cairo-1.16.0/util/cairo-gobject' make[4]: Leaving directory '/tmp/instance-20/output-1/build/cairo-1.16.0/util' make[3]: Leaving directory '/tmp/instance-20/output-1/build/cairo-1.16.0/util' make[3]: Entering directory '/tmp/instance-20/output-1/build/cairo-1.16.0' Makefile:1502: warning: overriding recipe for target 'recheck' Makefile:1140: warning: ignoring old recipe for target 'recheck' make[4]: Entering directory '/tmp/instance-20/output-1/build/cairo-1.16.0' Makefile:1502: warning: overriding recipe for target 'recheck' Makefile:1140: warning: ignoring old recipe for target 'recheck' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-20/output-1/build/cairo-1.16.0' make[3]: Leaving directory '/tmp/instance-20/output-1/build/cairo-1.16.0' make[2]: Leaving directory '/tmp/instance-20/output-1/build/cairo-1.16.0' make[1]: Leaving directory '/tmp/instance-20/output-1/build/cairo-1.16.0' mkdir -p /tmp/instance-20/output-1/per-package/cantarell/host mkdir -p /tmp/instance-20/output-1/per-package/cantarell/target >>> cantarell 0.0.25 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-20/output-1/build/.cantarell-fonts-0.0.25.tar.xz.TRFoXl/output' 'https://download.gnome.org/sources/cantarell-fonts/0.0/cantarell-fonts-0.0.25.tar.xz' --2023-03-08 22:34:29-- https://download.gnome.org/sources/cantarell-fonts/0.0/cantarell-fonts-0.0.25.tar.xz Resolving download.gnome.org (download.gnome.org)... 8.43.85.3, 8.43.85.4, 8.43.85.5 Connecting to download.gnome.org (download.gnome.org)|8.43.85.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://mirror.fcix.net/gnome/sources/cantarell-fonts/0.0/cantarell-fonts-0.0.25.tar.xz [following] --2023-03-08 22:34:29-- https://mirror.fcix.net/gnome/sources/cantarell-fonts/0.0/cantarell-fonts-0.0.25.tar.xz Resolving mirror.fcix.net (mirror.fcix.net)... 23.152.160.16, 2620:13b:0:1000::16 Connecting to mirror.fcix.net (mirror.fcix.net)|23.152.160.16|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 351768 (344K) [application/octet-stream] Saving to: '/tmp/instance-20/output-1/build/.cantarell-fonts-0.0.25.tar.xz.TRFoXl/output' 0K .......... .......... .......... .......... .......... 14% 964K 0s 50K .......... .......... .......... .......... .......... 29% 2.86M 0s 100K .......... .......... .......... .......... .......... 43% 3.27M 0s 150K .......... .......... .......... .......... .......... 58% 4.06M 0s 200K .......... .......... .......... .......... .......... 72% 6.10M 0s 250K .......... .......... .......... .......... .......... 87% 6.09M 0s 300K .......... .......... .......... .......... ... 100% 10.6M=0.1s 2023-03-08 22:34:29 (2.89 MB/s) - '/tmp/instance-20/output-1/build/.cantarell-fonts-0.0.25.tar.xz.TRFoXl/output' saved [351768/351768] cantarell-fonts-0.0.25.tar.xz: OK (sha256: 14a228aa0b516dfc367b434a850f955a00c57fc549cbb05348e2b150196a737f) >>> cantarell 0.0.25 Extracting mkdir -p /tmp/instance-20/output-1/per-package/cantarell/host mkdir -p /tmp/instance-20/output-1/per-package/cantarell/target xzcat /tmp/instance-20/dl/cantarell/cantarell-fonts-0.0.25.tar.xz | tar --strip-components=1 -C /tmp/instance-20/output-1/build/cantarell-0.0.25 -xf - >>> cantarell 0.0.25 Patching >>> cantarell 0.0.25 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-20/output-1/build/cantarell-0.0.25 -name $file); do cp support/gnuconfig/$file $i; done; done >>> cantarell 0.0.25 Patching libtool >>> cantarell 0.0.25 Configuring mkdir -p /tmp/instance-20/output-1/per-package/cantarell/host rsync -a --link-dest=/tmp/instance-20/output-1/per-package/host-pkgconf/host/ /tmp/instance-20/output-1/per-package/host-pkgconf/host/ /tmp/instance-20/output-1/per-package/cantarell/host rsync -a --link-dest=/tmp/instance-20/output-1/per-package/host-skeleton/host/ /tmp/instance-20/output-1/per-package/host-skeleton/host/ /tmp/instance-20/output-1/per-package/cantarell/host rsync -a --link-dest=/tmp/instance-20/output-1/per-package/skeleton/host/ /tmp/instance-20/output-1/per-package/skeleton/host/ /tmp/instance-20/output-1/per-package/cantarell/host rsync -a --link-dest=/tmp/instance-20/output-1/per-package/toolchain/host/ /tmp/instance-20/output-1/per-package/toolchain/host/ /tmp/instance-20/output-1/per-package/cantarell/host mkdir -p /tmp/instance-20/output-1/per-package/cantarell/target rsync -a --link-dest=/tmp/instance-20/output-1/per-package/host-pkgconf/target/ /tmp/instance-20/output-1/per-package/host-pkgconf/target/ /tmp/instance-20/output-1/per-package/cantarell/target rsync -a --link-dest=/tmp/instance-20/output-1/per-package/host-skeleton/target/ /tmp/instance-20/output-1/per-package/host-skeleton/target/ /tmp/instance-20/output-1/per-package/cantarell/target rsync -a --link-dest=/tmp/instance-20/output-1/per-package/skeleton/target/ /tmp/instance-20/output-1/per-package/skeleton/target/ /tmp/instance-20/output-1/per-package/cantarell/target rsync -a --link-dest=/tmp/instance-20/output-1/per-package/toolchain/target/ /tmp/instance-20/output-1/per-package/toolchain/target/ /tmp/instance-20/output-1/per-package/cantarell/target (cd /tmp/instance-20/output-1/build/cantarell-0.0.25/ && rm -rf config.cache && PATH="/tmp/instance-20/output-1/per-package/cantarell/host/bin:/tmp/instance-20/output-1/per-package/cantarell/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-20/output-1/per-package/cantarell/host/bin/i686-buildroot-linux-musl-gcc-ar" AS="/tmp/instance-20/output-1/per-package/cantarell/host/bin/i686-buildroot-linux-musl-as" LD="/tmp/instance-20/output-1/per-package/cantarell/host/bin/i686-buildroot-linux-musl-ld" NM="/tmp/instance-20/output-1/per-package/cantarell/host/bin/i686-buildroot-linux-musl-gcc-nm" CC="/tmp/instance-20/output-1/per-package/cantarell/host/bin/i686-buildroot-linux-musl-gcc" GCC="/tmp/instance-20/output-1/per-package/cantarell/host/bin/i686-buildroot-linux-musl-gcc" CPP="/tmp/instance-20/output-1/per-package/cantarell/host/bin/i686-buildroot-linux-musl-cpp" CXX="/tmp/instance-20/output-1/per-package/cantarell/host/bin/i686-buildroot-linux-musl-g++" FC="/tmp/instance-20/output-1/per-package/cantarell/host/bin/i686-buildroot-linux-musl-gfortran" F77="/tmp/instance-20/output-1/per-package/cantarell/host/bin/i686-buildroot-linux-musl-gfortran" RANLIB="/tmp/instance-20/output-1/per-package/cantarell/host/bin/i686-buildroot-linux-musl-gcc-ranlib" READELF="/tmp/instance-20/output-1/per-package/cantarell/host/bin/i686-buildroot-linux-musl-readelf" STRIP="/tmp/instance-20/output-1/per-package/cantarell/host/bin/i686-buildroot-linux-musl-strip" OBJCOPY="/tmp/instance-20/output-1/per-package/cantarell/host/bin/i686-buildroot-linux-musl-objcopy" OBJDUMP="/tmp/instance-20/output-1/per-package/cantarell/host/bin/i686-buildroot-linux-musl-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/tmp/instance-20/output-1/per-package/cantarell/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-20/output-1/per-package/cantarell/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-20/output-1/per-package/cantarell/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-20/output-1/per-package/cantarell/host/lib -Wl,-rpath,/tmp/instance-20/output-1/per-package/cantarell/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-20/output-1/per-package/cantarell/host/bin/i686-buildroot-linux-musl-as" DEFAULT_LINKER="/tmp/instance-20/output-1/per-package/cantarell/host/bin/i686-buildroot-linux-musl-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 -O2 -g0 -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -static" LDFLAGS=" -static" FCFLAGS=" -O2 -g0 -static" FFLAGS=" -O2 -g0 -static" PKG_CONFIG="/tmp/instance-20/output-1/per-package/cantarell/host/bin/pkg-config" STAGING_DIR="/tmp/instance-20/output-1/per-package/cantarell/host/i686-buildroot-linux-musl/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=no 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 gt_cv_func_gnugettext1_libc=yes gt_cv_func_gnugettext2_libc=yes CONFIG_SITE=/dev/null ./configure --target=i686-buildroot-linux-musl --host=i686-buildroot-linux-musl --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 --enable-static --disable-shared ) 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, --enable-static, --disable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for i686-buildroot-linux-musl-strip... /tmp/instance-20/output-1/per-package/cantarell/host/bin/i686-buildroot-linux-musl-strip checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '1001' is supported by ustar format... yes checking whether GID '1001' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking pkg-config is at least version 0.19... yes checking for a sed that does not truncate output... /usr/bin/sed checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating fontconfig/Makefile config.status: creating src/Makefile config.status: creating otf/Makefile config.status: creating scripts/Makefile 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, --enable-static, --disable-shared cantarell-fonts 0.0.25 =============== rebuild via fontforge: no >>> cantarell 0.0.25 Building PATH="/tmp/instance-20/output-1/per-package/cantarell/host/bin:/tmp/instance-20/output-1/per-package/cantarell/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -C /tmp/instance-20/output-1/build/cantarell-0.0.25/ make[1]: Entering directory '/tmp/instance-20/output-1/build/cantarell-0.0.25' Making all in src make[2]: Entering directory '/tmp/instance-20/output-1/build/cantarell-0.0.25/src' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-20/output-1/build/cantarell-0.0.25/src' Making all in otf make[2]: Entering directory '/tmp/instance-20/output-1/build/cantarell-0.0.25/otf' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-20/output-1/build/cantarell-0.0.25/otf' Making all in fontconfig make[2]: Entering directory '/tmp/instance-20/output-1/build/cantarell-0.0.25/fontconfig' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-20/output-1/build/cantarell-0.0.25/fontconfig' Making all in scripts make[2]: Entering directory '/tmp/instance-20/output-1/build/cantarell-0.0.25/scripts' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-20/output-1/build/cantarell-0.0.25/scripts' make[2]: Entering directory '/tmp/instance-20/output-1/build/cantarell-0.0.25' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/instance-20/output-1/build/cantarell-0.0.25' make[1]: Leaving directory '/tmp/instance-20/output-1/build/cantarell-0.0.25' >>> cantarell 0.0.25 Installing to target PATH="/tmp/instance-20/output-1/per-package/cantarell/host/bin:/tmp/instance-20/output-1/per-package/cantarell/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make DESTDIR=/tmp/instance-20/output-1/per-package/cantarell/target install -C /tmp/instance-20/output-1/build/cantarell-0.0.25/ make[1]: Entering directory '/tmp/instance-20/output-1/build/cantarell-0.0.25' Making install in src make[2]: Entering directory '/tmp/instance-20/output-1/build/cantarell-0.0.25/src' make[3]: Entering directory '/tmp/instance-20/output-1/build/cantarell-0.0.25/src' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-20/output-1/build/cantarell-0.0.25/src' make[2]: Leaving directory '/tmp/instance-20/output-1/build/cantarell-0.0.25/src' Making install in otf make[2]: Entering directory '/tmp/instance-20/output-1/build/cantarell-0.0.25/otf' make[3]: Entering directory '/tmp/instance-20/output-1/build/cantarell-0.0.25/otf' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-20/output-1/per-package/cantarell/target/usr/share/fonts/cantarell' /usr/bin/install -c -m 644 Cantarell-Regular.otf Cantarell-Oblique.otf Cantarell-Bold.otf Cantarell-BoldOblique.otf '/tmp/instance-20/output-1/per-package/cantarell/target/usr/share/fonts/cantarell' make[3]: Leaving directory '/tmp/instance-20/output-1/build/cantarell-0.0.25/otf' make[2]: Leaving directory '/tmp/instance-20/output-1/build/cantarell-0.0.25/otf' Making install in fontconfig make[2]: Entering directory '/tmp/instance-20/output-1/build/cantarell-0.0.25/fontconfig' make[3]: Entering directory '/tmp/instance-20/output-1/build/cantarell-0.0.25/fontconfig' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-20/output-1/per-package/cantarell/target/usr/share/fontconfig/conf.avail' /usr/bin/install -c -m 644 31-cantarell.conf '/tmp/instance-20/output-1/per-package/cantarell/target/usr/share/fontconfig/conf.avail' make[3]: Leaving directory '/tmp/instance-20/output-1/build/cantarell-0.0.25/fontconfig' make[2]: Leaving directory '/tmp/instance-20/output-1/build/cantarell-0.0.25/fontconfig' Making install in scripts make[2]: Entering directory '/tmp/instance-20/output-1/build/cantarell-0.0.25/scripts' make[3]: Entering directory '/tmp/instance-20/output-1/build/cantarell-0.0.25/scripts' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-20/output-1/build/cantarell-0.0.25/scripts' make[2]: Leaving directory '/tmp/instance-20/output-1/build/cantarell-0.0.25/scripts' make[2]: Entering directory '/tmp/instance-20/output-1/build/cantarell-0.0.25' make[3]: Entering directory '/tmp/instance-20/output-1/build/cantarell-0.0.25' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-20/output-1/build/cantarell-0.0.25' make[2]: Leaving directory '/tmp/instance-20/output-1/build/cantarell-0.0.25' make[1]: Leaving directory '/tmp/instance-20/output-1/build/cantarell-0.0.25' mkdir -p /tmp/instance-20/output-1/per-package/chrony/host mkdir -p /tmp/instance-20/output-1/per-package/chrony/target chrony-4.3.tar.gz: OK (sha256: 9d0da889a865f089a5a21610ffb6713e3c9438ce303a63b49c2fb6eaff5b8804) >>> chrony 4.3 Extracting mkdir -p /tmp/instance-20/output-1/per-package/chrony/host mkdir -p /tmp/instance-20/output-1/per-package/chrony/target gzip -d -c /tmp/instance-20/dl/chrony/chrony-4.3.tar.gz | tar --strip-components=1 -C /tmp/instance-20/output-1/build/chrony-4.3 -xf - >>> chrony 4.3 Patching >>> chrony 4.3 Configuring mkdir -p /tmp/instance-20/output-1/per-package/chrony/host rsync -a --link-dest=/tmp/instance-20/output-1/per-package/host-pkgconf/host/ /tmp/instance-20/output-1/per-package/host-pkgconf/host/ /tmp/instance-20/output-1/per-package/chrony/host rsync -a --link-dest=/tmp/instance-20/output-1/per-package/host-skeleton/host/ /tmp/instance-20/output-1/per-package/host-skeleton/host/ /tmp/instance-20/output-1/per-package/chrony/host rsync -a --link-dest=/tmp/instance-20/output-1/per-package/libcap/host/ /tmp/instance-20/output-1/per-package/libcap/host/ /tmp/instance-20/output-1/per-package/chrony/host rsync -a --link-dest=/tmp/instance-20/output-1/per-package/libedit/host/ /tmp/instance-20/output-1/per-package/libedit/host/ /tmp/instance-20/output-1/per-package/chrony/host rsync -a --link-dest=/tmp/instance-20/output-1/per-package/skeleton/host/ /tmp/instance-20/output-1/per-package/skeleton/host/ /tmp/instance-20/output-1/per-package/chrony/host rsync -a --link-dest=/tmp/instance-20/output-1/per-package/toolchain/host/ /tmp/instance-20/output-1/per-package/toolchain/host/ /tmp/instance-20/output-1/per-package/chrony/host mkdir -p /tmp/instance-20/output-1/per-package/chrony/target rsync -a --link-dest=/tmp/instance-20/output-1/per-package/host-pkgconf/target/ /tmp/instance-20/output-1/per-package/host-pkgconf/target/ /tmp/instance-20/output-1/per-package/chrony/target rsync -a --link-dest=/tmp/instance-20/output-1/per-package/host-skeleton/target/ /tmp/instance-20/output-1/per-package/host-skeleton/target/ /tmp/instance-20/output-1/per-package/chrony/target rsync -a --link-dest=/tmp/instance-20/output-1/per-package/libcap/target/ /tmp/instance-20/output-1/per-package/libcap/target/ /tmp/instance-20/output-1/per-package/chrony/target rsync -a --link-dest=/tmp/instance-20/output-1/per-package/libedit/target/ /tmp/instance-20/output-1/per-package/libedit/target/ /tmp/instance-20/output-1/per-package/chrony/target rsync -a --link-dest=/tmp/instance-20/output-1/per-package/skeleton/target/ /tmp/instance-20/output-1/per-package/skeleton/target/ /tmp/instance-20/output-1/per-package/chrony/target rsync -a --link-dest=/tmp/instance-20/output-1/per-package/toolchain/target/ /tmp/instance-20/output-1/per-package/toolchain/target/ /tmp/instance-20/output-1/per-package/chrony/target cd /tmp/instance-20/output-1/build/chrony-4.3 && PATH="/tmp/instance-20/output-1/per-package/chrony/host/bin:/tmp/instance-20/output-1/per-package/chrony/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc-ar" AS="/tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-as" LD="/tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-ld" NM="/tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc-nm" CC="/tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc" GCC="/tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc" CPP="/tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-cpp" CXX="/tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-g++" FC="/tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gfortran" F77="/tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gfortran" RANLIB="/tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc-ranlib" READELF="/tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-readelf" STRIP="/tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-strip" OBJCOPY="/tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-objcopy" OBJDUMP="/tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-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/tmp/instance-20/output-1/per-package/chrony/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-20/output-1/per-package/chrony/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-20/output-1/per-package/chrony/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-20/output-1/per-package/chrony/host/lib -Wl,-rpath,/tmp/instance-20/output-1/per-package/chrony/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-as" DEFAULT_LINKER="/tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-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 -O2 -g0 -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -static" LDFLAGS=" -static" FCFLAGS=" -O2 -g0 -static" FFLAGS=" -O2 -g0 -static" PKG_CONFIG="/tmp/instance-20/output-1/per-package/chrony/host/bin/pkg-config" STAGING_DIR="/tmp/instance-20/output-1/per-package/chrony/host/i686-buildroot-linux-musl/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ./configure --host-system=Linux --host-machine="i686" --prefix=/usr --without-tomcrypt --with-user=chrony --disable-debug --without-nss --without-seccomp --without-gnutls --without-nettle Unrecognized option : --disable-debug Configuring for Linux-i686 Checking for /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc : Yes Checking for pkg-config : Yes Checking for 64-bit time_t : Yes NTP time mapped to 1973-03-21T05:34:42Z/2109-04-27T12:02:58Z Checking for math : Yes Checking for struct in_pktinfo : Yes Checking for IPv6 support : Yes Checking for struct in6_pktinfo : Yes Checking for O_NOFOLLOW flag : Yes Checking for clock_gettime() : Yes Checking for getaddrinfo() : Yes Checking for pthread : Yes Checking for getrandom() : Yes Checking for recvmmsg() : No Checking for recvmmsg() with _GNU_SOURCE : Yes Checking for SW/HW timestamping : Yes Checking for other timestamping options : Yes Checking for : No Checking for : No Checking for libcap : Yes Checking for : Yes Checking for : Yes Checking for pthread_setschedparam() : Yes Checking for mlockall() : Yes Checking for setrlimit(RLIMIT_MEMLOCK, ...) : Yes Checking for editline : No Features : +CMDMON +NTP +REFCLOCK +RTC +PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -READLINE -SECHASH +IPV6 -DEBUG Creating Makefile Creating doc/Makefile Creating test/unit/Makefile >>> chrony 4.3 Building PATH="/tmp/instance-20/output-1/per-package/chrony/host/bin:/tmp/instance-20/output-1/per-package/chrony/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -C /tmp/instance-20/output-1/build/chrony-4.3 make[1]: Entering directory '/tmp/instance-20/output-1/build/chrony-4.3' /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c array.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c cmdparse.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c conf.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c local.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c logging.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c main.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c memory.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c quantiles.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c reference.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c regress.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c rtc.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c samplefilt.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c sched.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c socket.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c sources.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c sourcestats.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c stubs.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c smooth.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c sys.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c sys_null.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c tempcomp.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c util.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c sys_generic.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c sys_linux.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c sys_timex.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c sys_posix.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c cmdmon.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c manual.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c pktlength.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c ntp_auth.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c ntp_core.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c ntp_ext.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c ntp_io.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c ntp_sources.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c addrfilt.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c clientlog.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c keys.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c nameserv.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c refclock.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c refclock_phc.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c refclock_pps.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c refclock_shm.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c refclock_sock.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c nameserv_async.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c hwclock.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c ntp_io_linux.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c rtc_linux.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c hash_intmd5.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -o chronyd array.o cmdparse.o conf.o local.o logging.o main.o memory.o quantiles.o reference.o regress.o rtc.o samplefilt.o sched.o socket.o sources.o sourcestats.o stubs.o smooth.o sys.o sys_null.o tempcomp.o util.o sys_generic.o sys_linux.o sys_timex.o sys_posix.o cmdmon.o manual.o pktlength.o ntp_auth.o ntp_core.o ntp_ext.o ntp_io.o ntp_sources.o addrfilt.o clientlog.o keys.o nameserv.o refclock.o refclock_phc.o refclock_pps.o refclock_shm.o refclock_sock.o nameserv_async.o hwclock.o ntp_io_linux.o rtc_linux.o hash_intmd5.o -static -lcap /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c client.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c getdate.c /tmp/instance-20/output-1/per-package/chrony/host/bin/i686-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -pthread -o chronyc array.o client.o cmdparse.o getdate.o memory.o nameserv.o pktlength.o socket.o util.o hash_intmd5.o -static make[1]: Leaving directory '/tmp/instance-20/output-1/build/chrony-4.3' >>> chrony 4.3 Installing to target PATH="/tmp/instance-20/output-1/per-package/chrony/host/bin:/tmp/instance-20/output-1/per-package/chrony/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -C /tmp/instance-20/output-1/build/chrony-4.3 DESTDIR="/tmp/instance-20/output-1/per-package/chrony/target" install make[1]: Entering directory '/tmp/instance-20/output-1/build/chrony-4.3' [ -d /tmp/instance-20/output-1/per-package/chrony/target/etc ] || mkdir -p /tmp/instance-20/output-1/per-package/chrony/target/etc [ -d /tmp/instance-20/output-1/per-package/chrony/target/usr/sbin ] || mkdir -p /tmp/instance-20/output-1/per-package/chrony/target/usr/sbin [ -d /tmp/instance-20/output-1/per-package/chrony/target/usr/bin ] || mkdir -p /tmp/instance-20/output-1/per-package/chrony/target/usr/bin [ -d /tmp/instance-20/output-1/per-package/chrony/target/var/lib/chrony ] || mkdir -p /tmp/instance-20/output-1/per-package/chrony/target/var/lib/chrony if [ -f /tmp/instance-20/output-1/per-package/chrony/target/usr/sbin/chronyd ]; then rm -f /tmp/instance-20/output-1/per-package/chrony/target/usr/sbin/chronyd ; fi if [ -f /tmp/instance-20/output-1/per-package/chrony/target/usr/bin/chronyc ]; then rm -f /tmp/instance-20/output-1/per-package/chrony/target/usr/bin/chronyc ; fi cp chronyd /tmp/instance-20/output-1/per-package/chrony/target/usr/sbin/chronyd chmod 755 /tmp/instance-20/output-1/per-package/chrony/target/usr/sbin/chronyd cp chronyc /tmp/instance-20/output-1/per-package/chrony/target/usr/bin/chronyc chmod 755 /tmp/instance-20/output-1/per-package/chrony/target/usr/bin/chronyc /home/autobuild/make/make -C doc install make[2]: Entering directory '/tmp/instance-20/output-1/build/chrony-4.3/doc' sed -e "s%\@SYSCONFDIR\@%/etc%g; s%\@BINDIR\@%/usr/bin%g; s%\@SBINDIR\@%/usr/sbin%g; s%\@CHRONY_VERSION\@%4.3%g; s%\@DEFAULT_HWCLOCK_FILE\@%%g; s%\@DEFAULT_PID_FILE\@%/var/run/chrony/chronyd.pid%g; s%\@DEFAULT_RTC_DEVICE\@%/dev/rtc%g; s%\@DEFAULT_USER\@%chrony%g; s%\@CHRONYRUNDIR\@%/var/run/chrony%g; s%\@CHRONYVARDIR\@%/var/lib/chrony%g;" < chrony.conf.man.in > chrony.conf.man sed -e "s%\@SYSCONFDIR\@%/etc%g; s%\@BINDIR\@%/usr/bin%g; s%\@SBINDIR\@%/usr/sbin%g; s%\@CHRONY_VERSION\@%4.3%g; s%\@DEFAULT_HWCLOCK_FILE\@%%g; s%\@DEFAULT_PID_FILE\@%/var/run/chrony/chronyd.pid%g; s%\@DEFAULT_RTC_DEVICE\@%/dev/rtc%g; s%\@DEFAULT_USER\@%chrony%g; s%\@CHRONYRUNDIR\@%/var/run/chrony%g; s%\@CHRONYVARDIR\@%/var/lib/chrony%g;" < chronyc.man.in > chronyc.man sed -e "s%\@SYSCONFDIR\@%/etc%g; s%\@BINDIR\@%/usr/bin%g; s%\@SBINDIR\@%/usr/sbin%g; s%\@CHRONY_VERSION\@%4.3%g; s%\@DEFAULT_HWCLOCK_FILE\@%%g; s%\@DEFAULT_PID_FILE\@%/var/run/chrony/chronyd.pid%g; s%\@DEFAULT_RTC_DEVICE\@%/dev/rtc%g; s%\@DEFAULT_USER\@%chrony%g; s%\@CHRONYRUNDIR\@%/var/run/chrony%g; s%\@CHRONYVARDIR\@%/var/lib/chrony%g;" < chronyd.man.in > chronyd.man [ -d /tmp/instance-20/output-1/per-package/chrony/target/usr/share/man/man1 ] || mkdir -p /tmp/instance-20/output-1/per-package/chrony/target/usr/share/man/man1 [ -d /tmp/instance-20/output-1/per-package/chrony/target/usr/share/man/man5 ] || mkdir -p /tmp/instance-20/output-1/per-package/chrony/target/usr/share/man/man5 [ -d /tmp/instance-20/output-1/per-package/chrony/target/usr/share/man/man8 ] || mkdir -p /tmp/instance-20/output-1/per-package/chrony/target/usr/share/man/man8 cp chronyc.man /tmp/instance-20/output-1/per-package/chrony/target/usr/share/man/man1/chronyc.1 chmod 644 /tmp/instance-20/output-1/per-package/chrony/target/usr/share/man/man1/chronyc.1 cp chronyd.man /tmp/instance-20/output-1/per-package/chrony/target/usr/share/man/man8/chronyd.8 chmod 644 /tmp/instance-20/output-1/per-package/chrony/target/usr/share/man/man8/chronyd.8 cp chrony.conf.man /tmp/instance-20/output-1/per-package/chrony/target/usr/share/man/man5/chrony.conf.5 chmod 644 /tmp/instance-20/output-1/per-package/chrony/target/usr/share/man/man5/chrony.conf.5 make[2]: Leaving directory '/tmp/instance-20/output-1/build/chrony-4.3/doc' make[1]: Leaving directory '/tmp/instance-20/output-1/build/chrony-4.3' /usr/bin/install -D -m 755 package/chrony/S49chrony /tmp/instance-20/output-1/per-package/chrony/target/etc/init.d/S49chrony mkdir -p /tmp/instance-20/output-1/per-package/host-go-bootstrap/host mkdir -p /tmp/instance-20/output-1/per-package/host-go-bootstrap/target go1.4-bootstrap-20171003.tar.gz: OK (sha256: f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52) >>> host-go-bootstrap 1.4-bootstrap-20171003 Extracting mkdir -p /tmp/instance-20/output-1/per-package/host-go-bootstrap/host mkdir -p /tmp/instance-20/output-1/per-package/host-go-bootstrap/target gzip -d -c /tmp/instance-20/dl/go-bootstrap/go1.4-bootstrap-20171003.tar.gz | tar --strip-components=1 -C /tmp/instance-20/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003 -xf - >>> host-go-bootstrap 1.4-bootstrap-20171003 Patching >>> host-go-bootstrap 1.4-bootstrap-20171003 Configuring mkdir -p /tmp/instance-20/output-1/per-package/host-go-bootstrap/host rsync -a --link-dest=/tmp/instance-20/output-1/per-package/host-skeleton/host/ /tmp/instance-20/output-1/per-package/host-skeleton/host/ /tmp/instance-20/output-1/per-package/host-go-bootstrap/host rsync -a --link-dest=/tmp/instance-20/output-1/per-package/toolchain/host/ /tmp/instance-20/output-1/per-package/toolchain/host/ /tmp/instance-20/output-1/per-package/host-go-bootstrap/host mkdir -p /tmp/instance-20/output-1/per-package/host-go-bootstrap/target rsync -a --link-dest=/tmp/instance-20/output-1/per-package/host-skeleton/target/ /tmp/instance-20/output-1/per-package/host-skeleton/target/ /tmp/instance-20/output-1/per-package/host-go-bootstrap/target rsync -a --link-dest=/tmp/instance-20/output-1/per-package/toolchain/target/ /tmp/instance-20/output-1/per-package/toolchain/target/ /tmp/instance-20/output-1/per-package/host-go-bootstrap/target >>> host-go-bootstrap 1.4-bootstrap-20171003 Building cd /tmp/instance-20/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003/src && GOOS=linux GOROOT_FINAL="/tmp/instance-20/output-1/per-package/host-go-bootstrap/host/lib/go-1.4-bootstrap-20171003" GOROOT="/tmp/instance-20/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003" GOBIN="/tmp/instance-20/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003/bin" CC=/usr/bin/gcc CGO_ENABLED=0 ./make.bash # Building C bootstrap tool. cmd/dist go tool dist: mkdtemp(/var/tmp/go-cbuild-k08MQT): Permission denied make: *** [package/pkg-generic.mk:293: /tmp/instance-20/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003/.stamp_built] Error 1 make: Leaving directory '/tmp/instance-20/buildroot'