From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f49.google.com (mail-oi0-f49.google.com [209.85.218.49]) by dpdk.org (Postfix) with ESMTP id 1EA4CC9AC for ; Wed, 29 Apr 2015 19:47:05 +0200 (CEST) Received: by oift201 with SMTP id t201so28006650oif.3 for ; Wed, 29 Apr 2015 10:47:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=dEw3EyZE91hFKkDo+F/FSgO0xEfTTQEsxRWnwcY/uSM=; b=KeVyzhjepgxi/hhoe4P6SoXZxQ2x8rYiA34Kokeh5oE8NNgH/0nToqCMJY9r9F0qaS y+CVIJdvuOhuVNn0DKyMBCUEWTToCE5ZP+u2vAx54Ubzc/Fcoj6hpYqXZosK0eOiBPJS 1aUhe3aAdQOnXAs+zMDTp3A+s9FODi/TKMFxfjdAXh+j9euM9gzkStg+jY4MyrBypAve 3AULT4UK6E+9ENkg4OqaasGDeppSUEzXRFOnjjH3jkbPCDMid68G2jz0CdqIl5+QuECQ IRu2iqZMRZHlLKVXkKUqEuCvVeQ9wyIX/FETX7goNG1FZr++DMcVlTwAajS0FUo+enGU s2Mw== MIME-Version: 1.0 X-Received: by 10.182.24.5 with SMTP id q5mr222839obf.8.1430329624493; Wed, 29 Apr 2015 10:47:04 -0700 (PDT) Received: by 10.202.179.195 with HTTP; Wed, 29 Apr 2015 10:47:04 -0700 (PDT) In-Reply-To: <20150429100401.GA32154@hmsreliant.think-freely.org> References: <20150424195153.GF32445@hmsreliant.think-freely.org> <20150425123241.GB26734@neilslaptop.think-freely.org> <20150425130214.GA28043@neilslaptop.think-freely.org> <20150427134435.GD17179@hmsreliant.think-freely.org> <20150428193516.GB26098@hmsreliant.think-freely.org> <20150429100401.GA32154@hmsreliant.think-freely.org> Date: Wed, 29 Apr 2015 10:47:04 -0700 Message-ID: From: Ravi Kerur To: Neil Horman Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v7 1/6] Move common functions in eal_thread.c 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: Wed, 29 Apr 2015 17:47:05 -0000 > > I tried to run validate-abi.sh on BSD but ran into errors. If there is a > > way to check against BSD please let me know. > > > The ABI checker should work on BSD as far as I know, since it only relies > on > dwarf information in the output binary. What errors are you seeing? > dpdk-bsd:/home/rkerur/dpdk-validate-abi-1/dpdk # sh ./scripts/validate-abi.sh v2.0.0-rc3 v2.0.0-abi x86_64-native-bsdapp-clang mktemp: illegal option -- p usage: mktemp [-d] [-q] [-t prefix] [-u] template ... mktemp [-d] [-q] [-u] -t prefix Cant find abi-compliance-checker utility abi-compliance-checker is installed as shown below. dpdk-bsd:/home/rkerur/dpdk-validate-abi-1/dpdk # pkg install devel/abi-compliance-checker Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Checking integrity... done (0 conflicting) The most recent version of packages are already installed > > Neil > >