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 E8942A04DB for ; Thu, 15 Oct 2020 19:04:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E0E781DC4C; Thu, 15 Oct 2020 19:04:10 +0200 (CEST) Received: from mail-lj1-f175.google.com (mail-lj1-f175.google.com [209.85.208.175]) by dpdk.org (Postfix) with ESMTP id 66B341DC14 for ; Thu, 15 Oct 2020 19:04:08 +0200 (CEST) Received: by mail-lj1-f175.google.com with SMTP id f21so3894112ljh.7 for ; Thu, 15 Oct 2020 10:04:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=mime-version:from:date:message-id:subject:to; bh=MftktR6Pnm6vjbBb09J1wj6ftWLGzZkgTxXVuZguX6I=; b=XmZ4piIzWN1oYdpcviFO+rJa1O2qus3SSgPxhRVCa2yMQdoq3IIRSe8niDRQf4Xcay vUuN4A/0GReDgNEj83oMMmrNP2N6JwYE2LOS1Lgy7clB8SbwSwQlEmZUIHLsa+zxR0GN mkNIbBFGfsy2jpZfMeXkf10hW7jhnX98rOoi4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=MftktR6Pnm6vjbBb09J1wj6ftWLGzZkgTxXVuZguX6I=; b=S1TfYt0oljl2PFQNoGdQxrqpLf8/YMiMmzSMPiyvyO3ZaJlrzGxoZFD84zJsjjtNDN G9w3ttc9TBzG3lJPNKV6mWOZFcBjbN8hE16oXBzmzeiPM51dXk9gJ3tGSodl3VfKqrAI 1bbSgUE4NyoiLx6KXewRWKklhm4PJfLZzEnr6pi08jAgtzP7dlDVOCeBaIIgJP5B9CXV T5qN+fD1TpO9/WDWvq6t8GB7IBdDHhJBGw6uoRl//A74RWexCTQDf5/7bOhwlo6O9zFn O+h+kQLdcozwJg3JXZZmryM6iHa+EMExdA1oBbsuOjfF/4auax93UXd0OWhCi2xbwvo/ mOTg== X-Gm-Message-State: AOAM533tvEjBrsecgVYS51CHUMCDLoId+rxbu/ddEwxddoFCHdQysK2W qMD5OKXS8wSb7VewM7bCsu2ZlvjmxFrJ2jFjDNppVUI8hw/QMw== X-Google-Smtp-Source: ABdhPJwriyBzHUdO+1R8ozzjoxyJzbT0JrWaYs1gOiheZnJq2N6lq41SvI6E/wewUa6jt97/FCMpkNDBsubfkdIwcTw= X-Received: by 2002:a05:651c:2043:: with SMTP id t3mr1541294ljo.116.1602781446487; Thu, 15 Oct 2020 10:04:06 -0700 (PDT) MIME-Version: 1.0 From: David Liu Date: Thu, 15 Oct 2020 13:03:30 -0400 Message-ID: To: ci@dpdk.org Content-Type: multipart/alternative; boundary="000000000000c556f105b1b8a287" Subject: [dpdk-ci] Fedora Rawhide Error on Compile DPDK with GCC11 X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Sender: "ci" --000000000000c556f105b1b8a287 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello everyone, We have successfully added GCC11 to Fedora Rawhide, but when we are trying to compile DPDK with GCC11. The compilation failed on an error showed below= : ../app/test/test_graph_perf.c ../app/test/test_graph_perf.c: In function =E2=80=98graph_init=E2=80=99: ../app/test/test_graph_perf.c:311:1: error: wrong number of arguments specified for =E2=80=98access=E2=80=99 attribute 311 | { | ^ ../app/test/test_graph_perf.c:311:1: note: expected between 1 and 3, found = 4 [2368/2483] Compiling C object drivers/libtmp_rte_pmd_octeontx2_event.a.p/event_octeontx2_otx2_worker_dual= .c.o ninja: build stopped: subcommand failed. Here is the link to the Bugzilla ticket for this issue: https://bugs.dpdk.org/show_bug.cgi?id=3D557#c0 Thanks, David --000000000000c556f105b1b8a287 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello everyone,

We have successfull= y added GCC11 to Fedora Rawhide, but when we are trying to compile DPDK wit= h GCC11. The compilation failed on an error showed below:
../app/test/test_graph_perf.c
../app/test/test_gr= aph_perf.c: In function =E2=80=98graph_init=E2=80=99:
../app/test/test_g= raph_perf.c:311:1: error: wrong number of arguments specified for =E2=80=98= access=E2=80=99 attribute
=C2=A0 311 | {
=C2=A0 =C2=A0 =C2=A0 | ^
= ../app/test/test_graph_perf.c:311:1: note: expected between 1 and 3, found = 4
[2368/2483] Compiling C object drivers/libtmp_rte_pmd_octeontx2_event.= a.p/event_octeontx2_otx2_worker_dual.c.o
ninja: build stopped: subcomman= d failed.

Here is the link to the=C2=A0Bugzilla ticket for t= his issue: https://bugs.dpdk.org/show_bug.cgi?id=3D557#c0

<= div>Thanks,
David

--000000000000c556f105b1b8a287--