From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavan Nikhilesh Subject: Re: Build failure on RHEL 7.4 Date: Thu, 12 Apr 2018 01:16:28 +0530 Message-ID: <20180411194627.GA17965@ltp-pvn> References: <6832477.SIRo2TBDok@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org To: Thomas Monjalon , Andrew Rybchenko , Anatoly Burakov Return-path: Received: from NAM03-BY2-obe.outbound.protection.outlook.com (mail-by2nam03on0053.outbound.protection.outlook.com [104.47.42.53]) by dpdk.org (Postfix) with ESMTP id BA9961B16A for ; Wed, 11 Apr 2018 21:46:51 +0200 (CEST) Content-Disposition: inline In-Reply-To: <6832477.SIRo2TBDok@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Apr 11, 2018 at 09:40:30PM +0200, Thomas Monjalon wrote: > 11/04/2018 21:09, Andrew Rybchenko: > > Hello, > > > > build fails on RHEL 7.4. I've not tried to dig it. > > Thanks for reporting. > > [...] > > ‘FALLOC_FL_PUNCH_HOLE’ undeclared (first use in this function) > [...] > > ‘FALLOC_FL_KEEP_SIZE’ undeclared (first use in this function) > > These constants were defined in Linux 2.6.23 and 2.6.38. > > [...] > > $ uname -r > > 3.10.0-693.el7.x86_64 > > It should be OK. > > I think we are just missing > #include Currently there is a bug filed in glibc here for the exact same kernel version. https://bugzilla.redhat.com/show_bug.cgi?id=1476120 > >