From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9915AA034F; Wed, 13 May 2020 10:24:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3223A1D152; Wed, 13 May 2020 10:24:27 +0200 (CEST) Received: from inbox.dpdk.org (xvm-172-178.dc0.ghst.net [95.142.172.178]) by dpdk.org (Postfix) with ESMTP id 63DB31C24A for ; Wed, 13 May 2020 10:24:16 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id 5881DA04A2; Wed, 13 May 2020 10:24:16 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Wed, 13 May 2020 08:24:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: other X-Bugzilla-Version: 20.05 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: vipin.varghese@intel.com X-Bugzilla-Status: UNCONFIRMED 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://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 Subject: [dpdk-dev] [Bug 471] failing to build test from app/test 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" https://bugs.dpdk.org/show_bug.cgi?id=3D471 Bug ID: 471 Summary: failing to build test from app/test Product: DPDK Version: 20.05 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: critical Priority: Normal Component: other Assignee: dev@dpdk.org Reporter: vipin.varghese@intel.com Target Milestone: --- DPDK:20.05-rc2 Linux:4.15.0-99-generic=20 GCC: Ubuntu 7.5.0-3ubuntu1~18.04 Distribution: Ubuntu 18.04.4 LTS Steps: 1. fetch from git the right version of DPDK. 2. default build for `x86_64-native-linuxapp-gcc` 3. move to the directory `$RTE_SDK/app/test` 4. execute make Error Log: ``` t# make CC commands.o commands.c: In function =E2=80=98cmd_dump_parsed=E2=80=99: commands.c:137:3: error: =E2=80=98rte_malloc_dump_heaps=E2=80=99 is depreca= ted: Symbol is not yet part of stable ABI [-Werror=3Ddeprecated-declarations] rte_malloc_dump_heaps(stdout); ^~~~~~~~~~~~~~~~~~~~~ In file included from commands.c:31:0: /home/saesrv02/Downloads/dpdksrc/dpdk/x86_64-native-linuxapp-gcc/include/rt= e_malloc.h:524:1: note: declared here rte_malloc_dump_heaps(FILE *f); ^~~~~~~~~~~~~~~~~~~~~ commands.c: At top level: cc1: error: unrecognized command line option =E2=80=98-Wno-address-of-packe= d-member=E2=80=99 [-Werror] cc1: all warnings being treated as errors /home/saesrv02/Downloads/dpdksrc/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'commands.o' failed make: *** [commands.o] Error 1 ``` --=20 You are receiving this mail because: You are the assignee for the bug.=