Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/96964 _Compilation issues_ Submitter: Jerin Jacob Kollanukkaran Date: 2021-08-17 03:27:23 Reply_mail: 20210817032723.3997054-7-jerinj@marvell.com DPDK git baseline: Repo:dpdk, CommitID: 4ac3f3d76e9507a93bcf48d165ffd3a1faba08bb Meson Build Summary: 22 Builds Done, 21 Successful, 1 Failures, 0 Blocked +----------------+------------+--------------+------------+------------+-----------+----------+ | os | gcc-static | clang-static | icc-static | gcc-shared | gcc-debug | document | +----------------+------------+--------------+------------+------------+-----------+----------+ | UB2004-64 | pass | pass | pass | | | pass | | RHEL83-64 | pass | pass | pass | pass | pass | | | FC34-64 | pass | pass | | | | | | UB2104-64 | pass | | | | | | | WIN10-64 | | pass | | | | | | UB2004-32 | pass | | | | | | | CENTOS83-64 | pass | pass | | | | | | FreeBSD1201-64 | pass | fail | | pass | pass | | | SUSE15-64 | pass | pass | | | | | +----------------+------------+--------------+------------+------------+-----------+----------+ Test environment and configuration as below: OS: UB2004-64 Kernel Version: 5.8.0-48-generic GCC Version: gcc (Ubuntu 10.2.0-5ubuntu1~20.04) 10.2.0 Clang Version: 10.0.0-4ubuntu1 x86_64-native-linuxapp-clang x86_64-native-linuxapp-gcc x86_64-native-linuxapp-icc x86_64-native-linuxapp-doc OS: RHEL83-64 Kernel Version: 4.18.0-305.3.1.el8.x86_64 GCC Version: gcc (GCC) 8.4.1 20200928 (Red Hat 8.4.1-1) Clang Version: 11.0.0 (Red Hat 11.0.0-1.module_el8.4.0+587+5187cac0) x86_64-native-linuxapp-gcc x86_64-native-linuxapp-clang x86_64-native-linuxapp-gcc+shared x86_64-native-linuxapp-gcc+debug x86_64-native-linuxapp-icc OS: FC34-64 Kernel Version: 5.11.15-300.fc34.x86_64 GCC Version: gcc (GCC) 11.0.1 20210324 (Red Hat 11.0.1-0) Clang Version: 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34) x86_64-native-linuxapp-gcc x86_64-native-linuxapp-clang OS: UB2104-64 Kernel Version: 5.11.0-16-generic GCC Version: gcc (Ubuntu 10.3.0-1ubuntu1) 10.3.0 Clang Version: 12.0.0-1ubuntu1 x86_64-native-linuxapp-gcc OS: WIN10-64 Kernel Version: N/A GCC Version: N/A Clang Version: Clang 8.0.0 x86_64-windows-clang OS: UB2004-32 Kernel Version: 5.8.0-48-generic GCC Version: gcc (Ubuntu 10.2.0-5ubuntu1~20.04) 10.2.0 Clang Version: 10.0.0-4ubuntu1 i686-native-linuxapp-gcc OS: CENTOS83-64 Kernel Version: 4.18.0-240.1.1.el8_3.x86_64 GCC Version: gcc (GCC) 8.3.1 20191121 (Red Hat 8.3.1-5) Clang Version: 10.0.1 (Red Hat 10.0.1-1.module_el8.3.0+467+cb298d5b) x86_64-native-linuxapp-gcc x86_64-native-linuxapp-clang OS: FreeBSD1201-64 Kernel Version: 12.1-RELEASE GCC Version: gcc (FreeBSD Ports Collection) 9.2.0 Clang Version: 8.0.1 (tags/RELEASE_801/final 366581) (based on LLVM 8.0.1) x86_64-native-bsdapp-gcc x86_64-native-bsdapp-clang x86_64-native-bsdapp-gcc+shared x86_64-native-bsdapp-gcc+debug OS: SUSE15-64 Kernel Version: 5.3.18-lp152.57-default GCC Version: gcc (SUSE Linux) 7.5.0 Clang Version: 9.0.1 x86_64-native-linuxapp-clang x86_64-native-linuxapp-gcc *Build Failed #1: OS: FreeBSD1201-64 Target: x86_64-native-bsdapp-clang FAILED: lib/librte_kvargs.so.21.3 clang -o lib/librte_kvargs.so.21.3 lib/librte_kvargs.a.p/kvargs_rte_kvargs.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -shared -fPIC -Wl,--start-group -Wl,-soname,librte_kvargs.so.21 -Wl,--no-as-needed -pthread -lm -lexecinfo -lunwind -Wl,--end-group -Wl,--version-script=/root/FreeBSD1201-64_K12.1_Clang8.0.1/x86_64-native-bsdapp-clang/18300/dpdk/lib/kvargs/version.map ld: error: unable to find library -lunwind clang: error: linker command failed with exit code 1 (use -v to see invocation) [12/1982] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_config.c.o [13/1982] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_bus.c.o [14/1982] Linking static target lib/librte_kvargs.a [15/1982] Compiling C object lib/librte_telemetry.a.p/telemetry_telemetry_legacy.c.o [16/1982] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_hexdump.c.o [17/1982] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_devargs.c.o [18/1982] Compiling C object lib/librte_telemetry.a.p/telemetry_telemetry.c.o [19/1982] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_dev.c.o [20/1982] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_fbarray.c.o ninja: build stopped DPDK STV team