Skip to content

Instantly share code, notes, and snippets.

@andy5995
Created August 15, 2019 02:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andy5995/507d940030068a1943093fb284cba539 to your computer and use it in GitHub Desktop.
Save andy5995/507d940030068a1943093fb284cba539 to your computer and use it in GitHub Desktop.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by kmod configure 26, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --prefix=/home/andy/Downloads/tmp/kmod-26/tmp/kmod/test
## --------- ##
## Platform. ##
## --------- ##
hostname = oceanus
uname -m = x86_64
uname -r = 4.19.0-5-amd64
uname -s = Linux
uname -v = #1 SMP Debian 4.19.37-5+deb10u2 (2019-08-08)
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/andy/.cargo/bin
PATH: /home/andy/bin
PATH: /home/andy/local/bin
PATH: /home/andy/.local/bin
PATH: /home/andy/Qt5.3/5.3/gcc_64/bin
PATH: /home/andy/.rvm/gems/ruby-2.5.1/bin
PATH: /home/andy/.rvm/gems/ruby-2.5.1@global/bin
PATH: /home/andy/.rvm/rubies/ruby-2.5.1/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games
PATH: /home/andy/.rvm/bin
PATH: /home/andy/bin
PATH: /home/andy/local/bin/cov-analysis-linux64-2019.03/bin
PATH: /home/andy/.linuxbrew/bin
PATH: /home/andy/.cargo/bin
PATH: /home/andy/.rvm/bin
PATH: /home/andy/.rvm/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2532: checking for gcc
configure:2548: found /usr/bin/gcc
configure:2559: result: gcc
configure:2788: checking for C compiler version
configure:2797: gcc --version >&5
gcc (Debian 8.3.0-6) 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:2808: $? = 0
configure:2797: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 8.3.0 (Debian 8.3.0-6)
configure:2808: $? = 0
configure:2797: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2808: $? = 1
configure:2797: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:2808: $? = 1
configure:2828: checking whether the C compiler works
configure:2850: gcc conftest.c >&5
configure:2854: $? = 0
configure:2902: result: yes
configure:2905: checking for C compiler default output file name
configure:2907: result: a.out
configure:2913: checking for suffix of executables
configure:2920: gcc -o conftest conftest.c >&5
configure:2924: $? = 0
configure:2946: result:
configure:2968: checking whether we are cross compiling
configure:2976: gcc -o conftest conftest.c >&5
configure:2980: $? = 0
configure:2987: ./conftest
configure:2991: $? = 0
configure:2979: result: no
configure:2984: checking for suffix of object files
configure:3006: gcc -c conftest.c >&5
configure:3010: $? = 0
configure:3031: result: o
configure:3035: checking whether we are using the GNU C compiler
configure:3054: gcc -c conftest.c >&5
configure:3054: $? = 0
configure:3063: result: yes
configure:3072: checking whether gcc accepts -g
configure:3092: gcc -c -g conftest.c >&5
configure:3092: $? = 0
configure:3133: result: yes
configure:3150: checking for gcc option to accept ISO C89
configure:3213: gcc -c -g -O2 conftest.c >&5
configure:3213: $? = 0
configure:3226: result: none needed
configure:3251: checking whether gcc understands -c and -o together
configure:3273: gcc -c conftest.c -o conftest2.o
configure:3276: $? = 0
configure:3273: gcc -c conftest.c -o conftest2.o
configure:3276: $? = 0
configure:3288: result: yes
configure:3311: checking how to run the C preprocessor
configure:3342: gcc -E conftest.c
configure:3342: $? = 0
configure:3356: gcc -E conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3356: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kmod"
| #define PACKAGE_TARNAME "kmod"
| #define PACKAGE_VERSION "26"
| #define PACKAGE_STRING "kmod 26"
| #define PACKAGE_BUGREPORT "linux-modules@vger.kernel.org"
| #define PACKAGE_URL "http://git.kernel.org/?p=utils/kernel/kmod/kmod.git"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3381: result: gcc -E
configure:3401: gcc -E conftest.c
configure:3401: $? = 0
configure:3415: gcc -E conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3415: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kmod"
| #define PACKAGE_TARNAME "kmod"
| #define PACKAGE_VERSION "26"
| #define PACKAGE_STRING "kmod 26"
| #define PACKAGE_BUGREPORT "linux-modules@vger.kernel.org"
| #define PACKAGE_URL "http://git.kernel.org/?p=utils/kernel/kmod/kmod.git"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3444: checking for grep that handles long lines and -e
configure:3502: result: /bin/grep
configure:3507: checking for egrep
configure:3569: result: /bin/grep -E
configure:3574: checking for ANSI C header files
configure:3594: gcc -c -g -O2 conftest.c >&5
configure:3594: $? = 0
configure:3667: gcc -o conftest -g -O2 conftest.c >&5
configure:3667: $? = 0
configure:3667: ./conftest
configure:3667: $? = 0
configure:3678: result: yes
configure:3691: checking for sys/types.h
configure:3691: gcc -c -g -O2 conftest.c >&5
configure:3691: $? = 0
configure:3691: result: yes
configure:3691: checking for sys/stat.h
configure:3691: gcc -c -g -O2 conftest.c >&5
configure:3691: $? = 0
configure:3691: result: yes
configure:3691: checking for stdlib.h
configure:3691: gcc -c -g -O2 conftest.c >&5
configure:3691: $? = 0
configure:3691: result: yes
configure:3691: checking for string.h
configure:3691: gcc -c -g -O2 conftest.c >&5
configure:3691: $? = 0
configure:3691: result: yes
configure:3691: checking for memory.h
configure:3691: gcc -c -g -O2 conftest.c >&5
configure:3691: $? = 0
configure:3691: result: yes
configure:3691: checking for strings.h
configure:3691: gcc -c -g -O2 conftest.c >&5
configure:3691: $? = 0
configure:3691: result: yes
configure:3691: checking for inttypes.h
configure:3691: gcc -c -g -O2 conftest.c >&5
configure:3691: $? = 0
configure:3691: result: yes
configure:3691: checking for stdint.h
configure:3691: gcc -c -g -O2 conftest.c >&5
configure:3691: $? = 0
configure:3691: result: yes
configure:3691: checking for unistd.h
configure:3691: gcc -c -g -O2 conftest.c >&5
configure:3691: $? = 0
configure:3691: result: yes
configure:3704: checking minix/config.h usability
configure:3704: gcc -c -g -O2 conftest.c >&5
conftest.c:52:10: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
^~~~~~~~~~~~~~~~
compilation terminated.
configure:3704: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kmod"
| #define PACKAGE_TARNAME "kmod"
| #define PACKAGE_VERSION "26"
| #define PACKAGE_STRING "kmod 26"
| #define PACKAGE_BUGREPORT "linux-modules@vger.kernel.org"
| #define PACKAGE_URL "http://git.kernel.org/?p=utils/kernel/kmod/kmod.git"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:3704: result: no
configure:3704: checking minix/config.h presence
configure:3704: gcc -E conftest.c
conftest.c:19:10: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
^~~~~~~~~~~~~~~~
compilation terminated.
configure:3704: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kmod"
| #define PACKAGE_TARNAME "kmod"
| #define PACKAGE_VERSION "26"
| #define PACKAGE_STRING "kmod 26"
| #define PACKAGE_BUGREPORT "linux-modules@vger.kernel.org"
| #define PACKAGE_URL "http://git.kernel.org/?p=utils/kernel/kmod/kmod.git"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:3704: result: no
configure:3704: checking for minix/config.h
configure:3704: result: no
configure:3725: checking whether it is safe to define __EXTENSIONS__
configure:3743: gcc -c -g -O2 conftest.c >&5
configure:3743: $? = 0
configure:3750: result: yes
configure:3771: checking for special C compiler options needed for large files
configure:3816: result: no
configure:3822: checking for _FILE_OFFSET_BITS value needed for large files
configure:3847: gcc -c -g -O2 conftest.c >&5
configure:3847: $? = 0
configure:3879: result: no
configure:3966: checking whether to enable maintainer-specific portions of Makefiles
configure:3975: result: yes
configure:4004: checking for a BSD-compatible install
configure:4072: result: /usr/bin/install -c
configure:4083: checking whether build environment is sane
configure:4138: result: yes
configure:4284: checking for a thread-safe mkdir -p
configure:4323: result: /bin/mkdir -p
configure:4330: checking for gawk
configure:4346: found /usr/bin/gawk
configure:4357: result: gawk
configure:4368: checking whether make sets $(MAKE)
configure:4390: result: yes
configure:4412: checking whether make supports the include directive
configure:4427: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:4430: $? = 0
configure:4449: result: yes (GNU style)
configure:4482: checking whether make supports nested variables
configure:4499: result: yes
configure:4578: checking how to create a pax tar archive
configure:4589: tar --version
tar (GNU tar) 1.30
Copyright (C) 2017 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:4592: $? = 0
configure:4632: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar
configure:4635: $? = 0
configure:4639: tar -xf - <conftest.tar
configure:4642: $? = 0
configure:4644: cat conftest.dir/file
GrepMe
configure:4647: $? = 0
configure:4660: result: gnutar
configure:4669: checking dependency style of gcc
configure:4780: result: gcc3
configure:4849: checking whether make supports nested variables
configure:4866: result: yes
configure:4906: checking build system type
configure:4920: result: x86_64-pc-linux-gnu
configure:4940: checking host system type
configure:4953: result: x86_64-pc-linux-gnu
configure:4994: checking how to print strings
configure:5021: result: printf
configure:5042: checking for a sed that does not truncate output
configure:5106: result: /bin/sed
configure:5124: checking for fgrep
configure:5186: result: /bin/grep -F
configure:5221: checking for ld used by gcc
configure:5288: result: /usr/bin/ld
configure:5295: checking if the linker (/usr/bin/ld) is GNU ld
configure:5310: result: yes
configure:5322: checking for BSD- or MS-compatible name lister (nm)
configure:5376: result: /usr/bin/nm -B
configure:5506: checking the name lister (/usr/bin/nm -B) interface
configure:5513: gcc -c -g -O2 conftest.c >&5
configure:5516: /usr/bin/nm -B "conftest.o"
configure:5519: output
0000000000000000 B some_variable
configure:5520: result: BSD nm
configure:5523: checking whether ln -s works
configure:5527: result: yes
configure:5535: checking the maximum length of command line arguments
configure:5666: result: 1572864
configure:5714: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:5754: result: func_convert_file_noop
configure:5761: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:5781: result: func_convert_file_noop
configure:5788: checking for /usr/bin/ld option to reload object files
configure:5795: result: -r
configure:5869: checking for objdump
configure:5885: found /usr/bin/objdump
configure:5896: result: objdump
configure:5928: checking how to recognize dependent libraries
configure:6128: result: pass_all
configure:6213: checking for dlltool
configure:6243: result: no
configure:6273: checking how to associate runtime and link libraries
configure:6300: result: printf %s\n
configure:6360: checking for ar
configure:6376: found /usr/bin/ar
configure:6387: result: ar
configure:6424: checking for archiver @FILE support
configure:6441: gcc -c -g -O2 conftest.c >&5
configure:6441: $? = 0
configure:6444: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:6447: $? = 0
configure:6452: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
ar: conftest.o: No such file or directory
configure:6455: $? = 1
configure:6454: result: @
configure:6512: checking for strip
configure:6528: found /usr/bin/strip
configure:6539: result: strip
configure:6611: checking for ranlib
configure:6627: found /usr/bin/ranlib
configure:6638: result: ranlib
configure:6740: checking command to parse /usr/bin/nm -B output from gcc object
configure:6893: gcc -c -g -O2 conftest.c >&5
configure:6896: $? = 0
configure:6900: /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:6966: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6969: $? = 0
configure:7007: result: ok
configure:7054: checking for sysroot
configure:7084: result: no
configure:7091: checking for a working dd
configure:7129: result: /bin/dd
configure:7133: checking how to truncate binary pipes
configure:7148: result: /bin/dd bs=4096 count=1
configure:7284: gcc -c -g -O2 conftest.c >&5
configure:7287: $? = 0
configure:7477: checking for mt
configure:7493: found /bin/mt
configure:7504: result: mt
configure:7527: checking if mt is a manifest tool
configure:7533: mt '-?'
configure:7541: result: no
configure:8215: checking for dlfcn.h
configure:8215: gcc -c -g -O2 conftest.c >&5
configure:8215: $? = 0
configure:8215: result: yes
configure:8469: checking for objdir
configure:8484: result: .libs
configure:8748: checking if gcc supports -fno-rtti -fno-exceptions
configure:8766: 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:8770: $? = 0
configure:8783: result: no
configure:9141: checking for gcc option to produce PIC
configure:9148: result: -fPIC -DPIC
configure:9156: checking if gcc PIC flag -fPIC -DPIC works
configure:9174: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:9178: $? = 0
configure:9191: result: yes
configure:9220: checking if gcc static flag -static works
configure:9248: result: yes
configure:9263: checking if gcc supports -c -o file.o
configure:9284: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:9288: $? = 0
configure:9310: result: yes
configure:9318: checking if gcc supports -c -o file.o
configure:9365: result: yes
configure:9398: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:10661: result: yes
configure:10698: checking whether -lc should be explicitly linked in
configure:10706: gcc -c -g -O2 conftest.c >&5
configure:10709: $? = 0
configure:10724: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:10727: $? = 0
configure:10741: result: no
configure:10901: checking dynamic linker characteristics
configure:11482: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:11482: $? = 0
configure:11731: result: GNU/Linux ld.so
configure:11853: checking how to hardcode library paths into programs
configure:11878: result: immediate
configure:12426: checking whether stripping libraries is possible
configure:12431: result: yes
configure:12466: checking if libtool supports shared libraries
configure:12468: result: yes
configure:12471: checking whether to build shared libraries
configure:12496: result: yes
configure:12499: checking whether to build static libraries
configure:12503: result: no
configure:9328: checking for a sed that does not truncate output
configure:9392: result: /bin/sed
configure:9398: checking whether ln -s works
configure:9402: result: yes
configure:9463: checking for pkg-config
configure:9481: found /usr/bin/pkg-config
configure:9493: result: /usr/bin/pkg-config
configure:9518: checking pkg-config is at least version 0.9.0
configure:9521: result: yes
configure:9531: checking for xsltproc
configure:9549: found /usr/bin/xsltproc
configure:9561: result: /usr/bin/xsltproc
configure:9571: checking for mkosi
configure:9604: result: no
configure:9610: checking for gcc option to accept ISO C99
configure:9759: gcc -c -g -O2 conftest.c >&5
configure:9759: $? = 0
configure:9772: result: none needed
configure:9798: checking for __xstat
configure:9798: gcc -o conftest -g -O2 conftest.c >&5
configure:9798: $? = 0
configure:9798: result: yes
configure:9798: checking for __secure_getenv
configure:9798: gcc -o conftest -g -O2 conftest.c >&5
/usr/bin/ld: /tmp/ccy6vsXP.o: in function `main':
/home/andy/Downloads/tmp/kmod-26/tmp/kmod/conftest.c:63: undefined reference to `__secure_getenv'
collect2: error: ld returned 1 exit status
configure:9798: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kmod"
| #define PACKAGE_TARNAME "kmod"
| #define PACKAGE_VERSION "26"
| #define PACKAGE_STRING "kmod 26"
| #define PACKAGE_BUGREPORT "linux-modules@vger.kernel.org"
| #define PACKAGE_URL "http://git.kernel.org/?p=utils/kernel/kmod/kmod.git"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "kmod"
| #define VERSION "26"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___XSTAT 1
| /* end confdefs.h. */
| /* Define __secure_getenv to an innocuous variant, in case <limits.h> declares __secure_getenv.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define __secure_getenv innocuous___secure_getenv
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char __secure_getenv (); 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 __secure_getenv
|
| /* 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 __secure_getenv ();
| /* 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___secure_getenv || defined __stub_____secure_getenv
| choke me
| #endif
|
| int
| main ()
| {
| return __secure_getenv ();
| ;
| return 0;
| }
configure:9798: result: no
configure:9798: checking for secure_getenv
configure:9798: gcc -o conftest -g -O2 conftest.c >&5
configure:9798: $? = 0
configure:9798: result: yes
configure:9798: checking for finit_module
configure:9798: gcc -o conftest -g -O2 conftest.c >&5
/usr/bin/ld: /tmp/cclp6kkY.o: in function `main':
/home/andy/Downloads/tmp/kmod-26/tmp/kmod/conftest.c:64: undefined reference to `finit_module'
collect2: error: ld returned 1 exit status
configure:9798: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kmod"
| #define PACKAGE_TARNAME "kmod"
| #define PACKAGE_VERSION "26"
| #define PACKAGE_STRING "kmod 26"
| #define PACKAGE_BUGREPORT "linux-modules@vger.kernel.org"
| #define PACKAGE_URL "http://git.kernel.org/?p=utils/kernel/kmod/kmod.git"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "kmod"
| #define VERSION "26"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___XSTAT 1
| #define HAVE_SECURE_GETENV 1
| /* end confdefs.h. */
| /* Define finit_module to an innocuous variant, in case <limits.h> declares finit_module.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define finit_module innocuous_finit_module
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char finit_module (); 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 finit_module
|
| /* 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 finit_module ();
| /* 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_finit_module || defined __stub___finit_module
| choke me
| #endif
|
| int
| main ()
| {
| return finit_module ();
| ;
| return 0;
| }
configure:9798: result: no
configure:9821: checking if compiler has __builtin_clz builtin function
configure:9838: gcc -o conftest -g -O2 conftest.c >&5
configure:9838: $? = 0
configure:9846: result: yes
configure:9868: checking if compiler has __builtin_types_compatible_p builtin function
configure:9885: gcc -o conftest -g -O2 conftest.c >&5
configure:9885: $? = 0
configure:9893: result: yes
configure:9915: checking if compiler has __builtin_uaddl_overflow builtin function
configure:9932: gcc -o conftest -g -O2 conftest.c >&5
configure:9932: $? = 0
configure:9940: result: yes
configure:9962: checking if compiler has __builtin_uaddll_overflow builtin function
configure:9979: gcc -o conftest -g -O2 conftest.c >&5
configure:9979: $? = 0
configure:9987: result: yes
configure:10009: checking for struct stat.st_mtim
configure:10009: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:40:5: error: used struct type value where scalar is required
if (ac_aggr.st_mtim)
^~~~~~~
configure:10009: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kmod"
| #define PACKAGE_TARNAME "kmod"
| #define PACKAGE_VERSION "26"
| #define PACKAGE_STRING "kmod 26"
| #define PACKAGE_BUGREPORT "linux-modules@vger.kernel.org"
| #define PACKAGE_URL "http://git.kernel.org/?p=utils/kernel/kmod/kmod.git"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "kmod"
| #define VERSION "26"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___XSTAT 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE___BUILTIN_UADDL_OVERFLOW 1
| #define HAVE___BUILTIN_UADDLL_OVERFLOW 1
| /* end confdefs.h. */
| #include <sys/stat.h>
|
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_mtim)
| return 0;
| ;
| return 0;
| }
configure:10009: gcc -c -g -O2 conftest.c >&5
configure:10009: $? = 0
configure:10009: result: yes
configure:10022: checking whether strndupa is declared
configure:10022: gcc -c -g -O2 conftest.c >&5
configure:10022: $? = 0
configure:10022: result: yes
configure:10036: checking whether be32toh is declared
configure:10036: gcc -c -g -O2 conftest.c >&5
configure:10036: $? = 0
configure:10036: result: yes
configure:10056: checking for linux/module.h
configure:10056: gcc -c -g -O2 conftest.c >&5
configure:10056: $? = 0
configure:10056: result: yes
configure:10071: checking whether _Static_assert() is supported
configure:10077: gcc -c -g -O2 conftest.c >&5
configure:10077: $? = 0
configure:10081: result: yes
configure:10089: checking whether _Noreturn is supported
configure:10095: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'foo':
conftest.c:39:27: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
_Noreturn int foo(void) { exit(0); }
^~~~
conftest.c:39:27: warning: incompatible implicit declaration of built-in function 'exit'
conftest.c:39:27: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:1:1:
/* confdefs.h */
conftest.c:39:27:
_Noreturn int foo(void) { exit(0); }
^~~~
configure:10095: $? = 0
configure:10099: result: yes
configure:10230: Xz support not requested
configure:10366: zlib support not requested
configure:10502: openssl support not requested
configure:11335: checking if gcc supports flag -pipe in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -pipe conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -DANOTHER_BRICK_IN_THE in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -DANOTHER_BRICK_IN_THE conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wall in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wall conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -W in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -W conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wextra in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wextra conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wno-inline in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Winline conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wvla in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wvla conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wundef in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wundef conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wformat=2 in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wformat=2 conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wlogical-op in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wlogical-op conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wsign-compare in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wsign-compare conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wformat-security in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wformat-security conftest.c >&5
cc1: error: -Wformat-security ignored without -Wformat [-Werror=format-security]
cc1: all warnings being treated as errors
configure:11346: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kmod"
| #define PACKAGE_TARNAME "kmod"
| #define PACKAGE_VERSION "26"
| #define PACKAGE_STRING "kmod 26"
| #define PACKAGE_BUGREPORT "linux-modules@vger.kernel.org"
| #define PACKAGE_URL "http://git.kernel.org/?p=utils/kernel/kmod/kmod.git"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "kmod"
| #define VERSION "26"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___XSTAT 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE___BUILTIN_UADDL_OVERFLOW 1
| #define HAVE___BUILTIN_UADDLL_OVERFLOW 1
| #define HAVE_STRUCT_STAT_ST_MTIM 1
| #define HAVE_DECL_STRNDUPA 1
| #define HAVE_DECL_BE32TOH 1
| #define HAVE_LINUX_MODULE_H 1
| #define HAVE_STATIC_ASSERT 1
| #define HAVE_NORETURN 1
| #define ENABLE_LOGGING 1
| /* end confdefs.h. */
| int main(void) { return 0; }
configure:11356: result: no
configure:11335: checking if gcc supports flag -Wmissing-include-dirs in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wmissing-include-dirs conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wformat-nonliteral in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wformat-nonliteral conftest.c >&5
cc1: error: -Wformat-nonliteral ignored without -Wformat [-Werror=format-nonliteral]
cc1: all warnings being treated as errors
configure:11346: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "kmod"
| #define PACKAGE_TARNAME "kmod"
| #define PACKAGE_VERSION "26"
| #define PACKAGE_STRING "kmod 26"
| #define PACKAGE_BUGREPORT "linux-modules@vger.kernel.org"
| #define PACKAGE_URL "http://git.kernel.org/?p=utils/kernel/kmod/kmod.git"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "kmod"
| #define VERSION "26"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE___XSTAT 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_TYPES_COMPATIBLE_P 1
| #define HAVE___BUILTIN_UADDL_OVERFLOW 1
| #define HAVE___BUILTIN_UADDLL_OVERFLOW 1
| #define HAVE_STRUCT_STAT_ST_MTIM 1
| #define HAVE_DECL_STRNDUPA 1
| #define HAVE_DECL_BE32TOH 1
| #define HAVE_LINUX_MODULE_H 1
| #define HAVE_STATIC_ASSERT 1
| #define HAVE_NORETURN 1
| #define ENABLE_LOGGING 1
| /* end confdefs.h. */
| int main(void) { return 0; }
configure:11356: result: no
configure:11335: checking if gcc supports flag -Wold-style-definition in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wold-style-definition conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wpointer-arith in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wpointer-arith conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Winit-self in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Winit-self conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wdeclaration-after-statement in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wdeclaration-after-statement conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wfloat-equal in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wfloat-equal conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wmissing-prototypes in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wmissing-prototypes conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wstrict-prototypes in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wstrict-prototypes conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wredundant-decls in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wredundant-decls conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wmissing-declarations in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wmissing-declarations conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wmissing-noreturn in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wmissing-noreturn conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wshadow in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wshadow conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wendif-labels in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wendif-labels conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wstrict-aliasing=3 in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wstrict-aliasing=3 conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wwrite-strings in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wwrite-strings conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wno-long-long in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wlong-long conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wno-overlength-strings in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Woverlength-strings conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wno-unused-parameter in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wunused-parameter conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wno-missing-field-initializers in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wmissing-field-initializers conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wno-unused-result in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wunused-result conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wnested-externs in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wnested-externs conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wchar-subscripts in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wchar-subscripts conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wtype-limits in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wtype-limits conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -Wuninitialized in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -Wuninitialized conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -fno-common in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -fno-common conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -fdiagnostics-show-option in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -fdiagnostics-show-option conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -fvisibility=hidden in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -fvisibility=hidden conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -ffunction-sections in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -ffunction-sections conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11335: checking if gcc supports flag -fdata-sections in envvar CFLAGS
configure:11346: gcc -o conftest -Werror -fdata-sections conftest.c >&5
configure:11346: $? = 0
configure:11356: result: yes
configure:11375: checking if gcc supports flag -Wl,--as-needed in envvar LDFLAGS
configure:11386: gcc -o conftest -g -O2 -Werror -Wl,--as-needed conftest.c >&5
configure:11386: $? = 0
configure:11396: result: yes
configure:11375: checking if gcc supports flag -Wl,--no-undefined in envvar LDFLAGS
configure:11386: gcc -o conftest -g -O2 -Werror -Wl,--no-undefined conftest.c >&5
configure:11386: $? = 0
configure:11396: result: yes
configure:11375: checking if gcc supports flag -Wl,--gc-sections in envvar LDFLAGS
configure:11386: gcc -o conftest -g -O2 -Werror -Wl,--gc-sections conftest.c >&5
configure:11386: $? = 0
configure:11396: result: yes
configure:11529: checking that generated files are newer than configure
configure:11535: result: done
configure:11586: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by kmod config.status 26, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on oceanus
config.status:1152: creating Makefile
config.status:1152: creating man/Makefile
config.status:1152: creating libkmod/docs/Makefile
config.status:1152: creating libkmod/docs/version.xml
config.status:1152: creating config.h
config.status:1381: executing depfiles commands
config.status:1458: cd . && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
config.status:1463: $? = 0
config.status:1381: executing libtool commands
configure:13761: result:
kmod 26
=======
prefix: /home/andy/Downloads/tmp/kmod-26/tmp/kmod/test
sysconfdir: ${prefix}/etc
libdir: ${exec_prefix}/lib
rootlibdir: ${exec_prefix}/lib
includedir: ${prefix}/include
bindir: ${exec_prefix}/bin
Bash completions dir: /usr/share/bash-completion/completions
compiler: gcc
cflags: -pipe -DANOTHER_BRICK_IN_THE -Wall -W -Wextra -Wno-inline -Wvla -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=3 -Wwrite-strings -Wno-long-long -Wno-overlength-strings -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wnested-externs -Wchar-subscripts -Wtype-limits -Wuninitialized -fno-common -fdiagnostics-show-option -fvisibility=hidden -ffunction-sections -fdata-sections -g -O2
ldflags: -Wl,--as-needed -Wl,--no-undefined -Wl,--gc-sections
experimental features: no
tools: yes
python bindings: no
logging: yes
compression: xz=no zlib=no
debug: no
coverage: no
doc:
man: yes
test-modules: yes
features: -XZ -ZLIB -LIBCRYPTO -EXPERIMENTAL
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
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_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_CFLAGS_set=
ac_cv_env_PYTHON_CFLAGS_value=
ac_cv_env_PYTHON_LIBS_set=
ac_cv_env_PYTHON_LIBS_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_libcrypto_CFLAGS_set=
ac_cv_env_libcrypto_CFLAGS_value=
ac_cv_env_libcrypto_LIBS_set=
ac_cv_env_libcrypto_LIBS_value=
ac_cv_env_liblzma_CFLAGS_set=
ac_cv_env_liblzma_CFLAGS_value=
ac_cv_env_liblzma_LIBS_set=
ac_cv_env_liblzma_LIBS_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_env_zlib_CFLAGS_set=
ac_cv_env_zlib_CFLAGS_value=
ac_cv_env_zlib_LIBS_set=
ac_cv_env_zlib_LIBS_value=
ac_cv_func___secure_getenv=no
ac_cv_func___xstat=yes
ac_cv_func_finit_module=no
ac_cv_func_secure_getenv=yes
ac_cv_have_decl_be32toh=yes
ac_cv_have_decl_strndupa=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_linux_module_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
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_host=x86_64-pc-linux-gnu
ac_cv_member_struct_stat_st_mtim=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_XSLTPROC=/usr/bin/xsltproc
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_prog_tar_pax=gnutar
cc_cv_CFLAGS__DANOTHER_BRICK_IN_THE=yes
cc_cv_CFLAGS__W=yes
cc_cv_CFLAGS__Wall=yes
cc_cv_CFLAGS__Wchar_subscripts=yes
cc_cv_CFLAGS__Wdeclaration_after_statement=yes
cc_cv_CFLAGS__Wendif_labels=yes
cc_cv_CFLAGS__Wextra=yes
cc_cv_CFLAGS__Wfloat_equal=yes
cc_cv_CFLAGS__Wformat_2=yes
cc_cv_CFLAGS__Wformat_nonliteral=no
cc_cv_CFLAGS__Wformat_security=no
cc_cv_CFLAGS__Winit_self=yes
cc_cv_CFLAGS__Wlogical_op=yes
cc_cv_CFLAGS__Wmissing_declarations=yes
cc_cv_CFLAGS__Wmissing_include_dirs=yes
cc_cv_CFLAGS__Wmissing_noreturn=yes
cc_cv_CFLAGS__Wmissing_prototypes=yes
cc_cv_CFLAGS__Wnested_externs=yes
cc_cv_CFLAGS__Wno_inline=yes
cc_cv_CFLAGS__Wno_long_long=yes
cc_cv_CFLAGS__Wno_missing_field_initializers=yes
cc_cv_CFLAGS__Wno_overlength_strings=yes
cc_cv_CFLAGS__Wno_unused_parameter=yes
cc_cv_CFLAGS__Wno_unused_result=yes
cc_cv_CFLAGS__Wold_style_definition=yes
cc_cv_CFLAGS__Wpointer_arith=yes
cc_cv_CFLAGS__Wredundant_decls=yes
cc_cv_CFLAGS__Wshadow=yes
cc_cv_CFLAGS__Wsign_compare=yes
cc_cv_CFLAGS__Wstrict_aliasing_3=yes
cc_cv_CFLAGS__Wstrict_prototypes=yes
cc_cv_CFLAGS__Wtype_limits=yes
cc_cv_CFLAGS__Wundef=yes
cc_cv_CFLAGS__Wuninitialized=yes
cc_cv_CFLAGS__Wvla=yes
cc_cv_CFLAGS__Wwrite_strings=yes
cc_cv_CFLAGS__fdata_sections=yes
cc_cv_CFLAGS__fdiagnostics_show_option=yes
cc_cv_CFLAGS__ffunction_sections=yes
cc_cv_CFLAGS__fno_common=yes
cc_cv_CFLAGS__fvisibility_hidden=yes
cc_cv_CFLAGS__pipe=yes
cc_cv_LDFLAGS__Wl___as_needed=yes
cc_cv_LDFLAGS__Wl___gc_sections=yes
cc_cv_LDFLAGS__Wl___no_undefined=yes
cc_cv_have___builtin_clz=yes
cc_cv_have___builtin_types_compatible_p=yes
cc_cv_have___builtin_uaddl_overflow=yes
cc_cv_have___builtin_uaddll_overflow=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/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='/bin/dd bs=4096 count=1'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/andy/Downloads/tmp/kmod-26/tmp/kmod/build-aux/missing aclocal-1.16'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /home/andy/Downloads/tmp/kmod-26/tmp/kmod/build-aux/missing autoconf'
AUTOHEADER='${SHELL} /home/andy/Downloads/tmp/kmod-26/tmp/kmod/build-aux/missing autoheader'
AUTOMAKE='${SHELL} /home/andy/Downloads/tmp/kmod-26/tmp/kmod/build-aux/missing automake-1.16'
AWK='gawk'
BUILD_EXPERIMENTAL_FALSE=''
BUILD_EXPERIMENTAL_TRUE='#'
BUILD_MANPAGES_FALSE='#'
BUILD_MANPAGES_TRUE=''
BUILD_MODULES_FALSE='#'
BUILD_MODULES_TRUE=''
BUILD_PYTHON_FALSE=''
BUILD_PYTHON_TRUE='#'
BUILD_TOOLS_FALSE='#'
BUILD_TOOLS_TRUE=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
CYTHON=''
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_COVERAGE_FALSE=''
ENABLE_COVERAGE_TRUE='#'
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE='#'
EXEEXT=''
FGREP='/bin/grep -F'
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /home/andy/Downloads/tmp/kmod-26/tmp/kmod/build-aux/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
MKOSI=''
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
OUR_CFLAGS=' -pipe -DANOTHER_BRICK_IN_THE -Wall -W -Wextra -Wno-inline -Wvla -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=3 -Wwrite-strings -Wno-long-long -Wno-overlength-strings -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wnested-externs -Wchar-subscripts -Wtype-limits -Wuninitialized -fno-common -fdiagnostics-show-option -fvisibility=hidden -ffunction-sections -fdata-sections '
OUR_LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,--gc-sections'
PACKAGE='kmod'
PACKAGE_BUGREPORT='linux-modules@vger.kernel.org'
PACKAGE_NAME='kmod'
PACKAGE_STRING='kmod 26'
PACKAGE_TARNAME='kmod'
PACKAGE_URL='http://git.kernel.org/?p=utils/kernel/kmod/kmod.git'
PACKAGE_VERSION='26'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PYTHON=''
PYTHON_CFLAGS=''
PYTHON_EXEC_PREFIX=''
PYTHON_LIBS=''
PYTHON_PLATFORM=''
PYTHON_PREFIX=''
PYTHON_VERSION=''
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
VERSION='26'
XSLTPROC='/usr/bin/xsltproc'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_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 -'
bashcompletiondir='/usr/share/bash-completion/completions'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
have_coverage=''
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} /home/andy/Downloads/tmp/kmod-26/tmp/kmod/build-aux/install-sh'
libcrypto_CFLAGS=''
libcrypto_LIBS=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
liblzma_CFLAGS=''
liblzma_LIBS=''
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir=''
pkgpythondir=''
prefix='/home/andy/Downloads/tmp/kmod-26/tmp/kmod/test'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir=''
pythondir=''
rootlibdir='${exec_prefix}/lib'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
zlib_CFLAGS=''
zlib_LIBS=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "kmod"
#define PACKAGE_TARNAME "kmod"
#define PACKAGE_VERSION "26"
#define PACKAGE_STRING "kmod 26"
#define PACKAGE_BUGREPORT "linux-modules@vger.kernel.org"
#define PACKAGE_URL "http://git.kernel.org/?p=utils/kernel/kmod/kmod.git"
#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 __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define PACKAGE "kmod"
#define VERSION "26"
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE___XSTAT 1
#define HAVE_SECURE_GETENV 1
#define HAVE___BUILTIN_CLZ 1
#define HAVE___BUILTIN_TYPES_COMPATIBLE_P 1
#define HAVE___BUILTIN_UADDL_OVERFLOW 1
#define HAVE___BUILTIN_UADDLL_OVERFLOW 1
#define HAVE_STRUCT_STAT_ST_MTIM 1
#define HAVE_DECL_STRNDUPA 1
#define HAVE_DECL_BE32TOH 1
#define HAVE_LINUX_MODULE_H 1
#define HAVE_STATIC_ASSERT 1
#define HAVE_NORETURN 1
#define ENABLE_LOGGING 1
#define KMOD_FEATURES "-XZ -ZLIB -LIBCRYPTO -EXPERIMENTAL"
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment