From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 3 12:59:25 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA04B381 for ; Fri, 3 Oct 2014 12:59:25 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A12EA990 for ; Fri, 3 Oct 2014 12:59:25 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s93CxPJL001320 for ; Fri, 3 Oct 2014 12:59:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194072] [NEW PORT] net/dpdk: Software libraries for packet processing Date: Fri, 03 Oct 2014 12:59:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: bruce.richardson@intel.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 12:59:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194072 Bruce Richardson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bruce.richardson@intel.com --- Comment #3 from Bruce Richardson --- (In reply to Vanilla I. Shu from comment #1) > I got following error, please help to check I believe the following addition to the makefile can fix this error. Can you please confirm for me? --- ./dpdk/Makefile 2014-10-03 13:58:36.000000000 +0100 +++ /tmp/dpdk-test/dpdk/Makefile 2014-10-03 13:56:06.000000000 +0100 @@ -28,6 +28,9 @@ EXEC_FILES += app/testpmd EXEC_FILES += app/test +post-patch: + @${REINPLACE_CMD} -e 's/-fdirectives-only//' ${WRKSRC}/mk/rte.sdkconfig.mk + do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/${RTE_TARGET}/app \ ${STAGEDIR}${DATADIR}/${RTE_TARGET}/lib \ -- You are receiving this mail because: You are the assignee for the bug.