Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/50718 _Compilation issues_ Submitter: Tomasz Jozwiak Date: 2019-03-01 11:17:34 Reply_mail: 1551439054-17658-2-git-send-email-tomaszx.jozwiak@intel.com DPDK git baseline: Repo:dpdk-master, CommitID: 6824f8a6411c278645b6496c9a2ee73bcef81863 Build Summary: 16 Builds Done, 0 Successful, 16 Failures Test environment and configuration as below: OS: UB1604 Kernel Version: 4.4.0-78-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 x86_64-native-linuxapp-clang x86_64-native-linuxapp-gcc-shared i686-native-linuxapp-gcc OS: CENTOS Kernel Version: 3.10.0-957.1.3.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-36) Clang Version: 3.4.2 (tags/RELEASE_34/dot2-final) x86_64-native-linuxapp-clang x86_64-native-linuxapp-gcc-shared i686-native-linuxapp-gcc x86_64-native-linuxapp-gcc OS: UBT1804 Kernel Version: 4.15.0-29-generic CPU info: Intel(R) Xeon(R) Platinum 8180M CPU @ 2.50GHz GCC Version: gcc (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0 Clang Version: 6.0.0-1ubuntu2 (tags/RELEASE_600/final) x86_64-native-linuxapp-gcc 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.11.12-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 x86_64-native-linuxapp-clang i686-native-linuxapp-gcc 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 (FreeBSD Ports Collection) 7.3.0 Clang Version: 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 x86_64-native-bsdapp-clang x86_64-native-bsdapp-gcc *Failed Build #1: OS: FC25 Target: x86_64-native-linuxapp-gcc == Build drivers/common/qat CC ark_pktdir.o CC qat_comp.o CC ark_pktgen.o /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c: In function ‘qat_comp_build_request’: /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:10: warning: implicit declaration of function ‘rte_realloc_socket’ [-Wimplicit-function-declaration] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^~~~~~~~~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:4: warning: nested extern declaration of ‘rte_realloc_socket’ [-Wnested-externs] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:96:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] tmp = rte_realloc_socket(cookie->qat_sgl_dst_d, ^ CC qat_comp_pmd.o AR librte_pmd_crypto_scheduler.a INSTALL-LIB librte_pmd_crypto_scheduler.a -- INSTALL-LIB librte_pmd_dpaa2_qdma.a CC ifpga_feature_dev.o CC ifpga_fme.o CC ifpga_fme_iperf.o 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 -- CC test.o CC resource.o /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': qat_comp.c:(.text+0x1ba): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x20f): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:397: recipe for target 'dpdk-procinfo' failed make[5]: *** [dpdk-procinfo] Error 1 /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:35: recipe for target 'proc-info' failed make[4]: *** [proc-info] Error 2 make[4]: *** Waiting for unfinished jobs.... CC test_resource.o CC parameters.o CC test_prefetch.o -- CC test_logs.o CC test_memcpy.o /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': qat_comp.c:(.text+0x1ba): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x20f): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:397: recipe for target 'testpmd' failed make[5]: *** [testpmd] Error 1 /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed make[4]: *** [test-pmd] Error 2 CC test_memcpy_perf.o CC test_member.o CC test_member_perf.o CC test_efd.o -- MKRES test_resource_c.res.o LD test /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': qat_comp.c:(.text+0x1ba): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x20f): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:397: recipe for target 'test' failed make[5]: *** [test] Error 1 /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:35: recipe for target 'test' failed make[4]: *** [test] Error 2 /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkbuild.mk:46: recipe for target 'app' failed make[3]: *** [app] Error 2 /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkroot.mk:98: recipe for target 'all' failed make[2]: *** [all] Error 2 /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed make[1]: *** [pre_install] Error 2 /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkroot.mk:77: recipe for target 'install' failed make: *** [install] Error 2 *Failed Build #2: OS: UBT1804 Target: x86_64-native-linuxapp-gcc LD rte_eth_af_packet.o AR librte_pmd_af_packet.a INSTALL-LIB librte_pmd_af_packet.a == Build drivers/net/ark /tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c: In function ‘qat_comp_build_request’: /tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:10: warning: implicit declaration of function ‘rte_realloc_socket’; did you mean ‘rte_calloc_socket’? [-Wimplicit-function-declaration] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^~~~~~~~~~~~~~~~~~ rte_calloc_socket /tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:10: warning: nested extern declaration of ‘rte_realloc_socket’ [-Wnested-externs] /tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^ /tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:96:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] tmp = rte_realloc_socket(cookie->qat_sgl_dst_d, ^ CC ark_ddm.o CC qat_comp_pmd.o CC ark_ethdev.o -- AR librte_pmd_skeleton_rawdev.a INSTALL-LIB librte_pmd_skeleton_rawdev.a CC ifpga_fme.o CC ifpga_fme_iperf.o 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 -- CC resource.o CC test_resource.o /tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': qat_comp.c:(.text+0x1f9): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x256): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status /tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:397: recipe for target 'dpdk-procinfo' failed make[5]: *** [dpdk-procinfo] Error 1 /tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:35: recipe for target 'proc-info' failed make[4]: *** [proc-info] Error 2 make[4]: *** Waiting for unfinished jobs.... CC test_prefetch.o CC parameters.o CC test_byteorder.o -- LD testpmd CC test_memcpy_perf.o /tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': qat_comp.c:(.text+0x1f9): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x256): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status /tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:397: recipe for target 'testpmd' failed make[5]: *** [testpmd] Error 1 /tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed make[4]: *** [test-pmd] Error 2 CC test_member.o CC test_member_perf.o CC test_efd.o CC test_efd_perf.o -- MKRES test_resource_c.res.o LD test /tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': qat_comp.c:(.text+0x1f9): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x256): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status /tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:397: recipe for target 'test' failed make[5]: *** [test] Error 1 /tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:35: recipe for target 'test' failed make[4]: *** [test] Error 2 /tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkbuild.mk:46: recipe for target 'app' failed make[3]: *** [app] Error 2 /tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkroot.mk:98: recipe for target 'all' failed make[2]: *** [all] Error 2 /tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed make[1]: *** [pre_install] Error 2 /tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkroot.mk:77: recipe for target 'install' failed make: *** [install] Error 2 *Failed Build #3: OS: UB1604 Target: x86_64-native-linuxapp-gcc LD rte_eth_af_packet.o AR librte_pmd_af_packet.a INSTALL-LIB librte_pmd_af_packet.a == Build drivers/net/ark /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c: In function ‘qat_comp_build_request’: /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:10: warning: implicit declaration of function ‘rte_realloc_socket’ [-Wimplicit-function-declaration] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^~~~~~~~~~~~~~~~~~ /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:4: warning: nested extern declaration of ‘rte_realloc_socket’ [-Wnested-externs] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^~~ /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^ /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:96:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] tmp = rte_realloc_socket(cookie->qat_sgl_dst_d, ^ CC ark_ddm.o CC qat_comp_pmd.o CC ark_ethdev.o -- INSTALL-LIB librte_pmd_dpaa2_qdma.a CC ifpga_feature_dev.o CC ifpga_fme.o CC ifpga_fme_iperf.o 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 -- CC resource.o CC test_resource.o /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': qat_comp.c:(.text+0x1ba): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x20f): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:397: recipe for target 'dpdk-procinfo' failed make[5]: *** [dpdk-procinfo] Error 1 /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:35: recipe for target 'proc-info' failed make[4]: *** [proc-info] Error 2 make[4]: *** Waiting for unfinished jobs.... CC test_prefetch.o CC parameters.o CC test_byteorder.o -- CC test_memcpy_perf.o LD testpmd /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': qat_comp.c:(.text+0x1ba): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x20f): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status CC test_member.o /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:397: recipe for target 'testpmd' failed make[5]: *** [testpmd] Error 1 /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed make[4]: *** [test-pmd] Error 2 CC test_member_perf.o CC test_efd.o CC test_efd_perf.o CC test_hash.o -- MKRES test_resource_c.res.o LD test /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': qat_comp.c:(.text+0x1ba): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x20f): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:397: recipe for target 'test' failed make[5]: *** [test] Error 1 /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:35: recipe for target 'test' failed make[4]: *** [test] Error 2 /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkbuild.mk:46: recipe for target 'app' failed make[3]: *** [app] Error 2 /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkroot.mk:98: recipe for target 'all' failed make[2]: *** [all] Error 2 /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed make[1]: *** [pre_install] Error 2 /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkroot.mk:77: recipe for target 'install' failed make: *** [install] Error 2 *Failed Build #4: OS: CENTOS Target: x86_64-native-linuxapp-clang LD rte_eth_af_packet.o AR librte_pmd_af_packet.a INSTALL-LIB librte_pmd_af_packet.a == Build drivers/net/ark CC otx_cryptodev_mbox.o /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:10: warning: implicit declaration of function 'rte_realloc_socket' is invalid in C99 [-Wimplicit-function-declaration] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:8: warning: incompatible integer to pointer conversion assigning to 'void *' from 'int' [-Wint-conversion] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:96:8: warning: incompatible integer to pointer conversion assigning to 'struct qat_sgl *' from 'int' [-Wint-conversion] tmp = rte_realloc_socket(cookie->qat_sgl_dst_d, ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC ark_ddm.o 3 warnings generated. CC otx_cryptodev_ops.o CC qat_comp_pmd.o CC ark_ethdev.o CC qat_device.o PMDINFO ark_ethdev.o.pmd.c -- CC ifpga_fme.o AR librte_pmd_dpaa2_qdma.a INSTALL-LIB librte_pmd_dpaa2_qdma.a CC ifpga_fme_iperf.o 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 -- LD dpdk-procinfo CC test.o /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-linuxapp-clang/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:(.text+0x19e): undefined reference to `rte_realloc_socket' /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:(.text+0x1e8): undefined reference to `rte_realloc_socket' clang: error: linker command failed with exit code 1 (use -v to see invocation) make[5]: *** [dpdk-procinfo] Error 1 make[4]: *** [proc-info] Error 2 make[4]: *** Waiting for unfinished jobs.... CC parameters.o CC resource.o -- CC test_memcpy.o /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-linuxapp-clang/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:(.text+0x19e): undefined reference to `rte_realloc_socket' /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:(.text+0x1e8): undefined reference to `rte_realloc_socket' CC test_memcpy_perf.o clang: error: linker command failed with exit code 1 (use -v to see invocation) make[5]: *** [testpmd] Error 1 make[4]: *** [test-pmd] Error 2 CC test_member.o CC test_member_perf.o CC test_efd.o -- MKRES test_resource_c.res.o LD test /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-linuxapp-clang/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:(.text+0x19e): undefined reference to `rte_realloc_socket' /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:(.text+0x1e8): undefined reference to `rte_realloc_socket' clang: error: linker command failed with exit code 1 (use -v to see invocation) make[5]: *** [test] Error 1 make[4]: *** [test] Error 2 make[3]: *** [app] Error 2 make[2]: *** [all] Error 2 make[1]: *** [pre_install] Error 2 *Failed Build #5: OS: CENTOS Target: x86_64-native-linuxapp-gcc-shared LD librte_pmd_af_packet.so.1.1 INSTALL-LIB librte_pmd_af_packet.so.1.1 == Build drivers/net/ark CC qat_comp.o /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c: In function ‘qat_comp_build_request’: /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:4: warning: implicit declaration of function ‘rte_realloc_socket’ [-Wimplicit-function-declaration] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:4: warning: nested extern declaration of ‘rte_realloc_socket’ [-Wnested-externs] /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:8: warning: assignment makes pointer from integer without a cast [enabled by default] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:96:8: warning: assignment makes pointer from integer without a cast [enabled by default] tmp = rte_realloc_socket(cookie->qat_sgl_dst_d, ^ CC qat_comp_pmd.o CC ark_ddm.o CC ark_ethdev.o -- CC qat_qp.o LD librte_pmd_qat.so.1.1 qat_comp.o: In function `qat_comp_build_request': qat_comp.c:(.text+0x1cb): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x22f): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status make[5]: *** [librte_pmd_qat.so.1.1] Error 1 make[4]: *** [common/qat] Error 2 make[4]: *** Waiting for unfinished jobs.... == Build drivers/net/atlantic CC ark_ethdev_tx.o *Failed Build #6: OS: UB1604 Target: x86_64-native-linuxapp-clang CC qat_comp.o CC ark_ddm.o CC otx_cryptodev_mbox.o CC ark_ethdev.o CC otx_cryptodev_ops.o /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:10: warning: implicit declaration of function 'rte_realloc_socket' is invalid in C99 [-Wimplicit-function-declaration] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:8: warning: incompatible integer to pointer conversion assigning to 'void *' from 'int' [-Wint-conversion] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:96:8: warning: incompatible integer to pointer conversion assigning to 'struct qat_sgl *' from 'int' [-Wint-conversion] tmp = rte_realloc_socket(cookie->qat_sgl_dst_d, ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. CC qat_comp_pmd.o PMDINFO ark_ethdev.o.pmd.c CC ark_ethdev.o.pmd.o CC qat_device.o LD ark_ethdev.o -- AR librte_pmd_dpaa2_qdma.a INSTALL-LIB librte_pmd_dpaa2_qdma.a CC ifpga_fme.o CC ifpga_fme_iperf.o 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 -- CC resource.o CC test_resource.o /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-linuxapp-clang/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:(.text+0x1a2): undefined reference to `rte_realloc_socket' /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:(.text+0x1e8): undefined reference to `rte_realloc_socket' clang: error: linker command failed with exit code 1 (use -v to see invocation) /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:397: recipe for target 'dpdk-procinfo' failed make[5]: *** [dpdk-procinfo] Error 1 /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:35: recipe for target 'proc-info' failed make[4]: *** [proc-info] Error 2 make[4]: *** Waiting for unfinished jobs.... CC parameters.o CC test_prefetch.o CC test_byteorder.o -- LD testpmd CC test_efd_perf.o /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-linuxapp-clang/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:(.text+0x1a2): undefined reference to `rte_realloc_socket' /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:(.text+0x1e8): undefined reference to `rte_realloc_socket' clang: error: linker command failed with exit code 1 (use -v to see invocation) /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:397: recipe for target 'testpmd' failed make[5]: *** [testpmd] Error 1 /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed make[4]: *** [test-pmd] Error 2 CC test_hash.o CC test_thash.o CC test_hash_perf.o CC test_hash_functions.o -- MKRES test_resource_c.res.o LD test /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-linuxapp-clang/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:(.text+0x1a2): undefined reference to `rte_realloc_socket' /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:(.text+0x1e8): undefined reference to `rte_realloc_socket' clang: error: linker command failed with exit code 1 (use -v to see invocation) /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:397: recipe for target 'test' failed make[5]: *** [test] Error 1 /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:35: recipe for target 'test' failed make[4]: *** [test] Error 2 /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkbuild.mk:46: recipe for target 'app' failed make[3]: *** [app] Error 2 /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkroot.mk:98: recipe for target 'all' failed make[2]: *** [all] Error 2 /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed make[1]: *** [pre_install] Error 2 /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkroot.mk:77: recipe for target 'install' failed make: *** [install] Error 2 *Failed Build #7: OS: CENTOS Target: i686-native-linuxapp-gcc == Build drivers/net/ark CC otx_cryptodev_ops.o CC qat_comp.o CC ark_ddm.o /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c: In function ‘qat_comp_build_request’: /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:4: warning: implicit declaration of function ‘rte_realloc_socket’ [-Wimplicit-function-declaration] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:4: warning: nested extern declaration of ‘rte_realloc_socket’ [-Wnested-externs] /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:8: warning: assignment makes pointer from integer without a cast [enabled by default] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:96:8: warning: assignment makes pointer from integer without a cast [enabled by default] tmp = rte_realloc_socket(cookie->qat_sgl_dst_d, ^ CC ark_ethdev.o CC qat_comp_pmd.o PMDINFO ark_ethdev.o.pmd.c -- INSTALL-LIB librte_pmd_dpaa2_qdma.a CC ifpga_feature_dev.o CC ifpga_fme.o CC ifpga_fme_iperf.o 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 -- CC test.o CC resource.o /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/i686-native-linuxapp-gcc/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': qat_comp.c:(.text+0x243): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x2ac): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status make[5]: *** [dpdk-procinfo] Error 1 make[4]: *** [proc-info] Error 2 make[4]: *** Waiting for unfinished jobs.... CC parameters.o CC test_resource.o -- CC test_ring_perf.o LD testpmd /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/i686-native-linuxapp-gcc/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': qat_comp.c:(.text+0x243): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x2ac): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status make[5]: *** [testpmd] Error 1 make[4]: *** [test-pmd] Error 2 CC test_pmd_perf.o CC test_table.o CC test_table_pipeline.o -- MKRES test_resource_c.res.o LD test /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/i686-native-linuxapp-gcc/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': qat_comp.c:(.text+0x243): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x2ac): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status make[5]: *** [test] Error 1 make[4]: *** [test] Error 2 make[3]: *** [app] Error 2 make[2]: *** [all] Error 2 make[1]: *** [pre_install] Error 2 *Failed Build #8: OS: UB1604 Target: x86_64-native-linuxapp-gcc-shared CC ark_pktdir.o CC qat_comp.o CC null_crypto_pmd.o CC ark_pktgen.o /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c: In function ‘qat_comp_build_request’: /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:10: warning: implicit declaration of function ‘rte_realloc_socket’ [-Wimplicit-function-declaration] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:4: warning: nested extern declaration of ‘rte_realloc_socket’ [-Wnested-externs] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:96:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] tmp = rte_realloc_socket(cookie->qat_sgl_dst_d, ^ CC qat_comp_pmd.o PMDINFO null_crypto_pmd.o.pmd.c CC null_crypto_pmd.o.pmd.o -- CC qat_qp.o LD librte_pmd_qat.so.1.1 qat_comp.o: In function `qat_comp_build_request': qat_comp.c:(.text+0x1ba): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x207): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.lib.mk:100: recipe for target 'librte_pmd_qat.so.1.1' failed make[5]: *** [librte_pmd_qat.so.1.1] Error 1 /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:35: recipe for target 'common/qat' failed make[4]: *** [common/qat] Error 2 make[4]: *** Waiting for unfinished jobs.... CC mc/dpseci.o CC atl_ethdev.o CC atl_hw_regs.o -- PMDINFO ifcvf_vdpa.o.pmd.c CC ifcvf_vdpa.o.pmd.o LD ifcvf_vdpa.o LD librte_pmd_ifc.so.1.1 INSTALL-LIB librte_pmd_ifc.so.1.1 /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkbuild.mk:46: recipe for target 'drivers' failed make[3]: *** [drivers] Error 2 /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkroot.mk:98: recipe for target 'all' failed make[2]: *** [all] Error 2 /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed make[1]: *** [pre_install] Error 2 /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkroot.mk:77: recipe for target 'install' failed make: *** [install] Error 2 *Failed Build #9: OS: CENTOS Target: x86_64-native-linuxapp-gcc AR librte_pmd_af_packet.a INSTALL-LIB librte_pmd_af_packet.a == Build drivers/net/ark CC qat_comp.o /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c: In function ‘qat_comp_build_request’: /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:4: warning: implicit declaration of function ‘rte_realloc_socket’ [-Wimplicit-function-declaration] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:4: warning: nested extern declaration of ‘rte_realloc_socket’ [-Wnested-externs] /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:8: warning: assignment makes pointer from integer without a cast [enabled by default] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:96:8: warning: assignment makes pointer from integer without a cast [enabled by default] tmp = rte_realloc_socket(cookie->qat_sgl_dst_d, ^ CC qat_comp_pmd.o CC ark_ddm.o CC ark_ethdev.o -- INSTALL-LIB librte_pmd_dpaa2_qdma.a CC ifpga_feature_dev.o CC ifpga_fme.o CC ifpga_fme_iperf.o 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 -- CC commands.o CC test.o /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': qat_comp.c:(.text+0x1ba): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x217): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status make[5]: *** [dpdk-procinfo] Error 1 make[4]: *** [proc-info] Error 2 make[4]: *** Waiting for unfinished jobs.... CC resource.o CC parameters.o -- LD testpmd CC test_table_ports.o /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': qat_comp.c:(.text+0x1ba): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x217): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status make[5]: *** [testpmd] Error 1 make[4]: *** [test-pmd] Error 2 CC test_table_combined.o CC test_table_acl.o CC test_flow_classify.o -- MKRES test_resource_c.res.o LD test /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': qat_comp.c:(.text+0x1ba): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x217): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status make[5]: *** [test] Error 1 make[4]: *** [test] Error 2 make[3]: *** [app] Error 2 make[2]: *** [all] Error 2 make[1]: *** [pre_install] Error 2 *Failed Build #10: OS: UB1604 Target: i686-native-linuxapp-gcc INSTALL-LIB librte_pmd_dpaa_sec.a == Build drivers/common/qat CC avf_adminq.o CC qat_comp.o /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c: In function ‘qat_comp_build_request’: /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:10: warning: implicit declaration of function ‘rte_realloc_socket’ [-Wimplicit-function-declaration] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^ /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:4: warning: nested extern declaration of ‘rte_realloc_socket’ [-Wnested-externs] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^ /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^ /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:96:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] tmp = rte_realloc_socket(cookie->qat_sgl_dst_d, ^ CC qat_comp_pmd.o CC avf_common.o CC qat_device.o -- AR librte_pmd_skeleton_rawdev.a INSTALL-LIB librte_pmd_skeleton_rawdev.a CC ifpga_fme.o CC ifpga_fme_iperf.o 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 -- LD dpdk-procinfo CC test.o /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/i686-native-linuxapp-gcc/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': qat_comp.c:(.text+0x1db): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x220): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:397: recipe for target 'dpdk-procinfo' failed make[5]: *** [dpdk-procinfo] Error 1 /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:35: recipe for target 'proc-info' failed make[4]: *** [proc-info] Error 2 make[4]: *** Waiting for unfinished jobs.... CC parameters.o CC resource.o CC test_resource.o -- CC test_logs.o CC test_memcpy.o /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/i686-native-linuxapp-gcc/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': qat_comp.c:(.text+0x1db): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x220): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:397: recipe for target 'testpmd' failed make[5]: *** [testpmd] Error 1 /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed make[4]: *** [test-pmd] Error 2 CC test_memcpy_perf.o CC test_member.o CC test_member_perf.o CC test_efd.o -- MKRES test_resource_c.res.o LD test /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/i686-native-linuxapp-gcc/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': qat_comp.c:(.text+0x1db): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x220): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:397: recipe for target 'test' failed make[5]: *** [test] Error 1 /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:35: recipe for target 'test' failed make[4]: *** [test] Error 2 /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkbuild.mk:46: recipe for target 'app' failed make[3]: *** [app] Error 2 /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkroot.mk:98: recipe for target 'all' failed make[2]: *** [all] Error 2 /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed make[1]: *** [pre_install] Error 2 /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkroot.mk:77: recipe for target 'install' failed make: *** [install] Error 2 *Failed Build #11: OS: FreeBSD Target: x86_64-native-bsdapp-clang awk -f @/tools/makeobjops.awk @/kern/device_if.m -h awk -f @/tools/makeobjops.awk @/kern/device_if.m -h INSTALL-HOSTAPP dpdk-pmdinfogen awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h cc -Winline -Wall -Werror -include /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-bsdapp-clang/include/rte_config.h -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/kernel/freebsd/contigmem -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-bsdapp-clang/include -I. -I@ -I@/contrib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -c contigmem.c -o contigmem.o == Build drivers awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h cc -Winline -Wall -Werror -include /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-bsdapp-clang/include/rte_config.h -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/kernel/freebsd/nic_uio -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-bsdapp-clang/include -I. -I@ -I@/contrib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -c nic_uio.c -o nic_uio.o == Build drivers/common ld -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-bsdapp-clang/lib -d -warn-common -r -d -o contigmem.ko contigmem.o :> export_syms ld -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-bsdapp-clang/lib -d -warn-common -r -d -o nic_uio.ko nic_uio.o awk -f /sys/conf/kmod_syms.awk contigmem.ko export_syms | xargs -J% objcopy % contigmem.ko -- CC qat_comp.o PMDINFO virtio_cryptodev.o.pmd.c CC virtio_cryptodev.o.pmd.o LD virtio_cryptodev.o AR librte_pmd_virtio_crypto.a /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:10: warning: implicit declaration of function 'rte_realloc_socket' is invalid in C99 [-Wimplicit-function-declaration] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:8: warning: incompatible integer to pointer conversion assigning to 'void *' from 'int' [-Wint-conversion] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:96:8: warning: incompatible integer to pointer conversion assigning to 'struct qat_sgl *' from 'int' [-Wint-conversion] tmp = rte_realloc_socket(cookie->qat_sgl_dst_d, ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ INSTALL-LIB librte_pmd_virtio_crypto.a == Build drivers/compress 3 warnings generated. CC qat_comp_pmd.o == Build drivers/compress/octeontx CC otx_zip_pmd.o PMDINFO avf_ethdev.o.pmd.c CC avf_ethdev.o.pmd.o -- AR librte_pmd_skeleton_rawdev.a INSTALL-LIB librte_pmd_skeleton_rawdev.a CC ifpga_fme.o CC ifpga_fme_iperf.o 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 -- CC resource.o /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-bsdapp-clang/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:(.text+0x1a7): undefined reference to `rte_realloc_socket' /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:(.text+0x1f1): undefined reference to `rte_realloc_socket' CC test_resource.o clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[5]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:399: dpdk-pdump] Error 1 gmake[4]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:37: pdump] Error 2 gmake[4]: *** Waiting for unfinished jobs.... CC parameters.o CC cmdline.o -- CC test_pmd_perf.o /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-bsdapp-clang/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:(.text+0x1a7): undefined reference to `rte_realloc_socket' /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:(.text+0x1f1): undefined reference to `rte_realloc_socket' CC test_table.o clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[5]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:399: testpmd] Error 1 gmake[4]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:37: test-pmd] Error 2 CC test_table_pipeline.o CC test_table_tables.o CC test_table_ports.o -- MKRES test_resource_c.res.o LD test /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-bsdapp-clang/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:(.text+0x1a7): undefined reference to `rte_realloc_socket' /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:(.text+0x1f1): undefined reference to `rte_realloc_socket' clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[5]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:399: test] Error 1 gmake[4]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:37: test] Error 2 gmake[3]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkbuild.mk:48: app] Error 2 gmake[2]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkroot.mk:99: all] Error 2 gmake[1]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkinstall.mk:58: pre_install] Error 2 *Failed Build #12: OS: FC24 Target: x86_64-native-linuxapp-gcc-shared INSTALL-LIB librte_pmd_atlantic.so.1.1 CC avf_rxtx_vec_sse.o == Build drivers/common/qat CC qat_comp.o /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c: In function ‘qat_comp_build_request’: /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:10: warning: implicit declaration of function ‘rte_realloc_socket’ [-Wimplicit-function-declaration] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^~~~~~~~~~~~~~~~~~ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:4: warning: nested extern declaration of ‘rte_realloc_socket’ [-Wnested-externs] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^~~ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:96:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] tmp = rte_realloc_socket(cookie->qat_sgl_dst_d, ^ LD librte_pmd_avf.so.1.1 CC qat_comp_pmd.o INSTALL-LIB librte_pmd_avf.so.1.1 -- == Build drivers/net/axgbe LD librte_pmd_qat.so.1.1 qat_comp.o: In function `qat_comp_build_request': qat_comp.c:(.text+0x1ba): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x20f): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.lib.mk:100: recipe for target 'librte_pmd_qat.so.1.1' failed make[5]: *** [librte_pmd_qat.so.1.1] Error 1 /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:35: recipe for target 'common/qat' failed make[4]: *** [common/qat] Error 2 make[4]: *** Waiting for unfinished jobs.... == Build drivers/crypto/caam_jr CC axgbe_ethdev.o CC caam_jr.o -- CC rte_eth_softnic_cryptodev.o CC parser.o CC conn.o LD librte_pmd_softnic.so.1.1 INSTALL-LIB librte_pmd_softnic.so.1.1 /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkbuild.mk:46: recipe for target 'drivers' failed make[3]: *** [drivers] Error 2 /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkroot.mk:98: recipe for target 'all' failed make[2]: *** [all] Error 2 /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed make[1]: *** [pre_install] Error 2 /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkroot.mk:77: recipe for target 'install' failed make: *** [install] Error 2 *Failed Build #13: OS: FC25 Target: x86_64-native-linuxapp-gcc-debug == Build drivers/common/qat CC hw_atl_utils.o CC qat_comp.o CC hw_atl_llh.o /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c: In function ‘qat_comp_build_request’: /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:10: warning: implicit declaration of function ‘rte_realloc_socket’ [-Wimplicit-function-declaration] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^~~~~~~~~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:4: warning: nested extern declaration of ‘rte_realloc_socket’ [-Wnested-externs] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:96:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] tmp = rte_realloc_socket(cookie->qat_sgl_dst_d, ^ AR librte_pmd_crypto_scheduler.a INSTALL-LIB librte_pmd_crypto_scheduler.a == Build drivers/crypto/null -- AR librte_pmd_dpaa2_qdma.a INSTALL-LIB librte_pmd_dpaa2_qdma.a CC ifpga_fme.o CC ifpga_fme_iperf.o 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 -- CC test.o CC resource.o /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': qat_comp.c:(.text+0x1ba): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x20f): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:397: recipe for target 'dpdk-procinfo' failed make[5]: *** [dpdk-procinfo] Error 1 /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:35: recipe for target 'proc-info' failed make[4]: *** [proc-info] Error 2 make[4]: *** Waiting for unfinished jobs.... CC test_resource.o CC parameters.o CC test_prefetch.o -- CC test_logs.o CC test_memcpy.o /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': qat_comp.c:(.text+0x1ba): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x20f): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:397: recipe for target 'testpmd' failed make[5]: *** [testpmd] Error 1 /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed make[4]: *** [test-pmd] Error 2 CC test_memcpy_perf.o CC test_member.o CC test_member_perf.o CC test_efd.o -- MKRES test_resource_c.res.o LD test /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': qat_comp.c:(.text+0x1ba): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x20f): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:397: recipe for target 'test' failed make[5]: *** [test] Error 1 /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:35: recipe for target 'test' failed make[4]: *** [test] Error 2 /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkbuild.mk:46: recipe for target 'app' failed make[3]: *** [app] Error 2 /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkroot.mk:98: recipe for target 'all' failed make[2]: *** [all] Error 2 /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed make[1]: *** [pre_install] Error 2 /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkroot.mk:77: recipe for target 'install' failed make: *** [install] Error 2 *Failed Build #14: OS: FC24 Target: x86_64-native-linuxapp-clang == Build drivers/common/qat CC ark_pktdir.o CC qat_comp.o CC scheduler_failover.o CC ark_pktgen.o /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:10: warning: implicit declaration of function 'rte_realloc_socket' is invalid in C99 [-Wimplicit-function-declaration] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:8: warning: incompatible integer to pointer conversion assigning to 'void *' from 'int' [-Wint-conversion] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:96:8: warning: incompatible integer to pointer conversion assigning to 'struct qat_sgl *' from 'int' [-Wint-conversion] tmp = rte_realloc_socket(cookie->qat_sgl_dst_d, ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC scheduler_multicore.o 3 warnings generated. CC qat_comp_pmd.o CC ark_rqp.o CC ark_udm.o AR librte_pmd_ark.a INSTALL-LIB librte_pmd_ark.a -- AR librte_pmd_dpaa2_qdma.a INSTALL-LIB librte_pmd_dpaa2_qdma.a CC ifpga_fme.o CC ifpga_fme_iperf.o 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 -- CC test.o /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-linuxapp-clang/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:(.text+0x1a2): undefined reference to `rte_realloc_socket' /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:(.text+0x1e8): undefined reference to `rte_realloc_socket' CC resource.o clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation) /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:397: recipe for target 'dpdk-procinfo' failed make[5]: *** [dpdk-procinfo] Error 1 /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:35: recipe for target 'proc-info' failed make[4]: *** [proc-info] Error 2 make[4]: *** Waiting for unfinished jobs.... CC parameters.o CC test_resource.o CC test_prefetch.o -- LD testpmd CC test_mbuf.o /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-linuxapp-clang/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:(.text+0x1a2): undefined reference to `rte_realloc_socket' /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:(.text+0x1e8): undefined reference to `rte_realloc_socket' clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation) /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:397: recipe for target 'testpmd' failed make[5]: *** [testpmd] Error 1 /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed make[4]: *** [test-pmd] Error 2 CC test_memcpy.o CC test_logs.o CC test_memcpy_perf.o CC test_member.o -- MKRES test_resource_c.res.o LD test /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-linuxapp-clang/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:(.text+0x1a2): undefined reference to `rte_realloc_socket' /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:(.text+0x1e8): undefined reference to `rte_realloc_socket' clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation) /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:397: recipe for target 'test' failed make[5]: *** [test] Error 1 /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:35: recipe for target 'test' failed make[4]: *** [test] Error 2 /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkbuild.mk:46: recipe for target 'app' failed make[3]: *** [app] Error 2 /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkroot.mk:98: recipe for target 'all' failed make[2]: *** [all] Error 2 /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed make[1]: *** [pre_install] Error 2 /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkroot.mk:77: recipe for target 'install' failed make: *** [install] Error 2 *Failed Build #15: OS: FC24 Target: i686-native-linuxapp-gcc INSTALL-LIB librte_pmd_octeontx_crypto.a == Build drivers/common/qat CC ark_pktgen.o CC qat_comp.o /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c: In function ‘qat_comp_build_request’: /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:10: warning: implicit declaration of function ‘rte_realloc_socket’ [-Wimplicit-function-declaration] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^~~~~~~~~~~~~~~~~~ /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:4: warning: nested extern declaration of ‘rte_realloc_socket’ [-Wnested-externs] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^~~ /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^ /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:96:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] tmp = rte_realloc_socket(cookie->qat_sgl_dst_d, ^ AR librte_pmd_crypto_scheduler.a INSTALL-LIB librte_pmd_crypto_scheduler.a == Build drivers/crypto/null -- CC ifpga_api.o CC ifpga_feature_dev.o CC ifpga_fme.o CC ifpga_fme_iperf.o 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 -- LD dpdk-procinfo CC test.o /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/i686-native-linuxapp-gcc/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': qat_comp.c:(.text+0x1c3): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x210): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:397: recipe for target 'dpdk-procinfo' failed make[5]: *** [dpdk-procinfo] Error 1 /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:35: recipe for target 'proc-info' failed make[4]: *** [proc-info] Error 2 make[4]: *** Waiting for unfinished jobs.... CC resource.o CC test_resource.o CC test_prefetch.o -- CC test_memcpy.o CC test_memcpy_perf.o /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/i686-native-linuxapp-gcc/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': qat_comp.c:(.text+0x1c3): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x210): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:397: recipe for target 'testpmd' failed make[5]: *** [testpmd] Error 1 /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed make[4]: *** [test-pmd] Error 2 CC test_member.o CC test_member_perf.o CC test_efd.o CC test_efd_perf.o -- MKRES test_resource_c.res.o LD test /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/i686-native-linuxapp-gcc/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': qat_comp.c:(.text+0x1c3): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x210): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:397: recipe for target 'test' failed make[5]: *** [test] Error 1 /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:35: recipe for target 'test' failed make[4]: *** [test] Error 2 /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkbuild.mk:46: recipe for target 'app' failed make[3]: *** [app] Error 2 /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkroot.mk:98: recipe for target 'all' failed make[2]: *** [all] Error 2 /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed make[1]: *** [pre_install] Error 2 /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkroot.mk:77: recipe for target 'install' failed make: *** [install] Error 2 *Failed Build #16: OS: FreeBSD Target: x86_64-native-bsdapp-gcc machine -> /usr/src/sys/amd64/include x86 -> /usr/src/sys/x86/include awk -f @/tools/makeobjops.awk @/kern/device_if.m -h awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h cc -Winline -Wall -Werror -include /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-bsdapp-gcc/include/rte_config.h -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/kernel/freebsd/nic_uio -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-bsdapp-gcc/include -I. -I@ -I@/contrib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -c nic_uio.c -o nic_uio.o cc -Winline -Wall -Werror -include /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-bsdapp-gcc/include/rte_config.h -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/kernel/freebsd/contigmem -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-bsdapp-gcc/include -I. -I@ -I@/contrib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -c contigmem.c -o contigmem.o ld -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-bsdapp-gcc/lib -d -warn-common -r -d -o contigmem.ko contigmem.o ld -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-bsdapp-gcc/lib -d -warn-common -r -d -o nic_uio.ko nic_uio.o :> export_syms :> export_syms awk -f /sys/conf/kmod_syms.awk contigmem.ko export_syms | xargs -J% objcopy % contigmem.ko -- CC otx_cryptodev_hw_access.o CC otx_cryptodev_mbox.o CC otx_cryptodev_ops.o CC qat_comp.o /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c: In function 'qat_comp_build_request': /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:10: warning: implicit declaration of function 'rte_realloc_socket'; did you mean 'rte_calloc_socket'? [-Wimplicit-function-declaration] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^~~~~~~~~~~~~~~~~~ rte_calloc_socket /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:10: warning: nested extern declaration of 'rte_realloc_socket' [-Wnested-externs] /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:62:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] tmp = rte_realloc_socket(cookie->qat_sgl_src_d, ^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/drivers/compress/qat/qat_comp.c:96:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] tmp = rte_realloc_socket(cookie->qat_sgl_dst_d, ^ CC ark_ethdev_tx.o CC qat_comp_pmd.o CC qat_device.o -- LD skeleton_rawdev.o AR librte_pmd_skeleton_rawdev.a INSTALL-LIB librte_pmd_skeleton_rawdev.a CC ifpga_fme_iperf.o 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 -- CC test.o CC resource.o /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-bsdapp-gcc/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': qat_comp.c:(.text+0x1b9): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x216): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status gmake[5]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:399: dpdk-pdump] Error 1 gmake[4]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:37: pdump] Error 2 gmake[4]: *** Waiting for unfinished jobs.... CC parameters.o CC test_resource.o -- LD testpmd CC test_rwlock.o /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-bsdapp-gcc/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': qat_comp.c:(.text+0x1b9): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x216): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status gmake[5]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:399: testpmd] Error 1 gmake[4]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:37: test-pmd] Error 2 CC test_timer.o CC test_timer_perf.o CC test_timer_racecond.o -- MKRES test_resource_c.res.o LD test /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/x86_64-native-bsdapp-gcc/lib/librte_pmd_qat.a(qat_comp.o): In function `qat_comp_build_request': qat_comp.c:(.text+0x1b9): undefined reference to `rte_realloc_socket' qat_comp.c:(.text+0x216): undefined reference to `rte_realloc_socket' collect2: error: ld returned 1 exit status gmake[5]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.app.mk:399: test] Error 1 gmake[4]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.subdir.mk:37: test] Error 2 gmake[3]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkbuild.mk:48: app] Error 2 gmake[2]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkroot.mk:99: all] Error 2 gmake[1]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/d46f81ab236d4afba939f99ef7060f11/dpdk/mk/rte.sdkinstall.mk:58: pre_install] Error 2 DPDK STV team