Skip to content

Instantly share code, notes, and snippets.

@FallingSnow
Created February 10, 2021 15:34
Show Gist options
  • Save FallingSnow/d3bf3a03eaafb4dc257fd515fff14a62 to your computer and use it in GitHub Desktop.
Save FallingSnow/d3bf3a03eaafb4dc257fd515fff14a62 to your computer and use it in GitHub Desktop.
Fail to compile mlnx-ofa_kernel-4.9-OFED.4.9.2.2.4.1.src
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by compat_mlnx configure 2.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --with-linux-obj=/lib/modules/5.10.14-arch1-1/build --with-linux=/lib/modules/5.10.14-arch1-1/build --with-njobs=1
## --------- ##
## Platform. ##
## --------- ##
hostname = DC6FPSQL01
uname -m = x86_64
uname -r = 5.10.14-arch1-1
uname -s = Linux
uname -v = #1 SMP PREEMPT Sun, 07 Feb 2021 22:42:17 +0000
/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: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/bin/site_perl
PATH: /usr/bin/vendor_perl
PATH: /usr/bin/core_perl
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2242: checking build system type
configure:2256: result: x86_64-pc-linux-gnu
configure:2276: checking host system type
configure:2289: result: x86_64-pc-linux-gnu
configure:2309: checking target system type
configure:2322: result: x86_64-pc-linux-gnu
configure:2366: checking for a BSD-compatible install
configure:2434: result: /usr/bin/install -c
configure:2445: checking whether build environment is sane
configure:2500: result: yes
configure:2651: checking for a thread-safe mkdir -p
configure:2690: result: /usr/bin/mkdir -p
configure:2697: checking for gawk
configure:2713: found /usr/bin/gawk
configure:2724: result: gawk
configure:2735: checking whether make sets $(MAKE)
configure:2757: result: yes
configure:2786: checking whether make supports nested variables
configure:2803: result: yes
configure:2980: checking for gcc
configure:2996: found /usr/bin/gcc
configure:3007: result: gcc
configure:3236: checking for C compiler version
configure:3245: gcc --version >&5
gcc (GCC) 10.2.0
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3256: $? = 0
configure:3245: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --with-isl --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-install-libiberty --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-libunwind-exceptions --disable-werror gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 10.2.0 (GCC)
configure:3256: $? = 0
configure:3245: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3256: $? = 1
configure:3245: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3256: $? = 1
configure:3276: checking whether the C compiler works
configure:3298: gcc conftest.c >&5
configure:3302: $? = 0
configure:3350: result: yes
configure:3353: checking for C compiler default output file name
configure:3355: result: a.out
configure:3361: checking for suffix of executables
configure:3368: gcc -o conftest conftest.c >&5
configure:3372: $? = 0
configure:3394: result:
configure:3416: checking whether we are cross compiling
configure:3424: gcc -o conftest conftest.c >&5
configure:3428: $? = 0
configure:3435: ./conftest
configure:3439: $? = 0
configure:3454: result: no
configure:3459: checking for suffix of object files
configure:3481: gcc -c conftest.c >&5
configure:3485: $? = 0
configure:3506: result: o
configure:3510: checking whether we are using the GNU C compiler
configure:3529: gcc -c conftest.c >&5
configure:3529: $? = 0
configure:3538: result: yes
configure:3547: checking whether gcc accepts -g
configure:3567: gcc -c -g conftest.c >&5
configure:3567: $? = 0
configure:3608: result: yes
configure:3625: checking for gcc option to accept ISO C89
configure:3688: gcc -c -g -O2 conftest.c >&5
configure:3688: $? = 0
configure:3701: result: none needed
configure:3726: checking whether gcc understands -c and -o together
configure:3748: gcc -c conftest.c -o conftest2.o
configure:3751: $? = 0
configure:3748: gcc -c conftest.c -o conftest2.o
configure:3751: $? = 0
configure:3763: result: yes
configure:3791: checking for style of include used by make
configure:3819: result: GNU
configure:3845: checking dependency style of gcc
configure:3956: result: none
configure:3981: checking dependency style of gcc
configure:4090: result: none
configure:4155: checking for ar
configure:4171: found /usr/bin/ar
configure:4182: result: ar
configure:4213: checking how to run the C preprocessor
configure:4244: gcc -E conftest.c
configure:4244: $? = 0
configure:4258: gcc -E conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
11 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4258: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "compat_mlnx"
| #define PACKAGE_TARNAME "compat_mlnx"
| #define PACKAGE_VERSION "2.3"
| #define PACKAGE_STRING "compat_mlnx 2.3"
| #define PACKAGE_BUGREPORT "http://support.mellanox.com/SupportWeb/service_center/SelfService"
| #define PACKAGE_URL ""
| #define PACKAGE "compat_mlnx"
| #define VERSION "2.3"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4283: result: gcc -E
configure:4303: gcc -E conftest.c
configure:4303: $? = 0
configure:4317: gcc -E conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
11 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4317: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "compat_mlnx"
| #define PACKAGE_TARNAME "compat_mlnx"
| #define PACKAGE_VERSION "2.3"
| #define PACKAGE_STRING "compat_mlnx 2.3"
| #define PACKAGE_BUGREPORT "http://support.mellanox.com/SupportWeb/service_center/SelfService"
| #define PACKAGE_URL ""
| #define PACKAGE "compat_mlnx"
| #define VERSION "2.3"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4346: checking for grep that handles long lines and -e
configure:4404: result: /usr/bin/grep
configure:4409: checking for egrep
configure:4471: result: /usr/bin/grep -E
configure:4476: checking for ANSI C header files
configure:4496: gcc -c -g -O2 conftest.c >&5
configure:4496: $? = 0
configure:4569: gcc -o conftest -g -O2 conftest.c >&5
configure:4569: $? = 0
configure:4569: ./conftest
configure:4569: $? = 0
configure:4580: result: yes
configure:4593: checking for sys/types.h
configure:4593: gcc -c -g -O2 conftest.c >&5
configure:4593: $? = 0
configure:4593: result: yes
configure:4593: checking for sys/stat.h
configure:4593: gcc -c -g -O2 conftest.c >&5
configure:4593: $? = 0
configure:4593: result: yes
configure:4593: checking for stdlib.h
configure:4593: gcc -c -g -O2 conftest.c >&5
configure:4593: $? = 0
configure:4593: result: yes
configure:4593: checking for string.h
configure:4593: gcc -c -g -O2 conftest.c >&5
configure:4593: $? = 0
configure:4593: result: yes
configure:4593: checking for memory.h
configure:4593: gcc -c -g -O2 conftest.c >&5
configure:4593: $? = 0
configure:4593: result: yes
configure:4593: checking for strings.h
configure:4593: gcc -c -g -O2 conftest.c >&5
configure:4593: $? = 0
configure:4593: result: yes
configure:4593: checking for inttypes.h
configure:4593: gcc -c -g -O2 conftest.c >&5
configure:4593: $? = 0
configure:4593: result: yes
configure:4593: checking for stdint.h
configure:4593: gcc -c -g -O2 conftest.c >&5
configure:4593: $? = 0
configure:4593: result: yes
configure:4593: checking for unistd.h
configure:4593: gcc -c -g -O2 conftest.c >&5
configure:4593: $? = 0
configure:4593: result: yes
configure:4648: checking for ranlib
configure:4664: found /usr/bin/ranlib
configure:4675: result: ranlib
configure:4740: checking for ld
configure:4756: found /usr/bin/ld
configure:4767: result: ld
configure:4832: checking for objdump
configure:4848: found /usr/bin/objdump
configure:4859: result: objdump
configure:4924: checking for strip
configure:4940: found /usr/bin/strip
configure:4951: result: strip
configure:4979: checking size of unsigned long long
configure:4984: gcc -o conftest -g -O2 conftest.c >&5
configure:4984: $? = 0
configure:4984: ./conftest
configure:4984: $? = 0
configure:4998: result: 8
configure:5056: checking for Linux sources
configure:5089: result: /usr/lib/modules/5.10.14-arch1-1/build
configure:5095: checking for /usr/lib/modules/5.10.14-arch1-1/build
configure:5107: result: yes
configure:5116: checking for Linux objects dir
configure:5149: result: /usr/lib/modules/5.10.14-arch1-1/build
configure:5186: checking for /boot/kernel.h
configure:5197: result: no
configure:5202: checking for /var/adm/running-kernel.h
configure:5213: result: no
configure:5251: checking for /usr/lib/modules/5.10.14-arch1-1/build/.config
configure:5263: result: yes
configure:5276: checking for /usr/lib/modules/5.10.14-arch1-1/build/include/generated/autoconf.h
configure:5288: result: yes
configure:5320: checking for /usr/lib/modules/5.10.14-arch1-1/build/include/linux/kconfig.h
configure:5332: result: yes
configure:5389: checking for build ARCH
configure:5406: result: ARCH=, SRCARCH=x86
configure:5409: checking for cross compilation
configure:5432: result: no
configure:5443: checking for external module build target
configure:5468: cp conftest.c build && env CROSS_COMPILE= make -d /home/admin/MLNX_OFED_SRC-4.9-2.2.4.0/SRPMS/mlnx-ofa_kernel-4.9/compat/build MLNX_KERNEL_TEST=conftest.i LD=ld CC=gcc -f /home/admin/MLNX_OFED_SRC-4.9-2.2.4.0/SRPMS/mlnx-ofa_kernel-4.9/compat/build/Makefile MLNX_LINUX_CONFIG=/usr/lib/modules/5.10.14-arch1-1/build/.config LINUXINCLUDE=-include generated/autoconf.h -I/usr/lib/modules/5.10.14-arch1-1/build/arch/x86/include -Iarch/x86/include/generated -Iinclude -I/usr/lib/modules/5.10.14-arch1-1/build/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/lib/modules/5.10.14-arch1-1/build/include -I/usr/lib/modules/5.10.14-arch1-1/build/include/uapi -Iinclude/generated/uapi -I/usr/lib/modules/5.10.14-arch1-1/build/arch/x86/include -Iarch/x86/include/generated -I/usr/lib/modules/5.10.14-arch1-1/build/arch/x86/include -I/usr/lib/modules/5.10.14-arch1-1/build/arch/x86/include/generated -I/usr/lib/modules/5.10.14-arch1-1/build/include -I/usr/lib/modules/5.10.14-arch1-1/build/include -I/usr/lib/modules/5.10.14-arch1-1/build/include2 -include /usr/lib/modules/5.10.14-arch1-1/build/include/linux/kconfig.h -o tmp_include_depends -o scripts -o include/config/MARKER -C /usr/lib/modules/5.10.14-arch1-1/build EXTRA_CFLAGS=-Werror-implicit-function-declaration -Wno-unused-variable -Wno-uninitialized CROSS_COMPILE= SUBDIRS=/home/admin/MLNX_OFED_SRC-4.9-2.2.4.0/SRPMS/mlnx-ofa_kernel-4.9/compat/build >/dev/null 2>build/output.log; [ 0 -ne 0 ] && cat build/output.log 1>&2 && false || config/warning_filter.sh build/output.log
mkdir: cannot create directory '.tmp_16141': Permission denied
mkdir: cannot create directory '.tmp_16143': Permission denied
mkdir: cannot create directory '.tmp_16145': Permission denied
mkdir: cannot create directory '.tmp_16147': Permission denied
mkdir: cannot create directory '.tmp_16149': Permission denied
mkdir: cannot create directory '.tmp_16151': Permission denied
mkdir: cannot create directory '.tmp_16154': Permission denied
mkdir: cannot create directory '.tmp_16156': Permission denied
mkdir: cannot create directory '.tmp_16158': Permission denied
mkdir: cannot create directory '.tmp_16160': Permission denied
mkdir: cannot create directory '.tmp_16162': Permission denied
mkdir: cannot create directory '.tmp_16164': Permission denied
mkdir: cannot create directory '.tmp_16166': Permission denied
mkdir: cannot create directory '.tmp_16168': Permission denied
mkdir: cannot create directory '.tmp_16170': Permission denied
mkdir: cannot create directory '.tmp_16172': Permission denied
mkdir: cannot create directory '.tmp_16174': Permission denied
mkdir: cannot create directory '.tmp_16176': Permission denied
mkdir: cannot create directory '.tmp_16178': Permission denied
mkdir: cannot create directory '.tmp_16180': Permission denied
mkdir: cannot create directory '.tmp_16182': Permission denied
mkdir: cannot create directory '.tmp_16187': Permission denied
mkdir: cannot create directory '.tmp_16189': Permission denied
mkdir: cannot create directory '.tmp_16191': Permission denied
mkdir: cannot create directory '.tmp_16193': Permission denied
mkdir: cannot create directory '.tmp_16195': Permission denied
mkdir: cannot create directory '.tmp_16197': Permission denied
mkdir: cannot create directory '.tmp_16199': Permission denied
mkdir: cannot create directory '.tmp_16201': Permission denied
mkdir: cannot create directory '.tmp_16203': Permission denied
mkdir: cannot create directory '.tmp_16205': Permission denied
mkdir: cannot create directory '.tmp_16208': Permission denied
mkdir: cannot create directory '.tmp_16210': Permission denied
mkdir: cannot create directory '.tmp_16213': Permission denied
mkdir: cannot create directory '.tmp_16215': Permission denied
mkdir: cannot create directory '.tmp_16217': Permission denied
mkdir: cannot create directory '.tmp_16219': Permission denied
mkdir: cannot create directory '.tmp_16221': Permission denied
mkdir: cannot create directory '.tmp_16223': Permission denied
mkdir: cannot create directory '.tmp_16225': Permission denied
mkdir: cannot create directory '.tmp_16227': Permission denied
mkdir: cannot create directory '.tmp_16229': Permission denied
mkdir: cannot create directory '.tmp_16231': Permission denied
mkdir: cannot create directory '.tmp_16233': Permission denied
mkdir: cannot create directory '.tmp_16235': Permission denied
mkdir: cannot create directory '.tmp_16237': Permission denied
mkdir: cannot create directory '.tmp_16241': Permission denied
mkdir: cannot create directory '.tmp_16245': Permission denied
configure:5471: $? = 0
configure:5473: test -s build/conftest.i
configure:5476: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "compat_mlnx"
| #define PACKAGE_TARNAME "compat_mlnx"
| #define PACKAGE_VERSION "2.3"
| #define PACKAGE_STRING "compat_mlnx 2.3"
| #define PACKAGE_BUGREPORT "http://support.mellanox.com/SupportWeb/service_center/SelfService"
| #define PACKAGE_URL ""
| #define PACKAGE "compat_mlnx"
| #define VERSION "2.3"
| #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 SIZEOF_UNSIGNED_LONG_LONG 8
| /* end confdefs.h. */
|
| #include <linux/kernel.h>
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:5502: cp conftest.c build && env CROSS_COMPILE= make -d /home/admin/MLNX_OFED_SRC-4.9-2.2.4.0/SRPMS/mlnx-ofa_kernel-4.9/compat/build/ MLNX_KERNEL_TEST=conftest.i LD=ld CC=gcc -f /home/admin/MLNX_OFED_SRC-4.9-2.2.4.0/SRPMS/mlnx-ofa_kernel-4.9/compat/build/Makefile MLNX_LINUX_CONFIG=/usr/lib/modules/5.10.14-arch1-1/build/.config LINUXINCLUDE=-include generated/autoconf.h -I/usr/lib/modules/5.10.14-arch1-1/build/arch/x86/include -Iarch/x86/include/generated -Iinclude -I/usr/lib/modules/5.10.14-arch1-1/build/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/lib/modules/5.10.14-arch1-1/build/include -I/usr/lib/modules/5.10.14-arch1-1/build/include/uapi -Iinclude/generated/uapi -I/usr/lib/modules/5.10.14-arch1-1/build/arch/x86/include -Iarch/x86/include/generated -I/usr/lib/modules/5.10.14-arch1-1/build/arch/x86/include -I/usr/lib/modules/5.10.14-arch1-1/build/arch/x86/include/generated -I/usr/lib/modules/5.10.14-arch1-1/build/include -I/usr/lib/modules/5.10.14-arch1-1/build/include -I/usr/lib/modules/5.10.14-arch1-1/build/include2 -include /usr/lib/modules/5.10.14-arch1-1/build/include/linux/kconfig.h -o tmp_include_depends -o scripts -o include/config/MARKER -C /usr/lib/modules/5.10.14-arch1-1/build EXTRA_CFLAGS=-Werror-implicit-function-declaration -Wno-unused-variable -Wno-uninitialized CROSS_COMPILE= M=/home/admin/MLNX_OFED_SRC-4.9-2.2.4.0/SRPMS/mlnx-ofa_kernel-4.9/compat/build >/dev/null 2>build/output.log; [ 0 -ne 0 ] && cat build/output.log 1>&2 && false || config/warning_filter.sh build/output.log
make[2]: *** No rule to make target '/home/admin/MLNX_OFED_SRC-4.9-2.2.4.0/SRPMS/mlnx-ofa_kernel-4.9/compat/build//home/admin/MLNX_OFED_SRC-4.9-2.2.4.0/SRPMS/mlnx-ofa_kernel-4.9/compat/build/'. Stop.
make[1]: *** [scripts/Makefile.build:471: __build] Error 2
make: *** [Makefile:1805: /home/admin/MLNX_OFED_SRC-4.9-2.2.4.0/SRPMS/mlnx-ofa_kernel-4.9/compat/build] Error 2
make[2]: *** No rule to make target '/home/admin/MLNX_OFED_SRC-4.9-2.2.4.0/SRPMS/mlnx-ofa_kernel-4.9/compat/build//home/admin/MLNX_OFED_SRC-4.9-2.2.4.0/SRPMS/mlnx-ofa_kernel-4.9/compat/build/'. Stop.
make[1]: *** [scripts/Makefile.build:471: __build] Error 2
make: *** [Makefile:1805: /home/admin/MLNX_OFED_SRC-4.9-2.2.4.0/SRPMS/mlnx-ofa_kernel-4.9/compat/build] Error 2
configure:5505: $? = 0
configure:5507: test -s build/conftest.i
configure:5510: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "compat_mlnx"
| #define PACKAGE_TARNAME "compat_mlnx"
| #define PACKAGE_VERSION "2.3"
| #define PACKAGE_STRING "compat_mlnx 2.3"
| #define PACKAGE_BUGREPORT "http://support.mellanox.com/SupportWeb/service_center/SelfService"
| #define PACKAGE_URL ""
| #define PACKAGE "compat_mlnx"
| #define VERSION "2.3"
| #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 SIZEOF_UNSIGNED_LONG_LONG 8
| /* end confdefs.h. */
|
| #include <linux/kernel.h>
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:5536: cp conftest.c build && env CROSS_COMPILE= make -d _module_/home/admin/MLNX_OFED_SRC-4.9-2.2.4.0/SRPMS/mlnx-ofa_kernel-4.9/compat/build MLNX_KERNEL_TEST=conftest.i LD=ld CC=gcc -f /home/admin/MLNX_OFED_SRC-4.9-2.2.4.0/SRPMS/mlnx-ofa_kernel-4.9/compat/build/Makefile MLNX_LINUX_CONFIG=/usr/lib/modules/5.10.14-arch1-1/build/.config LINUXINCLUDE=-include generated/autoconf.h -I/usr/lib/modules/5.10.14-arch1-1/build/arch/x86/include -Iarch/x86/include/generated -Iinclude -I/usr/lib/modules/5.10.14-arch1-1/build/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/lib/modules/5.10.14-arch1-1/build/include -I/usr/lib/modules/5.10.14-arch1-1/build/include/uapi -Iinclude/generated/uapi -I/usr/lib/modules/5.10.14-arch1-1/build/arch/x86/include -Iarch/x86/include/generated -I/usr/lib/modules/5.10.14-arch1-1/build/arch/x86/include -I/usr/lib/modules/5.10.14-arch1-1/build/arch/x86/include/generated -I/usr/lib/modules/5.10.14-arch1-1/build/include -I/usr/lib/modules/5.10.14-arch1-1/build/include -I/usr/lib/modules/5.10.14-arch1-1/build/include2 -include /usr/lib/modules/5.10.14-arch1-1/build/include/linux/kconfig.h -o tmp_include_depends -o scripts -o include/config/MARKER -C /usr/lib/modules/5.10.14-arch1-1/build EXTRA_CFLAGS=-Werror-implicit-function-declaration -Wno-unused-variable -Wno-uninitialized CROSS_COMPILE= M=/home/admin/MLNX_OFED_SRC-4.9-2.2.4.0/SRPMS/mlnx-ofa_kernel-4.9/compat/build >/dev/null 2>build/output.log; [ 0 -ne 0 ] && cat build/output.log 1>&2 && false || config/warning_filter.sh build/output.log
make: *** No rule to make target '_module_/home/admin/MLNX_OFED_SRC-4.9-2.2.4.0/SRPMS/mlnx-ofa_kernel-4.9/compat/build'. Stop.
make: *** No rule to make target '_module_/home/admin/MLNX_OFED_SRC-4.9-2.2.4.0/SRPMS/mlnx-ofa_kernel-4.9/compat/build'. Stop.
configure:5539: $? = 0
configure:5541: test -s build/conftest.i
configure:5544: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "compat_mlnx"
| #define PACKAGE_TARNAME "compat_mlnx"
| #define PACKAGE_VERSION "2.3"
| #define PACKAGE_STRING "compat_mlnx 2.3"
| #define PACKAGE_BUGREPORT "http://support.mellanox.com/SupportWeb/service_center/SelfService"
| #define PACKAGE_URL ""
| #define PACKAGE "compat_mlnx"
| #define VERSION "2.3"
| #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 SIZEOF_UNSIGNED_LONG_LONG 8
| /* end confdefs.h. */
|
| #include <linux/kernel.h>
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:5552: error: kernel module make failed; check config.log for details
## ---------------- ##
## 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_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_header_inttypes_h=yes
ac_cv_header_memory_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_host=x86_64-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/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_LD=ld
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_sizeof_unsigned_long_long=8
ac_cv_target=x86_64-pc-linux-gnu
am_cv_CCAS_dependencies_compiler_type=none
am_cv_CC_dependencies_compiler_type=none
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
lb_cv_file__boot_kernel_h=no
lb_cv_file__usr_lib_modules_5_10_14_arch1_1_build=yes
lb_cv_file__usr_lib_modules_5_10_14_arch1_1_build__config=yes
lb_cv_file__usr_lib_modules_5_10_14_arch1_1_build_include_generated_autoconf_h=yes
lb_cv_file__usr_lib_modules_5_10_14_arch1_1_build_include_linux_kconfig_h=yes
lb_cv_file__var_adm_running_kernel_h=no
lb_cv_module_target=
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/admin/MLNX_OFED_SRC-4.9-2.2.4.0/SRPMS/mlnx-ofa_kernel-4.9/compat/config/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
ARCH_x86_FALSE=''
ARCH_x86_TRUE=''
AUTOCONF='${SHELL} /home/admin/MLNX_OFED_SRC-4.9-2.2.4.0/SRPMS/mlnx-ofa_kernel-4.9/compat/config/missing autoconf'
AUTOCONF_HDIR='generated'
AUTOHEADER='${SHELL} /home/admin/MLNX_OFED_SRC-4.9-2.2.4.0/SRPMS/mlnx-ofa_kernel-4.9/compat/config/missing autoheader'
AUTOMAKE='${SHELL} /home/admin/MLNX_OFED_SRC-4.9-2.2.4.0/SRPMS/mlnx-ofa_kernel-4.9/compat/config/missing automake-1.15'
AWK='gawk'
CC='gcc'
CCAS='gcc'
CCASDEPMODE='depmode=none'
CCASFLAGS='-g -O2'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2'
CONFIG_INCLUDE='/usr/lib/modules/5.10.14-arch1-1/build/include/linux/kconfig.h'
CPP='gcc -E'
CPPFLAGS=''
CROSS_VARS='CROSS_COMPILE='
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
EXTRA_KCFLAGS=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
KMODEXT='.ko'
LD='ld'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LINUX='/usr/lib/modules/5.10.14-arch1-1/build'
LINUXRELEASE=''
LINUX_CONFIG='/usr/lib/modules/5.10.14-arch1-1/build/.config'
LINUX_OBJ='/usr/lib/modules/5.10.14-arch1-1/build'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/admin/MLNX_OFED_SRC-4.9-2.2.4.0/SRPMS/mlnx-ofa_kernel-4.9/compat/config/missing makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
MODULE_TARGET='M'
OBJDUMP='objdump'
OBJEXT='o'
PACKAGE='compat_mlnx'
PACKAGE_BUGREPORT='http://support.mellanox.com/SupportWeb/service_center/SelfService'
PACKAGE_NAME='compat_mlnx'
PACKAGE_STRING='compat_mlnx 2.3'
PACKAGE_TARNAME='compat_mlnx'
PACKAGE_URL=''
PACKAGE_VERSION='2.3'
PATH_SEPARATOR=':'
RANLIB='ranlib'
RELEASE=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
SYMVERFILE=''
VERSION='2.3'
ac_ct_AR='ar'
ac_ct_CC='gcc'
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-tar} chof - "$$tardir"'
am__untar='$${TAR-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'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
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} /home/admin/MLNX_OFED_SRC-4.9-2.2.4.0/SRPMS/mlnx-ofa_kernel-4.9/compat/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
moduledir=''
modulefsdir=''
modulenetdir=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-pc-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='pc'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "compat_mlnx"
#define PACKAGE_TARNAME "compat_mlnx"
#define PACKAGE_VERSION "2.3"
#define PACKAGE_STRING "compat_mlnx 2.3"
#define PACKAGE_BUGREPORT "http://support.mellanox.com/SupportWeb/service_center/SelfService"
#define PACKAGE_URL ""
#define PACKAGE "compat_mlnx"
#define VERSION "2.3"
#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 SIZEOF_UNSIGNED_LONG_LONG 8
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment