Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/49223 _Compilation issues_ Submitter: Gavin Hu Date: 2018-12-21 06:02:56 DPDK git baseline: Repo:dpdk-master, CommitID: dafc04c15174e84ca04a7f4ebe67b10c059a5c0c Build Summary: 15 Builds Done, 13 Successful, 2 Failures Test environment and configuration as below: OS: FC25 Kernel Version: 4.5.5-300.fc24.x86_64 CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz GCC Version: gcc (GCC) 6.1.1 20160510 (Red Hat 6.1.1-2) Clang Version: 3.8.0 (tags/RELEASE_380/final) x86_64-native-linuxapp-gcc x86_64-native-linuxapp-gcc-debug OS: FC24 Kernel Version: 4.9.13-100.fc24.x86_64 CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz GCC Version: gcc (GCC) 6.3.1 20161221 (Red Hat 6.3.1-1) Clang Version: 3.8.1 (tags/RELEASE_381/final) x86_64-native-linuxapp-gcc-shared i686-native-linuxapp-gcc x86_64-native-linuxapp-clang OS: CENTOS Kernel Version: 3.10.0-514.10.2.el7.x86_64 CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz GCC Version: gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4) Clang Version: 3.4.2 (tags/RELEASE_34/dot2-final) x86_64-native-linuxapp-gcc-shared i686-native-linuxapp-gcc x86_64-native-linuxapp-clang x86_64-native-linuxapp-gcc OS: UB1604 Kernel Version: 4.4.0-137-generic CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz GCC Version: gcc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609 Clang Version: 3.8.0-2ubuntu4 (tags/RELEASE_380/final) x86_64-native-linuxapp-gcc i686-native-linuxapp-gcc x86_64-native-linuxapp-clang x86_64-native-linuxapp-gcc-shared OS: FreeBSD Kernel Version: 10.3-RELEASE CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz (2294.75-MHz K8-class CPU) GCC Version: gcc: not found Clang Version: 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 x86_64-native-bsdapp-gcc x86_64-native-bsdapp-clang *Failed Build #1: OS: CENTOS Target: x86_64-native-linuxapp-gcc-shared CC rte_event_timer_adapter.o CC iotlb.o CC socket.o CC rte_event_crypto_adapter.o CC vhost.o as: error while loading shared libraries: libopcodes-2.27-34.base.el7.so: cannot open shared object file: No such file or directory make[5]: *** [vhost.o] Error 1 make[4]: *** [librte_vhost] Error 2 make[4]: *** Waiting for unfinished jobs.... CC rte_event_eth_tx_adapter.o as: error while loading shared libraries: libopcodes-2.27-34.base.el7.so: cannot open shared object file: No such file or directory make[5]: *** [rte_event_crypto_adapter.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [librte_eventdev] Error 2 make[3]: *** [lib] Error 2 make[2]: *** [all] Error 2 *Failed Build #2: OS: CENTOS Target: x86_64-native-linuxapp-gcc CC ifpga_fme.o CC ifpga_fme_iperf.o AR librte_pmd_dpaa2_qdma.a INSTALL-LIB librte_pmd_dpaa2_qdma.a CC ifpga_fme_dperf.o CC ifpga_fme_error.o CC ifpga_port.o CC ifpga_port_error.o CC opae_hw_api.o CC opae_ifpga_hw_api.o CC opae_debug.o CC ifpga_fme_pr.o CC ifpga_rawdev.o -- INSTALL-APP dpdk-procinfo INSTALL-MAP dpdk-procinfo.map == Build app/pdump CC cmdline.o CC main.o gcc: internal compiler error: Segmentation fault (program as) Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[5]: *** [main.o] Error 4 make[4]: *** [pdump] Error 2 make[4]: *** Waiting for unfinished jobs.... CC cmdline_flow.o gcc: relocation error: /lib64/libm.so.6: symbol __get_cpu_features, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference make[5]: *** [cmdline_flow.o] Error 127 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [test-pmd] Error 2 make[3]: *** [app] Error 2 make[2]: *** [all] Error 2 DPDK STV team