This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by ClamFS configure 1.2.0, which was generated by GNU Autoconf 2.71. Invocation command line was $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/clamfs-1.2.0 --htmldir=/usr/share/doc/clamfs-1.2.0/html --libdir=/usr/lib64 ## --------- ## ## Platform. ## ## --------- ## hostname = localhost uname -m = x86_64 uname -r = 4.19.174-gentoo uname -s = Linux uname -v = #1 SMP Tue Feb 9 17:10:06 CET 2021 /usr/bin/uname -p = Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz /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.10/ebuild-helpers/xattr/ PATH: /usr/lib/portage/python3.10/ebuild-helpers/ PATH: /usr/local/sbin/ PATH: /usr/local/bin/ PATH: /usr/sbin/ PATH: /usr/bin/ PATH: /sbin/ PATH: /bin/ PATH: /opt/bin/ PATH: /usr/lib/llvm/13/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:2757: looking for aux files: config.guess config.sub compile missing install-sh configure:2770: trying ./build/ configure:2799: ./build/config.guess found configure:2799: ./build/config.sub found configure:2799: ./build/compile found configure:2799: ./build/missing found configure:2781: ./build/install-sh found configure:2932: checking for a BSD-compatible install configure:3005: result: /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c configure:3016: checking whether build environment is sane configure:3071: result: yes configure:3230: checking for a race-free mkdir -p configure:3274: result: /bin/mkdir -p configure:3281: checking for gawk configure:3302: found /usr/bin/gawk configure:3313: result: gawk configure:3324: checking whether make sets $(MAKE) configure:3347: result: yes configure:3377: checking whether make supports nested variables configure:3395: result: yes configure:3669: checking for C++ compiler version configure:3678: x86_64-pc-linux-gnu-clang++ --version >&5 clang version 13.0.0 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/13/bin configure:3689: $? = 0 configure:3678: x86_64-pc-linux-gnu-clang++ -v >&5 clang version 13.0.0 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/13/bin Selected GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1 Candidate multilib: .;@m64 Candidate multilib: 32;@m32 Selected multilib: .;@m64 configure:3689: $? = 0 configure:3678: x86_64-pc-linux-gnu-clang++ -V >&5 clang-13: error: argument to '-V' is missing (expected 1 value) clang-13: error: no input files configure:3689: $? = 1 configure:3678: x86_64-pc-linux-gnu-clang++ -qversion >&5 clang-13: error: unknown argument '-qversion'; did you mean '--version'? clang-13: error: no input files configure:3689: $? = 1 configure:3709: checking whether the C++ compiler works configure:3731: x86_64-pc-linux-gnu-clang++ -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:3735: $? = 0 configure:3785: result: yes configure:3788: checking for C++ compiler default output file name configure:3790: result: a.out configure:3796: checking for suffix of executables configure:3803: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:3807: $? = 0 configure:3830: result: configure:3852: checking whether we are cross compiling configure:3860: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:3864: $? = 0 configure:3871: ./conftest configure:3875: $? = 0 configure:3890: result: no configure:3895: checking for suffix of object files configure:3918: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 configure:3922: $? = 0 configure:3944: result: o configure:3948: checking whether the compiler supports GNU C++ configure:3968: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 configure:3968: $? = 0 configure:3978: result: yes configure:3989: checking whether x86_64-pc-linux-gnu-clang++ accepts -g configure:4010: x86_64-pc-linux-gnu-clang++ -c -g conftest.cpp >&5 configure:4010: $? = 0 configure:4054: result: yes configure:4074: checking for x86_64-pc-linux-gnu-clang++ option to enable C++11 features configure:4089: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 conftest.cpp:177:25: warning: empty parentheses interpreted as a function declaration [-Wvexing-parse] cxx11test::delegate d2(); ^~ conftest.cpp:177:25: note: remove parentheses to declare a variable cxx11test::delegate d2(); ^~ 1 warning generated. configure:4089: $? = 0 configure:4107: result: none needed configure:4174: checking whether make supports the include directive configure:4189: make -f confmf.GNU && cat confinc.out this is the am__doit target configure:4192: $? = 0 configure:4211: result: yes (GNU style) configure:4237: checking dependency style of x86_64-pc-linux-gnu-clang++ configure:4349: result: none configure:4381: checking for x86_64-pc-linux-gnu-gcc configure:4413: result: x86_64-pc-linux-gnu-clang configure:4811: checking for C compiler version configure:4820: x86_64-pc-linux-gnu-clang --version >&5 clang version 13.0.0 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/13/bin configure:4831: $? = 0 configure:4820: x86_64-pc-linux-gnu-clang -v >&5 clang version 13.0.0 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/13/bin Selected GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1 Candidate multilib: .;@m64 Candidate multilib: 32;@m32 Selected multilib: .;@m64 configure:4831: $? = 0 configure:4820: x86_64-pc-linux-gnu-clang -V >&5 clang-13: error: argument to '-V' is missing (expected 1 value) clang-13: error: no input files configure:4831: $? = 1 configure:4820: x86_64-pc-linux-gnu-clang -qversion >&5 clang-13: error: unknown argument '-qversion'; did you mean '--version'? clang-13: error: no input files configure:4831: $? = 1 configure:4820: x86_64-pc-linux-gnu-clang -version >&5 clang-13: error: unknown argument '-version'; did you mean '--version'? clang-13: error: no input files configure:4831: $? = 1 configure:4835: checking whether the compiler supports GNU C configure:4855: x86_64-pc-linux-gnu-clang -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:4855: $? = 0 configure:4865: result: yes configure:4876: checking whether x86_64-pc-linux-gnu-clang accepts -g configure:4897: x86_64-pc-linux-gnu-clang -c -g conftest.c >&5 configure:4897: $? = 0 configure:4941: result: yes configure:4961: checking for x86_64-pc-linux-gnu-clang option to enable C11 features configure:4976: x86_64-pc-linux-gnu-clang -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.c >&5 configure:4976: $? = 0 configure:4994: result: none needed configure:5110: checking whether x86_64-pc-linux-gnu-clang understands -c and -o together configure:5133: x86_64-pc-linux-gnu-clang -c conftest.c -o conftest2.o configure:5136: $? = 0 configure:5133: x86_64-pc-linux-gnu-clang -c conftest.c -o conftest2.o configure:5136: $? = 0 configure:5148: result: yes configure:5167: checking dependency style of x86_64-pc-linux-gnu-clang configure:5279: result: none configure:5308: checking for dirent.h that defines DIR configure:5328: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 configure:5328: $? = 0 configure:5337: result: yes configure:5351: checking for library containing opendir configure:5380: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:5380: $? = 0 configure:5400: result: none required configure:5474: checking for stdio.h configure:5474: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 configure:5474: $? = 0 configure:5474: result: yes configure:5474: checking for stdlib.h configure:5474: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 configure:5474: $? = 0 configure:5474: result: yes configure:5474: checking for string.h configure:5474: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 configure:5474: $? = 0 configure:5474: result: yes configure:5474: checking for inttypes.h configure:5474: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 configure:5474: $? = 0 configure:5474: result: yes configure:5474: checking for stdint.h configure:5474: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 configure:5474: $? = 0 configure:5474: result: yes configure:5474: checking for strings.h configure:5474: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 configure:5474: $? = 0 configure:5474: result: yes configure:5474: checking for sys/stat.h configure:5474: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 configure:5474: $? = 0 configure:5474: result: yes configure:5474: checking for sys/types.h configure:5474: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 configure:5474: $? = 0 configure:5474: result: yes configure:5474: checking for unistd.h configure:5474: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 configure:5474: $? = 0 configure:5474: result: yes configure:5474: checking for utime.h configure:5474: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 configure:5474: $? = 0 configure:5474: result: yes configure:5499: checking for grep that handles long lines and -e configure:5563: result: /bin/grep configure:5571: checking for egrep configure:5639: result: /bin/grep -E configure:5645: checking for fcntl.h configure:5645: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 configure:5645: $? = 0 configure:5645: result: yes configure:5651: checking for string.h configure:5651: result: yes configure:5657: checking for unistd.h configure:5657: result: yes configure:5663: checking for stdlib.h configure:5663: result: yes configure:5669: checking for malloc.h configure:5669: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 configure:5669: $? = 0 configure:5669: result: yes configure:5678: checking for _Bool configure:5678: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 conftest.cpp:59:13: error: use of undeclared identifier '_Bool' if (sizeof (_Bool)) ^ 1 error generated. configure:5678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ClamFS" | #define PACKAGE_TARNAME "clamfs" | #define PACKAGE_VERSION "1.2.0" | #define PACKAGE_STRING "ClamFS 1.2.0" | #define PACKAGE_BUGREPORT "krzysztof@burghardt.pl" | #define PACKAGE_URL "" | #define PACKAGE "clamfs" | #define VERSION "1.2.0" | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | if (sizeof (_Bool)) | return 0; | ; | return 0; | } configure:5678: result: no configure:5687: checking for stdbool.h that conforms to C99 configure:5803: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 conftest.cpp:113:25: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion] bool ps = &s; ~~ ^ conftest.cpp:126:40: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion] ~^ conftest.cpp:126:35: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion] ~^ conftest.cpp:126:30: warning: address of array 'm' will always evaluate to 'true' [-Wpointer-bool-conversion] ~^ conftest.cpp:126:25: warning: address of array 'l' will always evaluate to 'true' [-Wpointer-bool-conversion] ~^ conftest.cpp:125:73: warning: address of array 'k' will always evaluate to 'true' [-Wpointer-bool-conversion] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k ~^ conftest.cpp:125:68: warning: address of array 'j' will always evaluate to 'true' [-Wpointer-bool-conversion] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k ~^ conftest.cpp:125:63: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k ~^ conftest.cpp:125:38: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k ~^ conftest.cpp:125:33: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k ~^ conftest.cpp:125:28: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k ~^ conftest.cpp:125:23: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k ~^ 12 warnings generated. configure:5803: $? = 0 configure:5811: result: yes configure:5820: checking for an ANSI C-conforming const configure:5887: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 configure:5887: $? = 0 configure:5895: result: yes configure:5908: checking how to run the C++ preprocessor configure:5930: x86_64-pc-linux-gnu-clang++ -E conftest.cpp configure:5930: $? = 0 configure:5945: x86_64-pc-linux-gnu-clang++ -E conftest.cpp conftest.cpp:29:10: fatal error: 'ac_nonexistent.h' file not found #include ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:5945: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ClamFS" | #define PACKAGE_TARNAME "clamfs" | #define PACKAGE_VERSION "1.2.0" | #define PACKAGE_STRING "ClamFS 1.2.0" | #define PACKAGE_BUGREPORT "krzysztof@burghardt.pl" | #define PACKAGE_URL "" | #define PACKAGE "clamfs" | #define VERSION "1.2.0" | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include configure:5972: result: x86_64-pc-linux-gnu-clang++ -E configure:5986: x86_64-pc-linux-gnu-clang++ -E conftest.cpp configure:5986: $? = 0 configure:6001: x86_64-pc-linux-gnu-clang++ -E conftest.cpp conftest.cpp:29:10: fatal error: 'ac_nonexistent.h' file not found #include ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:6001: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ClamFS" | #define PACKAGE_TARNAME "clamfs" | #define PACKAGE_VERSION "1.2.0" | #define PACKAGE_STRING "ClamFS 1.2.0" | #define PACKAGE_BUGREPORT "krzysztof@burghardt.pl" | #define PACKAGE_URL "" | #define PACKAGE "clamfs" | #define VERSION "1.2.0" | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include configure:6032: checking for uid_t in sys/types.h configure:6053: result: yes configure:6064: checking for inline configure:6081: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 configure:6081: $? = 0 configure:6090: result: inline configure:6108: checking for mode_t configure:6108: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 configure:6108: $? = 0 configure:6108: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 conftest.cpp:60:21: error: expected expression if (sizeof ((mode_t))) ^ 1 error generated. configure:6108: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ClamFS" | #define PACKAGE_TARNAME "clamfs" | #define PACKAGE_VERSION "1.2.0" | #define PACKAGE_STRING "ClamFS 1.2.0" | #define PACKAGE_BUGREPORT "krzysztof@burghardt.pl" | #define PACKAGE_URL "" | #define PACKAGE "clamfs" | #define VERSION "1.2.0" | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | if (sizeof ((mode_t))) | return 0; | ; | return 0; | } configure:6108: result: yes configure:6118: checking for off_t configure:6118: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 configure:6118: $? = 0 configure:6118: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 conftest.cpp:60:20: error: expected expression if (sizeof ((off_t))) ^ 1 error generated. configure:6118: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ClamFS" | #define PACKAGE_TARNAME "clamfs" | #define PACKAGE_VERSION "1.2.0" | #define PACKAGE_STRING "ClamFS 1.2.0" | #define PACKAGE_BUGREPORT "krzysztof@burghardt.pl" | #define PACKAGE_URL "" | #define PACKAGE "clamfs" | #define VERSION "1.2.0" | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | if (sizeof ((off_t))) | return 0; | ; | return 0; | } configure:6118: result: yes configure:6128: checking for size_t configure:6128: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 configure:6128: $? = 0 configure:6128: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 conftest.cpp:60:21: error: expected expression if (sizeof ((size_t))) ^ 1 error generated. configure:6128: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ClamFS" | #define PACKAGE_TARNAME "clamfs" | #define PACKAGE_VERSION "1.2.0" | #define PACKAGE_STRING "ClamFS 1.2.0" | #define PACKAGE_BUGREPORT "krzysztof@burghardt.pl" | #define PACKAGE_URL "" | #define PACKAGE "clamfs" | #define VERSION "1.2.0" | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:6128: result: yes configure:6140: checking whether closedir returns void configure:6161: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 conftest.cpp:36:20: warning: null passed to a callee that requires a non-null argument [-Wnonnull] return closedir(0); ~^ 1 warning generated. configure:6161: $? = 0 configure:6169: result: no configure:6183: checking build system type configure:6198: result: x86_64-pc-linux-gnu configure:6218: checking host system type configure:6232: result: x86_64-pc-linux-gnu configure:6252: checking whether lstat correctly handles trailing slash configure:6285: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:6285: $? = 0 configure:6285: ./conftest configure:6285: $? = 0 configure:6303: result: yes configure:6320: checking whether lstat accepts an empty string configure:6342: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:6342: $? = 0 configure:6342: ./conftest configure:6342: $? = 0 configure:6353: result: no configure:6367: checking whether lstat correctly handles trailing slash configure:6418: result: yes configure:6437: checking whether utime accepts a null argument configure:6468: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:6468: $? = 0 configure:6468: ./conftest configure:6468: $? = 0 configure:6479: result: yes configure:6489: checking for fchdir configure:6489: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:6489: $? = 0 configure:6489: result: yes configure:6495: checking for fdatasync configure:6495: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:6495: $? = 0 configure:6495: result: yes configure:6501: checking for fork configure:6501: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:6501: $? = 0 configure:6501: result: yes configure:6507: checking for ftruncate configure:6507: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:6507: $? = 0 configure:6507: result: yes configure:6513: checking for fstatat configure:6513: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:6513: $? = 0 configure:6513: result: yes configure:6519: checking for utimensat configure:6519: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:6519: $? = 0 configure:6519: result: yes configure:6525: checking for posix_fallocate configure:6525: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:6525: $? = 0 configure:6525: result: yes configure:6531: checking for copy_file_range configure:6531: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:6531: $? = 0 configure:6531: result: yes configure:6537: checking for lchown configure:6537: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:6537: $? = 0 configure:6537: result: yes configure:6543: checking for memset configure:6543: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:6543: $? = 0 configure:6543: result: yes configure:6549: checking for mkdir configure:6549: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:6549: $? = 0 configure:6549: result: yes configure:6555: checking for mkfifo configure:6555: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:6555: $? = 0 configure:6555: result: yes configure:6561: checking for rmdir configure:6561: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:6561: $? = 0 configure:6561: result: yes configure:6567: checking for setxattr configure:6567: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:6567: $? = 0 configure:6567: result: yes configure:6573: checking for strdup configure:6573: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:6573: $? = 0 configure:6573: result: yes configure:6579: checking for strerror configure:6579: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:6579: $? = 0 configure:6579: result: yes configure:6585: checking for utime configure:6585: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:6585: $? = 0 configure:6585: result: yes configure:6591: checking for mallinfo configure:6591: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:6591: $? = 0 configure:6591: result: yes configure:6601: checking for recvmsg configure:6601: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:6601: $? = 0 configure:6601: result: yes configure:6607: checking for sendmsg configure:6607: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:6607: $? = 0 configure:6607: result: yes configure:6614: checking for msg_control field in struct msghdr configure:6648: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 conftest.cpp >&5 configure:6648: $? = 0 configure:6657: result: yes configure:6660: checking BSD 4.4 / RFC2292 style fd passing configure:6831: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld conftest.cpp >&5 configure:6831: $? = 0 configure:6831: ./conftest configure:6831: $? = 0 configure:7025: result: yes configure:7094: checking for boostlib >= 1.33 configure:7148: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wall -Wextra -I/usr/include conftest.cpp >&5 configure:7148: $? = 0 configure:7151: result: yes configure:7301: checking for x86_64-pc-linux-gnu-pkg-config configure:7324: found /usr/bin/x86_64-pc-linux-gnu-pkg-config configure:7336: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config configure:7409: checking pkg-config is at least version 0.9.0 configure:7412: result: yes configure:7422: checking for FUSE3 configure:7429: $PKG_CONFIG --exists --print-errors "fuse3 >= 3" configure:7432: $? = 0 configure:7446: $PKG_CONFIG --exists --print-errors "fuse3 >= 3" configure:7449: $? = 0 configure:7507: result: yes configure:7514: checking for FUSE38 configure:7521: $PKG_CONFIG --exists --print-errors "fuse3 >= 3.8" configure:7524: $? = 0 configure:7538: $PKG_CONFIG --exists --print-errors "fuse3 >= 3.8" configure:7541: $? = 0 configure:7581: result: yes configure:7589: checking for ulockmgr.h configure:7589: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wall -Wextra -I/usr/include -I/usr/include/fuse3 -pthread -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=31 conftest.cpp >&5 conftest.cpp:83:10: fatal error: 'ulockmgr.h' file not found #include ^~~~~~~~~~~~ 1 error generated. configure:7589: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ClamFS" | #define PACKAGE_TARNAME "clamfs" | #define PACKAGE_VERSION "1.2.0" | #define PACKAGE_STRING "ClamFS 1.2.0" | #define PACKAGE_BUGREPORT "krzysztof@burghardt.pl" | #define PACKAGE_URL "" | #define PACKAGE "clamfs" | #define VERSION "1.2.0" | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDBOOL_H 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FORK 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTATAT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKFIFO 1 | #define HAVE_RMDIR 1 | #define HAVE_SETXATTR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_UTIME 1 | #define HAVE_MALLINFO 1 | #define HAVE_RECVMSG 1 | #define HAVE_SENDMSG 1 | #define HAVE_FD_PASSING 1 | #define HAVE_BOOST /**/ | #define HAVE_FUSE_LSEEK 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:7589: result: no configure:7597: checking for ulockmgr_op in -lulockmgr configure:7619: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wall -Wextra -I/usr/include -I/usr/include/fuse3 -pthread -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=31 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld -L/usr/lib conftest.cpp -lulockmgr -lfuse3 -lpthread >&5 ld.lld: error: unable to find library -lulockmgr clang-13: error: linker command failed with exit code 1 (use -v to see invocation) configure:7619: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ClamFS" | #define PACKAGE_TARNAME "clamfs" | #define PACKAGE_VERSION "1.2.0" | #define PACKAGE_STRING "ClamFS 1.2.0" | #define PACKAGE_BUGREPORT "krzysztof@burghardt.pl" | #define PACKAGE_URL "" | #define PACKAGE "clamfs" | #define VERSION "1.2.0" | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDBOOL_H 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FORK 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTATAT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKFIFO 1 | #define HAVE_RMDIR 1 | #define HAVE_SETXATTR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_UTIME 1 | #define HAVE_MALLINFO 1 | #define HAVE_RECVMSG 1 | #define HAVE_SENDMSG 1 | #define HAVE_FD_PASSING 1 | #define HAVE_BOOST /**/ | #define HAVE_FUSE_LSEEK 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int ulockmgr_op (); | } | int | main (void) | { | return conftest::ulockmgr_op (); | ; | return 0; | } configure:7629: result: no configure:7639: checking for rlog/rlog.h configure:7639: x86_64-pc-linux-gnu-clang++ -c -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wall -Wextra -I/usr/include -I/usr/include/fuse3 -pthread -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=31 -DRLOG_COMPONENT=clamfs conftest.cpp >&5 configure:7639: $? = 0 configure:7639: result: yes configure:7647: checking for RLogVersion in -lrlog configure:7669: x86_64-pc-linux-gnu-clang++ -o conftest -O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -Wall -Wextra -I/usr/include -I/usr/include/fuse3 -pthread -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=31 -DRLOG_COMPONENT=clamfs -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld -L/usr/lib conftest.cpp -lrlog -lfuse3 -lpthread >&5 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../lib64/crt1.o is incompatible with elf32-i386 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../lib64/crti.o is incompatible with elf32-i386 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/crtbegin.o is incompatible with elf32-i386 ld.lld: error: /var/tmp/portage/sys-fs/clamfs-1.2.0/temp/conftest-45a941.o is incompatible with elf32-i386 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../lib64/librlog.so is incompatible with elf32-i386 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../lib64/libfuse3.so is incompatible with elf32-i386 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/libstdc++.so is incompatible with elf32-i386 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/libgcc_s.so.1 is incompatible with elf32-i386 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/libgcc_s.so.1 is incompatible with elf32-i386 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/crtend.o is incompatible with elf32-i386 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../lib64/crtn.o is incompatible with elf32-i386 clang-13: error: linker command failed with exit code 1 (use -v to see invocation) configure:7669: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ClamFS" | #define PACKAGE_TARNAME "clamfs" | #define PACKAGE_VERSION "1.2.0" | #define PACKAGE_STRING "ClamFS 1.2.0" | #define PACKAGE_BUGREPORT "krzysztof@burghardt.pl" | #define PACKAGE_URL "" | #define PACKAGE "clamfs" | #define VERSION "1.2.0" | #define HAVE_DIRENT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDBOOL_H 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FORK 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTATAT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_POSIX_FALLOCATE 1 | #define HAVE_COPY_FILE_RANGE 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKFIFO 1 | #define HAVE_RMDIR 1 | #define HAVE_SETXATTR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_UTIME 1 | #define HAVE_MALLINFO 1 | #define HAVE_RECVMSG 1 | #define HAVE_SENDMSG 1 | #define HAVE_FD_PASSING 1 | #define HAVE_BOOST /**/ | #define HAVE_FUSE_LSEEK 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int RLogVersion (); | } | int | main (void) | { | return conftest::RLogVersion (); | ; | return 0; | } configure:7679: result: no configure:7685: error: librlog not found! ## ---------------- ## ## 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_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set=set ac_cv_env_CC_value=x86_64-pc-linux-gnu-clang ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0' ac_cv_env_CXX_set=set ac_cv_env_CXX_value=x86_64-pc-linux-gnu-clang++ ac_cv_env_FUSE38_CFLAGS_set= ac_cv_env_FUSE38_CFLAGS_value= ac_cv_env_FUSE38_LIBS_set= ac_cv_env_FUSE38_LIBS_value= ac_cv_env_FUSE3_CFLAGS_set= ac_cv_env_FUSE3_CFLAGS_value= ac_cv_env_FUSE3_LIBS_set= ac_cv_env_FUSE3_LIBS_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld' ac_cv_env_LIBS_set= ac_cv_env_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_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-pc-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_closedir_void=no ac_cv_func_copy_file_range=yes ac_cv_func_fchdir=yes ac_cv_func_fdatasync=yes ac_cv_func_fork=yes ac_cv_func_fstatat=yes ac_cv_func_ftruncate=yes ac_cv_func_lchown=yes ac_cv_func_lstat_dereferences_slashed_symlink=yes ac_cv_func_lstat_empty_string_bug=no ac_cv_func_mallinfo=yes ac_cv_func_memset=yes ac_cv_func_mkdir=yes ac_cv_func_mkfifo=yes ac_cv_func_posix_fallocate=yes ac_cv_func_recvmsg=yes ac_cv_func_rmdir=yes ac_cv_func_sendmsg=yes ac_cv_func_setxattr=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_utime=yes ac_cv_func_utime_null=yes ac_cv_func_utimensat=yes ac_cv_have_control_in_msghdr=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_malloc_h=yes ac_cv_header_rlog_rlog_h=yes ac_cv_header_stdbool_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_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_ulockmgr_h=no ac_cv_header_unistd_h=yes ac_cv_header_utime_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_lib_rlog_RLogVersion=no ac_cv_lib_ulockmgr_ulockmgr_op=no 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-pc-linux-gnu-pkg-config ac_cv_path_install='/usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CC=x86_64-pc-linux-gnu-clang ac_cv_prog_CXXCPP='x86_64-pc-linux-gnu-clang++ -E' ac_cv_prog_cc_c11= ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_11=no ac_cv_prog_cxx_cxx11= ac_cv_prog_cxx_g=yes ac_cv_prog_cxx_stdcxx= ac_cv_prog_make_make_set=yes ac_cv_search_opendir='none required' ac_cv_type__Bool=no ac_cv_type_mode_t=yes ac_cv_type_off_t=yes ac_cv_type_size_t=yes ac_cv_type_uid_t=yes am_cv_CC_dependencies_compiler_type=none am_cv_CXX_dependencies_compiler_type=none am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes gl_cv_type_time_t_bits_macro=no pkg_cv_FUSE38_CFLAGS='-I/usr/include/fuse3 ' pkg_cv_FUSE38_LIBS='-lfuse3 -lpthread ' pkg_cv_FUSE3_CFLAGS='-I/usr/include/fuse3 ' pkg_cv_FUSE3_LIBS='-lfuse3 -lpthread ' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} '\''/var/tmp/portage/sys-fs/clamfs-1.2.0/work/clamfs-1.2.0/build/missing'\'' aclocal-1.16' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' AUTOCONF='${SHELL} '\''/var/tmp/portage/sys-fs/clamfs-1.2.0/work/clamfs-1.2.0/build/missing'\'' autoconf' AUTOHEADER='${SHELL} '\''/var/tmp/portage/sys-fs/clamfs-1.2.0/work/clamfs-1.2.0/build/missing'\'' autoheader' AUTOMAKE='${SHELL} '\''/var/tmp/portage/sys-fs/clamfs-1.2.0/work/clamfs-1.2.0/build/missing'\'' automake-1.16' AWK='gawk' BOOST_CPPFLAGS='-I/usr/include' BOOST_LDFLAGS='-L/usr/lib' CC='x86_64-pc-linux-gnu-clang' CCDEPMODE='depmode=none' CFLAGS='-O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0' CPPFLAGS=' -Wall -Wextra -I/usr/include -I/usr/include/fuse3 -pthread -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=31 -DRLOG_COMPONENT=clamfs' CSCOPE='cscope' CTAGS='ctags' CXX='x86_64-pc-linux-gnu-clang++' CXXCPP='x86_64-pc-linux-gnu-clang++ -E' CXXDEPMODE='depmode=none' CXXFLAGS='-O2 -pipe -march=x86-64 -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DOT_GIT_FALSE='' DOT_GIT_TRUE='#' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ETAGS='etags' EXEEXT='' FUSE38_CFLAGS='-I/usr/include/fuse3 ' FUSE38_LIBS='-lfuse3 -lpthread ' FUSE3_CFLAGS='-I/usr/include/fuse3 ' FUSE3_LIBS='-lfuse3 -lpthread ' GREP='/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld -L/usr/lib' LIBOBJS='' LIBS=' -lfuse3 -lpthread ' LTLIBOBJS='' MAKEINFO='${SHELL} '\''/var/tmp/portage/sys-fs/clamfs-1.2.0/work/clamfs-1.2.0/build/missing'\'' makeinfo' MKDIR_P='/bin/mkdir -p' OBJEXT='o' PACKAGE='clamfs' PACKAGE_BUGREPORT='krzysztof@burghardt.pl' PACKAGE_NAME='ClamFS' PACKAGE_STRING='ClamFS 1.2.0' PACKAGE_TARNAME='clamfs' PACKAGE_URL='' PACKAGE_VERSION='1.2.0' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/x86_64-pc-linux-gnu-pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' SET_MAKE='' SHELL='/bin/sh' STRIP='llvm-strip' VERSION='1.2.0' ac_ct_CC='' ac_ct_CXX='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='#' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' 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/clamfs-1.2.0' dvidir='${docdir}' exec_prefix='NONE' host='x86_64-pc-linux-gnu' host_alias='x86_64-pc-linux-gnu' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='/usr/share/doc/clamfs-1.2.0/html' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/tmp/portage/sys-fs/clamfs-1.2.0/work/clamfs-1.2.0/build/install-sh' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var/lib' mandir='/usr/share/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "ClamFS" #define PACKAGE_TARNAME "clamfs" #define PACKAGE_VERSION "1.2.0" #define PACKAGE_STRING "ClamFS 1.2.0" #define PACKAGE_BUGREPORT "krzysztof@burghardt.pl" #define PACKAGE_URL "" #define PACKAGE "clamfs" #define VERSION "1.2.0" #define HAVE_DIRENT_H 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UTIME_H 1 #define STDC_HEADERS 1 #define HAVE_FCNTL_H 1 #define HAVE_STRING_H 1 #define HAVE_UNISTD_H 1 #define HAVE_STDLIB_H 1 #define HAVE_MALLOC_H 1 #define HAVE_STDBOOL_H 1 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 #define HAVE_UTIME_NULL 1 #define HAVE_FCHDIR 1 #define HAVE_FDATASYNC 1 #define HAVE_FORK 1 #define HAVE_FTRUNCATE 1 #define HAVE_FSTATAT 1 #define HAVE_UTIMENSAT 1 #define HAVE_POSIX_FALLOCATE 1 #define HAVE_COPY_FILE_RANGE 1 #define HAVE_LCHOWN 1 #define HAVE_MEMSET 1 #define HAVE_MKDIR 1 #define HAVE_MKFIFO 1 #define HAVE_RMDIR 1 #define HAVE_SETXATTR 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_UTIME 1 #define HAVE_MALLINFO 1 #define HAVE_RECVMSG 1 #define HAVE_SENDMSG 1 #define HAVE_FD_PASSING 1 #define HAVE_BOOST /**/ #define HAVE_FUSE_LSEEK 1 configure: exit 1