Actually underlying issue might be this, from the config.log:
configure:4776: $? = 0 configure:4765: x86_64-linux-gnu-gcc-14 -V >&5 x86_64-linux-gnu-gcc-14: error: unrecognized command-line option '-V' x86_64-linux-gnu-gcc-14: fatal error: no input files compilation terminated. configure:4776: $? = 1 configure:4765: x86_64-linux-gnu-gcc-14 -qversion >&5 x86_64-linux-gnu-gcc-14: error: unrecognized command-line option '- qversion'; did you mean '--version'? x86_64-linux-gnu-gcc-14: fatal error: no input files compilation terminated. configure:4776: $? = 1 configure:4765: x86_64-linux-gnu-gcc-14 -version >&5 x86_64-linux-gnu-gcc-14: error: unrecognized command-line option '- version' x86_64-linux-gnu-gcc-14: fatal error: no input files etc...
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by zfs configure 2.3.0, which was generated by GNU Autoconf 2.72. Invocation command line was $ /var/lib/dkms/zfs/2.3.0/build/configure --disable-dependency-tracking --prefix=/usr --with-config=kernel --with-linux=/lib/modules/6.12.16-amd64/source --with-linux-obj=/lib/modules/6.12.16-amd64/build --with-qat= --host= ## --------- ## ## Platform. ## ## --------- ## hostname = tyche uname -m = x86_64 uname -r = 6.12.11-amd64 uname -s = Linux uname -v = #1 SMP PREEMPT_DYNAMIC Debian 6.12.11-1 (2025-01-25) /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = x86_64 /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/local/sbin/ PATH: /usr/local/bin/ PATH: /usr/sbin/ PATH: /usr/bin/ PATH: /sbin/ PATH: /bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:2896: looking for aux files: config.rpath compile ltmain.sh missing install-sh config.guess config.sub configure:2909: trying ./config/ configure:2938: ./config/config.rpath found configure:2938: ./config/compile found configure:2938: ./config/ltmain.sh found configure:2938: ./config/missing found configure:2920: ./config/install-sh found configure:2938: ./config/config.guess found configure:2938: ./config/config.sub found configure:3065: checking for gawk configure:3086: found /usr/bin/gawk configure:3098: result: gawk configure:3109: checking metadata configure:3269: result: META file configure:3282: checking build system type configure:3298: result: x86_64-pc-linux-gnu configure:3318: checking host system type configure:3333: result: x86_64-pc-linux-gnu configure:3353: checking target system type configure:3368: result: x86_64-pc-linux-gnu configure:3395: checking whether to enable maintainer-specific portions of Makefiles configure:3406: result: no configure:3427: checking whether make supports nested variables configure:3446: result: yes configure:3469: checking for a BSD-compatible install configure:3543: result: /usr/bin/install -c configure:3554: checking whether sleep supports fractional seconds configure:3570: result: yes configure:3573: checking filesystem timestamp resolution configure:3708: result: 0.01 configure:3713: checking whether build environment is sane configure:3754: result: yes configure:3925: checking for a race-free mkdir -p configure:3968: result: /usr/bin/mkdir -p configure:3971: checking whether make sets $(MAKE) configure:3995: result: yes configure:4023: checking xargs -n works configure:4039: result: yes configure:4189: checking how to print strings configure:4216: result: printf configure:4250: checking whether make supports the include directive configure:4265: make -f confmf.GNU && cat confinc.out this is the am__doit target configure:4268: $? = 0 configure:4287: result: yes (GNU style) configure:4364: checking for gcc configure:4397: result: x86_64-linux-gnu-gcc-14 configure:4756: checking for C compiler version configure:4765: x86_64-linux-gnu-gcc-14 --version >&5 x86_64-linux-gnu-gcc-14 (Debian 14.2.0-17) 14.2.0 Copyright (C) 2024 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:4776: $? = 0 configure:4765: x86_64-linux-gnu-gcc-14 -v >&5 Using built-in specs. COLLECT_GCC=x86_64-linux-gnu-gcc-14 COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/14/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 14.2.0-17' --with-bugurl=file:///usr/share/doc/gcc-14/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2,rust --prefix=/usr --with-gcc-major-version-only --program-suffix=-14 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-14-14.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/reproducible-path/gcc-14-14.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=3 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 14.2.0 (Debian 14.2.0-17) ... rest of stderr output deleted ... configure:4776: $? = 0 configure:4765: x86_64-linux-gnu-gcc-14 -V >&5 x86_64-linux-gnu-gcc-14: error: unrecognized command-line option '-V' x86_64-linux-gnu-gcc-14: fatal error: no input files compilation terminated. configure:4776: $? = 1 configure:4765: x86_64-linux-gnu-gcc-14 -qversion >&5 x86_64-linux-gnu-gcc-14: error: unrecognized command-line option '-qversion'; did you mean '--version'? x86_64-linux-gnu-gcc-14: fatal error: no input files compilation terminated. configure:4776: $? = 1 configure:4765: x86_64-linux-gnu-gcc-14 -version >&5 x86_64-linux-gnu-gcc-14: error: unrecognized command-line option '-version' x86_64-linux-gnu-gcc-14: fatal error: no input files compilation terminated. configure:4776: $? = 1 configure:4796: checking whether the C compiler works configure:4818: x86_64-linux-gnu-gcc-14 conftest.c >&5 configure:4822: $? = 0 configure:4873: result: yes configure:4877: checking for C compiler default output file name configure:4879: result: a.out configure:4885: checking for suffix of executables configure:4892: x86_64-linux-gnu-gcc-14 -o conftest conftest.c >&5 configure:4896: $? = 0 configure:4920: result: configure:4944: checking whether we are cross compiling configure:4952: x86_64-linux-gnu-gcc-14 -o conftest conftest.c >&5 configure:4956: $? = 0 configure:4963: ./conftest configure:4967: $? = 0 configure:4982: result: no configure:4988: checking for suffix of object files configure:5011: x86_64-linux-gnu-gcc-14 -c conftest.c >&5 configure:5015: $? = 0 configure:5039: result: o configure:5043: checking whether the compiler supports GNU C configure:5063: x86_64-linux-gnu-gcc-14 -c conftest.c >&5 configure:5063: $? = 0 configure:5075: result: yes configure:5086: checking whether x86_64-linux-gnu-gcc-14 accepts -g configure:5107: x86_64-linux-gnu-gcc-14 -c -g conftest.c >&5 configure:5107: $? = 0 configure:5154: result: yes configure:5174: checking for x86_64-linux-gnu-gcc-14 option to enable C11 features configure:5189: x86_64-linux-gnu-gcc-14 -c -g -O2 conftest.c >&5 configure:5189: $? = 0 configure:5208: result: none needed configure:5332: checking whether x86_64-linux-gnu-gcc-14 understands -c and -o together configure:5355: x86_64-linux-gnu-gcc-14 -c conftest.c -o conftest2.o configure:5358: $? = 0 configure:5355: x86_64-linux-gnu-gcc-14 -c conftest.c -o conftest2.o configure:5358: $? = 0 configure:5371: result: yes configure:5390: checking dependency style of x86_64-linux-gnu-gcc-14 configure:5503: result: none configure:5518: checking for a sed that does not truncate output configure:5590: result: /usr/bin/sed configure:5608: checking for grep that handles long lines and -e configure:5674: result: /usr/bin/grep configure:5679: checking for egrep configure:5749: result: /usr/bin/grep -E configure:5756: checking for fgrep configure:5826: result: /usr/bin/grep -F configure:5863: checking for ld used by x86_64-linux-gnu-gcc-14 configure:5932: result: /usr/bin/ld configure:5939: checking if the linker (/usr/bin/ld) is GNU ld configure:5956: result: yes configure:5968: checking for BSD- or MS-compatible name lister (nm) configure:6024: result: /usr/bin/nm -B configure:6166: checking the name lister (/usr/bin/nm -B) interface configure:6174: x86_64-linux-gnu-gcc-14 -c -g -O2 conftest.c >&5 configure:6177: /usr/bin/nm -B "conftest.o" configure:6180: output 0000000000000000 B some_variable configure:6188: result: BSD nm configure:6191: checking whether ln -s works configure:6195: result: yes configure:6203: checking the maximum length of command line arguments configure:6336: result: 1572864 configure:6384: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format configure:6426: result: func_convert_file_noop configure:6433: checking how to convert x86_64-pc-linux-gnu file names to toolchain format configure:6455: result: func_convert_file_noop configure:6462: checking for /usr/bin/ld option to reload object files configure:6471: result: -r configure:6504: checking for file configure:6525: found /usr/bin/file configure:6538: result: file configure:6601: checking for objdump configure:6622: found /usr/bin/objdump configure:6634: result: objdump configure:6666: checking how to recognize dependent libraries configure:6875: result: pass_all configure:6966: checking for dlltool configure:7002: result: no configure:7032: checking how to associate runtime and link libraries configure:7061: result: printf %s\n configure:7122: checking for ranlib configure:7143: found /usr/bin/ranlib configure:7155: result: ranlib configure:7232: checking for ar configure:7253: found /usr/bin/ar configure:7265: result: ar configure:7318: checking for archiver @FILE support configure:7336: x86_64-linux-gnu-gcc-14 -c -g -O2 conftest.c >&5 configure:7336: $? = 0 configure:7340: ar cr libconftest.a @conftest.lst >&5 configure:7343: $? = 0 configure:7348: ar cr libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory configure:7351: $? = 1 configure:7364: result: @ configure:7428: checking for strip configure:7449: found /usr/bin/strip configure:7461: result: strip configure:7564: checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc-14 object configure:7718: x86_64-linux-gnu-gcc-14 -c -g -O2 conftest.c >&5 configure:7721: $? = 0 configure:7725: /usr/bin/nm -B conftest.o | /usr/bin/sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /usr/bin/sed '/ __gnu_lto/d' > conftest.nm configure:7791: x86_64-linux-gnu-gcc-14 -o conftest -g -O2 conftest.c conftstm.o >&5 configure:7794: $? = 0 configure:7833: result: ok configure:7880: checking for sysroot configure:7914: result: no configure:7921: checking for a working dd configure:7966: result: /usr/bin/dd configure:7970: checking how to truncate binary pipes configure:7987: result: /usr/bin/dd bs=4096 count=1 configure:8124: x86_64-linux-gnu-gcc-14 -c -g -O2 conftest.c >&5 configure:8127: $? = 0 configure:8327: checking for mt configure:8348: found /usr/bin/mt configure:8360: result: mt configure:8383: checking if mt is a manifest tool configure:8390: mt '-?' configure:8399: result: no configure:9196: checking for stdio.h configure:9196: x86_64-linux-gnu-gcc-14 -c -g -O2 conftest.c >&5 configure:9196: $? = 0 configure:9196: result: yes configure:9196: checking for stdlib.h configure:9196: x86_64-linux-gnu-gcc-14 -c -g -O2 conftest.c >&5 configure:9196: $? = 0 configure:9196: result: yes configure:9196: checking for string.h configure:9196: x86_64-linux-gnu-gcc-14 -c -g -O2 conftest.c >&5 configure:9196: $? = 0 configure:9196: result: yes configure:9196: checking for inttypes.h configure:9196: x86_64-linux-gnu-gcc-14 -c -g -O2 conftest.c >&5 configure:9196: $? = 0 configure:9196: result: yes configure:9196: checking for stdint.h configure:9196: x86_64-linux-gnu-gcc-14 -c -g -O2 conftest.c >&5 configure:9196: $? = 0 configure:9196: result: yes configure:9196: checking for strings.h configure:9196: x86_64-linux-gnu-gcc-14 -c -g -O2 conftest.c >&5 configure:9196: $? = 0 configure:9196: result: yes configure:9196: checking for sys/stat.h configure:9196: x86_64-linux-gnu-gcc-14 -c -g -O2 conftest.c >&5 configure:9196: $? = 0 configure:9196: result: yes configure:9196: checking for sys/types.h configure:9196: x86_64-linux-gnu-gcc-14 -c -g -O2 conftest.c >&5 configure:9196: $? = 0 configure:9196: result: yes configure:9196: checking for unistd.h configure:9196: x86_64-linux-gnu-gcc-14 -c -g -O2 conftest.c >&5 configure:9196: $? = 0 configure:9196: result: yes configure:9221: checking for dlfcn.h configure:9221: x86_64-linux-gnu-gcc-14 -c -g -O2 conftest.c >&5 configure:9221: $? = 0 configure:9221: result: yes configure:9524: checking for objdir configure:9541: result: .libs configure:9807: checking if x86_64-linux-gnu-gcc-14 supports -fno-rtti -fno-exceptions configure:9826: x86_64-linux-gnu-gcc-14 -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C configure:9830: $? = 0 configure:9844: result: no configure:10223: checking for x86_64-linux-gnu-gcc-14 option to produce PIC configure:10232: result: -fPIC -DPIC configure:10240: checking if x86_64-linux-gnu-gcc-14 PIC flag -fPIC -DPIC works configure:10259: x86_64-linux-gnu-gcc-14 -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 configure:10263: $? = 0 configure:10277: result: yes configure:10306: checking if x86_64-linux-gnu-gcc-14 static flag -static works configure:10336: result: yes configure:10351: checking if x86_64-linux-gnu-gcc-14 supports -c -o file.o configure:10373: x86_64-linux-gnu-gcc-14 -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:10377: $? = 0 configure:10400: result: yes configure:10408: checking if x86_64-linux-gnu-gcc-14 supports -c -o file.o configure:10457: result: yes configure:10490: checking whether the x86_64-linux-gnu-gcc-14 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:11778: result: yes configure:11815: checking whether -lc should be explicitly linked in configure:11824: x86_64-linux-gnu-gcc-14 -c -g -O2 conftest.c >&5 configure:11827: $? = 0 configure:11842: x86_64-linux-gnu-gcc-14 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 configure:11845: $? = 0 configure:11860: result: no configure:12020: checking dynamic linker characteristics configure:12639: x86_64-linux-gnu-gcc-14 -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 configure:12639: $? = 0 configure:13422: result: GNU/Linux ld.so configure:13544: checking how to hardcode library paths into programs configure:13569: result: immediate configure:14169: checking whether stripping libraries is possible configure:14178: result: yes configure:14220: checking if libtool supports shared libraries configure:14222: result: yes configure:14225: checking whether to build shared libraries configure:14250: result: yes configure:14253: checking whether to build static libraries configure:14257: result: yes configure:14349: checking for gcc configure:14382: result: x86_64-linux-gnu-gcc-14 configure:14741: checking for C compiler version configure:14750: x86_64-linux-gnu-gcc-14 --version >&5 x86_64-linux-gnu-gcc-14 (Debian 14.2.0-17) 14.2.0 Copyright (C) 2024 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:14761: $? = 0 configure:14750: x86_64-linux-gnu-gcc-14 -v >&5 Using built-in specs. COLLECT_GCC=x86_64-linux-gnu-gcc-14 COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/14/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 14.2.0-17' --with-bugurl=file:///usr/share/doc/gcc-14/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2,rust --prefix=/usr --with-gcc-major-version-only --program-suffix=-14 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-14-14.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/reproducible-path/gcc-14-14.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=3 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 14.2.0 (Debian 14.2.0-17) ... rest of stderr output deleted ... configure:14761: $? = 0 configure:14750: x86_64-linux-gnu-gcc-14 -V >&5 x86_64-linux-gnu-gcc-14: error: unrecognized command-line option '-V' x86_64-linux-gnu-gcc-14: fatal error: no input files compilation terminated. configure:14761: $? = 1 configure:14750: x86_64-linux-gnu-gcc-14 -qversion >&5 x86_64-linux-gnu-gcc-14: error: unrecognized command-line option '-qversion'; did you mean '--version'? x86_64-linux-gnu-gcc-14: fatal error: no input files compilation terminated. configure:14761: $? = 1 configure:14750: x86_64-linux-gnu-gcc-14 -version >&5 x86_64-linux-gnu-gcc-14: error: unrecognized command-line option '-version' x86_64-linux-gnu-gcc-14: fatal error: no input files compilation terminated. configure:14761: $? = 1 configure:14765: checking whether the compiler supports GNU C configure:14797: result: yes configure:14808: checking whether x86_64-linux-gnu-gcc-14 accepts -g configure:14876: result: yes configure:14896: checking for x86_64-linux-gnu-gcc-14 option to enable C11 features configure:14930: result: none needed configure:15054: checking whether x86_64-linux-gnu-gcc-14 understands -c and -o together configure:15093: result: yes configure:15112: checking dependency style of x86_64-linux-gnu-gcc-14 configure:15225: result: none configure:15240: checking whether ln -s works configure:15244: result: yes configure:15311: checking for pkg-config configure:15334: found /usr/bin/pkg-config configure:15347: result: /usr/bin/pkg-config configure:15372: checking pkg-config is at least version 0.9.0 configure:15375: result: yes configure:15392: checking dependency style of x86_64-linux-gnu-gcc-14 configure:15503: result: none configure:15534: checking whether to build with code coverage support configure:15556: result: no configure:15938: checking how to create a pax tar archive configure:15949: tar --version tar (GNU tar) 1.35 Copyright (C) 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. configure:15952: $? = 0 configure:15992: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar configure:15995: $? = 0 configure:15999: tar -xf - <conftest.tar configure:16002: $? = 0 configure:16004: cat conftest.dir/file GrepMe configure:16007: $? = 0 configure:16022: result: gnutar configure:16030: checking zfs author configure:16032: result: OpenZFS configure:16035: checking zfs license configure:16037: result: CDDL configure:16041: checking whether NLS is requested configure:16052: result: yes configure:16092: checking for msgfmt configure:16129: result: no configure:16135: checking for gmsgfmt configure:16172: result: : configure:16217: checking for xgettext configure:16254: result: no configure:16296: checking for msgmerge configure:16332: result: no configure:16395: checking for ld configure:16528: result: /usr/bin/ld -m elf_x86_64 configure:16535: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld configure:16552: result: yes configure:16560: checking for shared library run path origin configure:16575: result: done configure:16598: checking 32-bit host C ABI configure:16637: x86_64-linux-gnu-gcc-14 -c -g -O2 conftest.c >&5 configure:16637: $? = 0 configure:16843: result: no configure:16884: checking for the common suffixes of directories in the library search path configure:16937: result: lib,lib configure:17430: checking zfs config configure:17432: result: kernel configure:17437: checking the number of available CPUs configure:17531: result: 12 configure:17544: checking whether x86_64-linux-gnu-gcc-14 supports -Wno-clobbered configure:17561: x86_64-linux-gnu-gcc-14 -c -g -O2 -Werror -Wclobbered conftest.c >&5 configure:17561: $? = 0 configure:17565: result: yes configure:17582: checking whether x86_64-linux-gnu-gcc-14 supports -Winfinite-recursion configure:17599: x86_64-linux-gnu-gcc-14 -c -g -O2 -Werror -Winfinite-recursion conftest.c >&5 configure:17599: $? = 0 configure:17606: result: yes configure:17623: checking whether supports -Winfinite-recursion configure:17655: gcc -c -g -O2 -Werror -Winfinite-recursion conftest.c >&5 configure:17655: $? = 0 configure:17662: result: yes configure:17680: checking whether x86_64-linux-gnu-gcc-14 supports -Wimplicit-fallthrough configure:17697: x86_64-linux-gnu-gcc-14 -c -g -O2 -Werror -Wimplicit-fallthrough conftest.c >&5 configure:17697: $? = 0 configure:17704: result: yes configure:17721: checking whether x86_64-linux-gnu-gcc-14 supports -Wframe-larger-than=<size> configure:17738: x86_64-linux-gnu-gcc-14 -c -g -O2 -Werror -Wframe-larger-than=4096 conftest.c >&5 configure:17738: $? = 0 configure:17742: result: yes configure:17759: checking whether x86_64-linux-gnu-gcc-14 supports -Wno-format-truncation configure:17776: x86_64-linux-gnu-gcc-14 -c -g -O2 -Werror -Wno-format-truncation conftest.c >&5 configure:17776: $? = 0 configure:17780: result: yes configure:17797: checking whether x86_64-linux-gnu-gcc-14 supports -Wno-format-zero-length configure:17814: x86_64-linux-gnu-gcc-14 -c -g -O2 -Werror -Wno-format-zero-length conftest.c >&5 configure:17814: $? = 0 configure:17818: result: yes configure:17835: checking whether x86_64-linux-gnu-gcc-14 supports -Wformat-overflow configure:17852: x86_64-linux-gnu-gcc-14 -c -g -O2 -Werror -Wformat-overflow conftest.c >&5 configure:17852: $? = 0 configure:17859: result: yes configure:17876: checking whether x86_64-linux-gnu-gcc-14 supports -fno-omit-frame-pointer configure:17893: x86_64-linux-gnu-gcc-14 -c -g -O2 -Werror -fno-omit-frame-pointer conftest.c >&5 configure:17893: $? = 0 configure:17897: result: yes configure:17914: checking whether x86_64-linux-gnu-gcc-14 supports -fno-ipa-sra configure:17931: x86_64-linux-gnu-gcc-14 -c -g -O2 -Werror -fno-ipa-sra conftest.c >&5 configure:17931: $? = 0 configure:17935: result: yes configure:17952: checking whether supports -fno-ipa-sra configure:17984: gcc -c -g -O2 -Werror -fno-ipa-sra conftest.c >&5 configure:17984: $? = 0 configure:17988: result: yes configure:18006: checking whether to build with -fsanitize=address support configure:18028: result: no configure:18077: checking whether to build with -fsanitize=undefined support configure:18099: result: no configure:18151: checking whether host toolchain supports SSE configure:18163: x86_64-linux-gnu-gcc-14 -o conftest -g -O2 conftest.c >&5 configure:18163: $? = 0 configure:18169: result: yes configure:18183: checking whether host toolchain supports SSE2 configure:18195: x86_64-linux-gnu-gcc-14 -o conftest -g -O2 conftest.c >&5 configure:18195: $? = 0 configure:18201: result: yes configure:18215: checking whether host toolchain supports SSE3 configure:18228: x86_64-linux-gnu-gcc-14 -o conftest -g -O2 conftest.c >&5 configure:18228: $? = 0 configure:18234: result: yes configure:18248: checking whether host toolchain supports SSSE3 configure:18260: x86_64-linux-gnu-gcc-14 -o conftest -g -O2 conftest.c >&5 configure:18260: $? = 0 configure:18266: result: yes configure:18280: checking whether host toolchain supports SSE4.1 configure:18292: x86_64-linux-gnu-gcc-14 -o conftest -g -O2 conftest.c >&5 configure:18292: $? = 0 configure:18298: result: yes configure:18312: checking whether host toolchain supports SSE4.2 configure:18324: x86_64-linux-gnu-gcc-14 -o conftest -g -O2 conftest.c >&5 configure:18324: $? = 0 configure:18330: result: yes configure:18344: checking whether host toolchain supports AVX configure:18357: x86_64-linux-gnu-gcc-14 -o conftest -g -O2 conftest.c >&5 configure:18357: $? = 0 configure:18360: result: yes configure:18377: checking whether host toolchain supports AVX2 configure:18390: x86_64-linux-gnu-gcc-14 -o conftest -g -O2 conftest.c >&5 configure:18390: $? = 0 configure:18393: result: yes configure:18410: checking whether host toolchain supports AVX512F configure:18423: x86_64-linux-gnu-gcc-14 -o conftest -g -O2 conftest.c >&5 configure:18423: $? = 0 configure:18426: result: yes configure:18443: checking whether host toolchain supports AVX512CD configure:18456: x86_64-linux-gnu-gcc-14 -o conftest -g -O2 conftest.c >&5 configure:18456: $? = 0 configure:18459: result: yes configure:18476: checking whether host toolchain supports AVX512DQ configure:18489: x86_64-linux-gnu-gcc-14 -o conftest -g -O2 conftest.c >&5 configure:18489: $? = 0 configure:18492: result: yes configure:18509: checking whether host toolchain supports AVX512BW configure:18522: x86_64-linux-gnu-gcc-14 -o conftest -g -O2 conftest.c >&5 configure:18522: $? = 0 configure:18525: result: yes configure:18542: checking whether host toolchain supports AVX512IFMA configure:18555: x86_64-linux-gnu-gcc-14 -o conftest -g -O2 conftest.c >&5 configure:18555: $? = 0 configure:18558: result: yes configure:18575: checking whether host toolchain supports AVX512VBMI configure:18588: x86_64-linux-gnu-gcc-14 -o conftest -g -O2 conftest.c >&5 configure:18588: $? = 0 configure:18591: result: yes configure:18608: checking whether host toolchain supports AVX512PF configure:18621: x86_64-linux-gnu-gcc-14 -o conftest -g -O2 conftest.c >&5 configure:18621: $? = 0 configure:18624: result: yes configure:18641: checking whether host toolchain supports AVX512ER configure:18654: x86_64-linux-gnu-gcc-14 -o conftest -g -O2 conftest.c >&5 configure:18654: $? = 0 configure:18657: result: yes configure:18674: checking whether host toolchain supports AVX512VL configure:18687: x86_64-linux-gnu-gcc-14 -o conftest -g -O2 conftest.c >&5 configure:18687: $? = 0 configure:18690: result: yes configure:18707: checking whether host toolchain supports AES configure:18720: x86_64-linux-gnu-gcc-14 -o conftest -g -O2 conftest.c >&5 configure:18720: $? = 0 configure:18723: result: yes configure:18740: checking whether host toolchain supports PCLMULQDQ configure:18753: x86_64-linux-gnu-gcc-14 -o conftest -g -O2 conftest.c >&5 configure:18753: $? = 0 configure:18756: result: yes configure:18773: checking whether host toolchain supports MOVBE configure:18786: x86_64-linux-gnu-gcc-14 -o conftest -g -O2 conftest.c >&5 configure:18786: $? = 0 configure:18789: result: yes configure:18806: checking whether host toolchain supports XSAVE configure:18820: x86_64-linux-gnu-gcc-14 -o conftest -g -O2 conftest.c >&5 configure:18820: $? = 0 configure:18823: result: yes configure:18840: checking whether host toolchain supports XSAVEOPT configure:18854: x86_64-linux-gnu-gcc-14 -o conftest -g -O2 conftest.c >&5 configure:18854: $? = 0 configure:18857: result: yes configure:18874: checking whether host toolchain supports XSAVES configure:18888: x86_64-linux-gnu-gcc-14 -o conftest -g -O2 conftest.c >&5 configure:18888: $? = 0 configure:18891: result: yes configure:18911: checking for system type (linux-gnu) configure:18933: result: Linux configure:19039: checking for python3 configure:19060: found /usr/bin/python3 configure:19072: result: python3 configure:19163: checking for python version configure:19172: result: 3.13 configure:19177: checking for python platform configure:19186: result: linux configure:19249: checking for GNU default python prefix configure:19251: result: ${prefix} configure:19319: checking for GNU default python exec_prefix configure:19321: result: ${exec_prefix} configure:19368: checking for python script directory (pythondir) configure:19408: result: ${PYTHON_PREFIX}/lib/python3.13/site-packages configure:19416: checking for python extension module directory (pyexecdir) configure:19456: result: ${PYTHON_EXEC_PREFIX}/lib/python3.13/site-packages configure:19571: Disabling pyzfs for kernel/srpm config configure:20812: checking whether to enable pyzfs: configure:20814: result: no configure:20818: checking for sed --in-place configure:20840: result: --in-place configure:20848: checking for cppcheck configure:20884: result: no configure:20896: checking for shellcheck configure:20917: found /usr/bin/shellcheck configure:20929: result: yes configure:20939: checking for checkbashisms configure:20975: result: no configure:21001: checking for parallel configure:21037: result: no configure:21089: checking kernel source and build directories configure:21176: result: done configure:21178: checking kernel source directory configure:21180: result: /lib/modules/6.12.16-amd64/source configure:21182: checking kernel build directory configure:21184: result: /lib/modules/6.12.16-amd64/build configure:21197: checking kernel source version configure:21251: result: 6.12.16-amd64 configure:22183: checking for kernel config option compatibility configure:22201: KBUILD_MODPOST_NOFINAL=yes KBUILD_MODPOST_WARN= make modules -k -j12 CONFIG_MODULES=y CFLAGS_MODULE=-DCONFIG_MODULES -C /lib/modules/6.12.16-amd64/build M=/var/lib/dkms/zfs/2.3.0/build/build >build/build.log 2>&1 configure:22204: $? = 2 configure:22207: test -f build/build.log configure:22210: $? = 0 configure:22254: KBUILD_MODPOST_NOFINAL= KBUILD_MODPOST_WARN=yes make modules -k -j12 CONFIG_MODULES=y CFLAGS_MODULE=-DCONFIG_MODULES -C /lib/modules/6.12.16-amd64/build M=/var/lib/dkms/zfs/2.3.0/build/build/config_debug_lock_alloc_license >build/config_debug_lock_alloc_license/build.log 2>&1 configure:22257: $? = 2 configure:22260: test -f build/config_debug_lock_alloc_license/build.log configure:22263: $? = 0 configure:22311: KBUILD_MODPOST_NOFINAL= KBUILD_MODPOST_WARN=yes make modules -k -j12 CONFIG_MODULES=y CFLAGS_MODULE=-DCONFIG_MODULES -C /lib/modules/6.12.16-amd64/build M=/var/lib/dkms/zfs/2.3.0/build/build >build/build.log 2>&1 configure:22314: $? = 2 configure:22317: test -f build/build.log configure:22320: $? = 0 configure:22353: result: done configure:22357: checking whether CONFIG_MODULES is defined configure:22374: result: no configure:22376: error: *** This kernel does not include the required loadable module *** support! *** *** To build OpenZFS as a loadable Linux kernel module *** enable loadable module support by setting *** `CONFIG_MODULES=y` in the kernel configuration and run *** `make modules_prepare` in the Linux source tree. *** *** If you don't intend to enable loadable kernel module *** support, please compile OpenZFS as a Linux kernel built-in. *** *** Prepare the Linux source tree by running `make prepare`, *** use the OpenZFS `--enable-linux-builtin` configure option, *** copy the OpenZFS sources into the Linux source tree using *** `./copy-builtin <linux source directory>`, *** set `CONFIG_ZFS=y` in the kernel configuration and compile *** kernel as usual. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_env_AIO_H_CFLAGS_set= ac_cv_env_AIO_H_CFLAGS_value= ac_cv_env_AIO_H_LIBS_set= ac_cv_env_AIO_H_LIBS_value= ac_cv_env_CCASFLAGS_set= ac_cv_env_CCASFLAGS_value= ac_cv_env_CCAS_set= ac_cv_env_CCAS_value= ac_cv_env_CC_set=set ac_cv_env_CC_value=x86_64-linux-gnu-gcc-14 ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_KERNEL_ARCH_set= ac_cv_env_KERNEL_ARCH_value= ac_cv_env_KERNEL_CC_set= ac_cv_env_KERNEL_CC_value= ac_cv_env_KERNEL_CROSS_COMPILE_set= ac_cv_env_KERNEL_CROSS_COMPILE_value= ac_cv_env_KERNEL_LD_set= ac_cv_env_KERNEL_LD_value= ac_cv_env_KERNEL_LLVM_set= ac_cv_env_KERNEL_LLVM_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBAIO_CFLAGS_set= ac_cv_env_LIBAIO_CFLAGS_value= ac_cv_env_LIBAIO_LIBS_set= ac_cv_env_LIBAIO_LIBS_value= ac_cv_env_LIBBLKID_CFLAGS_set= ac_cv_env_LIBBLKID_CFLAGS_value= ac_cv_env_LIBBLKID_LIBS_set= ac_cv_env_LIBBLKID_LIBS_value= ac_cv_env_LIBCRYPTO_CFLAGS_set= ac_cv_env_LIBCRYPTO_CFLAGS_value= ac_cv_env_LIBCRYPTO_LIBS_set= ac_cv_env_LIBCRYPTO_LIBS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LIBTIRPC_CFLAGS_set= ac_cv_env_LIBTIRPC_CFLAGS_value= ac_cv_env_LIBTIRPC_LIBS_set= ac_cv_env_LIBTIRPC_LIBS_value= ac_cv_env_LIBUDEV_CFLAGS_set= ac_cv_env_LIBUDEV_CFLAGS_value= ac_cv_env_LIBUDEV_LIBS_set= ac_cv_env_LIBUDEV_LIBS_value= ac_cv_env_LIBUNWIND_CFLAGS_set= ac_cv_env_LIBUNWIND_CFLAGS_value= ac_cv_env_LIBUNWIND_LIBS_set= ac_cv_env_LIBUNWIND_LIBS_value= ac_cv_env_LIBUUID_CFLAGS_set= ac_cv_env_LIBUUID_CFLAGS_value= ac_cv_env_LIBUUID_LIBS_set= ac_cv_env_LIBUUID_LIBS_value= ac_cv_env_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_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_VERSION_set= ac_cv_env_PYTHON_VERSION_value= ac_cv_env_PYTHON_set= ac_cv_env_PYTHON_value= ac_cv_env_TEST_JOBS_set= ac_cv_env_TEST_JOBS_value= ac_cv_env_ZLIB_CFLAGS_set= ac_cv_env_ZLIB_CFLAGS_value= ac_cv_env_ZLIB_LIBS_set= ac_cv_env_ZLIB_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_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_unistd_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_inplace=--in-place ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_EGREP_TRADITIONAL='/usr/bin/grep -E' ac_cv_path_FGREP='/usr/bin/grep -F' ac_cv_path_GMSGFMT=: ac_cv_path_GREP=/usr/bin/grep ac_cv_path_MSGFMT=: ac_cv_path_MSGMERGE=: ac_cv_path_SED=/usr/bin/sed ac_cv_path_XGETTEXT=: ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_lt_DD=/usr/bin/dd ac_cv_path_mkdir=/usr/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_FILECMD=file ac_cv_prog_PYTHON=python3 ac_cv_prog_SHELLCHECK=yes ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=x86_64-linux-gnu-gcc-14 ac_cv_prog_ac_ct_MANIFEST_TOOL=mt ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c11= ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_make_make_set=yes ac_cv_target=x86_64-pc-linux-gnu acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libdirstems=lib,lib acl_cv_libext=a acl_cv_libname_spec='lib$name' acl_cv_library_names_spec='$libname$shrext' acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, am_cv_CCAS_dependencies_compiler_type=none am_cv_CC_dependencies_compiler_type=none am_cv_filesystem_timestamp_resolution=0.01 am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes am_cv_prog_tar_pax=gnutar am_cv_python_platform=linux am_cv_python_pyexecdir='${PYTHON_EXEC_PREFIX}/lib/python3.13/site-packages' am_cv_python_pythondir='${PYTHON_PREFIX}/lib/python3.13/site-packages' am_cv_python_version=3.13 am_cv_sleep_fractional_seconds=yes am_cv_xargs_n_works=yes gl_cv_host_cpu_c_abi_32bit=no lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_manifest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=yes lt_cv_sys_global_symbol_pipe='/usr/bin/sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | /usr/bin/sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='/usr/bin/sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='/usr/bin/sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_cdecl='/usr/bin/sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_global_symbol_to_import= lt_cv_sys_max_cmd_len=1572864 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1' ## ----------------- ## ## Output variables. ## ## ----------------- ## @echo "Need to reconfigure with --enable-code-coverage" @echo "Need to reconfigure with --enable-code-coverage" $(CODE_COVERAGE_IGNORE_PATTERN); $(CODE_COVERAGE_OUTPUT_FILE); # # # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage) # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info) # (Default: $(top_builddir)) # (Default: empty) # Multiple directories may be specified, separated by whitespace. # by lcov for code coverage. (Default: # collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH) # genhtml instance. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE) # instance. (Default: $CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT) # instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_DEFAULT) # instance. (Default: $CODE_COVERAGE_LCOV_RMOPTS_DEFAULT) # instances. (Default: $CODE_COVERAGE_LCOV_SHOPTS_DEFAULT) # instances. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE) # lcov instance. (Default: empty) # reports to be created. (Default: # set to 0 to disable it and leave empty to stay with the default. # - CODE_COVERAGE_BRANCH_COVERAGE: Set to 1 to enforce branch coverage, # - CODE_COVERAGE_DIRECTORY: Top-level directory for code coverage reporting. # - CODE_COVERAGE_GENHTML_OPTIONS: Extra options to pass to the genhtml # - CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT: Extra options to pass to the # - CODE_COVERAGE_IGNORE_PATTERN: Extra glob pattern of files to ignore # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov # - CODE_COVERAGE_LCOV_OPTIONS_DEFAULT: Extra options to pass to the # - CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH: --gcov-tool pathtogcov # - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov # - CODE_COVERAGE_LCOV_RMOPTS_DEFAULT: Extra options to pass to the filtering # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov # - CODE_COVERAGE_OUTPUT_DIRECTORY: Directory for generated code coverage # - CODE_COVERAGE_OUTPUT_FILE: Filename and path for the .info file generated # $(PACKAGE_VERSION). In order to add the current git hash to the title, # Add any folders you want to ignore here # Capture code coverage data # Code coverage # Hook rule executed before code-coverage-capture, overridable by the user # Ignore tmp and tests themselves # Optional variables # Optional: # The generated report will be titled using the $(PACKAGE_NAME) and # Use recursive makes in order to ignore errors during check # sanitizes the test-name: replaces with underscores: dashes and dots # use the git-version-gen script, available online. $(if $(CODE_COVERAGE_BRANCH_COVERAGE),\ ' --rc genhtml_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE)) --rc lcov_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE)) .PHONY: check-code-coverage code-coverage-capture code-coverage-capture-hook code-coverage-clean ACLOCAL='${SHELL} '\''/var/lib/dkms/zfs/2.3.0/build/config/missing'\'' aclocal-1.17' AIO_H_CFLAGS='' AIO_H_LIBS='' AIO_H_PC='' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='' AM_DEFAULT_VERBOSITY='0' AM_DISTCHECK_CONFIGURE_FLAGS += --disable-code-coverage AM_DISTCHECK_CONFIGURE_FLAGS ?= AM_V='' AR='ar' ASAN_CFLAGS='' ASAN_ENABLED='no' ASAN_ENABLED_FALSE='' ASAN_ENABLED_TRUE='#' ASAN_LDFLAGS='' ASAN_ZFS='_without_asan' AUTOCONF='${SHELL} '\''/var/lib/dkms/zfs/2.3.0/build/config/missing'\'' autoconf' AUTOHEADER='${SHELL} '\''/var/lib/dkms/zfs/2.3.0/build/config/missing'\'' autoheader' AUTOMAKE='${SHELL} '\''/var/lib/dkms/zfs/2.3.0/build/config/missing'\'' automake-1.17' AWK='gawk' BACKTRACE_LIBS='' BUILD_FREEBSD_FALSE='' BUILD_FREEBSD_TRUE='#' BUILD_LINUX_FALSE='#' BUILD_LINUX_TRUE='' CC='x86_64-linux-gnu-gcc-14' CCAS='x86_64-linux-gnu-gcc-14' CCASDEPMODE='depmode=none' CCASFLAGS='-g -O2' CCDEPMODE='depmode=none' CFLAGS='-g -O2' CHECKBASHISMS='' CODE_COVERAGE_BRANCH_COVERAGE ?= CODE_COVERAGE_CFLAGS='' CODE_COVERAGE_CPPFLAGS='' CODE_COVERAGE_CXXFLAGS='' CODE_COVERAGE_DIRECTORY ?= $(top_builddir) CODE_COVERAGE_ENABLED='no' CODE_COVERAGE_ENABLED_FALSE='' CODE_COVERAGE_ENABLED_TRUE='#' CODE_COVERAGE_GENHTML_OPTIONS ?= $(CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT) CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT ?=\ CODE_COVERAGE_IGNORE_PATTERN += "*/module/zfs/lz4.c" CODE_COVERAGE_IGNORE_PATTERN += "*/module/zstd/lib/*" CODE_COVERAGE_IGNORE_PATTERN ?= "/tmp/*" "*/tests/*" CODE_COVERAGE_LCOV_OPTIONS ?= $(CODE_COVERAGE_LCOV_OPTIONS_DEFAULT) CODE_COVERAGE_LCOV_OPTIONS_DEFAULT ?= $(CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH) CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH ?= --gcov-tool "$(GCOV)" CODE_COVERAGE_LCOV_RMOPTS ?= $(CODE_COVERAGE_LCOV_RMOPTS_DEFAULT) CODE_COVERAGE_LCOV_RMOPTS_DEFAULT ?= CODE_COVERAGE_LCOV_SHOPTS ?= $(CODE_COVERAGE_LCOV_SHOPTS_DEFAULT) CODE_COVERAGE_LCOV_SHOPTS_DEFAULT ?= $(if $(CODE_COVERAGE_BRANCH_COVERAGE),\ CODE_COVERAGE_LDFLAGS='' CODE_COVERAGE_LIBS='' CODE_COVERAGE_OUTPUT_DIRECTORY ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage CODE_COVERAGE_OUTPUT_FILE ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info CODE_COVERAGE_RULES=' CONFIG_KERNEL_FALSE='' CONFIG_KERNEL_TRUE='' CONFIG_QAT_FALSE='' CONFIG_QAT_TRUE='' CONFIG_USER_FALSE='' CONFIG_USER_TRUE='' CPPCHECK='@printf "skipping cppcheck because cppcheck is not installed\n"' CPPFLAGS='' CPU_COUNT='12' CSCOPE='cscope' CTAGS='ctags' CYGPATH_W='echo' DEBUGINFO_ZFS='' DEBUG_CFLAGS='' DEBUG_CPPFLAGS='' DEBUG_KMEM_TRACKING_ZFS='' DEBUG_KMEM_ZFS='' DEBUG_LDFLAGS='' DEBUG_ZFS='' DEFINE_PAM='' DEFINE_PYTHON_PKG_VERSION='' DEFINE_PYTHON_VERSION='' DEFINE_PYZFS='' DEFINE_SYSTEMD='' DEFS='' DEPDIR='.deps' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' ETAGS='etags' EXEEXT='' FGREP='/usr/bin/grep -F' FILECMD='file' FORMAT_OVERFLOW='-Wformat-overflow' FRAME_LARGER_THAN='-Wframe-larger-than=4096' GCOV='' GENHTML='' GETTEXT_MACRO_VERSION='0.20' GITIGNOREFILES += $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_DIRECTORY) GITIGNOREFILES ?= GMSGFMT=':' GMSGFMT_015=':' GREP='/usr/bin/grep' HAVE_CHECKBASHISMS_FALSE='' HAVE_CHECKBASHISMS_TRUE='#' HAVE_PARALLEL_FALSE='' HAVE_PARALLEL_TRUE='#' HAVE_SHELLCHECK_FALSE='#' HAVE_SHELLCHECK_TRUE='' IMPLICIT_FALLTHROUGH='-Wimplicit-fallthrough' INFINITE_RECURSION='-Winfinite-recursion' INIT_SYSTEMD_FALSE='' INIT_SYSTEMD_TRUE='' INIT_SYSV_FALSE='' INIT_SYSV_TRUE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTLLIBS='' INTL_MACOSX_LIBS='' KERNEL_ARCH='' KERNEL_CC='' KERNEL_CROSS_COMPILE='' KERNEL_DEBUG_CFLAGS='' KERNEL_DEBUG_CPPFLAGS='' KERNEL_INFINITE_RECURSION='-Winfinite-recursion' KERNEL_LD='' KERNEL_LLVM='' KERNEL_MAKE='' KERNEL_NO_IPA_SRA='-fno-ipa-sra' LCOV='' LD='/usr/bin/ld -m elf_x86_64' LDFLAGS='' LIBAIO_CFLAGS='' LIBAIO_LIBS='' LIBAIO_PC='' LIBATOMIC_LIBS='' LIBBLKID_CFLAGS='' LIBBLKID_LIBS='' LIBBLKID_PC='' LIBCLOCK_GETTIME='' LIBCRYPTO_CFLAGS='' LIBCRYPTO_LIBS='' LIBCRYPTO_PC='' LIBFETCH_DYNAMIC='' LIBFETCH_LIBS='' LIBFETCH_SONAME='' LIBICONV='-liconv' LIBINTL='' LIBOBJS='' LIBS='' LIBTIRPC_CFLAGS='' LIBTIRPC_LIBS='' LIBTIRPC_PC='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBUDEV_CFLAGS='' LIBUDEV_LIBS='' LIBUDEV_PC='' LIBUNWIND_CFLAGS='' LIBUNWIND_LIBS='' LIBUNWIND_PC='' LIBUUID_CFLAGS='' LIBUUID_LIBS='' LIBUUID_PC='' LINUX='/lib/modules/6.12.16-amd64/source' LINUX_OBJ='/lib/modules/6.12.16-amd64/build' LINUX_SYMBOLS='' LINUX_VERSION='6.12.16-amd64' LIPO='' LN_S='ln -s' LTLIBICONV='-liconv' LTLIBINTL='' LTLIBOBJS='' LT_SYS_LIBRARY_PATH='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} '\''/var/lib/dkms/zfs/2.3.0/build/config/missing'\'' makeinfo' MANIFEST_TOOL=':' MKDIR_P='/usr/bin/mkdir -p' MSGFMT=':' MSGMERGE=':' MSGMERGE_FOR_MSGFMT_OPTION='--no-location --quiet' NM='/usr/bin/nm -B' NMEDIT='' NO_CLOBBERED='-Wno-clobbered' NO_FORMAT_TRUNCATION='-Wno-format-truncation' NO_FORMAT_ZERO_LENGTH='-Wno-format-zero-length' NO_IPA_SRA='-fno-ipa-sra' NO_OMIT_FRAME_POINTER='-fno-omit-frame-pointer' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='zfs' PACKAGE_BUGREPORT='' PACKAGE_NAME='zfs' PACKAGE_STRING='zfs 2.3.0' PACKAGE_TARNAME='zfs' PACKAGE_URL='' PACKAGE_VERSION='2.3.0' PAM_ZFS_ENABLED_FALSE='' PAM_ZFS_ENABLED_TRUE='' PARALLEL='' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' POSUB='' PYTHON='python3' PYTHON_CPPFLAGS='' PYTHON_EXEC_PREFIX='${exec_prefix}' PYTHON_EXTRA_LDFLAGS='' PYTHON_EXTRA_LIBS='' PYTHON_LIBS='' PYTHON_PLATFORM='linux' PYTHON_PLATFORM_SITE_PKG='' PYTHON_PREFIX='${prefix}' PYTHON_SHEBANG='python3' PYTHON_SITE_PKG='' PYTHON_VERSION='3.13' PYZFS_ENABLED='no' PYZFS_ENABLED_FALSE='' PYZFS_ENABLED_TRUE='#' QAT_OBJ='' QAT_SRC='' QAT_SYMBOLS='' RANLIB='ranlib' RELEASE='1' RM='rm -f' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/bash' SHELLCHECK='yes' STRIP='strip' TARGET_CPU_AARCH64_FALSE='' TARGET_CPU_AARCH64_TRUE='#' TARGET_CPU_ARM_FALSE='' TARGET_CPU_ARM_TRUE='#' TARGET_CPU_POWERPC_FALSE='' TARGET_CPU_POWERPC_TRUE='#' TARGET_CPU_SPARC64_FALSE='' TARGET_CPU_SPARC64_TRUE='#' TARGET_CPU_X86_64_FALSE='#' TARGET_CPU_X86_64_TRUE='' TEST_JOBS='12' UBSAN_CFLAGS='' UBSAN_ENABLED='no' UBSAN_ENABLED_FALSE='' UBSAN_ENABLED_TRUE='#' UBSAN_LDFLAGS='' UBSAN_ZFS='_without_ubsan' USE_NLS='yes' USING_PYTHON_FALSE='#' USING_PYTHON_TRUE='' VERSION='2.3.0' WANT_DEVNAME2DEVID_FALSE='' WANT_DEVNAME2DEVID_TRUE='' WANT_MMAP_LIBAIO_FALSE='' WANT_MMAP_LIBAIO_TRUE='' WANT_MODULES_LOAD_D_FALSE='' WANT_MODULES_LOAD_D_TRUE='' WITH_DEBUG='' WITH_INVARIANTS='' XGETTEXT=':' XGETTEXT_015=':' XGETTEXT_EXTRA_OPTIONS='' ZFS_CONFIG='kernel' ZFS_META_ALIAS='zfs-2.3.0-1' ZFS_META_AUTHOR='OpenZFS' ZFS_META_DATA='' ZFS_META_KVER_MAX='6.12' ZFS_META_KVER_MIN='4.18' ZFS_META_LICENSE='CDDL' ZFS_META_LT_AGE='' ZFS_META_LT_CURRENT='' ZFS_META_LT_REVISION='' ZFS_META_NAME='zfs' ZFS_META_RELEASE='1' ZFS_META_VERSION='2.3.0' ZLIB_CFLAGS='' ZLIB_LIBS='' ZLIB_PC='' ac_ct_AR='ar' ac_ct_CC='x86_64-linux-gnu-gcc-14' ac_ct_DUMPBIN='' ac_inplace='--in-place' ac_system='Linux' ac_system_l='linux' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCCAS_FALSE='' am__fastdepCCAS_TRUE='#' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='' am__quote='' am__rm_f_notfound='' am__tar='tar --format=posix -chf - "$$tardir"' am__untar='tar -xf -' am__xargs_n='xargs -n' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' check-code-coverage: code-coverage-capture-hook: code-coverage-capture: code-coverage-capture-hook code_coverage_quiet = $(code_coverage_quiet_$(V)) code_coverage_quiet_ = $(code_coverage_quiet_$(AM_DEFAULT_VERBOSITY)) code_coverage_quiet_0 = --quiet code_coverage_sanitize = $(subst -,_,$(subst .,_,$(1))) code_coverage_v_genhtml = $(code_coverage_v_genhtml_$(V)) code_coverage_v_genhtml_ = $(code_coverage_v_genhtml_$(AM_DEFAULT_VERBOSITY)) code_coverage_v_genhtml_0 = @echo " GEN " $(CODE_COVERAGE_OUTPUT_DIRECTORY); code_coverage_v_lcov_cap = $(code_coverage_v_lcov_cap_$(V)) code_coverage_v_lcov_cap_ = $(code_coverage_v_lcov_cap_$(AM_DEFAULT_VERBOSITY)) code_coverage_v_lcov_cap_0 = @echo " LCOV --capture"\ code_coverage_v_lcov_ign = $(code_coverage_v_lcov_ign_$(V)) code_coverage_v_lcov_ign_ = $(code_coverage_v_lcov_ign_$(AM_DEFAULT_VERBOSITY)) code_coverage_v_lcov_ign_0 = @echo " LCOV --remove /tmp/*"\ datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dracutdir='' dvidir='${docdir}' exec_prefix='NONE' host='x86_64-pc-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /var/lib/dkms/zfs/2.3.0/build/config/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' modulesloaddir='' mounthelperdir='' oldincludedir='/usr/include' pamconfigsdir='' pammoduledir='' pdfdir='${docdir}' pkgconfigdir='' pkgpyexecdir='${pyexecdir}/zfs' pkgpythondir='${pythondir}/zfs' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' pyexecdir='${PYTHON_EXEC_PREFIX}/lib/python3.13/site-packages' pythondir='${PYTHON_PREFIX}/lib/python3.13/site-packages' pythonsitedir='' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' systemdgeneratordir='' systemdpresetdir='' systemdunitdir='' target='x86_64-pc-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='pc' udevdir='' udevruledir='' zfsexecdir='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "zfs" #define PACKAGE_TARNAME "zfs" #define PACKAGE_VERSION "2.3.0" #define PACKAGE_STRING "zfs 2.3.0" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define ZFS_META_NAME "zfs" #define ZFS_META_VERSION "2.3.0" #define SPL_META_VERSION ZFS_META_VERSION #define ZFS_META_RELEASE "1" #define SPL_META_RELEASE ZFS_META_RELEASE #define ZFS_META_LICENSE "CDDL" #define ZFS_META_ALIAS "zfs-2.3.0-1" #define SPL_META_ALIAS ZFS_META_ALIAS #define ZFS_META_AUTHOR "OpenZFS" #define ZFS_META_KVER_MIN "4.18" #define ZFS_META_KVER_MAX "6.12" #define PACKAGE "zfs" #define VERSION "2.3.0" #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 STDC_HEADERS 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_INFINITE_RECURSION 1 #define HAVE_KERNEL_INFINITE_RECURSION 1 #define HAVE_IMPLICIT_FALLTHROUGH 1 #define HAVE_FORMAT_OVERFLOW 1 #define HAVE_SSE 1 #define HAVE_SSE2 1 #define HAVE_SSE3 1 #define HAVE_SSSE3 1 #define HAVE_SSE4_1 1 #define HAVE_SSE4_2 1 #define HAVE_AVX 1 #define HAVE_AVX2 1 #define HAVE_AVX512F 1 #define HAVE_AVX512CD 1 #define HAVE_AVX512DQ 1 #define HAVE_AVX512BW 1 #define HAVE_AVX512IFMA 1 #define HAVE_AVX512VBMI 1 #define HAVE_AVX512PF 1 #define HAVE_AVX512ER 1 #define HAVE_AVX512VL 1 #define HAVE_AES 1 #define HAVE_PCLMULQDQ 1 #define HAVE_MOVBE 1 #define HAVE_XSAVE 1 #define HAVE_XSAVEOPT 1 #define HAVE_XSAVES 1 #define SYSTEM_LINUX 1 configure: exit 1
DKMS (dkms-3.1.5) make.log for zfs/2.3.0 for kernel 6.12.16-amd64 (x86_64) Mon 24 Feb 2025 13:24:39 NZDT Running the pre_build script # command: cd /var/lib/dkms/zfs/2.3.0/build/ && /var/lib/dkms/zfs/2.3.0/build/configure --disable-dependency-tracking --prefix=/usr --with-config=kernel --with-linux=/lib/modules/6.12.16-amd64/source --with-linux-obj=/lib/modules/6.12.16-amd64/build --with-qat= --host= checking for gawk... gawk checking metadata... META file checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports nested variables... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether sleep supports fractional seconds... yes checking filesystem timestamp resolution... 0.01 checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking whether make sets $(MAKE)... yes checking xargs -n works... yes checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for gcc... x86_64-linux-gnu-gcc-14 checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether x86_64-linux-gnu-gcc-14 accepts -g... yes checking for x86_64-linux-gnu-gcc-14 option to enable C11 features... none needed checking whether x86_64-linux-gnu-gcc-14 understands -c and -o together... yes checking dependency style of x86_64-linux-gnu-gcc-14... none checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by x86_64-linux-gnu-gcc-14... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ranlib... ranlib checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc-14 object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if x86_64-linux-gnu-gcc-14 supports -fno-rtti -fno-exceptions... no checking for x86_64-linux-gnu-gcc-14 option to produce PIC... -fPIC -DPIC checking if x86_64-linux-gnu-gcc-14 PIC flag -fPIC -DPIC works... yes checking if x86_64-linux-gnu-gcc-14 static flag -static works... yes checking if x86_64-linux-gnu-gcc-14 supports -c -o file.o... yes checking if x86_64-linux-gnu-gcc-14 supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc-14 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for gcc... (cached) x86_64-linux-gnu-gcc-14 checking whether the compiler supports GNU C... (cached) yes checking whether x86_64-linux-gnu-gcc-14 accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc-14 option to enable C11 features... (cached) none needed checking whether x86_64-linux-gnu-gcc-14 understands -c and -o together... (cached) yes checking dependency style of x86_64-linux-gnu-gcc-14... (cached) none checking whether ln -s works... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking dependency style of x86_64-linux-gnu-gcc-14... none checking whether to build with code coverage support... no checking how to create a pax tar archive... gnutar checking zfs author... OpenZFS checking zfs license... CDDL checking whether NLS is requested... yes checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no checking for ld... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking 32-bit host C ABI... no checking for the common suffixes of directories in the library search path... lib,lib checking zfs config... kernel checking the number of available CPUs... 12 checking whether x86_64-linux-gnu-gcc-14 supports -Wno-clobbered... yes checking whether x86_64-linux-gnu-gcc-14 supports -Winfinite-recursion... yes checking whether supports -Winfinite-recursion... yes checking whether x86_64-linux-gnu-gcc-14 supports -Wimplicit-fallthrough... yes checking whether x86_64-linux-gnu-gcc-14 supports -Wframe-larger-than=<size>... yes checking whether x86_64-linux-gnu-gcc-14 supports -Wno-format-truncation... yes checking whether x86_64-linux-gnu-gcc-14 supports -Wno-format-zero-length... yes checking whether x86_64-linux-gnu-gcc-14 supports -Wformat-overflow... yes checking whether x86_64-linux-gnu-gcc-14 supports -fno-omit-frame-pointer... yes checking whether x86_64-linux-gnu-gcc-14 supports -fno-ipa-sra... yes checking whether supports -fno-ipa-sra... yes checking whether to build with -fsanitize=address support... no checking whether to build with -fsanitize=undefined support... no checking whether host toolchain supports SSE... yes checking whether host toolchain supports SSE2... yes checking whether host toolchain supports SSE3... yes checking whether host toolchain supports SSSE3... yes checking whether host toolchain supports SSE4.1... yes checking whether host toolchain supports SSE4.2... yes checking whether host toolchain supports AVX... yes checking whether host toolchain supports AVX2... yes checking whether host toolchain supports AVX512F... yes checking whether host toolchain supports AVX512CD... yes checking whether host toolchain supports AVX512DQ... yes checking whether host toolchain supports AVX512BW... yes checking whether host toolchain supports AVX512IFMA... yes checking whether host toolchain supports AVX512VBMI... yes checking whether host toolchain supports AVX512PF... yes checking whether host toolchain supports AVX512ER... yes checking whether host toolchain supports AVX512VL... yes checking whether host toolchain supports AES... yes checking whether host toolchain supports PCLMULQDQ... yes checking whether host toolchain supports MOVBE... yes checking whether host toolchain supports XSAVE... yes checking whether host toolchain supports XSAVEOPT... yes checking whether host toolchain supports XSAVES... yes checking for system type (linux-gnu)... Linux checking for python3... python3 checking for python version... 3.13 checking for python platform... linux checking for GNU default python prefix... ${prefix} checking for GNU default python exec_prefix... ${exec_prefix} checking for python script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.13/site-packages checking for python extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.13/site-packages configure: Disabling pyzfs for kernel/srpm config checking whether to enable pyzfs: ... no checking for sed --in-place... --in-place checking for cppcheck... no checking for shellcheck... yes checking for checkbashisms... no checking for parallel... no checking kernel source and build directories... done checking kernel source directory... /lib/modules/6.12.16-amd64/source checking kernel build directory... /lib/modules/6.12.16-amd64/build checking kernel source version... 6.12.16-amd64 checking for kernel config option compatibility... done checking whether CONFIG_MODULES is defined... no configure: error: *** This kernel does not include the required loadable module *** support! *** *** To build OpenZFS as a loadable Linux kernel module *** enable loadable module support by setting *** `CONFIG_MODULES=y` in the kernel configuration and run *** `make modules_prepare` in the Linux source tree. *** *** If you don't intend to enable loadable kernel module *** support, please compile OpenZFS as a Linux kernel built-in. *** *** Prepare the Linux source tree by running `make prepare`, *** use the OpenZFS `--enable-linux-builtin` configure option, *** copy the OpenZFS sources into the Linux source tree using *** `./copy-builtin <linux source directory>`, *** set `CONFIG_ZFS=y` in the kernel configuration and compile *** kernel as usual. # exit code: 1 # elapsed time: 00:00:05