Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 685725 Details for
Bug 675368
sys-fs/lvm2-2.02.145 - /usr/libexec/gcc/aarch64-unknown-linux-musl/ld: ../../libdm/libdevmapper.so: undefined reference to `rpl_malloc'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
x86_64-unknown-linux-musl config.log
config.log (text/x-log), 149.93 KB, created by
dkjii
on 2021-02-04 00:29:16 UTC
(
hide
)
Description:
x86_64-unknown-linux-musl config.log
Filename:
MIME Type:
Creator:
dkjii
Created:
2021-02-04 00:29:16 UTC
Size:
149.93 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by configure, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-unknown-linux-musl --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --docdir=/usr/share/doc/lvm2-2.02.187-r2 --htmldir=/usr/share/doc/lvm2-2.02.187-r2/html --enable-dmfilemapd --enable-dmeventd --enable-cmdlib --enable-applib --enable-fsadm --enable-lvmetad --enable-lvmpolld --with-mirrors=internal --with-snapshots=internal --with-thin=none --with-cache=none --with-clvmd=none --with-cluster=none --disable-readline --disable-selinux --enable-pkgconfig --with-confdir=/etc --exec-prefix= --sbindir=/sbin --with-staticdir=/sbin --libdir=/lib --with-usrlibdir=/usr/lib --with-default-dm-run-dir=/run --with-default-run-dir=/run/lvm --with-default-locking-dir=/run/lock/lvm --with-default-pid-dir=/run --disable-udev_rules --disable-udev_sync --without-udevdir --disable-lvmlockd-sanlock --disable-udev-systemd-background-jobs --disable-notify-dbus --with-systemdsystemunitdir=/lib/systemd/system CLDFLAGS=-Wl,-O1 -Wl,--as-needed > >## --------- ## >## Platform. ## >## --------- ## > >hostname = localhost >uname -m = x86_64 >uname -r = 5.10.12-gentoo-usb >uname -s = Linux >uname -v = #1 SMP Sun Jan 31 14:14:02 EST 2021 > >/usr/bin/uname -p = Intel Core Processor (Skylake, IBRS) >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/lib/portage/python3.8/ebuild-helpers/xattr >PATH: /usr/lib/portage/python3.8/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2912: loading site script /usr/share/config.site >| #!/bin/sh >| # Copyright 2009-2014 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| # provided by crossdev >| SITEDIR="/usr/share/crossdev/include/site" >| >| # user override >| ETC_SITEDIR="/etc/crossdev/include/site" >| >| config_site_arch() { >| local host="${CHOST%%-*}" >| >| case ${host} in >| arm*b*) host=armeb ;; >| arm*) host=arm ;; >| mips*l*) host=mipsel ;; >| mips*) host=mips ;; >| esac >| >| echo "${host}" >| } >| >| config_site_names() { >| local site_arch="$(config_site_arch)" >| local sites="" >| local x >| >| case ${CHOST} in >| *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; >| *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; >| mingw*|*-mingw*) sites="${sites} mingw ${site_arch}-mingw" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; >| *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; >| *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; >| *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; >| esac >| >| for x in ${sites} ${CHOST}; do >| [ -e "${SITEDIR}/${x}" ] && echo "${SITEDIR}/${x}" >| [ -e "${ETC_SITEDIR}/${x}" ] && echo "${ETC_SITEDIR}/${x}" >| done >| } >| >| # Only kick in for cross-compiles so we don't break native builds #427184 >| if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then >| sites="$(config_site_names)" >| if [ -n "${sites}" ] ; then >| for site in ${sites}; do >| echo "${0##*/}: loading site script ${site}" >| . "${site}" >| done >| fi >| unset site sites >| fi >configure:3054: checking build system type >configure:3068: result: x86_64-pc-linux-gnu >configure:3088: checking host system type >configure:3101: result: x86_64-unknown-linux-musl >configure:3121: checking target system type >configure:3134: result: x86_64-unknown-linux-musl >configure:3205: checking for a sed that does not truncate output >configure:3269: result: /bin/sed >configure:3278: checking for gawk >configure:3294: found /usr/bin/gawk >configure:3305: result: gawk >configure:3326: checking for x86_64-unknown-linux-musl-gcc >configure:3342: found /usr/bin/x86_64-unknown-linux-musl-gcc >configure:3353: result: x86_64-unknown-linux-musl-gcc >configure:3622: checking for C compiler version >configure:3631: x86_64-unknown-linux-musl-gcc --version >&5 >x86_64-unknown-linux-musl-gcc (Gentoo Hardened 10.2.0-r5 p6) 10.2.0 >Copyright (C) 2020 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:3642: $? = 0 >configure:3631: x86_64-unknown-linux-musl-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=x86_64-unknown-linux-musl-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-unknown-linux-musl/10.2.0/lto-wrapper >Target: x86_64-unknown-linux-musl >Configured with: /var/tmp/portage/cross-x86_64-unknown-linux-musl/gcc-10.2.0-r5/work/gcc-10.2.0/configure --host=x86_64-pc-linux-gnu --target=x86_64-unknown-linux-musl --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/x86_64-unknown-linux-musl/gcc-bin/10.2.0 --includedir=/usr/lib/gcc/x86_64-unknown-linux-musl/10.2.0/include --datadir=/usr/share/gcc-data/x86_64-unknown-linux-musl/10.2.0 --mandir=/usr/share/gcc-data/x86_64-unknown-linux-musl/10.2.0/man --infodir=/usr/share/gcc-data/x86_64-unknown-linux-musl/10.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-unknown-linux-musl/10.2.0/include/g++-v10 --with-python-dir=/share/gcc-data/x86_64-unknown-linux-musl/10.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 10.2.0-r5 p6' --enable-esp --enable-libstdcxx-time --enable-poison-system-directories --with-sysroot=/usr/x86_64-unknown-linux-musl --disable-bootstrap --enable-__cxa_atexit --disable-multilib --disable-fixed-point --enable-targets=all --disable-libgomp --disable-libssp --disable-libada --disable-systemtap --disable-vtable-verify --disable-libvtv --without-zstd --enable-lto --without-isl --disable-libsanitizer --enable-default-pie --enable-default-ssp >Thread model: posix >Supported LTO compression algorithms: zlib >gcc version 10.2.0 (Gentoo Hardened 10.2.0-r5 p6) >configure:3642: $? = 0 >configure:3631: x86_64-unknown-linux-musl-gcc -V >&5 >x86_64-unknown-linux-musl-gcc: error: unrecognized command-line option '-V' >x86_64-unknown-linux-musl-gcc: fatal error: no input files >compilation terminated. >configure:3642: $? = 1 >configure:3631: x86_64-unknown-linux-musl-gcc -qversion >&5 >x86_64-unknown-linux-musl-gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? >x86_64-unknown-linux-musl-gcc: fatal error: no input files >compilation terminated. >configure:3642: $? = 1 >configure:3662: checking whether the C compiler works >configure:3684: x86_64-unknown-linux-musl-gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3688: $? = 0 >configure:3736: result: yes >configure:3739: checking for C compiler default output file name >configure:3741: result: a.out >configure:3747: checking for suffix of executables >configure:3754: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3758: $? = 0 >configure:3780: result: >configure:3802: checking whether we are cross compiling >configure:3840: result: yes >configure:3845: checking for suffix of object files >configure:3867: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:3871: $? = 0 >configure:3892: result: o >configure:3896: checking whether we are using the GNU C compiler >configure:3915: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:3915: $? = 0 >configure:3924: result: yes >configure:3933: checking whether x86_64-unknown-linux-musl-gcc accepts -g >configure:3953: x86_64-unknown-linux-musl-gcc -c -g conftest.c >&5 >configure:3953: $? = 0 >configure:3994: result: yes >configure:4011: checking for x86_64-unknown-linux-musl-gcc option to accept ISO C89 >configure:4074: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:4074: $? = 0 >configure:4087: result: none needed >configure:4121: checking for x86_64-unknown-linux-musl-g++ >configure:4137: found /usr/bin/x86_64-unknown-linux-musl-g++ >configure:4148: result: x86_64-unknown-linux-musl-g++ >configure:4219: checking for C++ compiler version >configure:4228: x86_64-unknown-linux-musl-g++ --version >&5 >x86_64-unknown-linux-musl-g++ (Gentoo Hardened 10.2.0-r5 p6) 10.2.0 >Copyright (C) 2020 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:4239: $? = 0 >configure:4228: x86_64-unknown-linux-musl-g++ -v >&5 >Using built-in specs. >COLLECT_GCC=x86_64-unknown-linux-musl-g++ >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-unknown-linux-musl/10.2.0/lto-wrapper >Target: x86_64-unknown-linux-musl >Configured with: /var/tmp/portage/cross-x86_64-unknown-linux-musl/gcc-10.2.0-r5/work/gcc-10.2.0/configure --host=x86_64-pc-linux-gnu --target=x86_64-unknown-linux-musl --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/x86_64-unknown-linux-musl/gcc-bin/10.2.0 --includedir=/usr/lib/gcc/x86_64-unknown-linux-musl/10.2.0/include --datadir=/usr/share/gcc-data/x86_64-unknown-linux-musl/10.2.0 --mandir=/usr/share/gcc-data/x86_64-unknown-linux-musl/10.2.0/man --infodir=/usr/share/gcc-data/x86_64-unknown-linux-musl/10.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-unknown-linux-musl/10.2.0/include/g++-v10 --with-python-dir=/share/gcc-data/x86_64-unknown-linux-musl/10.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 10.2.0-r5 p6' --enable-esp --enable-libstdcxx-time --enable-poison-system-directories --with-sysroot=/usr/x86_64-unknown-linux-musl --disable-bootstrap --enable-__cxa_atexit --disable-multilib --disable-fixed-point --enable-targets=all --disable-libgomp --disable-libssp --disable-libada --disable-systemtap --disable-vtable-verify --disable-libvtv --without-zstd --enable-lto --without-isl --disable-libsanitizer --enable-default-pie --enable-default-ssp >Thread model: posix >Supported LTO compression algorithms: zlib >gcc version 10.2.0 (Gentoo Hardened 10.2.0-r5 p6) >configure:4239: $? = 0 >configure:4228: x86_64-unknown-linux-musl-g++ -V >&5 >x86_64-unknown-linux-musl-g++: error: unrecognized command-line option '-V' >x86_64-unknown-linux-musl-g++: fatal error: no input files >compilation terminated. >configure:4239: $? = 1 >configure:4228: x86_64-unknown-linux-musl-g++ -qversion >&5 >x86_64-unknown-linux-musl-g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? >x86_64-unknown-linux-musl-g++: fatal error: no input files >compilation terminated. >configure:4239: $? = 1 >configure:4243: checking whether we are using the GNU C++ compiler >configure:4262: x86_64-unknown-linux-musl-g++ -c -march=native -O2 -pipe conftest.cpp >&5 >configure:4262: $? = 0 >configure:4271: result: yes >configure:4280: checking whether x86_64-unknown-linux-musl-g++ accepts -g >configure:4300: x86_64-unknown-linux-musl-g++ -c -g conftest.cpp >&5 >configure:4300: $? = 0 >configure:4341: result: yes >configure:4374: checking how to run the C preprocessor >configure:4405: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:4405: $? = 0 >configure:4419: x86_64-unknown-linux-musl-gcc -E conftest.c >conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include <ac_nonexistent.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:4419: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4444: result: x86_64-unknown-linux-musl-gcc -E >configure:4464: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:4464: $? = 0 >configure:4478: x86_64-unknown-linux-musl-gcc -E conftest.c >conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include <ac_nonexistent.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:4478: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4507: checking for grep that handles long lines and -e >configure:4565: result: /bin/grep >configure:4570: checking for egrep >configure:4632: result: /bin/grep -E >configure:4638: checking whether x86_64-unknown-linux-musl-gcc needs -traditional >conftest.c:9:10: fatal error: sgtty.h: No such file or directory > 9 | #include <sgtty.h> > | ^~~~~~~~~ >compilation terminated. >conftest.c:9:10: fatal error: termio.h: No such file or directory > 9 | #include <termio.h> > | ^~~~~~~~~~ >compilation terminated. >configure:4672: result: no >configure:4693: checking for a BSD-compatible install >configure:4761: result: /usr/lib/portage/python3.8/ebuild-helpers/xattr/install -c >configure:4772: checking whether ln -s works >configure:4776: result: yes >configure:4783: checking whether make sets $(MAKE) >configure:4805: result: yes >configure:4814: checking for a thread-safe mkdir -p >configure:4853: result: /bin/mkdir -p >configure:4859: checking for x86_64-unknown-linux-musl-ranlib >configure:4875: found /usr/bin/x86_64-unknown-linux-musl-ranlib >configure:4886: result: x86_64-unknown-linux-musl-ranlib >configure:4951: checking for x86_64-unknown-linux-musl-ar >configure:4967: found /usr/bin/x86_64-unknown-linux-musl-ar >configure:4978: result: x86_64-unknown-linux-musl-ar >configure:5043: checking for x86_64-unknown-linux-musl-cflow >configure:5076: result: no >configure:5086: checking for cflow >configure:5119: result: no >configure:5141: checking for x86_64-unknown-linux-musl-cscope >configure:5174: result: no >configure:5184: checking for cscope >configure:5217: result: no >configure:5239: checking for x86_64-unknown-linux-musl-chmod >configure:5272: result: no >configure:5282: checking for chmod >configure:5300: found /bin/chmod >configure:5312: result: /bin/chmod >configure:5324: WARNING: using cross tools not prefixed with host triplet >configure:5337: checking for x86_64-unknown-linux-musl-wc >configure:5370: result: no >configure:5380: checking for wc >configure:5398: found /usr/bin/wc >configure:5410: result: /usr/bin/wc >configure:5435: checking for x86_64-unknown-linux-musl-sort >configure:5468: result: no >configure:5478: checking for sort >configure:5496: found /usr/bin/sort >configure:5508: result: /usr/bin/sort >configure:5535: checking for dirent.h that defines DIR >configure:5554: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:5554: $? = 0 >configure:5562: result: yes >configure:5575: checking for library containing opendir >configure:5606: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:5606: $? = 0 >configure:5623: result: none required >configure:5690: checking for ANSI C header files >configure:5710: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:5710: $? = 0 >configure:5794: result: yes >configure:5807: checking for sys/types.h >configure:5807: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:5807: $? = 0 >configure:5807: result: yes >configure:5807: checking for sys/stat.h >configure:5807: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:5807: $? = 0 >configure:5807: result: yes >configure:5807: checking for stdlib.h >configure:5807: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:5807: $? = 0 >configure:5807: result: yes >configure:5807: checking for string.h >configure:5807: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:5807: $? = 0 >configure:5807: result: yes >configure:5807: checking for memory.h >configure:5807: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:5807: $? = 0 >configure:5807: result: yes >configure:5807: checking for strings.h >configure:5807: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:5807: $? = 0 >configure:5807: result: yes >configure:5807: checking for inttypes.h >configure:5807: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:5807: $? = 0 >configure:5807: result: yes >configure:5807: checking for stdint.h >configure:5807: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:5807: $? = 0 >configure:5807: result: yes >configure:5807: checking for unistd.h >configure:5807: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:5807: $? = 0 >configure:5807: result: yes >configure:5819: checking whether sys/types.h defines makedev >configure:5835: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c: In function 'main': >conftest.c:24:8: warning: implicit declaration of function 'makedev' [-Wimplicit-function-declaration] > 24 | return makedev(0, 0); > | ^~~~~~~ >/usr/libexec/gcc/x86_64-unknown-linux-musl/ld: /var/tmp/portage/sys-fs/lvm2-2.02.187-r2/temp/ccNjT8RN.o: in function `main': >conftest.c:(.text.startup+0x7): undefined reference to `makedev' >collect2: error: ld returned 1 exit status >configure:5835: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| int >| main () >| { >| return makedev(0, 0); >| ; >| return 0; >| } >configure:5844: result: no >configure:5848: checking sys/mkdev.h usability >configure:5848: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c:53:10: fatal error: sys/mkdev.h: No such file or directory > 53 | #include <sys/mkdev.h> > | ^~~~~~~~~~~~~ >compilation terminated. >configure:5848: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/mkdev.h> >configure:5848: result: no >configure:5848: checking sys/mkdev.h presence >configure:5848: x86_64-unknown-linux-musl-gcc -E conftest.c >conftest.c:20:10: fatal error: sys/mkdev.h: No such file or directory > 20 | #include <sys/mkdev.h> > | ^~~~~~~~~~~~~ >compilation terminated. >configure:5848: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <sys/mkdev.h> >configure:5848: result: no >configure:5848: checking for sys/mkdev.h >configure:5848: result: no >configure:5858: checking sys/sysmacros.h usability >configure:5858: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:5858: $? = 0 >configure:5858: result: yes >configure:5858: checking sys/sysmacros.h presence >configure:5858: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:5858: $? = 0 >configure:5858: result: yes >configure:5858: checking for sys/sysmacros.h >configure:5858: result: yes >configure:5869: checking for stdbool.h that conforms to C99 >configure:5936: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:5936: $? = 0 >configure:5943: result: yes >configure:5945: checking for _Bool >configure:5945: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:5945: $? = 0 >configure:5945: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:57:20: error: expected expression before ')' token > 57 | if (sizeof ((_Bool))) > | ^ >configure:5945: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define MAJOR_IN_SYSMACROS 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((_Bool))) >| return 0; >| ; >| return 0; >| } >configure:5945: result: yes >configure:5962: checking for ANSI C header files >configure:6066: result: yes >configure:6074: checking for sys/wait.h that is POSIX.1 compatible >configure:6100: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6100: $? = 0 >configure:6107: result: yes >configure:6115: checking whether time.h and sys/time.h may both be included >configure:6135: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6135: $? = 0 >configure:6142: result: yes >configure:6159: checking assert.h usability >configure:6159: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking assert.h presence >configure:6159: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking for assert.h >configure:6159: result: yes >configure:6159: checking ctype.h usability >configure:6159: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking ctype.h presence >configure:6159: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking for ctype.h >configure:6159: result: yes >configure:6159: checking dirent.h usability >configure:6159: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking dirent.h presence >configure:6159: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking for dirent.h >configure:6159: result: yes >configure:6159: checking errno.h usability >configure:6159: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking errno.h presence >configure:6159: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking for errno.h >configure:6159: result: yes >configure:6159: checking fcntl.h usability >configure:6159: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking fcntl.h presence >configure:6159: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking for fcntl.h >configure:6159: result: yes >configure:6159: checking float.h usability >configure:6159: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking float.h presence >configure:6159: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking for float.h >configure:6159: result: yes >configure:6159: checking getopt.h usability >configure:6159: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking getopt.h presence >configure:6159: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking for getopt.h >configure:6159: result: yes >configure:6159: checking for inttypes.h >configure:6159: result: yes >configure:6159: checking langinfo.h usability >configure:6159: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking langinfo.h presence >configure:6159: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking for langinfo.h >configure:6159: result: yes >configure:6159: checking libaio.h usability >configure:6159: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking libaio.h presence >configure:6159: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking for libaio.h >configure:6159: result: yes >configure:6159: checking libgen.h usability >configure:6159: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking libgen.h presence >configure:6159: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking for libgen.h >configure:6159: result: yes >configure:6159: checking limits.h usability >configure:6159: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking limits.h presence >configure:6159: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking for limits.h >configure:6159: result: yes >configure:6159: checking locale.h usability >configure:6159: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking locale.h presence >configure:6159: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking for locale.h >configure:6159: result: yes >configure:6159: checking paths.h usability >configure:6159: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking paths.h presence >configure:6159: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking for paths.h >configure:6159: result: yes >configure:6159: checking signal.h usability >configure:6159: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking signal.h presence >configure:6159: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking for signal.h >configure:6159: result: yes >configure:6159: checking stdarg.h usability >configure:6159: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking stdarg.h presence >configure:6159: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking for stdarg.h >configure:6159: result: yes >configure:6159: checking stddef.h usability >configure:6159: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking stddef.h presence >configure:6159: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking for stddef.h >configure:6159: result: yes >configure:6159: checking stdio.h usability >configure:6159: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking stdio.h presence >configure:6159: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking for stdio.h >configure:6159: result: yes >configure:6159: checking for stdlib.h >configure:6159: result: yes >configure:6159: checking for string.h >configure:6159: result: yes >configure:6159: checking sys/file.h usability >configure:6159: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking sys/file.h presence >configure:6159: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking for sys/file.h >configure:6159: result: yes >configure:6159: checking sys/ioctl.h usability >configure:6159: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking sys/ioctl.h presence >configure:6159: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking for sys/ioctl.h >configure:6159: result: yes >configure:6159: checking syslog.h usability >configure:6159: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking syslog.h presence >configure:6159: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking for syslog.h >configure:6159: result: yes >configure:6159: checking sys/mman.h usability >configure:6159: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking sys/mman.h presence >configure:6159: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking for sys/mman.h >configure:6159: result: yes >configure:6159: checking sys/param.h usability >configure:6159: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking sys/param.h presence >configure:6159: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking for sys/param.h >configure:6159: result: yes >configure:6159: checking sys/resource.h usability >configure:6159: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking sys/resource.h presence >configure:6159: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking for sys/resource.h >configure:6159: result: yes >configure:6159: checking for sys/stat.h >configure:6159: result: yes >configure:6159: checking sys/time.h usability >configure:6159: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking sys/time.h presence >configure:6159: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking for sys/time.h >configure:6159: result: yes >configure:6159: checking for sys/types.h >configure:6159: result: yes >configure:6159: checking sys/utsname.h usability >configure:6159: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking sys/utsname.h presence >configure:6159: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking for sys/utsname.h >configure:6159: result: yes >configure:6159: checking for sys/wait.h >configure:6159: result: yes >configure:6159: checking time.h usability >configure:6159: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking time.h presence >configure:6159: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6159: $? = 0 >configure:6159: result: yes >configure:6159: checking for time.h >configure:6159: result: yes >configure:6159: checking for unistd.h >configure:6159: result: yes >configure:6175: checking termios.h usability >configure:6175: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6175: $? = 0 >configure:6175: result: yes >configure:6175: checking termios.h presence >configure:6175: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6175: $? = 0 >configure:6175: result: yes >configure:6175: checking for termios.h >configure:6175: result: yes >configure:6175: checking sys/statvfs.h usability >configure:6175: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6175: $? = 0 >configure:6175: result: yes >configure:6175: checking sys/statvfs.h presence >configure:6175: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6175: $? = 0 >configure:6175: result: yes >configure:6175: checking for sys/statvfs.h >configure:6175: result: yes >configure:6175: checking sys/timerfd.h usability >configure:6175: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6175: $? = 0 >configure:6175: result: yes >configure:6175: checking sys/timerfd.h presence >configure:6175: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6175: $? = 0 >configure:6175: result: yes >configure:6175: checking for sys/timerfd.h >configure:6175: result: yes >configure:6175: checking sys/vfs.h usability >configure:6175: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6175: $? = 0 >configure:6175: result: yes >configure:6175: checking sys/vfs.h presence >configure:6175: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6175: $? = 0 >configure:6175: result: yes >configure:6175: checking for sys/vfs.h >configure:6175: result: yes >configure:6175: checking linux/magic.h usability >configure:6175: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6175: $? = 0 >configure:6175: result: yes >configure:6175: checking linux/magic.h presence >configure:6175: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6175: $? = 0 >configure:6175: result: yes >configure:6175: checking for linux/magic.h >configure:6175: result: yes >configure:6175: checking linux/fiemap.h usability >configure:6175: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6175: $? = 0 >configure:6175: result: yes >configure:6175: checking linux/fiemap.h presence >configure:6175: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6175: $? = 0 >configure:6175: result: yes >configure:6175: checking for linux/fiemap.h >configure:6175: result: yes >configure:6191: checking asm/byteorder.h usability >configure:6191: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6191: $? = 0 >configure:6191: result: yes >configure:6191: checking asm/byteorder.h presence >configure:6191: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6191: $? = 0 >configure:6191: result: yes >configure:6191: checking for asm/byteorder.h >configure:6191: result: yes >configure:6191: checking linux/fs.h usability >configure:6191: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6191: $? = 0 >configure:6191: result: yes >configure:6191: checking linux/fs.h presence >configure:6191: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6191: $? = 0 >configure:6191: result: yes >configure:6191: checking for linux/fs.h >configure:6191: result: yes >configure:6191: checking malloc.h usability >configure:6191: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6191: $? = 0 >configure:6191: result: yes >configure:6191: checking malloc.h presence >configure:6191: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:6191: $? = 0 >configure:6191: result: yes >configure:6191: checking for malloc.h >configure:6191: result: yes >configure:6222: checking for an ANSI C-conforming const >configure:6288: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6288: $? = 0 >configure:6295: result: yes >configure:6303: checking for inline >configure:6319: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6319: $? = 0 >configure:6327: result: inline >configure:6345: checking for struct stat.st_rdev >configure:6345: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6345: $? = 0 >configure:6345: result: yes >configure:6355: checking for ptrdiff_t >configure:6355: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6355: $? = 0 >configure:6355: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:105:24: error: expected expression before ')' token > 105 | if (sizeof ((ptrdiff_t))) > | ^ >configure:6355: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define MAJOR_IN_SYSMACROS 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_WAIT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBAIO_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIMERFD_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_LINUX_MAGIC_H 1 >| #define HAVE_LINUX_FIEMAP_H 1 >| #define HAVE_ASM_BYTEORDER_H 1 >| #define HAVE_LINUX_FS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((ptrdiff_t))) >| return 0; >| ; >| return 0; >| } >configure:6355: result: yes >configure:6365: checking for struct stat.st_blocks >configure:6365: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6365: $? = 0 >configure:6365: result: yes >configure:6385: checking whether struct tm is in sys/time.h or time.h >configure:6405: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6405: $? = 0 >configure:6412: result: time.h >configure:6420: checking for off_t >configure:6420: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6420: $? = 0 >configure:6420: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:108:20: error: expected expression before ')' token > 108 | if (sizeof ((off_t))) > | ^ >configure:6420: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define MAJOR_IN_SYSMACROS 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_WAIT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBAIO_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIMERFD_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_LINUX_MAGIC_H 1 >| #define HAVE_LINUX_FIEMAP_H 1 >| #define HAVE_ASM_BYTEORDER_H 1 >| #define HAVE_LINUX_FS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_ST_BLOCKS 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((off_t))) >| return 0; >| ; >| return 0; >| } >configure:6420: result: yes >configure:6431: checking for pid_t >configure:6431: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6431: $? = 0 >configure:6431: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:108:20: error: expected expression before ')' token > 108 | if (sizeof ((pid_t))) > | ^ >configure:6431: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define MAJOR_IN_SYSMACROS 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_WAIT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBAIO_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIMERFD_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_LINUX_MAGIC_H 1 >| #define HAVE_LINUX_FIEMAP_H 1 >| #define HAVE_ASM_BYTEORDER_H 1 >| #define HAVE_LINUX_FS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_ST_BLOCKS 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((pid_t))) >| return 0; >| ; >| return 0; >| } >configure:6431: result: yes >configure:6442: checking return type of signal handlers >configure:6460: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:78:10: error: void value not ignored as it ought to be > 78 | return *(signal (0, 0)) (0) == 1; > | ~^~~~~~~~~~~~~~~~~~ >configure:6460: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define MAJOR_IN_SYSMACROS 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_WAIT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBAIO_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIMERFD_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_LINUX_MAGIC_H 1 >| #define HAVE_LINUX_FIEMAP_H 1 >| #define HAVE_ASM_BYTEORDER_H 1 >| #define HAVE_LINUX_FS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_ST_BLOCKS 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <signal.h> >| >| int >| main () >| { >| return *(signal (0, 0)) (0) == 1; >| ; >| return 0; >| } >configure:6467: result: void >configure:6475: checking for size_t >configure:6475: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6475: $? = 0 >configure:6475: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:109:21: error: expected expression before ')' token > 109 | if (sizeof ((size_t))) > | ^ >configure:6475: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define MAJOR_IN_SYSMACROS 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_WAIT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBAIO_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIMERFD_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_LINUX_MAGIC_H 1 >| #define HAVE_LINUX_FIEMAP_H 1 >| #define HAVE_ASM_BYTEORDER_H 1 >| #define HAVE_LINUX_FS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_ST_BLOCKS 1 >| #define RETSIGTYPE void >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((size_t))) >| return 0; >| ; >| return 0; >| } >configure:6475: result: yes >configure:6486: checking for mode_t >configure:6486: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6486: $? = 0 >configure:6486: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:109:21: error: expected expression before ')' token > 109 | if (sizeof ((mode_t))) > | ^ >configure:6486: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define MAJOR_IN_SYSMACROS 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_WAIT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBAIO_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIMERFD_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_LINUX_MAGIC_H 1 >| #define HAVE_LINUX_FIEMAP_H 1 >| #define HAVE_ASM_BYTEORDER_H 1 >| #define HAVE_LINUX_FS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_ST_BLOCKS 1 >| #define RETSIGTYPE void >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((mode_t))) >| return 0; >| ; >| return 0; >| } >configure:6486: result: yes >configure:6497: checking for int8_t >configure:6497: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6497: $? = 0 >configure:6497: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:110:12: error: size of array 'test_array' is negative > 110 | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1) > | ^~~~~~~~~~ >configure:6497: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define MAJOR_IN_SYSMACROS 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_WAIT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBAIO_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIMERFD_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_LINUX_MAGIC_H 1 >| #define HAVE_LINUX_FIEMAP_H 1 >| #define HAVE_ASM_BYTEORDER_H 1 >| #define HAVE_LINUX_FS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_ST_BLOCKS 1 >| #define RETSIGTYPE void >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| enum { N = 8 / 2 - 1 }; >| int >| main () >| { >| static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1) >| < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:6497: result: yes >configure:6508: checking for int16_t >configure:6508: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6508: $? = 0 >configure:6508: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:110:12: error: size of array 'test_array' is negative > 110 | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1) > | ^~~~~~~~~~ >configure:6508: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define MAJOR_IN_SYSMACROS 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_WAIT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBAIO_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIMERFD_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_LINUX_MAGIC_H 1 >| #define HAVE_LINUX_FIEMAP_H 1 >| #define HAVE_ASM_BYTEORDER_H 1 >| #define HAVE_LINUX_FS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_ST_BLOCKS 1 >| #define RETSIGTYPE void >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| enum { N = 16 / 2 - 1 }; >| int >| main () >| { >| static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1) >| < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:6508: result: yes >configure:6519: checking for int32_t >configure:6519: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6519: $? = 0 >configure:6519: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:111:53: warning: integer overflow in expression of type 'int' results in '-2147483648' [-Woverflow] > 111 | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))]; > | ^ >conftest.c:110:12: error: storage size of 'test_array' isn't constant > 110 | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1) > | ^~~~~~~~~~ >configure:6519: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define MAJOR_IN_SYSMACROS 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_WAIT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBAIO_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIMERFD_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_LINUX_MAGIC_H 1 >| #define HAVE_LINUX_FIEMAP_H 1 >| #define HAVE_ASM_BYTEORDER_H 1 >| #define HAVE_LINUX_FS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_ST_BLOCKS 1 >| #define RETSIGTYPE void >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| enum { N = 32 / 2 - 1 }; >| int >| main () >| { >| static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1) >| < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:6519: result: yes >configure:6530: checking for int64_t >configure:6530: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6530: $? = 0 >configure:6530: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:111:53: warning: integer overflow in expression of type 'long int' results in '-9223372036854775808' [-Woverflow] > 111 | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; > | ^ >conftest.c:110:12: error: storage size of 'test_array' isn't constant > 110 | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1) > | ^~~~~~~~~~ >configure:6530: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define MAJOR_IN_SYSMACROS 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_WAIT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBAIO_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIMERFD_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_LINUX_MAGIC_H 1 >| #define HAVE_LINUX_FIEMAP_H 1 >| #define HAVE_ASM_BYTEORDER_H 1 >| #define HAVE_LINUX_FS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_ST_BLOCKS 1 >| #define RETSIGTYPE void >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| enum { N = 64 / 2 - 1 }; >| int >| main () >| { >| static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1) >| < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; >| test_array [0] = 0; >| return test_array [0]; >| >| ; >| return 0; >| } >configure:6530: result: yes >configure:6541: checking for ssize_t >configure:6541: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6541: $? = 0 >configure:6541: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:109:22: error: expected expression before ')' token > 109 | if (sizeof ((ssize_t))) > | ^ >configure:6541: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define MAJOR_IN_SYSMACROS 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_WAIT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBAIO_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIMERFD_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_LINUX_MAGIC_H 1 >| #define HAVE_LINUX_FIEMAP_H 1 >| #define HAVE_ASM_BYTEORDER_H 1 >| #define HAVE_LINUX_FS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_ST_BLOCKS 1 >| #define RETSIGTYPE void >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((ssize_t))) >| return 0; >| ; >| return 0; >| } >configure:6541: result: yes >configure:6552: checking for uid_t in sys/types.h >configure:6571: result: yes >configure:6582: checking for uint8_t >configure:6582: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6582: $? = 0 >configure:6582: result: yes >configure:6596: checking for uint16_t >configure:6596: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6596: $? = 0 >configure:6596: result: yes >configure:6608: checking for uint32_t >configure:6608: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6608: $? = 0 >configure:6608: result: yes >configure:6622: checking for uint64_t >configure:6622: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:6622: $? = 0 >configure:6622: result: yes >configure:6639: checking for __builtin_clz >configure:6658: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6658: $? = 0 >configure:6667: result: yes >configure:6688: checking for ftruncate >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for gethostname >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for getpagesize >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for gettimeofday >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for localtime_r >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for memchr >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:102:6: warning: conflicting types for built-in function 'memchr'; expected 'void *(const void *, int, long unsigned int)' [-Wbuiltin-declaration-mismatch] > 102 | char memchr (); > | ^~~~~~ >conftest.c:90:1: note: 'memchr' is declared in header '<string.h>' > 89 | # include <limits.h> > 90 | #else >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for memset >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:103:6: warning: conflicting types for built-in function 'memset'; expected 'void *(void *, int, long unsigned int)' [-Wbuiltin-declaration-mismatch] > 103 | char memset (); > | ^~~~~~ >conftest.c:91:1: note: 'memset' is declared in header '<string.h>' > 90 | # include <limits.h> > 91 | #else >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for mkdir >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for mkfifo >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for munmap >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for nl_langinfo >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for pselect >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for realpath >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for rmdir >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for setenv >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for setlocale >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for strcasecmp >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:113:6: warning: conflicting types for built-in function 'strcasecmp'; expected 'int(const char *, const char *)' [-Wbuiltin-declaration-mismatch] > 113 | char strcasecmp (); > | ^~~~~~~~~~ >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for strchr >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:114:6: warning: conflicting types for built-in function 'strchr'; expected 'char *(const char *, int)' [-Wbuiltin-declaration-mismatch] > 114 | char strchr (); > | ^~~~~~ >conftest.c:102:1: note: 'strchr' is declared in header '<string.h>' > 101 | # include <limits.h> > 102 | #else >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for strcspn >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:115:6: warning: conflicting types for built-in function 'strcspn'; expected 'long unsigned int(const char *, const char *)' [-Wbuiltin-declaration-mismatch] > 115 | char strcspn (); > | ^~~~~~~ >conftest.c:103:1: note: 'strcspn' is declared in header '<string.h>' > 102 | # include <limits.h> > 103 | #else >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for strdup >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:116:6: warning: conflicting types for built-in function 'strdup'; expected 'char *(const char *)' [-Wbuiltin-declaration-mismatch] > 116 | char strdup (); > | ^~~~~~ >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for strerror >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for strncasecmp >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:118:6: warning: conflicting types for built-in function 'strncasecmp'; expected 'int(const char *, const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch] > 118 | char strncasecmp (); > | ^~~~~~~~~~~ >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for strndup >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:119:6: warning: conflicting types for built-in function 'strndup'; expected 'char *(const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch] > 119 | char strndup (); > | ^~~~~~~ >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for strrchr >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:120:6: warning: conflicting types for built-in function 'strrchr'; expected 'char *(const char *, int)' [-Wbuiltin-declaration-mismatch] > 120 | char strrchr (); > | ^~~~~~~ >conftest.c:108:1: note: 'strrchr' is declared in header '<string.h>' > 107 | # include <limits.h> > 108 | #else >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for strspn >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:121:6: warning: conflicting types for built-in function 'strspn'; expected 'long unsigned int(const char *, const char *)' [-Wbuiltin-declaration-mismatch] > 121 | char strspn (); > | ^~~~~~ >conftest.c:109:1: note: 'strspn' is declared in header '<string.h>' > 108 | # include <limits.h> > 109 | #else >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for strstr >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:122:6: warning: conflicting types for built-in function 'strstr'; expected 'char *(const char *, const char *)' [-Wbuiltin-declaration-mismatch] > 122 | char strstr (); > | ^~~~~~ >conftest.c:110:1: note: 'strstr' is declared in header '<string.h>' > 109 | # include <limits.h> > 110 | #else >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for strtol >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for strtoul >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6688: $? = 0 >configure:6688: result: yes >configure:6688: checking for uname >configure:6688: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6688: $? = 0 >configure:6688: result: yes >configure:6701: checking for working alloca.h >configure:6718: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6718: $? = 0 >configure:6726: result: yes >configure:6734: checking for alloca >configure:6771: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6771: $? = 0 >configure:6779: result: yes >configure:6885: checking whether closedir returns void >configure:6919: result: yes >configure:6929: checking for unistd.h >configure:6929: result: yes >configure:6939: checking for working chown >configure:6984: result: no >configure:6994: checking vfork.h usability >configure:6994: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c:140:10: fatal error: vfork.h: No such file or directory > 140 | #include <vfork.h> > | ^~~~~~~~~ >compilation terminated. >configure:6994: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define MAJOR_IN_SYSMACROS 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_WAIT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBAIO_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIMERFD_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_LINUX_MAGIC_H 1 >| #define HAVE_LINUX_FIEMAP_H 1 >| #define HAVE_ASM_BYTEORDER_H 1 >| #define HAVE_LINUX_FS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_ST_BLOCKS 1 >| #define RETSIGTYPE void >| #define HAVE___BUILTIN_CLZ 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MEMCHR 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MKDIR 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_PSELECT 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RMDIR 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCHR 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRRCHR 1 >| #define HAVE_STRSPN 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_UNAME 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define CLOSEDIR_VOID 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <vfork.h> >configure:6994: result: no >configure:6994: checking vfork.h presence >configure:6994: x86_64-unknown-linux-musl-gcc -E conftest.c >conftest.c:107:10: fatal error: vfork.h: No such file or directory > 107 | #include <vfork.h> > | ^~~~~~~~~ >compilation terminated. >configure:6994: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define MAJOR_IN_SYSMACROS 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_WAIT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBAIO_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIMERFD_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_LINUX_MAGIC_H 1 >| #define HAVE_LINUX_FIEMAP_H 1 >| #define HAVE_ASM_BYTEORDER_H 1 >| #define HAVE_LINUX_FS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_ST_BLOCKS 1 >| #define RETSIGTYPE void >| #define HAVE___BUILTIN_CLZ 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MEMCHR 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MKDIR 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_PSELECT 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RMDIR 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCHR 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRRCHR 1 >| #define HAVE_STRSPN 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_UNAME 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define CLOSEDIR_VOID 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <vfork.h> >configure:6994: result: no >configure:6994: checking for vfork.h >configure:6994: result: no >configure:7007: checking for fork >configure:7007: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:130:6: warning: conflicting types for built-in function 'fork'; expected 'int(void)' [-Wbuiltin-declaration-mismatch] > 130 | char fork (); > | ^~~~ >configure:7007: $? = 0 >configure:7007: result: yes >configure:7007: checking for vfork >configure:7007: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:7007: $? = 0 >configure:7007: result: yes >configure:7017: checking for working fork >configure:7049: result: cross >configure:7065: WARNING: result yes guessed because of cross compilation >configure:7070: checking for working vfork >configure:7180: result: yes >configure:7205: checking whether lstat correctly handles trailing slash >configure:7248: result: no >configure:7267: checking whether lstat accepts an empty string >configure:7297: result: yes >configure:7315: checking for stdlib.h >configure:7315: result: yes >configure:7325: checking for GNU libc compatible malloc >configure:7359: result: no >configure:7380: checking for working memcmp >configure:7433: result: no >configure:7448: checking for sys/time.h >configure:7448: result: yes >configure:7448: checking for unistd.h >configure:7448: result: yes >configure:7448: checking for stdlib.h >configure:7448: result: yes >configure:7448: checking for sys/param.h >configure:7448: result: yes >configure:7469: checking for alarm >configure:7469: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:7469: $? = 0 >configure:7469: result: yes >configure:7482: checking for working mktime >configure:7694: result: no >configure:7712: checking for getpagesize >configure:7712: result: yes >configure:7721: checking for working mmap >configure:7878: result: yes >configure:7889: checking for stdlib.h >configure:7889: result: yes >configure:7899: checking for GNU libc compatible realloc >configure:7933: result: no >configure:7954: checking whether stat accepts an empty string >configure:7984: result: yes >configure:8000: checking for working strtod >configure:8051: result: no >configure:8060: checking for pow >configure:8060: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:149:6: warning: conflicting types for built-in function 'pow'; expected 'double(double, double)' [-Wbuiltin-declaration-mismatch] > 149 | char pow (); > | ^~~ >conftest.c:137:1: note: 'pow' is declared in header '<math.h>' > 136 | # include <limits.h> > 137 | #else >configure:8060: $? = 0 >configure:8060: result: yes >configure:8115: checking for vprintf >configure:8115: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:149:6: warning: conflicting types for built-in function 'vprintf'; expected 'int(const char *, __va_list_tag *)' [-Wbuiltin-declaration-mismatch] > 149 | char vprintf (); > | ^~~~~~~ >conftest.c:137:1: note: 'vprintf' is declared in header '<stdio.h>' > 136 | # include <limits.h> > 137 | #else >configure:8115: $? = 0 >configure:8115: result: yes >configure:8121: checking for _doprnt >configure:8121: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/usr/libexec/gcc/x86_64-unknown-linux-musl/ld: /var/tmp/portage/sys-fs/lvm2-2.02.187-r2/temp/ccP4WsVH.o: in function `main': >conftest.c:(.text.startup+0x7): undefined reference to `_doprnt' >collect2: error: ld returned 1 exit status >configure:8121: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define MAJOR_IN_SYSMACROS 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_WAIT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBAIO_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIMERFD_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_LINUX_MAGIC_H 1 >| #define HAVE_LINUX_FIEMAP_H 1 >| #define HAVE_ASM_BYTEORDER_H 1 >| #define HAVE_LINUX_FS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_ST_BLOCKS 1 >| #define RETSIGTYPE void >| #define HAVE___BUILTIN_CLZ 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MEMCHR 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MKDIR 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_PSELECT 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RMDIR 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCHR 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRRCHR 1 >| #define HAVE_STRSPN 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_UNAME 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define CLOSEDIR_VOID 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_FORK 1 >| #define HAVE_VFORK 1 >| #define HAVE_WORKING_VFORK 1 >| #define HAVE_WORKING_FORK 1 >| #define HAVE_LSTAT_EMPTY_STRING_BUG 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 0 >| #define malloc rpl_malloc >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_ALARM 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_REALLOC 0 >| #define realloc rpl_realloc >| #define HAVE_STAT_EMPTY_STRING_BUG 1 >| #define HAVE_VPRINTF 1 >| /* end confdefs.h. */ >| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define _doprnt innocuous__doprnt >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char _doprnt (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef _doprnt >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char _doprnt (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub__doprnt || defined __stub____doprnt >| choke me >| #endif >| >| int >| main () >| { >| return _doprnt (); >| ; >| return 0; >| } >configure:8121: result: no >configure:8134: checking whether to enable dependency tracking >configure:8143: result: no >configure:8147: checking whether to use static linking >configure:8156: result: no >configure:8164: checking whether x86_64-unknown-linux-musl-gcc accepts -pie flag >configure:8180: x86_64-unknown-linux-musl-gcc -c -pie conftest.c >&5 >configure:8180: $? = 0 >configure:8187: result: yes >configure:8202: checking whether x86_64-unknown-linux-musl-gcc accepts -Wl,-z,relro,-z,now ld flags >configure:8218: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-z,relro,-z,now conftest.c >&5 >configure:8218: $? = 0 >configure:8226: result: yes >configure:8250: checking file owner >configure:8258: result: >configure:8263: checking group owner >configure:8271: result: >configure:8276: checking device node uid >configure:8287: result: 0 >configure:8296: checking device node gid >configure:8307: result: 0 >configure:8316: checking device node mode >configure:8327: result: 0600 >configure:8335: checking when to create device nodes >configure:8350: result: on resume >configure:8358: checking default name mangling >configure:8374: result: auto >configure:8383: checking whether to include support for cluster locking >configure:8391: result: none >configure:8403: checking whether to include snapshots >configure:8413: result: internal >configure:8425: checking whether to include mirrors >configure:8435: result: internal >configure:8491: checking whether to include thin provisioning >configure:8534: result: none >configure:9048: checking whether to include cache >configure:9090: result: none >configure:9618: checking whether to enable realtime support >configure:9627: result: yes >configure:9631: checking whether to enable OCF resource agents >configure:9640: result: no >configure:9852: checking for default run directory >configure:9856: result: /run >configure:9904: checking whether to build cluster LVM daemon >configure:9915: result: none >configure:10813: checking whether to build cluster mirror log daemon >configure:10822: result: no >configure:11027: checking whether to enable debugging >configure:11036: result: no >configure:11049: checking whether x86_64-unknown-linux-musl-gcc accepts -Wjump-misses-init flag >configure:11065: x86_64-unknown-linux-musl-gcc -c -Wjump-misses-init conftest.c >&5 >configure:11065: $? = 0 >configure:11072: result: yes >configure:11087: checking whether x86_64-unknown-linux-musl-gcc accepts -Wclobbered flag >configure:11103: x86_64-unknown-linux-musl-gcc -c -Wclobbered conftest.c >&5 >configure:11103: $? = 0 >configure:11110: result: yes >configure:11125: checking whether x86_64-unknown-linux-musl-gcc accepts -Wsync-nand flag >configure:11141: x86_64-unknown-linux-musl-gcc -c -Wsync-nand conftest.c >&5 >configure:11141: $? = 0 >configure:11148: result: yes >configure:11161: checking for C optimisation flag >configure:11169: result: >configure:11173: checking whether to gather gcov profiling data >configure:11182: result: no >configure:11510: checking whether to enable valgrind awareness of pools >configure:11519: result: no >configure:9665: checking for x86_64-unknown-linux-musl-pkg-config >configure:9683: found /usr/bin/x86_64-unknown-linux-musl-pkg-config >configure:9695: result: /usr/bin/x86_64-unknown-linux-musl-pkg-config >configure:9763: checking pkg-config is at least version 0.9.0 >configure:9766: result: yes >configure:9776: checking for pkgconfiginit >configure:9783: $PKG_CONFIG --exists --print-errors "pkgconfiginit" >Package pkgconfiginit was not found in the pkg-config search path. >Perhaps you should add the directory containing `pkgconfiginit.pc' >to the PKG_CONFIG_PATH environment variable >No package 'pkgconfiginit' found >configure:9786: $? = 1 >configure:9800: $PKG_CONFIG --exists --print-errors "pkgconfiginit" >Package pkgconfiginit was not found in the pkg-config search path. >Perhaps you should add the directory containing `pkgconfiginit.pc' >to the PKG_CONFIG_PATH environment variable >No package 'pkgconfiginit' found >configure:9803: $? = 1 >configure:9817: result: no >No package 'pkgconfiginit' found >configure:9833: result: pkg-config initialized >configure:11525: checking for valgrind >configure:11532: $PKG_CONFIG --exists --print-errors "valgrind" >Package valgrind was not found in the pkg-config search path. >Perhaps you should add the directory containing `valgrind.pc' >to the PKG_CONFIG_PATH environment variable >No package 'valgrind' found >configure:11535: $? = 1 >configure:11549: $PKG_CONFIG --exists --print-errors "valgrind" >Package valgrind was not found in the pkg-config search path. >Perhaps you should add the directory containing `valgrind.pc' >to the PKG_CONFIG_PATH environment variable >No package 'valgrind' found >configure:11552: $? = 1 >configure:11566: result: no >No package 'valgrind' found >configure:11609: checking whether to use device-mapper >configure:11616: result: yes >configure:11626: checking whether to build LVMetaD >configure:11634: result: yes >configure:11638: checking whether to build lvmpolld >configure:11646: result: yes >configure:11652: checking whether to build lvmlockdsanlock >configure:11659: result: no >configure:11743: checking whether to build lvmlockddlm >configure:11750: result: no >configure:11834: checking whether to build lvmlockd >configure:11836: result: no >configure:11896: checking defaults for use_lvmetad >configure:11908: result: 1 >configure:11938: checking defaults for use_lvmpolld >configure:11950: result: 1 >configure:11979: checking whether to build dmfilemapd >configure:11988: result: yes >configure:11995: checking for linux/fiemap.h >configure:11995: result: yes >configure:12006: checking whether to build notifydbus >configure:12015: result: no >configure:12115: checking for blkid >= 2.24 >configure:12122: $PKG_CONFIG --exists --print-errors "blkid >= 2.24" >configure:12125: $? = 0 >configure:12139: $PKG_CONFIG --exists --print-errors "blkid >= 2.24" >configure:12142: $? = 0 >configure:12188: result: yes >configure:12200: checking whether to enable libblkid detection of signatures when wiping >configure:12202: result: yes >configure:12302: checking whether to use udev-systemd protocol for jobs in background >configure:12304: result: no >configure:12308: checking whether to enable synchronisation with udev processing >configure:12317: result: no >configure:12463: checking whether to enable installation of udev rules required for synchronisation >configure:12472: result: no >configure:12475: checking whether to enable executable path detection in udev rules >configure:12484: result: no >configure:12488: checking whether udev supports built-in blkid >configure:12496: result: no >configure:12546: checking whether to enable O_DIRECT >configure:12553: result: yes >configure:12563: checking whether to build liblvm2app.so application library >configure:12572: result: yes >configure:12579: WARNING: liblvm2app is deprecated. Use D-Bus API >configure:12584: checking whether to compile liblvm2cmd.so >configure:12593: result: yes >configure:12601: checking whether to include Python D-Bus support >configure:12610: result: no >configure:12618: checking whether to build Python wrapper for liblvm2app.so >configure:12627: result: no >configure:12630: checking whether to build Python2 wrapper for liblvm2app.so >configure:12639: result: no >configure:12643: checking whether to build Python3 wrapper for liblvm2app.so >configure:12652: result: no >configure:13687: checking whether to install fsadm >configure:13694: result: yes >configure:13698: checking whether to install blkdeactivate >configure:13705: result: yes >configure:13709: checking whether to use dmeventd >configure:13718: result: yes >configure:13736: checking for getline in -lc >configure:13761: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lc >&5 >configure:13761: $? = 0 >configure:13770: result: yes >configure:13781: checking for canonicalize_file_name in -lc >configure:13806: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lc >&5 >/usr/libexec/gcc/x86_64-unknown-linux-musl/ld: /var/tmp/portage/sys-fs/lvm2-2.02.187-r2/temp/cc707toi.o: in function `main': >conftest.c:(.text.startup+0x7): undefined reference to `canonicalize_file_name' >collect2: error: ld returned 1 exit status >configure:13806: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define MAJOR_IN_SYSMACROS 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_WAIT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBAIO_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIMERFD_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_LINUX_MAGIC_H 1 >| #define HAVE_LINUX_FIEMAP_H 1 >| #define HAVE_ASM_BYTEORDER_H 1 >| #define HAVE_LINUX_FS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_ST_BLOCKS 1 >| #define RETSIGTYPE void >| #define HAVE___BUILTIN_CLZ 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MEMCHR 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MKDIR 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_PSELECT 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RMDIR 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCHR 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRRCHR 1 >| #define HAVE_STRSPN 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_UNAME 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define CLOSEDIR_VOID 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_FORK 1 >| #define HAVE_VFORK 1 >| #define HAVE_WORKING_VFORK 1 >| #define HAVE_WORKING_FORK 1 >| #define HAVE_LSTAT_EMPTY_STRING_BUG 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 0 >| #define malloc rpl_malloc >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_ALARM 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_REALLOC 0 >| #define realloc rpl_realloc >| #define HAVE_STAT_EMPTY_STRING_BUG 1 >| #define HAVE_VPRINTF 1 >| #define DM_DEVICE_UID 0 >| #define DM_DEVICE_GID 0 >| #define DM_DEVICE_MODE 0600 >| #define DEFAULT_DM_ADD_NODE DM_ADD_NODE_ON_RESUME >| #define DEFAULT_DM_NAME_MANGLING DM_STRING_MANGLING_AUTO >| #define SNAPSHOT_INTERNAL 1 >| #define MIRRORED_INTERNAL 1 >| #define RAID_INTERNAL 1 >| #define DEFAULT_MIRROR_SEGTYPE "raid1" >| #define DEFAULT_RAID10_SEGTYPE "raid10" >| #define DEFAULT_SPARSE_SEGTYPE "snapshot" >| #define THIN_CHECK_CMD "autodetect" >| #define THIN_DUMP_CMD "autodetect" >| #define THIN_REPAIR_CMD "autodetect" >| #define THIN_RESTORE_CMD "autodetect" >| #define CACHE_CHECK_CMD "autodetect" >| #define CACHE_DUMP_CMD "autodetect" >| #define CACHE_REPAIR_CMD "autodetect" >| #define CACHE_RESTORE_CMD "autodetect" >| #define DEFAULT_PID_DIR "/run" >| #define DEFAULT_DM_RUN_DIR "/run" >| #define DEFAULT_RUN_DIR "/run/lvm" >| #define TESTSUITE_DATA "/usr/share/lvm2-testsuite" >| #define DEVMAPPER_SUPPORT 1 >| #define DEFAULT_USE_LVMLOCKD 0 >| #define LVMETAD_SUPPORT 1 >| #define LVMETAD_PIDFILE "/run/lvmetad.pid" >| #define DEFAULT_USE_LVMETAD 1 >| #define LVMPOLLD_SUPPORT 1 >| #define LVMPOLLD_PIDFILE "/run/lvmpolld.pid" >| #define DEFAULT_USE_LVMPOLLD 1 >| #define DMFILEMAPD $BUILD_DMFILEMAPD >| #define BLKID_WIPING_SUPPORT 1 >| #define DEFAULT_USE_BLKID_WIPING 1 >| #define DM_IOCTLS 1 >| #define O_DIRECT_SUPPORT 1 >| #define DMEVENTD 1 >| #define HAVE_GETLINE 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char canonicalize_file_name (); >| int >| main () >| { >| return canonicalize_file_name (); >| ; >| return 0; >| } >configure:13815: result: no >configure:13825: checking for dlopen in -ldl >configure:13850: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -ldl >&5 >configure:13850: $? = 0 >configure:13859: result: yes >configure:13880: checking for log10 in -lm >configure:13905: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >conftest.c:173:6: warning: conflicting types for built-in function 'log10'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] > 173 | char log10 (); > | ^~~~~ >conftest.c:1:1: note: 'log10' is declared in header '<math.h>' > 1 | /* confdefs.h */ >configure:13905: $? = 0 >configure:13914: result: yes >configure:13924: checking for pthread_mutex_lock in -lpthread >configure:13949: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lpthread >&5 >configure:13949: $? = 0 >configure:13958: result: yes >configure:13968: checking whether to enable selinux support >configure:13975: result: no >configure:14276: checking for clock_gettime >configure:14276: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:14276: $? = 0 >configure:14276: result: yes >configure:14340: checking for struct stat has st_ctim. >configure:14358: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:14358: $? = 0 >configure:14365: result: yes >configure:14377: checking for getopt.h >configure:14377: result: yes >configure:14579: checking whether to enable internationalisation >configure:14588: result: no >configure:14823: checking whether to enable readline >configure:14825: result: no >configure:14866: checking for strpbrk >configure:14866: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:195:6: warning: conflicting types for built-in function 'strpbrk'; expected 'char *(const char *, const char *)' [-Wbuiltin-declaration-mismatch] > 195 | char strpbrk (); > | ^~~~~~~ >conftest.c:183:1: note: 'strpbrk' is declared in header '<string.h>' > 182 | # include <limits.h> > 183 | #else >configure:14866: $? = 0 >configure:14866: result: yes >configure:14877: checking whether strerror_r is declared >configure:14877: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:14877: $? = 0 >configure:14877: result: yes >configure:14890: checking for strerror_r >configure:14890: x86_64-unknown-linux-musl-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:14890: $? = 0 >configure:14890: result: yes >configure:14899: checking whether strerror_r returns char * >configure:14923: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:213:13: error: invalid type argument of unary '*' (have 'int') > 213 | char x = *strerror_r (0, buf, sizeof buf); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >conftest.c:214:14: warning: initialization of 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] > 214 | char *p = strerror_r (0, buf, sizeof buf); > | ^~~~~~~~~~ >configure:14923: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define MAJOR_IN_SYSMACROS 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_WAIT_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_ASSERT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIBAIO_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_SYS_TIMERFD_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_LINUX_MAGIC_H 1 >| #define HAVE_LINUX_FIEMAP_H 1 >| #define HAVE_ASM_BYTEORDER_H 1 >| #define HAVE_LINUX_FS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_ST_BLOCKS 1 >| #define RETSIGTYPE void >| #define HAVE___BUILTIN_CLZ 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETHOSTNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MEMCHR 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MKDIR 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_PSELECT 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RMDIR 1 >| #define HAVE_SETENV 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRCHR 1 >| #define HAVE_STRCSPN 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRRCHR 1 >| #define HAVE_STRSPN 1 >| #define HAVE_STRSTR 1 >| #define HAVE_STRTOL 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_UNAME 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define CLOSEDIR_VOID 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_FORK 1 >| #define HAVE_VFORK 1 >| #define HAVE_WORKING_VFORK 1 >| #define HAVE_WORKING_FORK 1 >| #define HAVE_LSTAT_EMPTY_STRING_BUG 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 0 >| #define malloc rpl_malloc >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_ALARM 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_REALLOC 0 >| #define realloc rpl_realloc >| #define HAVE_STAT_EMPTY_STRING_BUG 1 >| #define HAVE_VPRINTF 1 >| #define DM_DEVICE_UID 0 >| #define DM_DEVICE_GID 0 >| #define DM_DEVICE_MODE 0600 >| #define DEFAULT_DM_ADD_NODE DM_ADD_NODE_ON_RESUME >| #define DEFAULT_DM_NAME_MANGLING DM_STRING_MANGLING_AUTO >| #define SNAPSHOT_INTERNAL 1 >| #define MIRRORED_INTERNAL 1 >| #define RAID_INTERNAL 1 >| #define DEFAULT_MIRROR_SEGTYPE "raid1" >| #define DEFAULT_RAID10_SEGTYPE "raid10" >| #define DEFAULT_SPARSE_SEGTYPE "snapshot" >| #define THIN_CHECK_CMD "autodetect" >| #define THIN_DUMP_CMD "autodetect" >| #define THIN_REPAIR_CMD "autodetect" >| #define THIN_RESTORE_CMD "autodetect" >| #define CACHE_CHECK_CMD "autodetect" >| #define CACHE_DUMP_CMD "autodetect" >| #define CACHE_REPAIR_CMD "autodetect" >| #define CACHE_RESTORE_CMD "autodetect" >| #define DEFAULT_PID_DIR "/run" >| #define DEFAULT_DM_RUN_DIR "/run" >| #define DEFAULT_RUN_DIR "/run/lvm" >| #define TESTSUITE_DATA "/usr/share/lvm2-testsuite" >| #define DEVMAPPER_SUPPORT 1 >| #define DEFAULT_USE_LVMLOCKD 0 >| #define LVMETAD_SUPPORT 1 >| #define LVMETAD_PIDFILE "/run/lvmetad.pid" >| #define DEFAULT_USE_LVMETAD 1 >| #define LVMPOLLD_SUPPORT 1 >| #define LVMPOLLD_PIDFILE "/run/lvmpolld.pid" >| #define DEFAULT_USE_LVMPOLLD 1 >| #define DMFILEMAPD $BUILD_DMFILEMAPD >| #define BLKID_WIPING_SUPPORT 1 >| #define DEFAULT_USE_BLKID_WIPING 1 >| #define DM_IOCTLS 1 >| #define O_DIRECT_SUPPORT 1 >| #define DMEVENTD 1 >| #define HAVE_GETLINE 1 >| #define HAVE_LIBDL 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_REALTIME 1 >| #define HAVE_STAT_ST_CTIM 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPTLONG 1 >| #define DEFAULT_ETC_DIR "/etc" >| #define HAVE_STRPBRK 1 >| #define HAVE_DECL_STRERROR_R 1 >| #define HAVE_STRERROR_R 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| >| char buf[100]; >| char x = *strerror_r (0, buf, sizeof buf); >| char *p = strerror_r (0, buf, sizeof buf); >| return !p || x; >| >| ; >| return 0; >| } >configure:14961: result: no >configure:15176: checking arpa/inet.h usability >configure:15176: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:15176: $? = 0 >configure:15176: result: yes >configure:15176: checking arpa/inet.h presence >configure:15176: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:15176: $? = 0 >configure:15176: result: yes >configure:15176: checking for arpa/inet.h >configure:15176: result: yes >configure:15193: checking dlfcn.h usability >configure:15193: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:15193: $? = 0 >configure:15193: result: yes >configure:15193: checking dlfcn.h presence >configure:15193: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:15193: $? = 0 >configure:15193: result: yes >configure:15193: checking for dlfcn.h >configure:15193: result: yes >configure:15245: checking sys/inotify.h usability >configure:15245: x86_64-unknown-linux-musl-gcc -c -march=native -O2 -pipe conftest.c >&5 >configure:15245: $? = 0 >configure:15245: result: yes >configure:15245: checking sys/inotify.h presence >configure:15245: x86_64-unknown-linux-musl-gcc -E conftest.c >configure:15245: $? = 0 >configure:15245: result: yes >configure:15245: checking for sys/inotify.h >configure:15245: result: yes >configure:15263: checking for x86_64-unknown-linux-musl-modprobe >configure:15296: result: no >configure:15306: checking for modprobe >configure:15324: found /sbin/modprobe >configure:15336: result: /sbin/modprobe >configure:15535: checking for kernel interface choice >configure:15546: result: ioctl >configure:15848: creating ./config.status > >## ---------------------- ## >## Running config.status. ## >## ---------------------- ## > >This file was extended by config.status, which was >generated by GNU Autoconf 2.69. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > >on localhost > >config.status:1285: creating Makefile >config.status:1285: creating make.tmpl >config.status:1285: creating daemons/Makefile >config.status:1285: creating daemons/clvmd/Makefile >config.status:1285: creating daemons/cmirrord/Makefile >config.status:1285: creating daemons/dmeventd/Makefile >config.status:1285: creating daemons/dmeventd/libdevmapper-event.pc >config.status:1285: creating daemons/dmeventd/plugins/Makefile >config.status:1285: creating daemons/dmeventd/plugins/lvm2/Makefile >config.status:1285: creating daemons/dmeventd/plugins/raid/Makefile >config.status:1285: creating daemons/dmeventd/plugins/mirror/Makefile >config.status:1285: creating daemons/dmeventd/plugins/snapshot/Makefile >config.status:1285: creating daemons/dmeventd/plugins/thin/Makefile >config.status:1285: creating daemons/dmeventd/plugins/vdo/Makefile >config.status:1285: creating daemons/dmfilemapd/Makefile >config.status:1285: creating daemons/lvmdbusd/Makefile >config.status:1285: creating daemons/lvmdbusd/lvmdbusd >config.status:1285: creating daemons/lvmdbusd/lvmdb.py >config.status:1285: creating daemons/lvmdbusd/lvm_shell_proxy.py >config.status:1285: creating daemons/lvmdbusd/path.py >config.status:1285: creating daemons/lvmetad/Makefile >config.status:1285: creating daemons/lvmpolld/Makefile >config.status:1285: creating daemons/lvmlockd/Makefile >config.status:1285: creating device_mapper/Makefile >config.status:1285: creating conf/Makefile >config.status:1285: creating conf/example.conf >config.status:1285: creating conf/lvmlocal.conf >config.status:1285: creating conf/command_profile_template.profile >config.status:1285: creating conf/metadata_profile_template.profile >config.status:1285: creating include/.symlinks >config.status:1285: creating include/Makefile >config.status:1285: creating lib/Makefile >config.status:1285: creating lib/locking/Makefile >config.status:1285: creating include/lvm-version.h >config.status:1285: creating libdaemon/Makefile >config.status:1285: creating libdaemon/client/Makefile >config.status:1285: creating libdaemon/server/Makefile >config.status:1285: creating libdm/Makefile >config.status:1285: creating libdm/libdevmapper.pc >config.status:1285: creating liblvm/Makefile >config.status:1285: creating liblvm/liblvm2app.pc >config.status:1285: creating man/Makefile >config.status:1285: creating po/Makefile >config.status:1285: creating python/Makefile >config.status:1285: creating python/setup.py >config.status:1285: creating scripts/blkdeactivate.sh >config.status:1285: creating scripts/blk_availability_init_red_hat >config.status:1285: creating scripts/blk_availability_systemd_red_hat.service >config.status:1285: creating scripts/clvmd_init_red_hat >config.status:1285: creating scripts/cmirrord_init_red_hat >config.status:1285: creating scripts/com.redhat.lvmdbus1.service >config.status:1285: creating scripts/dm_event_systemd_red_hat.service >config.status:1285: creating scripts/dm_event_systemd_red_hat.socket >config.status:1285: creating scripts/lvm2_cluster_activation_red_hat.sh >config.status:1285: creating scripts/lvm2_cluster_activation_systemd_red_hat.service >config.status:1285: creating scripts/lvm2_clvmd_systemd_red_hat.service >config.status:1285: creating scripts/lvm2_cmirrord_systemd_red_hat.service >config.status:1285: creating scripts/lvm2_lvmdbusd_systemd_red_hat.service >config.status:1285: creating scripts/lvm2_lvmetad_init_red_hat >config.status:1285: creating scripts/lvm2_lvmetad_systemd_red_hat.service >config.status:1285: creating scripts/lvm2_lvmetad_systemd_red_hat.socket >config.status:1285: creating scripts/lvm2_lvmpolld_init_red_hat >config.status:1285: creating scripts/lvm2_lvmpolld_systemd_red_hat.service >config.status:1285: creating scripts/lvm2_lvmpolld_systemd_red_hat.socket >config.status:1285: creating scripts/lvm2_lvmlockd_systemd_red_hat.service >config.status:1285: creating scripts/lvm2_lvmlocking_systemd_red_hat.service >config.status:1285: creating scripts/lvm2_monitoring_init_red_hat >config.status:1285: creating scripts/lvm2_monitoring_systemd_red_hat.service >config.status:1285: creating scripts/lvm2_pvscan_systemd_red_hat@.service >config.status:1285: creating scripts/lvm2_tmpfiles_red_hat.conf >config.status:1285: creating scripts/lvmdump.sh >config.status:1285: creating scripts/Makefile >config.status:1285: creating test/Makefile >config.status:1285: creating test/api/Makefile >config.status:1285: creating test/api/python_lvm_unit.py >config.status:1285: creating test/unit/Makefile >config.status:1285: creating tools/Makefile >config.status:1285: creating udev/Makefile >config.status:1285: creating include/configure.h > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_compiler_gnu=yes >ac_cv_c_const=yes >ac_cv_c_inline=inline >ac_cv_c_int16_t=yes >ac_cv_c_int32_t=yes >ac_cv_c_int64_t=yes >ac_cv_c_int8_t=yes >ac_cv_c_uint16_t=yes >ac_cv_c_uint32_t=yes >ac_cv_c_uint64_t=yes >ac_cv_c_uint8_t=yes >ac_cv_cxx_compiler_gnu=yes >ac_cv_env_BLKID_CFLAGS_set= >ac_cv_env_BLKID_CFLAGS_value= >ac_cv_env_BLKID_LIBS_set= >ac_cv_env_BLKID_LIBS_value= >ac_cv_env_CCC_set= >ac_cv_env_CCC_value= >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-march=native -O2 -pipe' >ac_cv_env_CMAN_CFLAGS_set= >ac_cv_env_CMAN_CFLAGS_value= >ac_cv_env_CMAN_LIBS_set= >ac_cv_env_CMAN_LIBS_value= >ac_cv_env_CMAP_CFLAGS_set= >ac_cv_env_CMAP_CFLAGS_value= >ac_cv_env_CMAP_LIBS_set= >ac_cv_env_CMAP_LIBS_value= >ac_cv_env_CONFDB_CFLAGS_set= >ac_cv_env_CONFDB_CFLAGS_value= >ac_cv_env_CONFDB_LIBS_set= >ac_cv_env_CONFDB_LIBS_value= >ac_cv_env_COROSYNC_CFLAGS_set= >ac_cv_env_COROSYNC_CFLAGS_value= >ac_cv_env_COROSYNC_LIBS_set= >ac_cv_env_COROSYNC_LIBS_value= >ac_cv_env_CPG_CFLAGS_set= >ac_cv_env_CPG_CFLAGS_value= >ac_cv_env_CPG_LIBS_set= >ac_cv_env_CPG_LIBS_value= >ac_cv_env_CPPFLAGS_set=set >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_CXXFLAGS_set=set >ac_cv_env_CXXFLAGS_value='-march=native -O2 -pipe' >ac_cv_env_CXX_set= >ac_cv_env_CXX_value= >ac_cv_env_DLM_CFLAGS_set= >ac_cv_env_DLM_CFLAGS_value= >ac_cv_env_DLM_LIBS_set= >ac_cv_env_DLM_LIBS_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_LOCKD_DLM_CFLAGS_set= >ac_cv_env_LOCKD_DLM_CFLAGS_value= >ac_cv_env_LOCKD_DLM_LIBS_set= >ac_cv_env_LOCKD_DLM_LIBS_value= >ac_cv_env_LOCKD_SANLOCK_CFLAGS_set= >ac_cv_env_LOCKD_SANLOCK_CFLAGS_value= >ac_cv_env_LOCKD_SANLOCK_LIBS_set= >ac_cv_env_LOCKD_SANLOCK_LIBS_value= >ac_cv_env_NOTIFY_DBUS_CFLAGS_set= >ac_cv_env_NOTIFY_DBUS_CFLAGS_value= >ac_cv_env_NOTIFY_DBUS_LIBS_set= >ac_cv_env_NOTIFY_DBUS_LIBS_value= >ac_cv_env_PKGCONFIGINIT_CFLAGS_set= >ac_cv_env_PKGCONFIGINIT_CFLAGS_value= >ac_cv_env_PKGCONFIGINIT_LIBS_set= >ac_cv_env_PKGCONFIGINIT_LIBS_value= >ac_cv_env_PKG_CONFIG_LIBDIR_set= >ac_cv_env_PKG_CONFIG_LIBDIR_value= >ac_cv_env_PKG_CONFIG_PATH_set= >ac_cv_env_PKG_CONFIG_PATH_value= >ac_cv_env_PKG_CONFIG_set= >ac_cv_env_PKG_CONFIG_value= >ac_cv_env_PYTHON_set= >ac_cv_env_PYTHON_value= >ac_cv_env_QUORUM_CFLAGS_set= >ac_cv_env_QUORUM_CFLAGS_value= >ac_cv_env_QUORUM_LIBS_set= >ac_cv_env_QUORUM_LIBS_value= >ac_cv_env_SACKPT_CFLAGS_set= >ac_cv_env_SACKPT_CFLAGS_value= >ac_cv_env_SACKPT_LIBS_set= >ac_cv_env_SACKPT_LIBS_value= >ac_cv_env_SALCK_CFLAGS_set= >ac_cv_env_SALCK_CFLAGS_value= >ac_cv_env_SALCK_LIBS_set= >ac_cv_env_SALCK_LIBS_value= >ac_cv_env_SELINUX_CFLAGS_set= >ac_cv_env_SELINUX_CFLAGS_value= >ac_cv_env_SELINUX_LIBS_set= >ac_cv_env_SELINUX_LIBS_value= >ac_cv_env_SYSTEMD_CFLAGS_set= >ac_cv_env_SYSTEMD_CFLAGS_value= >ac_cv_env_SYSTEMD_LIBS_set= >ac_cv_env_SYSTEMD_LIBS_value= >ac_cv_env_UDEV_CFLAGS_set= >ac_cv_env_UDEV_CFLAGS_value= >ac_cv_env_UDEV_LIBS_set= >ac_cv_env_UDEV_LIBS_value= >ac_cv_env_VALGRIND_CFLAGS_set= >ac_cv_env_VALGRIND_CFLAGS_value= >ac_cv_env_VALGRIND_LIBS_set= >ac_cv_env_VALGRIND_LIBS_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=x86_64-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=x86_64-unknown-linux-musl >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_file___dev_urandom_=yes >ac_cv_file__bin_bash=yes >ac_cv_file__dev_arandom=no >ac_cv_file__dev_ptc=no >ac_cv_file__dev_ptmx=yes >ac_cv_file__dev_random=yes >ac_cv_file__dev_srandom=yes >ac_cv_file__dev_urandom=yes >ac_cv_file__dev_zero=yes >ac_cv_file__usr_share_sgml_X11_defs_ent=1 >ac_cv_flag_HAVE_FULL_RELRO=yes >ac_cv_flag_HAVE_PIE=yes >ac_cv_flag_HAVE_WCLOBBERED=yes >ac_cv_flag_HAVE_WJUMP=yes >ac_cv_flag_HAVE_WSYNCNAND=yes >ac_cv_func__doprnt=no >ac_cv_func_alarm=yes >ac_cv_func_alloca_works=yes >ac_cv_func_calloc_0_nonnull=yes >ac_cv_func_chown_works=no >ac_cv_func_clock_gettime=yes >ac_cv_func_closedir_void=yes >ac_cv_func_fork=yes >ac_cv_func_fork_works=yes >ac_cv_func_ftruncate=yes >ac_cv_func_gethostname=yes >ac_cv_func_getpagesize=yes >ac_cv_func_gettimeofday=yes >ac_cv_func_localtime_r=yes >ac_cv_func_lstat_dereferences_slashed_symlink=no >ac_cv_func_lstat_empty_string_bug=yes >ac_cv_func_malloc_0_nonnull=no >ac_cv_func_memchr=yes >ac_cv_func_memcmp_working=no >ac_cv_func_memset=yes >ac_cv_func_mkdir=yes >ac_cv_func_mkfifo=yes >ac_cv_func_mmap_fixed_mapped=yes >ac_cv_func_munmap=yes >ac_cv_func_nl_langinfo=yes >ac_cv_func_pow=yes >ac_cv_func_pselect=yes >ac_cv_func_realloc_0_nonnull=no >ac_cv_func_realpath=yes >ac_cv_func_rmdir=yes >ac_cv_func_setenv=yes >ac_cv_func_setgrent_void=yes >ac_cv_func_setlocale=yes >ac_cv_func_stat_empty_string_bug=yes >ac_cv_func_strcasecmp=yes >ac_cv_func_strchr=yes >ac_cv_func_strcspn=yes >ac_cv_func_strdup=yes >ac_cv_func_strerror=yes >ac_cv_func_strerror_r=yes >ac_cv_func_strerror_r_char_p=no >ac_cv_func_strncasecmp=yes >ac_cv_func_strndup=yes >ac_cv_func_strnlen_working=yes >ac_cv_func_strpbrk=yes >ac_cv_func_strrchr=yes >ac_cv_func_strspn=yes >ac_cv_func_strstr=yes >ac_cv_func_strtod=no >ac_cv_func_strtol=yes >ac_cv_func_strtoul=yes >ac_cv_func_uname=yes >ac_cv_func_vfork=yes >ac_cv_func_vfork_works=yes >ac_cv_func_vprintf=yes >ac_cv_func_working_mktime=no >ac_cv_have_decl_strerror_r=yes >ac_cv_header_arpa_inet_h=yes >ac_cv_header_asm_byteorder_h=yes >ac_cv_header_assert_h=yes >ac_cv_header_ctype_h=yes >ac_cv_header_dirent_dirent_h=yes >ac_cv_header_dirent_h=yes >ac_cv_header_dlfcn_h=yes >ac_cv_header_errno_h=yes >ac_cv_header_fcntl_h=yes >ac_cv_header_float_h=yes >ac_cv_header_getopt_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_langinfo_h=yes >ac_cv_header_libaio_h=yes >ac_cv_header_libgen_h=yes >ac_cv_header_limits_h=yes >ac_cv_header_linux_fiemap_h=yes >ac_cv_header_linux_fs_h=yes >ac_cv_header_linux_magic_h=yes >ac_cv_header_locale_h=yes >ac_cv_header_malloc_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_paths_h=yes >ac_cv_header_pwd_h=yes >ac_cv_header_signal_h=yes >ac_cv_header_stdarg_h=yes >ac_cv_header_stdbool_h=yes >ac_cv_header_stdc=yes >ac_cv_header_stddef_h=yes >ac_cv_header_stdint_h=yes >ac_cv_header_stdio_h=yes >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_sys_file_h=yes >ac_cv_header_sys_inotify_h=yes >ac_cv_header_sys_ioctl_h=yes >ac_cv_header_sys_mkdev_h=no >ac_cv_header_sys_mman_h=yes >ac_cv_header_sys_param_h=yes >ac_cv_header_sys_resource_h=yes >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_statvfs_h=yes >ac_cv_header_sys_sysmacros_h=yes >ac_cv_header_sys_time_h=yes >ac_cv_header_sys_timerfd_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_sys_types_h_makedev=no >ac_cv_header_sys_utsname_h=yes >ac_cv_header_sys_vfs_h=yes >ac_cv_header_sys_wait_h=yes >ac_cv_header_syslog_h=yes >ac_cv_header_termios_h=yes >ac_cv_header_time=yes >ac_cv_header_time_h=yes >ac_cv_header_unistd_h=yes >ac_cv_header_vfork_h=no >ac_cv_host=x86_64-unknown-linux-musl >ac_cv_lib_c_canonicalize_file_name=no >ac_cv_lib_c_getline=yes >ac_cv_lib_dl_dlopen=yes >ac_cv_lib_m_log10=yes >ac_cv_lib_pthread_pthread_mutex_lock=yes >ac_cv_member_struct_stat_st_blocks=yes >ac_cv_member_struct_stat_st_rdev=yes >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_GREP=/bin/grep >ac_cv_path_PKG_CONFIG=/usr/bin/x86_64-unknown-linux-musl-pkg-config >ac_cv_path_SED=/bin/sed >ac_cv_path_ac_pt_CHMOD=/bin/chmod >ac_cv_path_ac_pt_MODPROBE_CMD=/sbin/modprobe >ac_cv_path_ac_pt_SORT=/usr/bin/sort >ac_cv_path_ac_pt_WC=/usr/bin/wc >ac_cv_path_install='/usr/lib/portage/python3.8/ebuild-helpers/xattr/install -c' >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_AR=x86_64-unknown-linux-musl-ar >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=x86_64-unknown-linux-musl-gcc >ac_cv_prog_CPP='x86_64-unknown-linux-musl-gcc -E' >ac_cv_prog_CXX=x86_64-unknown-linux-musl-g++ >ac_cv_prog_RANLIB=x86_64-unknown-linux-musl-ranlib >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_cxx_g=yes >ac_cv_prog_gcc_traditional=no >ac_cv_prog_make_make_set=yes >ac_cv_search_opendir='none required' >ac_cv_stat_st_ctim=yes >ac_cv_struct_tm=time.h >ac_cv_target=x86_64-unknown-linux-musl >ac_cv_type__Bool=yes >ac_cv_type_mode_t=yes >ac_cv_type_off_t=yes >ac_cv_type_pid_t=yes >ac_cv_type_ptrdiff_t=yes >ac_cv_type_signal=void >ac_cv_type_size_t=yes >ac_cv_type_ssize_t=yes >ac_cv_type_uid_t=yes >ac_cv_working_alloca_h=yes >ax_cv_have___builtin_clz=yes >bash_cv_job_control_missing=present >fu_cv_sys_stat_statvfs=yes >gl_cv_func_btowc_eof=yes >gl_cv_func_malloc_0_nonnull=yes >gl_cv_func_rename_trailing_dest_slash_bug=no >gl_cv_func_rename_trailing_slash_bug=no >glib_cv___va_copy=yes >glib_cv_has__inline=yes >glib_cv_has__inline__=yes >glib_cv_hasinline=yes >glib_cv_rtldglobal_broken=no >glib_cv_sane_realloc=yes >glib_cv_stack_grows=no >glib_cv_uscore=no >glib_cv_va_copy=yes >glib_cv_va_val_copy=no >pkg_cv_BLKID_CFLAGS=-I/usr/x86_64-unknown-linux-musl/usr/include/blkid >pkg_cv_BLKID_LIBS=-lblkid >screen_cv_sys_bcopy_overlap=no >screen_cv_sys_fifo_broken_impl=yes >screen_cv_sys_fifo_usable=yes >screen_cv_sys_memcpy_overlap=no >screen_cv_sys_memmove_overlap=no >screen_cv_sys_select_broken_retval=no >screen_cv_sys_sockets_nofs=no >screen_cv_sys_sockets_usable=yes >screen_cv_sys_terminfo_used=yes >yeti_cv_func_scanf_modif_size_t=z > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ALLOCA='' >APPLIB='yes' >AR='x86_64-unknown-linux-musl-ar' >AWK='gawk' >BLKDEACTIVATE='yes' >BLKID_CFLAGS='-I/usr/x86_64-unknown-linux-musl/usr/include/blkid' >BLKID_LIBS='-lblkid' >BLKID_PC='blkid' >BLKID_STATIC_LIBS='-lblkid' >BUILD_CMIRRORD='no' >BUILD_DMEVENTD='yes' >BUILD_DMFILEMAPD='yes' >BUILD_LOCKDDLM='no' >BUILD_LOCKDSANLOCK='no' >BUILD_LVMDBUSD='no' >BUILD_LVMETAD='yes' >BUILD_LVMLOCKD='no' >BUILD_LVMPOLLD='yes' >CACHE='none' >CACHE_CHECK_CMD='autodetect' >CACHE_DUMP_CMD='autodetect' >CACHE_REPAIR_CMD='autodetect' >CACHE_RESTORE_CMD='autodetect' >CC='x86_64-unknown-linux-musl-gcc' >CFLAGS='-march=native -O2 -pipe' >CFLOW_CMD='' >CHMOD='/bin/chmod' >CLDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,--version-script,.export.sym' >CLDNOWHOLEARCHIVE='-Wl,-no-whole-archive' >CLDWHOLEARCHIVE='-Wl,-whole-archive' >CLUSTER='none' >CLVMD='none' >CLVMD_CMANAGERS='' >CLVMD_PATH='/usr/sbin/clvmd' >CLVMD_PIDFILE='' >CMAN_CFLAGS='' >CMAN_LIBS='' >CMAP_CFLAGS='' >CMAP_LIBS='' >CMDLIB='yes' >CMIRRORD_PIDFILE='' >CONFDB_CFLAGS='' >CONFDB_LIBS='' >CONFDIR='/etc' >COPTIMISE_FLAG='' >COROSYNC_CFLAGS='' >COROSYNC_LIBS='' >CPG_CFLAGS='' >CPG_LIBS='' >CPP='x86_64-unknown-linux-musl-gcc -E' >CPPFLAGS='' >CSCOPE_CMD='' >CXX='x86_64-unknown-linux-musl-g++' >CXXFLAGS='-march=native -O2 -pipe' >DEBUG='no' >DEFAULT_ARCHIVE_SUBDIR='archive' >DEFAULT_BACKUP_SUBDIR='backup' >DEFAULT_CACHE_SUBDIR='cache' >DEFAULT_DATA_ALIGNMENT='1' >DEFAULT_DM_RUN_DIR='/run' >DEFAULT_LOCK_DIR='/run/lock/lvm' >DEFAULT_MIRROR_SEGTYPE='raid1' >DEFAULT_PID_DIR='/run' >DEFAULT_PROFILE_SUBDIR='profile' >DEFAULT_RAID10_SEGTYPE='raid10' >DEFAULT_RUN_DIR='/run/lvm' >DEFAULT_SPARSE_SEGTYPE='snapshot' >DEFAULT_SYS_DIR='/etc/lvm' >DEFAULT_SYS_LOCK_DIR='/run/lock' >DEFAULT_USE_BLKID_WIPING='1' >DEFAULT_USE_LVMETAD='1' >DEFAULT_USE_LVMLOCKD='0' >DEFAULT_USE_LVMPOLLD='1' >DEFS='-DHAVE_CONFIG_H' >DEVMAPPER='yes' >DLM_CFLAGS='' >DLM_LIBS='' >DL_LIBS='-ldl' >DMEVENTD_PATH='/sbin/dmeventd' >DMEVENTD_PIDFILE='/run/dmeventd.pid' >DM_LIB_PATCHLEVEL='1.02.170' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >ELDFLAGS='-Wl,--export-dynamic' >EXEEXT='' >FSADM='yes' >FSADM_PATH='/sbin/fsadm' >GENHTML='' >GENPNG='' >GREP='/bin/grep' >HAVE_FULL_RELRO='yes' >HAVE_LIBDL='yes' >HAVE_PIE='yes' >HAVE_REALTIME='yes' >HAVE_VALGRIND='' >HAVE_WCLOBBERED='yes' >HAVE_WJUMP='yes' >HAVE_WSYNCNAND='yes' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INTL='no' >JOBS='' >LCOV='' >LDDEPS=' .export.sym' >LDFLAGS='-Wl,-O1 -Wl,--as-needed' >LIBOBJS=' ${LIBOBJDIR}lstat$U.o ${LIBOBJDIR}malloc$U.o ${LIBOBJDIR}memcmp$U.o ${LIBOBJDIR}mktime$U.o ${LIBOBJDIR}realloc$U.o ${LIBOBJDIR}stat$U.o ${LIBOBJDIR}strtod$U.o' >LIBS='' >LIB_SUFFIX='so' >LN_S='ln -s' >LOCKD_DLM_CFLAGS='' >LOCKD_DLM_LIBS='' >LOCKD_SANLOCK_CFLAGS='' >LOCKD_SANLOCK_LIBS='' >LTLIBOBJS=' ${LIBOBJDIR}lstat$U.lo ${LIBOBJDIR}malloc$U.lo ${LIBOBJDIR}memcmp$U.lo ${LIBOBJDIR}mktime$U.lo ${LIBOBJDIR}realloc$U.lo ${LIBOBJDIR}stat$U.lo ${LIBOBJDIR}strtod$U.lo' >LVM2APP_LIB='-llvm2app' >LVM2CMD_LIB='-llvm2cmd' >LVMETAD_PIDFILE='/run/lvmetad.pid' >LVMLOCKD_PIDFILE='' >LVMPOLLD_PIDFILE='/run/lvmpolld.pid' >LVM_LIBAPI='2' >LVM_MAJOR='2' >LVM_MINOR='02' >LVM_PATCHLEVEL='187' >LVM_PATH='/sbin/lvm' >LVM_RELEASE='""' >LVM_RELEASE_DATE='"2020-03-24"' >LVM_VERSION='"2.02.187(2) (2020-03-24)"' >MANGLING='auto' >MIRRORS='internal' >MKDIR_P='/bin/mkdir -p' >MODPROBE_CMD='/sbin/modprobe' >MSGFMT='' >M_LIBS='-lm' >NOTIFY_DBUS_CFLAGS='' >NOTIFY_DBUS_LIBS='' >OBJEXT='o' >OCF='no' >OCFDIR='${prefix}/lib/ocf/resource.d/lvm2' >ODIRECT='yes' >PACKAGE_BUGREPORT='' >PACKAGE_NAME='' >PACKAGE_STRING='' >PACKAGE_TARNAME='' >PACKAGE_URL='' >PACKAGE_VERSION='' >PATH_SEPARATOR=':' >PKGCONFIG='yes' >PKGCONFIGINIT_CFLAGS='' >PKGCONFIGINIT_LIBS='' >PKG_CONFIG='/usr/bin/x86_64-unknown-linux-musl-pkg-config' >PKG_CONFIG_LIBDIR='' >PKG_CONFIG_PATH='' >POW_LIB='' >PTHREAD_LIBS='-lpthread' >PYTHON2='' >PYTHON2DIR='' >PYTHON2_BINDINGS='no' >PYTHON2_CONFIG='' >PYTHON2_INCDIRS='' >PYTHON2_LIBDIRS='' >PYTHON3='' >PYTHON3DIR='' >PYTHON3_BINDINGS='no' >PYTHON3_CONFIG='' >PYTHON3_INCDIRS='' >PYTHON3_LIBDIRS='' >PYTHON='' >PYTHON_BINDINGS='no' >PYTHON_EXEC_PREFIX='' >PYTHON_PLATFORM='' >PYTHON_PREFIX='' >PYTHON_VERSION='' >QUORUM_CFLAGS='' >QUORUM_LIBS='' >RANLIB='x86_64-unknown-linux-musl-ranlib' >READLINE_LIBS='' >REPLICATORS='' >RT_LIBS='' >SACKPT_CFLAGS='' >SACKPT_LIBS='' >SALCK_CFLAGS='' >SALCK_LIBS='' >SBINDIR='/sbin' >SED='/bin/sed' >SELINUX_CFLAGS='' >SELINUX_LIBS='' >SELINUX_PC='' >SELINUX_STATIC_LIBS='' >SET_MAKE='' >SHELL='/bin/bash' >SNAPSHOTS='internal' >SORT='/usr/bin/sort' >STATICDIR='/sbin' >STATIC_LDFLAGS='-Wl,--no-export-dynamic' >STATIC_LINK='no' >SYSCONFDIR='/etc' >SYSTEMD_CFLAGS='' >SYSTEMD_LIBS='' >TESTSUITE_DATA='${datarootdir}/lvm2-testsuite' >THIN='none' >THIN_CHECK_CMD='autodetect' >THIN_DUMP_CMD='autodetect' >THIN_REPAIR_CMD='autodetect' >THIN_RESTORE_CMD='autodetect' >UDEV_CFLAGS='' >UDEV_HAS_BUILTIN_BLKID='no' >UDEV_LIBS='' >UDEV_PC='' >UDEV_RULES='no' >UDEV_RULE_EXEC_DETECTION='no' >UDEV_STATIC_LIBS='' >UDEV_SYNC='no' >UDEV_SYSTEMD_BACKGROUND_JOBS='no' >USE_TRACKING='no' >USRSBINDIR='/usr/sbin' >VALGRIND_CFLAGS='' >VALGRIND_LIBS='' >VALGRIND_POOL='no' >WC='/usr/bin/wc' >WRITE_INSTALL='no' >ac_ct_CC='' >ac_ct_CXX='' >bindir='${exec_prefix}/bin' >build='x86_64-pc-linux-gnu' >build_alias='x86_64-pc-linux-gnu' >build_cpu='x86_64' >build_os='linux-gnu' >build_vendor='pc' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='/usr/share/doc/lvm2-2.02.187-r2' >dvidir='${docdir}' >exec_prefix='' >host='x86_64-unknown-linux-musl' >host_alias='x86_64-unknown-linux-musl' >host_cpu='x86_64' >host_os='linux-musl' >host_vendor='unknown' >htmldir='/usr/share/doc/lvm2-2.02.187-r2/html' >includedir='${prefix}/include' >infodir='/usr/share/info' >interface='ioctl' >kerneldir='' >kernelvsn='' >libdir='/lib' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >missingkernel='' >oldincludedir='/usr/include' >pdfdir='${docdir}' >pkgpyexecdir='' >pkgpythondir='' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >pyexecdir='' >pythondir='' >runstatedir='${localstatedir}/run' >sbindir='/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >systemdsystemunitdir='/lib/systemd/system' >systemdutildir='${exec_prefix}/lib/systemd' >target='x86_64-unknown-linux-musl' >target_alias='' >target_cpu='x86_64' >target_os='linux-musl' >target_vendor='unknown' >tmpdir='' >tmpfilesdir='${prefix}/lib/tmpfiles.d' >udev_prefix='${exec_prefix}' >udevdir='no' >usrlibdir='/usr/lib' >usrsbindir='${prefix}/sbin' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "" >#define PACKAGE_TARNAME "" >#define PACKAGE_VERSION "" >#define PACKAGE_STRING "" >#define PACKAGE_BUGREPORT "" >#define PACKAGE_URL "" >#define HAVE_DIRENT_H 1 >#define STDC_HEADERS 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_MEMORY_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_UNISTD_H 1 >#define MAJOR_IN_SYSMACROS 1 >#define HAVE__BOOL 1 >#define HAVE_STDBOOL_H 1 >#define STDC_HEADERS 1 >#define HAVE_SYS_WAIT_H 1 >#define TIME_WITH_SYS_TIME 1 >#define HAVE_ASSERT_H 1 >#define HAVE_CTYPE_H 1 >#define HAVE_DIRENT_H 1 >#define HAVE_ERRNO_H 1 >#define HAVE_FCNTL_H 1 >#define HAVE_FLOAT_H 1 >#define HAVE_GETOPT_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_LANGINFO_H 1 >#define HAVE_LIBAIO_H 1 >#define HAVE_LIBGEN_H 1 >#define HAVE_LIMITS_H 1 >#define HAVE_LOCALE_H 1 >#define HAVE_PATHS_H 1 >#define HAVE_SIGNAL_H 1 >#define HAVE_STDARG_H 1 >#define HAVE_STDDEF_H 1 >#define HAVE_STDIO_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_SYS_FILE_H 1 >#define HAVE_SYS_IOCTL_H 1 >#define HAVE_SYSLOG_H 1 >#define HAVE_SYS_MMAN_H 1 >#define HAVE_SYS_PARAM_H 1 >#define HAVE_SYS_RESOURCE_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_SYS_TIME_H 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_UTSNAME_H 1 >#define HAVE_SYS_WAIT_H 1 >#define HAVE_TIME_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_TERMIOS_H 1 >#define HAVE_SYS_STATVFS_H 1 >#define HAVE_SYS_TIMERFD_H 1 >#define HAVE_SYS_VFS_H 1 >#define HAVE_LINUX_MAGIC_H 1 >#define HAVE_LINUX_FIEMAP_H 1 >#define HAVE_ASM_BYTEORDER_H 1 >#define HAVE_LINUX_FS_H 1 >#define HAVE_MALLOC_H 1 >#define HAVE_STRUCT_STAT_ST_RDEV 1 >#define HAVE_PTRDIFF_T 1 >#define HAVE_STRUCT_STAT_ST_BLOCKS 1 >#define HAVE_ST_BLOCKS 1 >#define RETSIGTYPE void >#define HAVE___BUILTIN_CLZ 1 >#define HAVE_FTRUNCATE 1 >#define HAVE_GETHOSTNAME 1 >#define HAVE_GETPAGESIZE 1 >#define HAVE_GETTIMEOFDAY 1 >#define HAVE_LOCALTIME_R 1 >#define HAVE_MEMCHR 1 >#define HAVE_MEMSET 1 >#define HAVE_MKDIR 1 >#define HAVE_MKFIFO 1 >#define HAVE_MUNMAP 1 >#define HAVE_NL_LANGINFO 1 >#define HAVE_PSELECT 1 >#define HAVE_REALPATH 1 >#define HAVE_RMDIR 1 >#define HAVE_SETENV 1 >#define HAVE_SETLOCALE 1 >#define HAVE_STRCASECMP 1 >#define HAVE_STRCHR 1 >#define HAVE_STRCSPN 1 >#define HAVE_STRDUP 1 >#define HAVE_STRERROR 1 >#define HAVE_STRNCASECMP 1 >#define HAVE_STRNDUP 1 >#define HAVE_STRRCHR 1 >#define HAVE_STRSPN 1 >#define HAVE_STRSTR 1 >#define HAVE_STRTOL 1 >#define HAVE_STRTOUL 1 >#define HAVE_UNAME 1 >#define HAVE_ALLOCA_H 1 >#define HAVE_ALLOCA 1 >#define CLOSEDIR_VOID 1 >#define HAVE_UNISTD_H 1 >#define HAVE_FORK 1 >#define HAVE_VFORK 1 >#define HAVE_WORKING_VFORK 1 >#define HAVE_WORKING_FORK 1 >#define HAVE_LSTAT_EMPTY_STRING_BUG 1 >#define HAVE_STDLIB_H 1 >#define HAVE_MALLOC 0 >#define malloc rpl_malloc >#define HAVE_SYS_TIME_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_SYS_PARAM_H 1 >#define HAVE_ALARM 1 >#define HAVE_GETPAGESIZE 1 >#define HAVE_MMAP 1 >#define HAVE_STDLIB_H 1 >#define HAVE_REALLOC 0 >#define realloc rpl_realloc >#define HAVE_STAT_EMPTY_STRING_BUG 1 >#define HAVE_VPRINTF 1 >#define DM_DEVICE_UID 0 >#define DM_DEVICE_GID 0 >#define DM_DEVICE_MODE 0600 >#define DEFAULT_DM_ADD_NODE DM_ADD_NODE_ON_RESUME >#define DEFAULT_DM_NAME_MANGLING DM_STRING_MANGLING_AUTO >#define SNAPSHOT_INTERNAL 1 >#define MIRRORED_INTERNAL 1 >#define RAID_INTERNAL 1 >#define DEFAULT_MIRROR_SEGTYPE "raid1" >#define DEFAULT_RAID10_SEGTYPE "raid10" >#define DEFAULT_SPARSE_SEGTYPE "snapshot" >#define THIN_CHECK_CMD "autodetect" >#define THIN_DUMP_CMD "autodetect" >#define THIN_REPAIR_CMD "autodetect" >#define THIN_RESTORE_CMD "autodetect" >#define CACHE_CHECK_CMD "autodetect" >#define CACHE_DUMP_CMD "autodetect" >#define CACHE_REPAIR_CMD "autodetect" >#define CACHE_RESTORE_CMD "autodetect" >#define DEFAULT_PID_DIR "/run" >#define DEFAULT_DM_RUN_DIR "/run" >#define DEFAULT_RUN_DIR "/run/lvm" >#define TESTSUITE_DATA "/usr/share/lvm2-testsuite" >#define DEVMAPPER_SUPPORT 1 >#define DEFAULT_USE_LVMLOCKD 0 >#define LVMETAD_SUPPORT 1 >#define LVMETAD_PIDFILE "/run/lvmetad.pid" >#define DEFAULT_USE_LVMETAD 1 >#define LVMPOLLD_SUPPORT 1 >#define LVMPOLLD_PIDFILE "/run/lvmpolld.pid" >#define DEFAULT_USE_LVMPOLLD 1 >#define DMFILEMAPD $BUILD_DMFILEMAPD >#define BLKID_WIPING_SUPPORT 1 >#define DEFAULT_USE_BLKID_WIPING 1 >#define DM_IOCTLS 1 >#define O_DIRECT_SUPPORT 1 >#define DMEVENTD 1 >#define HAVE_GETLINE 1 >#define HAVE_LIBDL 1 >#define HAVE_CLOCK_GETTIME 1 >#define HAVE_REALTIME 1 >#define HAVE_STAT_ST_CTIM 1 >#define HAVE_GETOPT_H 1 >#define HAVE_GETOPTLONG 1 >#define DEFAULT_ETC_DIR "/etc" >#define HAVE_STRPBRK 1 >#define HAVE_DECL_STRERROR_R 1 >#define HAVE_STRERROR_R 1 >#define HAVE_ARPA_INET_H 1 >#define HAVE_DLFCN_H 1 >#define HAVE_SYS_INOTIFY_H 1 >#define MODPROBE_CMD "/sbin/modprobe" >#define LVM_PATH "/sbin/lvm" >#define CLVMD_PATH "/usr/sbin/clvmd" >#define FSADM_PATH "/sbin/fsadm" >#define DMEVENTD_PIDFILE "/run/dmeventd.pid" >#define DMEVENTD_PATH "/sbin/dmeventd" >#define DEFAULT_SYS_DIR "/etc/lvm" >#define DEFAULT_PROFILE_SUBDIR "profile" >#define DEFAULT_ARCHIVE_SUBDIR "archive" >#define DEFAULT_BACKUP_SUBDIR "backup" >#define DEFAULT_CACHE_SUBDIR "cache" >#define DEFAULT_LOCK_DIR "/run/lock/lvm" >#define DEFAULT_DATA_ALIGNMENT 1 >#define DM_LIB_VERSION "1.02.170 (2020-03-24)" >#define LVM_CONFIGURE_LINE "./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-unknown-linux-musl --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --docdir=/usr/share/doc/lvm2-2.02.187-r2 --htmldir=/usr/share/doc/lvm2-2.02.187-r2/html --enable-dmfilemapd --enable-dmeventd --enable-cmdlib --enable-applib --enable-fsadm --enable-lvmetad --enable-lvmpolld --with-mirrors=internal --with-snapshots=internal --with-thin=none --with-cache=none --with-clvmd=none --with-cluster=none --disable-readline --disable-selinux --enable-pkgconfig --with-confdir=/etc --exec-prefix= --sbindir=/sbin --with-staticdir=/sbin --libdir=/lib --with-usrlibdir=/usr/lib --with-default-dm-run-dir=/run --with-default-run-dir=/run/lvm --with-default-locking-dir=/run/lock/lvm --with-default-pid-dir=/run --disable-udev_rules --disable-udev_sync --without-udevdir --disable-lvmlockd-sanlock --disable-udev-systemd-background-jobs --disable-notify-dbus --with-systemdsystemunitdir=/lib/systemd/system CLDFLAGS=-Wl,-O1 -Wl,--as-needed" > >configure: exit 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 675368
:
560930
|
560932
|
560934
| 685725 |
685728
|
685731