From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d1Osc-0005DL-1R for guix-patches@gnu.org; Thu, 20 Apr 2017 23:05:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d1OsY-0007lO-T8 for guix-patches@gnu.org; Thu, 20 Apr 2017 23:05:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33121) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d1OsY-0007l9-Q1 for guix-patches@gnu.org; Thu, 20 Apr 2017 23:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d1OsY-0002WT-Cz for guix-patches@gnu.org; Thu, 20 Apr 2017 23:05:02 -0400 Subject: bug#26582: [PATCH] gnu: pcre: Fix Check for Hurd systems. Resent-Message-ID: Date: Thu, 20 Apr 2017 21:38:44 -0500 From: rennes References: <7cNcVrtMKJzzpdMgOTPW3i@Jrt62lb7BFa+Aa7uPD4Kw> <874lxilqgu.fsf@gnu.org> In-Reply-To: <874lxilqgu.fsf@gnu.org> (from ludo@gnu.org on Thu Apr 20 16:27:29 2017) Message-Id: <6aURzNkWbOSVjdWRXJGTOI@U/clXWCgV8qxZwAd0QwaU> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 26582@debbugs.gnu.org Hello Ludovic, On 04/20/2017 04:27:29 PM, Ludovic Court=C3=A8s wrote: > >> Btw trying to build it with `./pre-inst-env guix build > >> --target=3Di586-pc-gnu pcre' fails with > >> > >> ** Cannot --enable-pcregrep-libz because zlib.h was not found > >> > >> Maybe the inputs should become native-inputs? > > > > I moved zlib and readline to 'native-inputs'. >=20 > Are you sure they need to be native inputs? Both are libraries, so I > imagine they=E2=80=99re used at run time, not at build time; they should = be > inputs, in this case. >=20 I see the new 'replace `configure' does not detects the inputs, I will =20 continue to test!.=