From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 9F4571B8AC for ; Wed, 11 Apr 2018 21:40:32 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0E80921803; Wed, 11 Apr 2018 15:40:32 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 11 Apr 2018 15:40:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=I0oeOPwSiifJ3iVXQ77MWnG9aq kHQl1FZ8WaErfjbww=; b=h6GZTjq9y14CRC/EbnQopTUc4rFinPjl2fC7ivSh3w 1oI7mIA2XBRtm2Vw+r4uD8okFKC5AVfIaNkSzitfUWIwczFqes4cyAxC5XwPer0Y mgn196JF9CKJ9PLB7eBusXZfiVGNl6sB+YfeYWm0zoUVYXBbedm3ym6nD4erWd2n k= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=I0oeOP wSiifJ3iVXQ77MWnG9aqkHQl1FZ8WaErfjbww=; b=QhwPHtUPQcOFBbWcuhiPAd Ca/uxXtKMS52wwQBZy/+Xh9U/nrMz5+JCLLAbWAovpa4YNc1jaUKJUTRSkuJmsGh wGYf3H6Xv+VT8kNdWJ8DLJbw0h/OTCQkZ5BDQ/DEJ1sfF+X8/8POFuWxdSYf0/9o PwSGerd/F1yT09zB/fzbMFv2+LgXLdOohn56TTb078R0/VZO9RWU664zoHCarmD5 aEO42kgTXy8ejJP7AnTuX5lV3lf7BpMnTWjt65QrJresCPRtjjGxwsVz51lAuybi hF9qDJYNl+WOyR2NGmNxyIj7QgtiUt7AHyM9aO/V2jLDbeTE6x9L5iySWsqUaBsA == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 686BCE4F68; Wed, 11 Apr 2018 15:40:31 -0400 (EDT) From: Thomas Monjalon To: Andrew Rybchenko , Anatoly Burakov Cc: dev@dpdk.org Date: Wed, 11 Apr 2018 21:40:30 +0200 Message-ID: <6832477.SIRo2TBDok@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] Build failure on RHEL 7.4 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2018 19:40:32 -0000 11/04/2018 21:09, Andrew Rybchenko: > Hello, >=20 > build fails on RHEL 7.4. I've not tried to dig it. Thanks for reporting. [...] > =E2=80=98FALLOC_FL_PUNCH_HOLE=E2=80=99 undeclared (first use in this func= tion) [...] > =E2=80=98FALLOC_FL_KEEP_SIZE=E2=80=99 undeclared (first use in this funct= ion) 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