From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Neidhardt Subject: Re: git / grep with pcre support? Date: Wed, 30 Oct 2019 17:33:54 +0100 Message-ID: <87k18m6vm5.fsf@ambrevar.xyz> References: <878staujbv.fsf@ambrevar.xyz> <20190708064807.GI1085@macbook41> <877e8s1qin.fsf@nckx> <8736jctvkl.fsf@gnu.org> <87y3148san.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:57636) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iPqv4-0002O4-ON for guix-devel@gnu.org; Wed, 30 Oct 2019 12:34:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iPqv1-0000IF-M4 for guix-devel@gnu.org; Wed, 30 Oct 2019 12:34:02 -0400 In-Reply-To: <87y3148san.fsf@ambrevar.xyz> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?utf-8?Q?Court=C3=A8s?= , Tobias Geerinckx-Rice Cc: guix-devel@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I've sent patch 37994 for git. If triggers the rebuilt of just under 300 packages, so I guess it's safe for master? For grep: actually our `grep' package has pcre support. It's grep-final which doesn't: =2D-8<---------------cut here---------------start------------->8--- (define grep-final ;; The final grep. Gzip holds a reference to it (via zgrep), so it must = be ;; built before gzip. (let ((grep (with-boot5 (package-with-bootstrap-guile grep)))) (package/inherit grep (inputs (alist-delete "pcre" (package-inputs grep))) (native-inputs `(("perl" ,perl-boot0)))))) =2D-8<---------------cut here---------------end--------------->8--- Is there a reason for removing pcre here? It does not add more than 2 MiB to the closure size. Maybe a graph simplification issue? =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl25u3IACgkQm9z0l6S7 zH9+8Qf9Gw2WlUteiyimndsVqi0Y8cBwi9V6eHRR/nRQF2J6TWSRT3xfbvYE8B2M 5pkjUekHjkU1XSs3HkmmCvdAEww0T1SJscRmowcEB4U14zbjXp3fjxfRI3AEpOja yMrkZi5GM5/hgtWvAWY5BNR77uvWRS4vl/nAGRM8i9MbIAtMNGKvUsYKV3Vb4oq2 RgoZBzVhGbJYb1Lt+7iE9rtyuiEnAXNT1WRb2dwCGTr4FgdldvL+MZGrsJATzljw UcC1BkIdKFl8GI8hubbTUw2Ntj9oqDE5N957m6g0SDXIuVbZoJebc4A3keYA/tpH bEAadHke7boeFC59juBfLPkmtsBqww== =hJYB -----END PGP SIGNATURE----- --=-=-=--