Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Oct 2014 12:59:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194072] [NEW PORT] net/dpdk: Software libraries for packet processing
Message-ID:  <bug-194072-13-ZQfWqWv9QN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194072-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194072-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194072

Bruce Richardson <bruce.richardson@intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bruce.richardson@intel.com

--- Comment #3 from Bruce Richardson <bruce.richardson@intel.com> ---
(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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194072-13-ZQfWqWv9QN>