From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 33) id 0D04D5F30; Mon, 4 Jun 2018 20:35:05 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Mon, 04 Jun 2018 18:35:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: core X-Bugzilla-Version: 18.05 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: erik.g.carrillo@intel.com X-Bugzilla-Status: CONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://dpdk.org/tracker/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 Subject: [dpdk-dev] [Bug 61] build fails when shared libs enabled and optimization turned off X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2018 18:35:05 -0000 https://dpdk.org/tracker/show_bug.cgi?id=3D61 Bug ID: 61 Summary: build fails when shared libs enabled and optimization turned off Product: DPDK Version: 18.05 Hardware: All OS: All Status: CONFIRMED Severity: normal Priority: Normal Component: core Assignee: dev@dpdk.org Reporter: erik.g.carrillo@intel.com Target Milestone: --- Overview: Build fails with CONFIG_RTE_BUILD_SHARED_LIB=3Dy and EXTRA_CFLAGS=3D"-O= 0" Steps to Reproduce: 1. Generate config file with: "$ make config T=3Dx86_64-native-linuxapp-gcc O=3Dx86_64-native-linuxapp-gcc" 2. Set CONFIG_RTE_BUILD_SHARED_LIB=3Dy in .config 3. Run build with: "$ make V=3D1 EXTRA_CFLAGS=3D'-O0'" Actual Results: Build fails with following error: <...snipped...> =3D=3D Build drivers/bus/fslmc <...snipped...> gcc -Wp,-MD,./.fslmc_vfio.o.d.tmp -m64 -pthread -fPIC -march=3Dnative -DRTE_MACHINE_CPUFLAG_SSE -DRTE_MACHINE_CPUFLAG_SSE2 -DRTE_MACHINE_CPUFLAG_= SSE3 -DRTE_MACHINE_CPUFLAG_SSSE3 -DRTE_MACHINE_CPUFLAG_SSE4_1 -DRTE_MACHINE_CPUFLAG_SS E4_2 -DRTE_MACHINE_CPUFLAG_AES -DRTE_MACHINE_CPUFLAG_PCLMULQDQ -DRTE_MACHINE_CPUFLAG_AVX -DRTE_MACHINE_CPUFLAG_RDRAND -DRTE_MACHINE_CPUFLAG_FSGSBASE -DRTE_MACHINE_CPUFLAG_F16C -DRTE_MACHINE_CPUFLAG_AVX2=20 -I/workspace/sw/egcarril/projects/upstream/dpdk/x86_64-native-linuxapp-gcc/= include -include /workspace/sw/egcarril/projects/upstream/dpdk/x86_64-native-linuxapp-gcc/in= clude/rte_config.h -DALLOW_EXPERIMENTAL_API -O3 -W -Wall -Wstrict-prototypes -Wmissing-prototy= pes -Wmissing-declarations -Wold-style-definition -Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -Wdeprecated -Werror -I/workspace/sw/egcarril/projects/upstream/dpdk/drivers/bus/fslmc -I/workspace/sw/egcarril/projects/upstream/dpdk/drivers/bus/fslmc/mc -I/workspace/sw/egcarril/projects/upstream/dpdk/drivers/bus/fslmc/qbman/inc= lude -I/workspace/sw/egcarril/projects/upstream/dpdk/lib/librte_eal/common -O0= -o fslmc_vfio.o -c /workspace/sw/egcarril/projects/upstream/dpdk/drivers/bus/fslmc/fslmc_vfio.c gcc -Wp,-MD,./.fslmc_bus.o.d.tmp -m64 -pthread -fPIC -march=3Dnative -DRTE_MACHINE_CPUFLAG_SSE -DRTE_MACHINE_CPUFLAG_SSE2 -DRTE_MACHINE_CPUFLAG_= SSE3 -DRTE_MACHINE_CPUFLAG_SSSE3 -DRTE_MACHINE_CPUFLAG_SSE4_1 -DRTE_MACHINE_CPUFLAG_SSE 4_2 -DRTE_MACHINE_CPUFLAG_AES -DRTE_MACHINE_CPUFLAG_PCLMULQDQ -DRTE_MACHINE_CPUFLAG_AVX -DRTE_MACHINE_CPUFLAG_RDRAND -DRTE_MACHINE_CPUFLAG_FSGSBASE -DRTE_MACHINE_CPUFLAG_F16C -DRTE_MACHINE_CPUFLAG_AVX2 -I/workspace/sw/egcarril/pro jects/upstream/dpdk/x86_64-native-linuxapp-gcc/include -include /workspace/sw/egcarril/projects/upstream/dpdk/x86_64-native-linuxapp-gcc/in= clude/rte_config.h -DALLOW_EXPERIMENTAL_API -O3 -W -Wall -Wstrict-prototypes -Wmissing-prototy= pes -Wmissing-declarations -Wold-style-definition -Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -Wdeprecated -Werror -I/workspace/sw/egcarril/projects/upstream/dpdk/drivers/bus/fslmc -I/workspace/sw/egcarril/projects/upstream/dpdk/drivers/bus/fslmc/mc -I/workspace/sw/egcarril/projects/upstream/dpdk/drivers/bus/fslmc/qbman/inc= lude -I/workspace/sw/egcarril/projects/upstream/dpdk/lib/librte_eal/common -O0= -o fslmc_bus.o -c /workspace/sw/egcarril/projects/upstream/dpdk/drivers/bus/fslmc/fslmc_bus.c gcc -m64 -O0 -L/workspace/sw/egcarril/projects/upstream/dpdk/x86_64-native-linuxapp-gcc/= lib -Wl,--version-script=3D/workspace/sw/egcarril/projects/upstream/dpdk/driver= s/bus/fslmc/rte_bus_fslmc_version.map -shared qbman/qbman_portal. o qbman/qbman_debug.o mc/dpmng.o mc/dpbp.o mc/dpio.o mc/mc_sys.o mc/dpcon.o mc/dpci.o mc/dpdmai.o portal/dpaa2_hw_dpio.o portal/dpaa2_hw_dpbp.o portal/dpaa2_hw_dpci.o fslmc_vfio.o fslmc_bus.o -z defs -lrte_eal -lrte_mbuf -lrte_memp ool -lrte_ring -lrte_ethdev -Wl,-soname,librte_bus_fslmc.so.1.1 -o librte_bus_fslmc.so.1.1 portal/dpaa2_hw_dpio.o: In function `dpaa2_mem_ptov': dpaa2_hw_dpio.c:(.text+0xcc): undefined reference to `rte_dpaa2_memsegs' portal/dpaa2_hw_dpbp.o: In function `dpaa2_mem_ptov': dpaa2_hw_dpbp.c:(.text+0xa7): undefined reference to `rte_dpaa2_memsegs' portal/dpaa2_hw_dpci.o: In function `dpaa2_mem_ptov': dpaa2_hw_dpci.c:(.text+0xa7): undefined reference to `rte_dpaa2_memsegs' fslmc_vfio.o: In function `dpaa2_mem_ptov': fslmc_vfio.c:(.text+0xd9): undefined reference to `rte_dpaa2_memsegs' collect2: error: ld returned 1 exit status make[5]: *** [/workspace/sw/egcarril/projects/upstream/dpdk/mk/rte.lib.mk:1= 00: librte_bus_fslmc.so.1.1] Error 1 make[4]: *** [/workspace/sw/egcarril/projects/upstream/dpdk/mk/rte.subdir.mk:37: fslmc] Error 2 make[3]: *** [/workspace/sw/egcarril/projects/upstream/dpdk/mk/rte.subdir.mk:37: bus] Er= ror 2 make[2]: *** [/workspace/sw/egcarril/projects/upstream/dpdk/mk/rte.sdkbuild.mk:51: drive= rs] Error 2 make[1]: *** [/workspace/sw/egcarril/projects/upstream/dpdk/mk/rte.sdkroot.mk:101: all] Error 2 make: *** [Makefile:12: all] Error 2 Expected Results: Build should succeed. Build Date & Hardware: Build date: 2018-06-04 $ cat /etc/lsb-release DISTRIB_ID=3DUbuntu DISTRIB_RELEASE=3D16.04 DISTRIB_CODENAME=3Dxenial DISTRIB_DESCRIPTION=3D"Ubuntu 16.04.1 LTS" $ gcc --version gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609 Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. Ther= e is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ uname -m x86_64 --=20 You are receiving this mail because: You are the assignee for the bug.=