From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id F1F8268BE for ; Thu, 17 Apr 2014 10:21:15 +0200 (CEST) Received: by mail-wi0-f176.google.com with SMTP id r20so2549968wiv.3 for ; Thu, 17 Apr 2014 01:21:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=lVuM74Rk+xELVSM4/+X5faJ5MMjVlQZ+qDzNoZ6Amd0=; b=cnpahfOChUXjRR2vAHM4W1b6P/p/UMPx1riPgms1KtyrPvgvRFg6QbXi6v1ikJMky4 AJOANFcIcvwBa6/1WQmfTyyU9oODIQ9S5mKnAE6GVNxTycCJ+X50oQqAoVf1Fj821LTI 0Qa/vXLFmE/qhcJ0mV7cKnt0/BoBOaydbG4BGNUWk4r01C/ki5ojNVurlemBdAwOPl/W PCYsFEv5w6p5u1FN8yamLFyGr0LL6iAq1r7fnrle2CCkzwAzwkNJ+TinztnErChd08ic jPXtbDZHImjun0mSm2bhfwJDawg2JOFfKc2WRBZMTOHCUmrYUWJ8Sji98g0f43X9pVSO S2mA== X-Gm-Message-State: ALoCoQkFlHXv6bmCjm9iGins5TTVTnbgINyWhqBuyHpVWRIgoxYaDSQZqWeUxuct/XxR5dIFEKh5 X-Received: by 10.180.8.40 with SMTP id o8mr23287201wia.25.1397722876833; Thu, 17 Apr 2014 01:21:16 -0700 (PDT) Received: from [10.16.0.195] (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id uy4sm24096484wjc.8.2014.04.17.01.21.15 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 17 Apr 2014 01:21:16 -0700 (PDT) Message-ID: <534F8EFA.4060208@6wind.com> Date: Thu, 17 Apr 2014 10:21:14 +0200 From: Olivier MATZ User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10 MIME-Version: 1.0 To: Neil Horman References: <20140416195220.GA2200@hmsreliant.think-freely.org> In-Reply-To: <20140416195220.GA2200@hmsreliant.think-freely.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] build break on BSD 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: Thu, 17 Apr 2014 08:21:16 -0000 Hi Neil, On 04/16/2014 09:52 PM, Neil Horman wrote: > I was just trying to do a build on bsd for dpdk and hit this: > > == Build lib/librte_eal/bsdapp/eal > CC eal.o > /root/git/dpdk/lib/librte_eal/bsdapp/eal/eal.c: In function ‘eal_parse_args’: > /root/git/dpdk/lib/librte_eal/bsdapp/eal/eal.c:654:5: error: implicit > declaration of function ‘eal_dev_whitelist_add_entry’ > [-Werror=implicit-function-declaration] > eal_dev_whitelist_add_entry(optarg); > ^ > [...] > > Looks like the recent whitelist/blacklist patches forgot to add the rte_devargs > headers to the BSD build. Thanks for reporting, I'll have a look ASAP. Regards, Olivier