Skip to content

Instantly share code, notes, and snippets.

@larstobi
Created July 20, 2019 21:40
Show Gist options
  • Save larstobi/3ba3a7974381249adc0fb3709be5516b to your computer and use it in GitHub Desktop.
Save larstobi/3ba3a7974381249adc0fb3709be5516b to your computer and use it in GitHub Desktop.
autoreconf-2.69: Entering directory `.'
autoreconf-2.69: configure.ac: not using Gettext
autoreconf-2.69: running: aclocal --force -I config
autoreconf-2.69: configure.ac: tracing
autoreconf-2.69: configure.ac: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION
autoreconf-2.69: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'.
libtoolize: copying file 'config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'config'.
libtoolize: copying file 'config/libtool.m4'
libtoolize: copying file 'config/ltoptions.m4'
libtoolize: copying file 'config/ltsugar.m4'
libtoolize: copying file 'config/ltversion.m4'
libtoolize: copying file 'config/lt~obsolete.m4'
autoreconf-2.69: running: /usr/bin/autoconf-2.69 --force
autoreconf-2.69: running: /usr/bin/autoheader-2.69 --force
autoreconf-2.69: running: automake --add-missing --copy --force-missing
configure.ac:49: installing 'config/compile'
configure.ac:42: installing 'config/missing'
cmd/mount_zfs/Makefile.am: installing 'config/depcomp'
autoreconf-2.69: Leaving directory `.'
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 0.8.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = flatcardevelopercontainer-2205.99.0.bin
uname -m = x86_64
uname -r = 5.2.1-flatcar
uname -s = Linux
uname -v = #1 SMP Wed Jul 17 10:22:33 -00 2019
/usr/bin/uname -p = Intel(R) Atom(TM) CPU C3758 @ 2.20GHz
/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: /opt/bin
PATH: /usr/x86_64-cros-linux-gnu/gcc-bin/8.3.0
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2513: checking for gawk
configure:2529: found /usr/bin/gawk
configure:2540: result: gawk
configure:2551: checking metadata
configure:2698: result: git describe
configure:2736: checking build system type
configure:2750: result: x86_64-pc-linux-gnu
configure:2770: checking host system type
configure:2783: result: x86_64-pc-linux-gnu
configure:2803: checking target system type
configure:2816: result: x86_64-pc-linux-gnu
configure:2844: checking whether to enable maintainer-specific portions of Makefiles
configure:2853: result: no
configure:2877: checking whether make supports nested variables
configure:2894: result: yes
configure:2921: checking for a BSD-compatible install
configure:2989: result: /usr/bin/install -c
configure:3000: checking whether build environment is sane
configure:3055: result: yes
configure:3206: checking for a thread-safe mkdir -p
configure:3245: result: /usr/bin/mkdir -p
configure:3248: checking whether make sets $(MAKE)
configure:3270: result: yes
configure:3455: checking for gcc
configure:3471: found /usr/bin/gcc
configure:3482: result: gcc
configure:3711: checking for C compiler version
configure:3720: gcc --version >&5
gcc (Gentoo Hardened 8.3.0-r1 p1.1) 8.3.0
Copyright (C) 2018 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:3731: $? = 0
configure:3720: gcc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/x86_64-cros-linux-gnu/gcc-bin/8.3.0/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-cros-linux-gnu/8.3.0/lto-wrapper
Target: x86_64-cros-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-8.3.0-r1/work/gcc-8.3.0/configure --host=x86_64-cros-linux-gnu --target=x86_64-cros-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-cros-linux-gnu/gcc-bin/8.3.0 --includedir=/usr/lib/gcc/x86_64-cros-linux-gnu/8.3.0/include --datadir=/usr/share/gcc-data/x86_64-cros-linux-gnu/8.3.0 --mandir=/usr/share/gcc-data/x86_64-cros-linux-gnu/8.3.0/man --infodir=/usr/share/gcc-data/x86_64-cros-linux-gnu/8.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-cros-linux-gnu/8.3.0/include/g++-v8 --with-python-dir=/share/gcc-data/x86_64-cros-linux-gnu/8.3.0/python --enable-languages=c,c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --disable-nls --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 8.3.0-r1 p1.1' --enable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --with-multilib-list=m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgomp --disable-libmudflap --disable-libssp --disable-libmpx --disable-systemtap --enable-vtable-verify --disable-libquadmath --enable-lto --without-isl --enable-default-pie --enable-default-ssp
Thread model: posix
gcc version 8.3.0 (Gentoo Hardened 8.3.0-r1 p1.1)
configure:3731: $? = 0
configure:3720: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3731: $? = 1
configure:3720: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3731: $? = 1
configure:3751: checking whether the C compiler works
configure:3773: gcc conftest.c >&5
configure:3777: $? = 0
configure:3825: result: yes
configure:3828: checking for C compiler default output file name
configure:3830: result: a.out
configure:3836: checking for suffix of executables
configure:3843: gcc -o conftest conftest.c >&5
configure:3847: $? = 0
configure:3869: result:
configure:3891: checking whether we are cross compiling
configure:3899: gcc -o conftest conftest.c >&5
configure:3903: $? = 0
configure:3910: ./conftest
configure:3914: $? = 0
configure:3929: result: no
configure:3934: checking for suffix of object files
configure:3956: gcc -c conftest.c >&5
configure:3960: $? = 0
configure:3981: result: o
configure:3985: checking whether we are using the GNU C compiler
configure:4004: gcc -c conftest.c >&5
configure:4004: $? = 0
configure:4013: result: yes
configure:4022: checking whether gcc accepts -g
configure:4042: gcc -c -g conftest.c >&5
configure:4042: $? = 0
configure:4083: result: yes
configure:4100: checking for gcc option to accept ISO C89
configure:4163: gcc -c -g -O2 conftest.c >&5
configure:4163: $? = 0
configure:4176: result: none needed
configure:4201: checking whether gcc understands -c and -o together
configure:4223: gcc -c conftest.c -o conftest2.o
configure:4226: $? = 0
configure:4223: gcc -c conftest.c -o conftest2.o
configure:4226: $? = 0
configure:4238: result: yes
configure:4258: checking whether make supports the include directive
configure:4273: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:4276: $? = 0
configure:4295: result: yes (GNU style)
configure:4320: checking dependency style of gcc
configure:4431: result: gcc3
configure:4492: checking how to print strings
configure:4519: result: printf
configure:4540: checking for a sed that does not truncate output
configure:4604: result: /usr/bin/sed
configure:4622: checking for grep that handles long lines and -e
configure:4680: result: /usr/bin/grep
configure:4685: checking for egrep
configure:4747: result: /usr/bin/grep -E
configure:4752: checking for fgrep
configure:4814: result: /usr/bin/grep -F
configure:4849: checking for ld used by gcc
configure:4916: result: /usr/x86_64-cros-linux-gnu/bin/ld
configure:4923: checking if the linker (/usr/x86_64-cros-linux-gnu/bin/ld) is GNU ld
configure:4938: result: yes
configure:4950: checking for BSD- or MS-compatible name lister (nm)
configure:5004: result: /usr/bin/nm -B
configure:5134: checking the name lister (/usr/bin/nm -B) interface
configure:5141: gcc -c -g -O2 conftest.c >&5
configure:5144: /usr/bin/nm -B "conftest.o"
configure:5147: output
0000000000000000 B some_variable
configure:5154: result: BSD nm
configure:5157: checking whether ln -s works
configure:5161: result: yes
configure:5169: checking the maximum length of command line arguments
configure:5300: result: 1572864
configure:5348: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:5388: result: func_convert_file_noop
configure:5395: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:5415: result: func_convert_file_noop
configure:5422: checking for /usr/x86_64-cros-linux-gnu/bin/ld option to reload object files
configure:5429: result: -r
configure:5503: checking for objdump
configure:5519: found /usr/bin/objdump
configure:5530: result: objdump
configure:5562: checking how to recognize dependent libraries
configure:5762: result: pass_all
configure:5847: checking for dlltool
configure:5877: result: no
configure:5907: checking how to associate runtime and link libraries
configure:5934: result: printf %s\n
configure:5995: checking for ar
configure:6011: found /usr/bin/ar
configure:6022: result: ar
configure:6059: checking for archiver @FILE support
configure:6076: gcc -c -g -O2 conftest.c >&5
configure:6076: $? = 0
configure:6079: ar cru libconftest.a @conftest.lst >&5
configure:6082: $? = 0
configure:6087: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:6090: $? = 1
configure:6102: result: @
configure:6160: checking for strip
configure:6176: found /usr/bin/strip
configure:6187: result: strip
configure:6259: checking for ranlib
configure:6275: found /usr/bin/ranlib
configure:6286: result: ranlib
configure:6388: checking command to parse /usr/bin/nm -B output from gcc object
configure:6541: gcc -c -g -O2 conftest.c >&5
configure:6544: $? = 0
configure:6548: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6551: $? = 0
configure:6617: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6620: $? = 0
configure:6658: result: ok
configure:6705: checking for sysroot
configure:6735: result: no
configure:6742: checking for a working dd
configure:6780: result: /usr/bin/dd
configure:6784: checking how to truncate binary pipes
configure:6799: result: /usr/bin/dd bs=4096 count=1
configure:6935: gcc -c -g -O2 conftest.c >&5
configure:6938: $? = 0
configure:7128: checking for mt
configure:7158: result: no
configure:7178: checking if : is a manifest tool
configure:7184: : '-?'
configure:7192: result: no
configure:7869: checking how to run the C preprocessor
configure:7900: gcc -E conftest.c
configure:7900: $? = 0
configure:7914: gcc -E conftest.c
conftest.c:20:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:7914: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zfs"
| #define PACKAGE_TARNAME "zfs"
| #define PACKAGE_VERSION "0.8.0"
| #define PACKAGE_STRING "zfs 0.8.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define ZFS_META_NAME "zfs"
| #define ZFS_META_VERSION "0.8.0"
| #define SPL_META_VERSION ZFS_META_VERSION
| #define ZFS_META_RELEASE "150_g09276fde1"
| #define SPL_META_RELEASE ZFS_META_RELEASE
| #define ZFS_META_LICENSE "CDDL"
| #define ZFS_META_ALIAS "zfs-0.8.0-150_g09276fde1"
| #define SPL_META_ALIAS ZFS_META_ALIAS
| #define ZFS_META_AUTHOR "OpenZFS on Linux"
| #define PACKAGE "zfs"
| #define VERSION "0.8.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7939: result: gcc -E
configure:7959: gcc -E conftest.c
configure:7959: $? = 0
configure:7973: gcc -E conftest.c
conftest.c:20:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:7973: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zfs"
| #define PACKAGE_TARNAME "zfs"
| #define PACKAGE_VERSION "0.8.0"
| #define PACKAGE_STRING "zfs 0.8.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define ZFS_META_NAME "zfs"
| #define ZFS_META_VERSION "0.8.0"
| #define SPL_META_VERSION ZFS_META_VERSION
| #define ZFS_META_RELEASE "150_g09276fde1"
| #define SPL_META_RELEASE ZFS_META_RELEASE
| #define ZFS_META_LICENSE "CDDL"
| #define ZFS_META_ALIAS "zfs-0.8.0-150_g09276fde1"
| #define SPL_META_ALIAS ZFS_META_ALIAS
| #define ZFS_META_AUTHOR "OpenZFS on Linux"
| #define PACKAGE "zfs"
| #define VERSION "0.8.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8002: checking for ANSI C header files
configure:8022: gcc -c -g -O2 conftest.c >&5
configure:8022: $? = 0
configure:8095: gcc -o conftest -g -O2 conftest.c >&5
configure:8095: $? = 0
configure:8095: ./conftest
configure:8095: $? = 0
configure:8106: result: yes
configure:8119: checking for sys/types.h
configure:8119: gcc -c -g -O2 conftest.c >&5
configure:8119: $? = 0
configure:8119: result: yes
configure:8119: checking for sys/stat.h
configure:8119: gcc -c -g -O2 conftest.c >&5
configure:8119: $? = 0
configure:8119: result: yes
configure:8119: checking for stdlib.h
configure:8119: gcc -c -g -O2 conftest.c >&5
configure:8119: $? = 0
configure:8119: result: yes
configure:8119: checking for string.h
configure:8119: gcc -c -g -O2 conftest.c >&5
configure:8119: $? = 0
configure:8119: result: yes
configure:8119: checking for memory.h
configure:8119: gcc -c -g -O2 conftest.c >&5
configure:8119: $? = 0
configure:8119: result: yes
configure:8119: checking for strings.h
configure:8119: gcc -c -g -O2 conftest.c >&5
configure:8119: $? = 0
configure:8119: result: yes
configure:8119: checking for inttypes.h
configure:8119: gcc -c -g -O2 conftest.c >&5
configure:8119: $? = 0
configure:8119: result: yes
configure:8119: checking for stdint.h
configure:8119: gcc -c -g -O2 conftest.c >&5
configure:8119: $? = 0
configure:8119: result: yes
configure:8119: checking for unistd.h
configure:8119: gcc -c -g -O2 conftest.c >&5
configure:8119: $? = 0
configure:8119: result: yes
configure:8133: checking for dlfcn.h
configure:8133: gcc -c -g -O2 conftest.c >&5
configure:8133: $? = 0
configure:8133: result: yes
configure:8389: checking for objdir
configure:8404: result: .libs
configure:8668: checking if gcc supports -fno-rtti -fno-exceptions
configure:8686: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:8690: $? = 0
configure:8703: result: no
configure:9061: checking for gcc option to produce PIC
configure:9068: result: -fPIC -DPIC
configure:9076: checking if gcc PIC flag -fPIC -DPIC works
configure:9094: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:9098: $? = 0
configure:9111: result: yes
configure:9140: checking if gcc static flag -static works
configure:9168: result: yes
configure:9183: checking if gcc supports -c -o file.o
configure:9204: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:9208: $? = 0
configure:9230: result: yes
configure:9238: checking if gcc supports -c -o file.o
configure:9285: result: yes
configure:9318: checking whether the gcc linker (/usr/x86_64-cros-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
configure:10577: result: yes
configure:10614: checking whether -lc should be explicitly linked in
configure:10622: gcc -c -g -O2 conftest.c >&5
configure:10625: $? = 0
configure:10640: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:10643: $? = 0
configure:10657: result: no
configure:10817: checking dynamic linker characteristics
configure:11411: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:11411: $? = 0
configure:11648: result: GNU/Linux ld.so
configure:11770: checking how to hardcode library paths into programs
configure:11795: result: immediate
configure:12343: checking whether stripping libraries is possible
configure:12348: result: yes
configure:12383: checking if libtool supports shared libraries
configure:12385: result: yes
configure:12388: checking whether to build shared libraries
configure:12413: result: yes
configure:12416: checking whether to build static libraries
configure:12420: result: yes
configure:12511: checking for pkg-config
configure:12529: found /usr/bin/pkg-config
configure:12541: result: /usr/bin/pkg-config
configure:12566: checking pkg-config is at least version 0.9.0
configure:12569: result: yes
configure:12586: checking dependency style of gcc
configure:12695: result: gcc3
configure:12724: checking whether to build with code coverage support
configure:12744: result: no
configure:13091: checking how to create a pax tar archive
configure:13102: tar --version
tar (GNU tar) 1.31
Copyright (C) 2019 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:13105: $? = 0
configure:13145: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar
configure:13148: $? = 0
configure:13152: tar -xf - <conftest.tar
configure:13155: $? = 0
configure:13157: cat conftest.dir/file
GrepMe
configure:13160: $? = 0
configure:13173: result: gnutar
configure:13181: checking zfs author
configure:13183: result: OpenZFS on Linux
configure:13186: checking zfs license
configure:13188: result: CDDL
configure:13193: checking linux distribution
configure:13220: result: ubuntu
configure:13224: checking default package type
configure:13240: result: deb
configure:13245: checking default init directory
configure:13247: result: ${prefix}/etc/init.d
configure:13251: checking default init script type
configure:13267: result: lsb
configure:13271: checking default init config direectory
configure:13284: result: /etc/default
configure:13288: checking whether initramfs-tools is available
configure:13296: result: no
configure:13305: checking whether rpm is available
configure:13317: result: no
configure:13322: checking whether rpmbuild is available
configure:13334: result: no
configure:13396: checking whether spec files are available
configure:13398: result: yes (rpm/generic/*.spec.in)
configure:13423: checking whether dpkg is available
configure:13435: result: no
configure:13440: checking whether dpkg-buildpackage is available
configure:13453: result: no
configure:13469: checking whether alien is available
configure:13481: result: no
configure:13530: checking for ld
configure:13658: result: /usr/x86_64-cros-linux-gnu/bin/ld -m elf_x86_64
configure:13665: checking if the linker (/usr/x86_64-cros-linux-gnu/bin/ld -m elf_x86_64) is GNU ld
configure:13680: result: yes
configure:13687: checking for shared library run path origin
configure:13700: result: done
configure:13721: checking 32-bit host C ABI
configure:13759: gcc -c -g -O2 conftest.c >&5
configure:13759: $? = 0
configure:13946: result: no
configure:13983: checking for the common suffixes of directories in the library search path
configure:14034: result: lib64,lib64
configure:14534: checking for iconv
configure:14558: gcc -o conftest -g -O2 conftest.c >&5
configure:14558: $? = 0
configure:14592: result: yes
configure:14595: checking for working iconv
configure:14736: gcc -o conftest -g -O2 conftest.c >&5
configure:14736: $? = 0
configure:14736: ./conftest
configure:14736: $? = 0
configure:14748: result: yes
configure:14776: checking for iconv declaration
configure:14805: gcc -c -g -O2 conftest.c >&5
configure:14805: $? = 0
configure:14816: result:
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:14830: checking whether NLS is requested
configure:14839: result: yes
configure:14879: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:14911: result: /usr/bin/msgfmt
configure:14920: checking for gmsgfmt
configure:14938: found /usr/bin/gmsgfmt
configure:14951: result: /usr/bin/gmsgfmt
configure:14996: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
configure:15028: result: /usr/bin/xgettext
configure:15073: checking for msgmerge
configure: trying /usr/bin/msgmerge...
configure:15104: result: /usr/bin/msgmerge
configure:15145: checking zfs config
configure:15147: result: all
configure:15153: checking whether gcc supports -Wno-unused-but-set-variable
configure:15170: gcc -c -g -O2 -Wunused-but-set-variable conftest.c >&5
configure:15170: $? = 0
configure:15173: result: yes
configure:15189: checking whether gcc supports -Wno-bool-compare
configure:15206: gcc -c -g -O2 -Wbool-compare conftest.c >&5
configure:15206: $? = 0
configure:15209: result: yes
configure:15225: checking whether gcc supports -Wframe-larger-than=<size>
configure:15242: gcc -c -g -O2 -Wframe-larger-than=4096 conftest.c >&5
configure:15242: $? = 0
configure:15245: result: yes
configure:15261: checking whether gcc supports -Wno-format-truncation
configure:15278: gcc -c -g -O2 -Wno-format-truncation conftest.c >&5
configure:15278: $? = 0
configure:15281: result: yes
configure:15297: checking whether gcc supports -fno-omit-frame-pointer
configure:15314: gcc -c -g -O2 -fno-omit-frame-pointer conftest.c >&5
configure:15314: $? = 0
configure:15317: result: yes
configure:15333: checking whether to build with -fsanitize=address support
configure:15353: result: no
configure:15401: checking whether host toolchain supports SSE
configure:15413: gcc -o conftest -g -O2 conftest.c >&5
configure:15413: $? = 0
configure:15418: result: yes
configure:15431: checking whether host toolchain supports SSE2
configure:15443: gcc -o conftest -g -O2 conftest.c >&5
configure:15443: $? = 0
configure:15448: result: yes
configure:15461: checking whether host toolchain supports SSE3
configure:15474: gcc -o conftest -g -O2 conftest.c >&5
configure:15474: $? = 0
configure:15479: result: yes
configure:15492: checking whether host toolchain supports SSSE3
configure:15504: gcc -o conftest -g -O2 conftest.c >&5
configure:15504: $? = 0
configure:15509: result: yes
configure:15522: checking whether host toolchain supports SSE4.1
configure:15534: gcc -o conftest -g -O2 conftest.c >&5
configure:15534: $? = 0
configure:15539: result: yes
configure:15552: checking whether host toolchain supports SSE4.2
configure:15564: gcc -o conftest -g -O2 conftest.c >&5
configure:15564: $? = 0
configure:15569: result: yes
configure:15582: checking whether host toolchain supports AVX
configure:15595: gcc -o conftest -g -O2 conftest.c >&5
configure:15595: $? = 0
configure:15597: result: yes
configure:15613: checking whether host toolchain supports AVX2
configure:15626: gcc -o conftest -g -O2 conftest.c >&5
configure:15626: $? = 0
configure:15628: result: yes
configure:15644: checking whether host toolchain supports AVX512F
configure:15657: gcc -o conftest -g -O2 conftest.c >&5
configure:15657: $? = 0
configure:15659: result: yes
configure:15675: checking whether host toolchain supports AVX512CD
configure:15688: gcc -o conftest -g -O2 conftest.c >&5
configure:15688: $? = 0
configure:15690: result: yes
configure:15706: checking whether host toolchain supports AVX512DQ
configure:15719: gcc -o conftest -g -O2 conftest.c >&5
configure:15719: $? = 0
configure:15721: result: yes
configure:15737: checking whether host toolchain supports AVX512BW
configure:15750: gcc -o conftest -g -O2 conftest.c >&5
configure:15750: $? = 0
configure:15752: result: yes
configure:15768: checking whether host toolchain supports AVX512IFMA
configure:15781: gcc -o conftest -g -O2 conftest.c >&5
configure:15781: $? = 0
configure:15783: result: yes
configure:15799: checking whether host toolchain supports AVX512VBMI
configure:15812: gcc -o conftest -g -O2 conftest.c >&5
configure:15812: $? = 0
configure:15814: result: yes
configure:15830: checking whether host toolchain supports AVX512PF
configure:15843: gcc -o conftest -g -O2 conftest.c >&5
configure:15843: $? = 0
configure:15845: result: yes
configure:15861: checking whether host toolchain supports AVX512ER
configure:15874: gcc -o conftest -g -O2 conftest.c >&5
configure:15874: $? = 0
configure:15876: result: yes
configure:15892: checking whether host toolchain supports AVX512VL
configure:15905: gcc -o conftest -g -O2 conftest.c >&5
configure:15905: $? = 0
configure:15907: result: yes
configure:15923: checking whether host toolchain supports AES
configure:15936: gcc -o conftest -g -O2 conftest.c >&5
configure:15936: $? = 0
configure:15938: result: yes
configure:15954: checking whether host toolchain supports PCLMULQDQ
configure:15967: gcc -o conftest -g -O2 conftest.c >&5
configure:15967: $? = 0
configure:15969: result: yes
configure:15988: checking for target asm dir
configure:16026: result: asm-x86_64
configure:16045: checking for python3
configure:16061: found /usr/bin/python3
configure:16072: result: python3
configure:16162: checking for python version
configure:16169: result: 3.6
configure:16181: checking for python platform
configure:16188: result: linux
configure:16214: checking for python script directory
configure:16249: result: ${prefix}/lib64/python3.6/site-packages
configure:16258: checking for python extension module directory
configure:16293: result: ${exec_prefix}/lib64/python3.6/site-packages
configure:16431: checking for python3.6
configure:16449: found /usr/bin/python3.6
configure:16461: result: /usr/bin/python3.6
configure:16487: checking for a version of Python >= '2.1.0'
configure:16513: result: yes
configure:16521: checking for a version of Python >= '3.4.0'
configure:16527: result: yes
configure:16550: checking for the distutils Python package
configure:16554: result: yes
configure:16576: checking for Python include path
configure:16592: result: -I/usr/include/python3.6m
configure:16599: checking for Python library path
configure:16684: result: -L/usr/lib64 -lpython3.6m
configure:16691: checking for Python site-packages path
configure:16697: result: /usr/lib64/python3.6/site-packages
configure:16704: checking python extra libraries
configure:16711: result: -lpthread -ldl -lpthread -lutil -lm
configure:16718: checking python extra linking flags
configure:16725: result: -Xlinker -export-dynamic
configure:16732: checking consistency of all components of python development environment
configure:16760: gcc -o conftest -g -O2 -I/usr/include/python3.6m -Xlinker -export-dynamic conftest.c -L/usr/lib64 -lpython3.6m -lpthread -ldl -lpthread -lutil -lm -lpthread -ldl -lpthread -lutil -lm >&5
configure:16760: $? = 0
configure:16778: result: yes
configure:16807: checking for python3.6 module: setuptools
configure:16817: result: no
configure:16888: checking whether to enable pyzfs:
configure:16890: result: no
configure:37112: checking for CFPreferencesCopyAppValue
configure:37130: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:54:10: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
#include <CoreFoundation/CFPreferences.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:37130: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zfs"
| #define PACKAGE_TARNAME "zfs"
| #define PACKAGE_VERSION "0.8.0"
| #define PACKAGE_STRING "zfs 0.8.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define ZFS_META_NAME "zfs"
| #define ZFS_META_VERSION "0.8.0"
| #define SPL_META_VERSION ZFS_META_VERSION
| #define ZFS_META_RELEASE "150_g09276fde1"
| #define SPL_META_RELEASE ZFS_META_RELEASE
| #define ZFS_META_LICENSE "CDDL"
| #define ZFS_META_ALIAS "zfs-0.8.0-150_g09276fde1"
| #define SPL_META_ALIAS ZFS_META_ALIAS
| #define ZFS_META_AUTHOR "OpenZFS on Linux"
| #define PACKAGE "zfs"
| #define VERSION "0.8.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #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_PYTHON "3.6"
| /* end confdefs.h. */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
| ;
| return 0;
| }
configure:37139: result: no
configure:37146: checking for CFLocaleCopyCurrent
configure:37164: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:54:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory
#include <CoreFoundation/CFLocale.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:37164: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zfs"
| #define PACKAGE_TARNAME "zfs"
| #define PACKAGE_VERSION "0.8.0"
| #define PACKAGE_STRING "zfs 0.8.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define ZFS_META_NAME "zfs"
| #define ZFS_META_VERSION "0.8.0"
| #define SPL_META_VERSION ZFS_META_VERSION
| #define ZFS_META_RELEASE "150_g09276fde1"
| #define SPL_META_RELEASE ZFS_META_RELEASE
| #define ZFS_META_LICENSE "CDDL"
| #define ZFS_META_ALIAS "zfs-0.8.0-150_g09276fde1"
| #define SPL_META_ALIAS ZFS_META_ALIAS
| #define ZFS_META_AUTHOR "OpenZFS on Linux"
| #define PACKAGE "zfs"
| #define VERSION "0.8.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #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_PYTHON "3.6"
| /* end confdefs.h. */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
| ;
| return 0;
| }
configure:37173: result: no
configure:37180: checking for CFLocaleCopyPreferredLanguages
configure:37198: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:54:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory
#include <CoreFoundation/CFLocale.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:37198: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zfs"
| #define PACKAGE_TARNAME "zfs"
| #define PACKAGE_VERSION "0.8.0"
| #define PACKAGE_STRING "zfs 0.8.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define ZFS_META_NAME "zfs"
| #define ZFS_META_VERSION "0.8.0"
| #define SPL_META_VERSION ZFS_META_VERSION
| #define ZFS_META_RELEASE "150_g09276fde1"
| #define SPL_META_RELEASE ZFS_META_RELEASE
| #define ZFS_META_LICENSE "CDDL"
| #define ZFS_META_ALIAS "zfs-0.8.0-150_g09276fde1"
| #define SPL_META_ALIAS ZFS_META_ALIAS
| #define ZFS_META_AUTHOR "OpenZFS on Linux"
| #define PACKAGE "zfs"
| #define VERSION "0.8.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #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_PYTHON "3.6"
| /* end confdefs.h. */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyPreferredLanguages();
| ;
| return 0;
| }
configure:37207: result: no
configure:37258: checking for GNU gettext in libc
configure:37287: gcc -o conftest -g -O2 conftest.c >&5
configure:37287: $? = 0
configure:37296: result: yes
configure:38153: checking whether to use NLS
configure:38155: result: yes
configure:38158: checking where the gettext function comes from
configure:38169: result: libc
configure:38241: checking for udev directories
configure:38283: result: /lib/udev;/lib/udev/rules.d
configure:38341: checking for systemd support
configure:38343: result: yes
configure:38383: checking for dracut directory
configure:38415: result: /usr/lib/dracut
configure:38421: checking zlib.h usability
configure:38421: gcc -c -g -O2 conftest.c >&5
configure:38421: $? = 0
configure:38421: result: yes
configure:38421: checking zlib.h presence
configure:38421: gcc -E conftest.c
configure:38421: $? = 0
configure:38421: result: yes
configure:38421: checking for zlib.h
configure:38421: result: yes
configure:38434: checking for library containing compress2
configure:38465: gcc -o conftest -g -O2 conftest.c >&5
/usr/lib/gcc/x86_64-cros-linux-gnu/8.3.0/../../../../x86_64-cros-linux-gnu/bin/ld: /tmp/ccsn4k9B.o: in function `main':
/root/flatcar_developer_container.build/torcx-zfs-master/zfs/conftest.c:68: undefined reference to `compress2'
collect2: error: ld returned 1 exit status
configure:38465: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zfs"
| #define PACKAGE_TARNAME "zfs"
| #define PACKAGE_VERSION "0.8.0"
| #define PACKAGE_STRING "zfs 0.8.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define ZFS_META_NAME "zfs"
| #define ZFS_META_VERSION "0.8.0"
| #define SPL_META_VERSION ZFS_META_VERSION
| #define ZFS_META_RELEASE "150_g09276fde1"
| #define SPL_META_RELEASE ZFS_META_RELEASE
| #define ZFS_META_LICENSE "CDDL"
| #define ZFS_META_ALIAS "zfs-0.8.0-150_g09276fde1"
| #define SPL_META_ALIAS ZFS_META_ALIAS
| #define ZFS_META_AUTHOR "OpenZFS on Linux"
| #define PACKAGE "zfs"
| #define VERSION "0.8.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #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_PYTHON "3.6"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char compress2 ();
| int
| main ()
| {
| return compress2 ();
| ;
| return 0;
| }
configure:38465: gcc -o conftest -g -O2 conftest.c -lz >&5
configure:38465: $? = 0
configure:38482: result: -lz
configure:38497: checking for library containing uncompress
configure:38528: gcc -o conftest -g -O2 conftest.c -lz >&5
configure:38528: $? = 0
configure:38545: result: none required
configure:38560: checking for library containing crc32
configure:38591: gcc -o conftest -g -O2 conftest.c -lz >&5
configure:38591: $? = 0
configure:38608: result: none required
configure:38632: checking uuid/uuid.h usability
configure:38632: gcc -c -g -O2 conftest.c >&5
configure:38632: $? = 0
configure:38632: result: yes
configure:38632: checking uuid/uuid.h presence
configure:38632: gcc -E conftest.c
configure:38632: $? = 0
configure:38632: result: yes
configure:38632: checking for uuid/uuid.h
configure:38632: result: yes
configure:38645: checking for library containing uuid_generate
configure:38676: gcc -o conftest -g -O2 conftest.c -lz >&5
/usr/lib/gcc/x86_64-cros-linux-gnu/8.3.0/../../../../x86_64-cros-linux-gnu/bin/ld: /tmp/cczl7XEX.o: in function `main':
/root/flatcar_developer_container.build/torcx-zfs-master/zfs/conftest.c:69: undefined reference to `uuid_generate'
collect2: error: ld returned 1 exit status
configure:38676: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zfs"
| #define PACKAGE_TARNAME "zfs"
| #define PACKAGE_VERSION "0.8.0"
| #define PACKAGE_STRING "zfs 0.8.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define ZFS_META_NAME "zfs"
| #define ZFS_META_VERSION "0.8.0"
| #define SPL_META_VERSION ZFS_META_VERSION
| #define ZFS_META_RELEASE "150_g09276fde1"
| #define SPL_META_RELEASE ZFS_META_RELEASE
| #define ZFS_META_LICENSE "CDDL"
| #define ZFS_META_ALIAS "zfs-0.8.0-150_g09276fde1"
| #define SPL_META_ALIAS ZFS_META_ALIAS
| #define ZFS_META_AUTHOR "OpenZFS on Linux"
| #define PACKAGE "zfs"
| #define VERSION "0.8.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #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_PYTHON "3.6"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ZLIB 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char uuid_generate ();
| int
| main ()
| {
| return uuid_generate ();
| ;
| return 0;
| }
configure:38676: gcc -o conftest -g -O2 conftest.c -luuid -lz >&5
configure:38676: $? = 0
configure:38693: result: -luuid
configure:38708: checking for library containing uuid_is_null
configure:38739: gcc -o conftest -g -O2 conftest.c -luuid -lz >&5
configure:38739: $? = 0
configure:38756: result: none required
configure:38791: checking for library containing xdrmem_create
configure:38822: gcc -o conftest -g -O2 conftest.c -luuid -lz >&5
/usr/lib/gcc/x86_64-cros-linux-gnu/8.3.0/../../../../x86_64-cros-linux-gnu/bin/ld: /tmp/ccJ9n4Fi.o: in function `main':
/root/flatcar_developer_container.build/torcx-zfs-master/zfs/conftest.c:70: undefined reference to `xdrmem_create'
collect2: error: ld returned 1 exit status
configure:38822: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zfs"
| #define PACKAGE_TARNAME "zfs"
| #define PACKAGE_VERSION "0.8.0"
| #define PACKAGE_STRING "zfs 0.8.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define ZFS_META_NAME "zfs"
| #define ZFS_META_VERSION "0.8.0"
| #define SPL_META_VERSION ZFS_META_VERSION
| #define ZFS_META_RELEASE "150_g09276fde1"
| #define SPL_META_RELEASE ZFS_META_RELEASE
| #define ZFS_META_LICENSE "CDDL"
| #define ZFS_META_ALIAS "zfs-0.8.0-150_g09276fde1"
| #define SPL_META_ALIAS ZFS_META_ALIAS
| #define ZFS_META_AUTHOR "OpenZFS on Linux"
| #define PACKAGE "zfs"
| #define VERSION "0.8.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #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_PYTHON "3.6"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ZLIB 1
| #define HAVE_LIBUUID 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char xdrmem_create ();
| int
| main ()
| {
| return xdrmem_create ();
| ;
| return 0;
| }
configure:38839: result: no
configure:38870: checking for libtirpc
configure:38877: $PKG_CONFIG --exists --print-errors "libtirpc"
configure:38880: $? = 0
configure:38894: $PKG_CONFIG --exists --print-errors "libtirpc"
configure:38897: $? = 0
configure:39041: result: yes
configure:39062: checking rpc/xdr.h usability
configure:39062: gcc -c -g -O2 -I/usr/include/tirpc -I/usr/include/tirpc conftest.c >&5
configure:39062: $? = 0
configure:39062: result: yes
configure:39062: checking rpc/xdr.h presence
configure:39062: gcc -E -I/usr/include/tirpc conftest.c
configure:39062: $? = 0
configure:39062: result: yes
configure:39062: checking for rpc/xdr.h
configure:39062: result: yes
configure:39076: checking for xdrmem_create in -ltirpc
configure:39101: gcc -o conftest -g -O2 -I/usr/include/tirpc -I/usr/include/tirpc -ltirpc conftest.c -ltirpc -luuid -lz >&5
configure:39101: $? = 0
configure:39110: result: yes
configure:39170: checking blkid/blkid.h usability
configure:39170: gcc -c -g -O2 conftest.c >&5
configure:39170: $? = 0
configure:39170: result: yes
configure:39170: checking blkid/blkid.h presence
configure:39170: gcc -E conftest.c
configure:39170: $? = 0
configure:39170: result: yes
configure:39170: checking for blkid/blkid.h
configure:39170: result: yes
configure:39192: checking libudev.h usability
configure:39192: gcc -c -g -O2 conftest.c >&5
configure:39192: $? = 0
configure:39192: result: yes
configure:39192: checking libudev.h presence
configure:39192: gcc -E conftest.c
configure:39192: $? = 0
configure:39192: result: yes
configure:39192: checking for libudev.h
configure:39192: result: yes
configure:39210: checking for library containing udev_device_get_is_initialized
configure:39241: gcc -o conftest -g -O2 conftest.c -luuid -lz >&5
/usr/lib/gcc/x86_64-cros-linux-gnu/8.3.0/../../../../x86_64-cros-linux-gnu/bin/ld: /tmp/cc5EULvX.o: in function `main':
/root/flatcar_developer_container.build/torcx-zfs-master/zfs/conftest.c:73: undefined reference to `udev_device_get_is_initialized'
collect2: error: ld returned 1 exit status
configure:39241: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zfs"
| #define PACKAGE_TARNAME "zfs"
| #define PACKAGE_VERSION "0.8.0"
| #define PACKAGE_STRING "zfs 0.8.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define ZFS_META_NAME "zfs"
| #define ZFS_META_VERSION "0.8.0"
| #define SPL_META_VERSION ZFS_META_VERSION
| #define ZFS_META_RELEASE "150_g09276fde1"
| #define SPL_META_RELEASE ZFS_META_RELEASE
| #define ZFS_META_LICENSE "CDDL"
| #define ZFS_META_ALIAS "zfs-0.8.0-150_g09276fde1"
| #define SPL_META_ALIAS ZFS_META_ALIAS
| #define ZFS_META_AUTHOR "OpenZFS on Linux"
| #define PACKAGE "zfs"
| #define VERSION "0.8.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #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_PYTHON "3.6"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ZLIB 1
| #define HAVE_LIBUUID 1
| #define HAVE_LIBTIRPC 1
| #define HAVE_LIBBLKID 1
| #define HAVE_LIBUDEV 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char udev_device_get_is_initialized ();
| int
| main ()
| {
| return udev_device_get_is_initialized ();
| ;
| return 0;
| }
configure:39241: gcc -o conftest -g -O2 conftest.c -ludev -luuid -lz >&5
configure:39241: $? = 0
configure:39258: result: -ludev
configure:39274: checking openssl/evp.h usability
configure:39274: gcc -c -g -O2 conftest.c >&5
configure:39274: $? = 0
configure:39274: result: yes
configure:39274: checking openssl/evp.h presence
configure:39274: gcc -E conftest.c
configure:39274: $? = 0
configure:39274: result: yes
configure:39274: checking for openssl/evp.h
configure:39274: result: yes
configure:39296: checking libaio.h usability
configure:39296: gcc -c -g -O2 conftest.c >&5
configure:39296: $? = 0
configure:39296: result: yes
configure:39296: checking libaio.h presence
configure:39296: gcc -E conftest.c
configure:39296: $? = 0
configure:39296: result: yes
configure:39296: checking for libaio.h
configure:39296: result: yes
configure:39321: checking makedev() is declared in sys/sysmacros.h
configure:39339: gcc -c -g -O2 conftest.c >&5
configure:39339: $? = 0
configure:39341: result: yes
configure:39356: checking makedev() is declared in sys/mkdev.h
configure:39374: gcc -c -g -O2 conftest.c >&5
conftest.c:67:12: fatal error: sys/mkdev.h: No such file or directory
#include <sys/mkdev.h>
^~~~~~~~~~~~~
compilation terminated.
configure:39374: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zfs"
| #define PACKAGE_TARNAME "zfs"
| #define PACKAGE_VERSION "0.8.0"
| #define PACKAGE_STRING "zfs 0.8.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define ZFS_META_NAME "zfs"
| #define ZFS_META_VERSION "0.8.0"
| #define SPL_META_VERSION ZFS_META_VERSION
| #define ZFS_META_RELEASE "150_g09276fde1"
| #define SPL_META_RELEASE ZFS_META_RELEASE
| #define ZFS_META_LICENSE "CDDL"
| #define ZFS_META_ALIAS "zfs-0.8.0-150_g09276fde1"
| #define SPL_META_ALIAS ZFS_META_ALIAS
| #define ZFS_META_AUTHOR "OpenZFS on Linux"
| #define PACKAGE "zfs"
| #define VERSION "0.8.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #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_PYTHON "3.6"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ZLIB 1
| #define HAVE_LIBUUID 1
| #define HAVE_LIBTIRPC 1
| #define HAVE_LIBBLKID 1
| #define HAVE_LIBUDEV 1
| #define HAVE_LIBUDEV_UDEV_DEVICE_GET_IS_INITIALIZED 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBAIO 1
| #define HAVE_MAKEDEV_IN_SYSMACROS 1
| /* end confdefs.h. */
|
| #include <sys/mkdev.h>
|
| int
| main ()
| {
|
| int k;
| k = makedev(0,0);
|
| ;
| return 0;
| }
configure:39384: result: no
configure:39413: checking for mlockall
configure:39413: gcc -o conftest -g -O2 conftest.c -ludev -luuid -lz >&5
configure:39413: $? = 0
configure:39413: result: yes
configure:39413: checking for strlcat
configure:39413: gcc -o conftest -g -O2 conftest.c -ludev -luuid -lz >&5
/usr/lib/gcc/x86_64-cros-linux-gnu/8.3.0/../../../../x86_64-cros-linux-gnu/bin/ld: /tmp/ccANBXdE.o: in function `main':
/root/flatcar_developer_container.build/torcx-zfs-master/zfs/conftest.c:101: undefined reference to `strlcat'
collect2: error: ld returned 1 exit status
configure:39413: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zfs"
| #define PACKAGE_TARNAME "zfs"
| #define PACKAGE_VERSION "0.8.0"
| #define PACKAGE_STRING "zfs 0.8.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define ZFS_META_NAME "zfs"
| #define ZFS_META_VERSION "0.8.0"
| #define SPL_META_VERSION ZFS_META_VERSION
| #define ZFS_META_RELEASE "150_g09276fde1"
| #define SPL_META_RELEASE ZFS_META_RELEASE
| #define ZFS_META_LICENSE "CDDL"
| #define ZFS_META_ALIAS "zfs-0.8.0-150_g09276fde1"
| #define SPL_META_ALIAS ZFS_META_ALIAS
| #define ZFS_META_AUTHOR "OpenZFS on Linux"
| #define PACKAGE "zfs"
| #define VERSION "0.8.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #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_PYTHON "3.6"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ZLIB 1
| #define HAVE_LIBUUID 1
| #define HAVE_LIBTIRPC 1
| #define HAVE_LIBBLKID 1
| #define HAVE_LIBUDEV 1
| #define HAVE_LIBUDEV_UDEV_DEVICE_GET_IS_INITIALIZED 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBAIO 1
| #define HAVE_MAKEDEV_IN_SYSMACROS 1
| #define HAVE_MLOCKALL 1
| /* end confdefs.h. */
| /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcat innocuous_strlcat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strlcat
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strlcat ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_strlcat || defined __stub___strlcat
| choke me
| #endif
|
| int
| main ()
| {
| return strlcat ();
| ;
| return 0;
| }
configure:39413: result: no
configure:39413: checking for strlcpy
configure:39413: gcc -o conftest -g -O2 conftest.c -ludev -luuid -lz >&5
/usr/lib/gcc/x86_64-cros-linux-gnu/8.3.0/../../../../x86_64-cros-linux-gnu/bin/ld: /tmp/ccOvMiAM.o: in function `main':
/root/flatcar_developer_container.build/torcx-zfs-master/zfs/conftest.c:101: undefined reference to `strlcpy'
collect2: error: ld returned 1 exit status
configure:39413: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zfs"
| #define PACKAGE_TARNAME "zfs"
| #define PACKAGE_VERSION "0.8.0"
| #define PACKAGE_STRING "zfs 0.8.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define ZFS_META_NAME "zfs"
| #define ZFS_META_VERSION "0.8.0"
| #define SPL_META_VERSION ZFS_META_VERSION
| #define ZFS_META_RELEASE "150_g09276fde1"
| #define SPL_META_RELEASE ZFS_META_RELEASE
| #define ZFS_META_LICENSE "CDDL"
| #define ZFS_META_ALIAS "zfs-0.8.0-150_g09276fde1"
| #define SPL_META_ALIAS ZFS_META_ALIAS
| #define ZFS_META_AUTHOR "OpenZFS on Linux"
| #define PACKAGE "zfs"
| #define VERSION "0.8.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #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_PYTHON "3.6"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ZLIB 1
| #define HAVE_LIBUUID 1
| #define HAVE_LIBTIRPC 1
| #define HAVE_LIBBLKID 1
| #define HAVE_LIBUDEV 1
| #define HAVE_LIBUDEV_UDEV_DEVICE_GET_IS_INITIALIZED 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBAIO 1
| #define HAVE_MAKEDEV_IN_SYSMACROS 1
| #define HAVE_MLOCKALL 1
| /* end confdefs.h. */
| /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcpy innocuous_strlcpy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcpy (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strlcpy
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strlcpy ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_strlcpy || defined __stub___strlcpy
| choke me
| #endif
|
| int
| main ()
| {
| return strlcpy ();
| ;
| return 0;
| }
configure:39413: result: no
configure:39439: checking kernel source directory
configure:39482: result: /usr/lib64/modules/5.2.1-flatcar/source
configure:39493: checking kernel build directory
configure:39520: result: /usr/lib64/modules/5.2.1-flatcar/build
configure:39523: checking kernel source version
configure:39571: result: 5.2.1-flatcar
configure:39584: checking kernel file name for module symbols
configure:39613: result: Module.symvers
configure:39712: checking whether access_ok() has 'type' parameter
configure:39747: cp conftest.c conftest.h build && make modules -C /usr/lib64/modules/5.2.1-flatcar/build EXTRA_CFLAGS=-Werror -Wframe-larger-than=4096 M=/root/flatcar_developer_container.build/torcx-zfs-master/zfs/build
Makefile:2: /build/amd64-usr/usr/src/linux-5.2.1-coreos-r1/Makefile: No such file or directory
make: *** No rule to make target '/build/amd64-usr/usr/src/linux-5.2.1-coreos-r1/Makefile'. Stop.
configure:39750: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zfs"
| #define PACKAGE_TARNAME "zfs"
| #define PACKAGE_VERSION "0.8.0"
| #define PACKAGE_STRING "zfs 0.8.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define ZFS_META_NAME "zfs"
| #define ZFS_META_VERSION "0.8.0"
| #define SPL_META_VERSION ZFS_META_VERSION
| #define ZFS_META_RELEASE "150_g09276fde1"
| #define SPL_META_RELEASE ZFS_META_RELEASE
| #define ZFS_META_LICENSE "CDDL"
| #define ZFS_META_ALIAS "zfs-0.8.0-150_g09276fde1"
| #define SPL_META_ALIAS ZFS_META_ALIAS
| #define ZFS_META_AUTHOR "OpenZFS on Linux"
| #define PACKAGE "zfs"
| #define VERSION "0.8.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #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_PYTHON "3.6"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ZLIB 1
| #define HAVE_LIBUUID 1
| #define HAVE_LIBTIRPC 1
| #define HAVE_LIBBLKID 1
| #define HAVE_LIBUDEV 1
| #define HAVE_LIBUDEV_UDEV_DEVICE_GET_IS_INITIALIZED 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBAIO 1
| #define HAVE_MAKEDEV_IN_SYSMACROS 1
| #define HAVE_MLOCKALL 1
|
|
| #include <linux/uaccess.h>
|
| int
| main (void)
| {
|
| const void __user __attribute__((unused)) *addr = (void *) 0xdeadbeef;
| unsigned long __attribute__((unused)) size = 1;
| int error __attribute__((unused)) = access_ok(0, addr, size);
|
| ;
| return 0;
| }
|
configure:39768: result: no
configure:39779: checking whether modules can be built
configure:39808: cp conftest.c conftest.h build && make modules -C /usr/lib64/modules/5.2.1-flatcar/build EXTRA_CFLAGS=-Werror -Wframe-larger-than=4096 M=/root/flatcar_developer_container.build/torcx-zfs-master/zfs/build
Makefile:2: /build/amd64-usr/usr/src/linux-5.2.1-coreos-r1/Makefile: No such file or directory
make: *** No rule to make target '/build/amd64-usr/usr/src/linux-5.2.1-coreos-r1/Makefile'. Stop.
configure:39811: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "zfs"
| #define PACKAGE_TARNAME "zfs"
| #define PACKAGE_VERSION "0.8.0"
| #define PACKAGE_STRING "zfs 0.8.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define ZFS_META_NAME "zfs"
| #define ZFS_META_VERSION "0.8.0"
| #define SPL_META_VERSION ZFS_META_VERSION
| #define ZFS_META_RELEASE "150_g09276fde1"
| #define SPL_META_RELEASE ZFS_META_RELEASE
| #define ZFS_META_LICENSE "CDDL"
| #define ZFS_META_ALIAS "zfs-0.8.0-150_g09276fde1"
| #define SPL_META_ALIAS ZFS_META_ALIAS
| #define ZFS_META_AUTHOR "OpenZFS on Linux"
| #define PACKAGE "zfs"
| #define VERSION "0.8.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #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_PYTHON "3.6"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ZLIB 1
| #define HAVE_LIBUUID 1
| #define HAVE_LIBTIRPC 1
| #define HAVE_LIBBLKID 1
| #define HAVE_LIBUDEV 1
| #define HAVE_LIBUDEV_UDEV_DEVICE_GET_IS_INITIALIZED 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBAIO 1
| #define HAVE_MAKEDEV_IN_SYSMACROS 1
| #define HAVE_MLOCKALL 1
|
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
|
configure:39826: result: no
configure:39829: error: *** Unable to build an empty module.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
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=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_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_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_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_mlockall=yes
ac_cv_func_strlcat=no
ac_cv_func_strlcpy=no
ac_cv_header_blkid_blkid_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libaio_h=yes
ac_cv_header_libudev_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_openssl_evp_h=yes
ac_cv_header_rpc_xdr_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_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_header_uuid_uuid_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_tirpc_xdrmem_create=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GMSGFMT=/usr/bin/gmsgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_PYTHON=/usr/bin/python3.6
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_XGETTEXT=/usr/bin/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_CPP='gcc -E'
ac_cv_prog_PYTHON=python3
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
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_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_compress2=-lz
ac_cv_search_crc32='none required'
ac_cv_search_udev_device_get_is_initialized=-ludev
ac_cv_search_uncompress='none required'
ac_cv_search_uuid_generate=-luuid
ac_cv_search_uuid_is_null='none required'
ac_cv_search_xdrmem_create=no
ac_cv_target=x86_64-pc-linux-gnu
acl_cv_libdirstems=lib64,lib64
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_func_iconv=yes
am_cv_func_iconv_works=yes
am_cv_lib_iconv=no
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_prog_tar_pax=gnutar
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
am_cv_python_platform=linux
am_cv_python_pyexecdir='${exec_prefix}/lib64/python3.6/site-packages'
am_cv_python_pythondir='${prefix}/lib64/python3.6/site-packages'
am_cv_python_version=3.6
gl_cv_host_cpu_c_abi_32bit=no
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFLocaleCopyPreferredLanguages=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=yes
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/x86_64-cros-linux-gnu/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_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='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='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='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='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'
pkg_cv_LIBTIRPC_CFLAGS='-I/usr/include/tirpc '
pkg_cv_LIBTIRPC_LIBS='-ltirpc '
## ----------------- ##
## 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,
# Capture code coverage data
# Code coverage
# Hook rule executed before code-coverage-capture, overridable by the user
# 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} /root/flatcar_developer_container.build/torcx-zfs-master/zfs/config/missing aclocal-1.16'
ALIEN='alien'
ALIEN_VERSION=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_DISTCHECK_CONFIGURE_FLAGS += --disable-code-coverage
AM_DISTCHECK_CONFIGURE_FLAGS ?=
AM_V='$(V)'
AR='ar'
ASAN_CFLAGS=''
ASAN_ENABLED='no'
ASAN_ENABLED_FALSE=''
ASAN_ENABLED_TRUE='#'
ASAN_LDFLAGS=''
ASAN_ZFS='_without_asan'
AUTOCONF='${SHELL} /root/flatcar_developer_container.build/torcx-zfs-master/zfs/config/missing autoconf'
AUTOHEADER='${SHELL} /root/flatcar_developer_container.build/torcx-zfs-master/zfs/config/missing autoheader'
AUTOMAKE='${SHELL} /root/flatcar_developer_container.build/torcx-zfs-master/zfs/config/missing automake-1.16'
AWK='gawk'
CC='gcc'
CCAS='gcc'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS='-g -O2'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
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 ?=
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=''
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEBUGINFO_ZFS=''
DEBUG_CFLAGS=''
DEBUG_CPPFLAGS=''
DEBUG_KMEM_TRACKING_ZFS=''
DEBUG_KMEM_ZFS=''
DEBUG_LDFLAGS=''
DEBUG_ZFS=''
DEFAULT_INITCONF_DIR='/etc/default'
DEFAULT_INIT_DIR='${prefix}/etc/init.d'
DEFAULT_INIT_SCRIPT='lsb'
DEFAULT_PACKAGE='deb'
DEFINE_INITRAMFS=''
DEFINE_PYTHON_PKG_VERSION=''
DEFINE_PYTHON_VERSION=''
DEFINE_PYZFS=''
DEFINE_SYSTEMD='--with systemd --define "_unitdir $(systemdunitdir)" --define "_presetdir $(systemdpresetdir)" --define "_generatordir $(systemdgeneratordir)"'
DEFS=''
DEPDIR='.deps'
DLLTOOL='false'
DPKG='dpkg'
DPKGBUILD='dpkg-buildpackage'
DPKGBUILD_VERSION=''
DPKG_VERSION=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
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='/usr/bin/gmsgfmt'
GMSGFMT_015='/usr/bin/gmsgfmt'
GREP='/usr/bin/grep'
HAVE_ALIEN='no'
HAVE_DPKG='no'
HAVE_DPKGBUILD='no'
HAVE_RPM='no'
HAVE_RPMBUILD='no'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
KERNEL_DEBUG_CFLAGS=''
KERNEL_DEBUG_CPPFLAGS=''
KERNEL_MAKE=''
LCOV=''
LD='/usr/x86_64-cros-linux-gnu/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBAIO='-laio'
LIBBLKID='-lblkid'
LIBICONV=''
LIBINTL=''
LIBOBJS=''
LIBS='-ludev -luuid -lz '
LIBSSL='-lssl -lcrypto'
LIBTIRPC_CFLAGS='-I/usr/include/tirpc '
LIBTIRPC_LIBS='-ltirpc '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBUDEV='-ludev'
LIBUUID='-luuid'
LINUX='/usr/lib64/modules/5.2.1-flatcar/source'
LINUX_OBJ='/usr/lib64/modules/5.2.1-flatcar/build'
LINUX_SYMBOLS='Module.symvers'
LINUX_VERSION='5.2.1-flatcar'
LIPO=''
LN_S='ln -s'
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /root/flatcar_developer_container.build/torcx-zfs-master/zfs/config/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/usr/bin/mkdir -p'
MSGFMT='/usr/bin/msgfmt'
MSGMERGE='/usr/bin/msgmerge'
MSGMERGE_FOR_MSGFMT_OPTION='--no-fuzzy-matching --no-location --quiet'
MULTIARCH_LIBDIR='lib/'
NM='/usr/bin/nm -B'
NMEDIT=''
NO_BOOL_COMPARE='-Wno-bool-compare'
NO_FORMAT_TRUNCATION='-Wno-format-truncation'
NO_OMIT_FRAME_POINTER='-fno-omit-frame-pointer'
NO_UNUSED_BUT_SET_VARIABLE='-Wno-unused-but-set-variable'
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='zfs'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='zfs'
PACKAGE_STRING='zfs 0.8.0'
PACKAGE_TARNAME='zfs'
PACKAGE_URL=''
PACKAGE_VERSION='0.8.0'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
POSUB='po'
PYTHON='/usr/bin/python3.6'
PYTHON_CPPFLAGS='-I/usr/include/python3.6m'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_EXTRA_LDFLAGS='-Xlinker -export-dynamic'
PYTHON_EXTRA_LIBS='-lpthread -ldl -lpthread -lutil -lm'
PYTHON_LIBS='-L/usr/lib64 -lpython3.6m'
PYTHON_PLATFORM='linux'
PYTHON_PREFIX='${prefix}'
PYTHON_SITE_PKG='/usr/lib64/python3.6/site-packages'
PYTHON_VERSION='3.6'
PYZFS_ENABLED='no'
PYZFS_ENABLED_FALSE=''
PYZFS_ENABLED_TRUE='#'
QAT_OBJ=''
QAT_SRC=''
QAT_SYMBOLS=''
RANLIB='ranlib'
RELEASE='150_g09276fde1'
RM='rm -f'
RPM='rpm'
RPMBUILD='rpmbuild'
RPMBUILD_VERSION=''
RPM_DEFINE_COMMON='--define "$(DEBUG_ZFS) 1" --define "$(DEBUG_KMEM_ZFS) 1" --define "$(DEBUG_KMEM_TRACKING_ZFS) 1" --define "$(DEBUGINFO_ZFS) 1" --define "$(ASAN_ZFS) 1"'
RPM_DEFINE_DKMS=''
RPM_DEFINE_KMOD='--define "kernels $(LINUX_VERSION)" --define "ksrc $(LINUX)" --define "kobj $(LINUX_OBJ)" --define "_wrong_version_format_terminate_build 0"'
RPM_DEFINE_UTIL=' --define "_initconfdir $(DEFAULT_INITCONF_DIR)" $(DEFINE_INITRAMFS) $(DEFINE_SYSTEMD) $(DEFINE_PYZFS) $(DEFINE_PYTHON_VERSION) $(DEFINE_PYTHON_PKG_VERSION) --define "_lib $(MULTIARCH_LIBDIR)"'
RPM_SPEC_DIR='rpm/generic'
RPM_VERSION=''
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SRPM_DEFINE_COMMON='--define "build_src_rpm 1"'
SRPM_DEFINE_DKMS=''
SRPM_DEFINE_KMOD=''
SRPM_DEFINE_UTIL=''
STRIP='strip'
TARGET_ASM_DIR='asm-x86_64'
TARGET_ASM_GENERIC_FALSE=''
TARGET_ASM_GENERIC_TRUE='#'
TARGET_ASM_I386_FALSE=''
TARGET_ASM_I386_TRUE='#'
TARGET_ASM_X86_64_FALSE='#'
TARGET_ASM_X86_64_TRUE=''
USE_NLS='yes'
USING_PYTHON_2_FALSE=''
USING_PYTHON_2_TRUE='#'
USING_PYTHON_3_FALSE='#'
USING_PYTHON_3_TRUE=''
USING_PYTHON_FALSE='#'
USING_PYTHON_TRUE=''
VENDOR='ubuntu'
VERSION='0.8.0'
WANT_DEVNAME2DEVID_FALSE=''
WANT_DEVNAME2DEVID_TRUE=''
WANT_MMAP_LIBAIO_FALSE=''
WANT_MMAP_LIBAIO_TRUE=''
XGETTEXT='/usr/bin/xgettext'
XGETTEXT_015='/usr/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=''
ZFS_CONFIG='all'
ZFS_INIT_SYSTEMD='systemd'
ZFS_INIT_SYSV='init.d'
ZFS_META_ALIAS='zfs-0.8.0-150_g09276fde1'
ZFS_META_AUTHOR='OpenZFS on Linux'
ZFS_META_DATA=''
ZFS_META_LICENSE='CDDL'
ZFS_META_LT_AGE=''
ZFS_META_LT_CURRENT=''
ZFS_META_LT_REVISION=''
ZFS_META_NAME='zfs'
ZFS_META_RELEASE='150_g09276fde1'
ZFS_META_VERSION='0.8.0'
ZFS_MODULE_LOAD='modules-load.d'
ZLIB='-lz'
ZONENAME='echo global'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
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='_no'
am__quote=''
am__tar='tar --format=posix -chf - "$$tardir"'
am__untar='tar -xf -'
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='/usr/lib/dracut'
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} /root/flatcar_developer_container.build/torcx-zfs-master/zfs/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='/usr/lib/modules-load.d'
mounthelperdir='/sbin'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/zfs'
pkgpythondir='${pythondir}/zfs'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib64/python3.6/site-packages'
pythondir='${prefix}/lib64/python3.6/site-packages'
pythonsitedir='/usr/lib64/python3.6/site-packages'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
systemdgeneratordir='/usr/lib/systemd/system-generators'
systemdpresetdir='/usr/lib/systemd/system-preset'
systemdunitdir='/usr/lib/systemd/system'
target='x86_64-pc-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='pc'
udevdir='/lib/udev'
udevruledir='/lib/udev/rules.d'
zfsexecdir='${exec_prefix}/libexec/zfs'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "zfs"
#define PACKAGE_TARNAME "zfs"
#define PACKAGE_VERSION "0.8.0"
#define PACKAGE_STRING "zfs 0.8.0"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define ZFS_META_NAME "zfs"
#define ZFS_META_VERSION "0.8.0"
#define SPL_META_VERSION ZFS_META_VERSION
#define ZFS_META_RELEASE "150_g09276fde1"
#define SPL_META_RELEASE ZFS_META_RELEASE
#define ZFS_META_LICENSE "CDDL"
#define ZFS_META_ALIAS "zfs-0.8.0-150_g09276fde1"
#define SPL_META_ALIAS ZFS_META_ALIAS
#define ZFS_META_AUTHOR "OpenZFS on Linux"
#define PACKAGE "zfs"
#define VERSION "0.8.0"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_ICONV 1
#define ICONV_CONST
#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_PYTHON "3.6"
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define HAVE_ZLIB 1
#define HAVE_LIBUUID 1
#define HAVE_LIBTIRPC 1
#define HAVE_LIBBLKID 1
#define HAVE_LIBUDEV 1
#define HAVE_LIBUDEV_UDEV_DEVICE_GET_IS_INITIALIZED 1
#define HAVE_LIBSSL 1
#define HAVE_LIBAIO 1
#define HAVE_MAKEDEV_IN_SYSMACROS 1
#define HAVE_MLOCKALL 1
configure: exit 1
checking for gawk... gawk
checking metadata... git describe
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 build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking how to print strings... printf
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 gcc... /usr/x86_64-cros-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-cros-linux-gnu/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/x86_64-cros-linux-gnu/bin/ld option to reload object files... -r
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 ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc 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... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-cros-linux-gnu/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 pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking dependency style of gcc... gcc3
checking whether to build with code coverage support... no
checking how to create a pax tar archive... gnutar
checking zfs author... OpenZFS on Linux
checking zfs license... CDDL
checking linux distribution... ubuntu
checking default package type... deb
checking default init directory... ${prefix}/etc/init.d
checking default init script type... lsb
checking default init config direectory... /etc/default
checking whether initramfs-tools is available... no
checking whether rpm is available... no
checking whether rpmbuild is available... no
./configure: line 13370: dpkg-architecture: command not found
checking whether spec files are available... yes (rpm/generic/*.spec.in)
checking whether dpkg is available... no
checking whether dpkg-buildpackage is available... no
checking whether alien is available... no
checking for ld... /usr/x86_64-cros-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-cros-linux-gnu/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... lib64,lib64
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking zfs config... all
checking whether gcc supports -Wno-unused-but-set-variable... yes
checking whether gcc supports -Wno-bool-compare... yes
checking whether gcc supports -Wframe-larger-than=<size>... yes
checking whether gcc supports -Wno-format-truncation... yes
checking whether gcc supports -fno-omit-frame-pointer... yes
checking whether to build with -fsanitize=address 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 for target asm dir... asm-x86_64
checking for python3... python3
checking for python version... 3.6
checking for python platform... linux
checking for python script directory... ${prefix}/lib64/python3.6/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python3.6/site-packages
checking for python3.6... /usr/bin/python3.6
checking for a version of Python >= '2.1.0'... yes
checking for a version of Python >= '3.4.0'... yes
checking for the distutils Python package... yes
checking for Python include path... -I/usr/include/python3.6m
checking for Python library path... -L/usr/lib64 -lpython3.6m
checking for Python site-packages path... /usr/lib64/python3.6/site-packages
checking python extra libraries... -lpthread -ldl -lpthread -lutil -lm
checking python extra linking flags... -Xlinker -export-dynamic
checking consistency of all components of python development environment... yes
checking for python3.6 module: setuptools... no
checking whether to enable pyzfs: ... no
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for CFLocaleCopyPreferredLanguages... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for udev directories... /lib/udev;/lib/udev/rules.d
checking for systemd support... yes
checking for dracut directory... /usr/lib/dracut
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for library containing compress2... -lz
checking for library containing uncompress... none required
checking for library containing crc32... none required
checking uuid/uuid.h usability... yes
checking uuid/uuid.h presence... yes
checking for uuid/uuid.h... yes
checking for library containing uuid_generate... -luuid
checking for library containing uuid_is_null... none required
checking for library containing xdrmem_create... no
checking for libtirpc... yes
checking rpc/xdr.h usability... yes
checking rpc/xdr.h presence... yes
checking for rpc/xdr.h... yes
checking for xdrmem_create in -ltirpc... yes
checking blkid/blkid.h usability... yes
checking blkid/blkid.h presence... yes
checking for blkid/blkid.h... yes
checking libudev.h usability... yes
checking libudev.h presence... yes
checking for libudev.h... yes
checking for library containing udev_device_get_is_initialized... -ludev
checking openssl/evp.h usability... yes
checking openssl/evp.h presence... yes
checking for openssl/evp.h... yes
checking libaio.h usability... yes
checking libaio.h presence... yes
checking for libaio.h... yes
checking makedev() is declared in sys/sysmacros.h... yes
checking makedev() is declared in sys/mkdev.h... no
checking for mlockall... yes
checking for strlcat... no
checking for strlcpy... no
checking kernel source directory... /usr/lib64/modules/5.2.1-flatcar/source
checking kernel build directory... /usr/lib64/modules/5.2.1-flatcar/build
checking kernel source version... 5.2.1-flatcar
checking kernel file name for module symbols... Module.symvers
checking whether access_ok() has 'type' parameter... no
checking whether modules can be built... no
configure: error: *** Unable to build an empty module.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment