From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C80E1A0C47; Tue, 26 Oct 2021 10:11:03 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8FC0C40E0F; Tue, 26 Oct 2021 10:11:03 +0200 (CEST) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id 72A2640A4B for ; Tue, 26 Oct 2021 10:11:02 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id 56BB6A0C4B; Tue, 26 Oct 2021 10:11:02 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Tue, 26 Oct 2021 08:11:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: meson X-Bugzilla-Version: 21.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: longfengx.liang@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 837] [build]lib/ethdev build failed on Ubuntu20.04.3 with gcc 10.3.0. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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=3D837 Bug ID: 837 Summary: [build]lib/ethdev build failed on Ubuntu20.04.3 with gcc 10.3.0. Product: DPDK Version: 21.11 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: meson Assignee: dev@dpdk.org Reporter: longfengx.liang@intel.com Target Milestone: --- 1.DPDK version: Now build failed issue branch dpdk-next-net/dpdk-next-net-intel bad commit d7a55a39bce30d3bf7e9e7de3f25b1f603b63926 (HEAD -> main) Author: Ferruh Yigit Date: Fri Oct 22 12:03:12 2021 +0100 ethdev: add namespace Add 'RTE_ETH' namespace to all enums & macros in a backward compatible way. The macros for backward compatibility can be removed in next LTS. Also updated some struct names to have 'rte_eth' prefix. All internal components switched to using new names. Syntax fixed on lines that this patch touches. Signed-off-by: Ferruh Yigit Acked-by: Tyler Retzlaff Acked-by: Andrew Rybchenko Acked-by: Ajit Khaparde Acked-by: Jerin Jacob Acked-by: Wisam Jaddo Acked-by: Rosen Xu Acked-by: Chenbo Xia Acked-by: Hemant Agrawal Acked-by: Somnath Kotur 2.OS version: Ubuntu 20.04.3 LTS /kernel 5.8.0-48-generic gcc version:gcc (Ubuntu 10.3.0-1ubuntu1~20.04) 10.3.0 3.Test Setup: build cmd: CC=3Dgcc meson --werror -Denable_kmods=3DTrue -Dlibdir=3Dlib -Denable_docs= =3Dtrue x86_64-native-linuxapp-doc ninja -C x86_64-native-linuxapp-doc/ 4.build failed output info: root@dpdk-xuemin4x-ub2004-doc:~/dpdk-next-net# ninja -C x86_64-native-linuxapp-doc/ ninja: Entering directory `x86_64-native-linuxapp-doc/' [2668/2697] Generating rte_kni with a custom command. make: Entering directory '/usr/src/linux-headers-5.8.0-48-generic' CC [M]=20 /root/dpdk-next-net/x86_64-native-linuxapp-doc/kernel/linux/kni/kni_net.o CC [M]=20 /root/dpdk-next-net/x86_64-native-linuxapp-doc/kernel/linux/kni/kni_misc.o LD [M]=20 /root/dpdk-next-net/x86_64-native-linuxapp-doc/kernel/linux/kni/rte_kni.o MODPOST /root/dpdk-next-net/x86_64-native-linuxapp-doc/kernel/linux/kni/Module.symv= ers CC [M]=20 /root/dpdk-next-net/x86_64-native-linuxapp-doc/kernel/linux/kni/rte_kni.mod= .o LD [M]=20 /root/dpdk-next-net/x86_64-native-linuxapp-doc/kernel/linux/kni/rte_kni.ko make: Leaving directory '/usr/src/linux-headers-5.8.0-48-generic' [2671/2697] Generating doxygen with a custom command. FAILED: doc/api/html /root/dpdk-next-net/doc/api/generate_doxygen.sh doc/api/doxy-api.conf doc/api/html /root/dpdk-next-net/doc/api/doxy-html-custom.sh /root/dpdk-next-net/lib/ethdev/rte_ethdev.h:397: error: Member RTE_ETH_MQ_RX_RSS_FLAG (macro definition) of file rte_ethdev.h is not documented. (warning treated as error, aborting now) [2676/2697] Compiling C object 'drivers/a715181@@tmp_rte_event_octeontx2@sta/event_octeontx2_otx2_worker_d= ual.c.o'. ninja: build stopped: subcommand failed. --=20 You are receiving this mail because: You are the assignee for the bug.=