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 8EFF1A034F; Fri, 15 May 2020 02:31:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D849B1D9AC; Fri, 15 May 2020 02:31: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 01F471D9AA for ; Fri, 15 May 2020 02:31:26 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id B9FF2A0351; Fri, 15 May 2020 02:31:26 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Fri, 15 May 2020 00:31:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: ethdev X-Bugzilla-Version: 17.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jeanprincemello@gmail.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 attachments.created 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 478] Unable to build igb_uio kernel module on Ubuntu 18.04 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=3D478 Bug ID: 478 Summary: Unable to build igb_uio kernel module on Ubuntu 18.04 Product: DPDK Version: 17.11 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: ethdev Assignee: dev@dpdk.org Reporter: jeanprincemello@gmail.com Target Milestone: --- Created attachment 98 --> https://bugs.dpdk.org/attachment.cgi?id=3D98&action=3Dedit compilation_errors_logs_dpdk_17114 Hello, When I tried to build a fresh DPDK 17.11.4 release, I'm getting the attached compilation errors. My environment's config : Kernel Linux : 5.3.0-51-generic=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20 VM : 18.04.2-Ubuntu SMP Architecture : x86_64=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 GLIBC : 2.27-3ubuntu1=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 GCC : 7.5.0 To easily reproduce the bug : cd $HOME wget http://static.dpdk.org/rel/dpdk-17.11.4.tar.gz tar xf dpdk-17.11.4.tar.gz cd dpdk-stable-17.11.4 make config T=3Dx86_64-native-linuxapp-gcc sed -ri 's,(PMD_PCAP=3D).*,\1y,' build/.config make --=20 You are receiving this mail because: You are the assignee for the bug.=