From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] app/test-crypto-perf: fix gcc compilation under FreeBSD Date: Thu, 02 Feb 2017 14:56:51 +0100 Message-ID: <3122931.ok1ldL3Xjz@xps13> References: <1485955877-25839-1-git-send-email-danielx.t.mrzyglod@intel.com> <1486042866-135177-1-git-send-email-danielx.t.mrzyglod@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Daniel Mrzyglod , slawomirx.mrozowicz@intel.com, pablo.de.lara.guarch@intel.com Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id BA6832BCD for ; Thu, 2 Feb 2017 14:56:52 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id v77so89061105wmv.0 for ; Thu, 02 Feb 2017 05:56:52 -0800 (PST) In-Reply-To: <1486042866-135177-1-git-send-email-danielx.t.mrzyglod@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, The error is not specific to GCC. I can reproduce it with x86_64-native-bsdapp-clang. 2017-02-02 14:41, Daniel Mrzyglod: > This patch fixes error: implicit declaration of function 'getline' > > Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test application") > > Signed-off-by: Daniel Mrzyglod I am interested to understand how such error can happen with the recent integration of build checks in patchwork. Have you received any automatic mail about the compilation error? Do you think setting colors (green/orange/red) in the columns S/W/F would help?