From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 45BBEB3D6 for ; Mon, 25 May 2015 11:49:45 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 25 May 2015 02:49:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,491,1427785200"; d="scan'208";a="731264722" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.149]) by fmsmga002.fm.intel.com with SMTP; 25 May 2015 02:49:42 -0700 Received: by (sSMTP sendmail emulation); Mon, 25 May 2015 10:49:41 +0025 Date: Mon, 25 May 2015 10:49:41 +0100 From: Bruce Richardson To: Victor Detoni Message-ID: <20150525094941.GA1656@bricha3-MOBL3> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] Install DPDK on FreeBSD ports is crashing X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2015 09:49:45 -0000 On Sat, May 23, 2015 at 10:20:46PM -0300, Victor Detoni wrote: > Hi, > > I'm trying to install dpdk through freebsd's ports and the error is shown > bellow. Please, someone knows if it can install on FreeBSD 10.1? And what > means these errors? > > If I compile with gcc48 it works fine. Thanks for the report. I've tried installing from ports on my FreeBSD 10.1 system and all went fine for me. However, I'm going to install a fresh 10.1 VM and try there, in case I've missed something - as this system I've been doing DPDK development on for some time. In the meantime, can you please send me on the complete output of running the command: "make install clean" in /usr/ports/net/dpdk on your system. Thanks, /Bruce > > * CC test_lpm.o* > *clang: error: unable to execute command: Killed* > *clang: error: clang frontend command failed due to signal (use -v to see > invocation)* > *FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512* > *Target: x86_64-unknown-freebsd10.1* > *Thread model: posix* > *clang: note: diagnostic msg: PLEASE submit a bug report to > https://bugs.freebsd.org/submit/ and > include the crash backtrace, preprocessed source, and associated run > script.* > *clang: note: diagnostic msg: * > ********************** > > *PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:* > * eprocessed source(s) and associated run script(s) are located at:* > *?lang: note: diagnostic msg: /tmp/test_lpm-441ce1.c* > *clang: note: diagnostic msg: /tmp/test_lpm-441ce1.sh* > *clang: note: diagnostic msg: * > > ********************** > */usr/ports/net/dpdk/work/dpdk-2.0.0/mk/internal/rte.compile-pre.mk:126 > : recipe for target 'test_lpm.o' failed* > *gmake[6]: *** [test_lpm.o] Error 254* > */usr/ports/net/dpdk/work/dpdk-2.0.0/mk/rte.subdir.mk:61 > : recipe for target 'test' failed* > *gmake[5]: *** [test] Error 2* > */usr/ports/net/dpdk/work/dpdk-2.0.0/mk/rte.sdkbuild.mk:93 > : recipe for target 'app' failed* > *gmake[4]: *** [app] Error 2* > */usr/ports/net/dpdk/work/dpdk-2.0.0/mk/rte.sdkroot.mk:124 > : recipe for target 'all' failed* > *gmake[3]: *** [all] Error 2* > */usr/ports/net/dpdk/work/dpdk-2.0.0/mk/rte.sdkinstall.mk:58 > : recipe for target > 'x86_64-native-bsdapp-clang_install' failed* > *gmake[2]: *** [x86_64-native-bsdapp-clang_install] Error 2* > */usr/ports/net/dpdk/work/dpdk-2.0.0/mk/rte.sdkroot.mk:102 > : recipe for target 'install' failed* > *gmake[1]: *** [install] Error 2* > *gmake[1]: Leaving directory '/usr/ports/net/dpdk/work/dpdk-2.0.0'* > *===> Compilation failed unexpectedly.* > *Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure > to* > *the maintainer.* > **** Error code 1* > > *Stop.* > *make: stopped in /usr/ports/net/dpdk*