Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/98028 _Compilation issues_ Submitter: Jerin Jacob Kollanukkaran Date: 2021-09-06 04:17:32 Reply_mail: 20210906041732.1019743-7-jerinj@marvell.com DPDK git baseline: Repo:dpdk, CommitID: b344eb5d941a7522ff27b6b7b5419f68c3fea9a0 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.22.0 clang -o lib/librte_kvargs.so.22.0 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.22 -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/18690/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) [44/2099] Compiling C object lib/librte_eal.a.p/eal_common_rte_reciprocal.c.o [45/2099] Compiling C object lib/librte_eal.a.p/eal_common_rte_version.c.o [46/2099] Compiling C object lib/librte_eal.a.p/eal_common_malloc_mp.c.o [47/2099] Generating telemetry.sym_chk with a meson_exe.py custom command [48/2099] Compiling C object lib/librte_eal.a.p/eal_common_rte_service.c.o [49/2099] Compiling C object lib/librte_eal.a.p/eal_common_rte_random.c.o [50/2099] Compiling C object lib/librte_eal.a.p/eal_common_malloc_heap.c.o [51/2099] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_options.c.o [52/2099] Compiling C object lib/librte_eal.a.p/eal_common_rte_malloc.c.o ninja: build stopped DPDK STV team