From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#34531: Guix profile fails on Overdrive 1000 Date: Wed, 20 Feb 2019 17:26:03 +0100 Message-ID: <20190220172603.1a675f61@scratchpost.org> References: <20190218200552.GB1881@jurong> <87mumsom9l.fsf@fastmail.com> <20190219082728.GA5650@jurong> <87lg2bvrne.fsf@elephly.net> <20190219161954.47234638@scratchpost.org> <20190220115136.422bdf5b@scratchpost.org> <87va1eu1gp.fsf@elephly.net> <20190220142634.56868dba@scratchpost.org> <87k1hutpvw.fsf@elephly.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/vgysCInMRJ8N.vr_G971G2l"; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:54929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwUiC-0002dG-52 for bug-guix@gnu.org; Wed, 20 Feb 2019 11:27:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwUi9-0004D4-MK for bug-guix@gnu.org; Wed, 20 Feb 2019 11:27:07 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:57598) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gwUi6-0003gj-Ew for bug-guix@gnu.org; Wed, 20 Feb 2019 11:27:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gwUi6-0005y3-9L for bug-guix@gnu.org; Wed, 20 Feb 2019 11:27:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87k1hutpvw.fsf@elephly.net> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ricardo Wurmus Cc: 34531@debbugs.gnu.org --Sig_/vgysCInMRJ8N.vr_G971G2l Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Ricardo, On Wed, 20 Feb 2019 16:56:35 +0100 Ricardo Wurmus wrote: > The fixed version is attached. Thanks a lot! It almost works, but it seems not to find the "test_" lines. I've reduced the problem to: scheme@(guile-user)> ,use (ice-9 regex) scheme@(guile-user)> (fold-matches "^void" "blah\nvoid\n" '() cons) $24 =3D () After reading the documentation, I've revised it to: scheme@(guile-user)> ,use (ice-9 regex) scheme@(guile-user)> (fold-matches "^void" "blah\nvoid\n" '() cons regexp/n= ewline) $25 =3D () Huh? --Sig_/vgysCInMRJ8N.vr_G971G2l Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlxtf5sACgkQ5xo1VCww uqVeYwf/aUVQE+sMF0Pb1ShOd7rqfxul1KJ9Df2UUSTwJ9PihshZHcDALpEQ3M72 mEOBwNH5iY4kqaKB0gWHoCU+InUEp5Ggd3+4rfBbJvxxjBsXNWmegcUe/Tf7pEf0 t9JVgDXymPSZpW3e09E8EMCRvRViIp2pWh4BxDMzfjCR6iyhzmronReVh1Vx1VWU tVZqnzAf0xHCwsUr1wMVLepLH6tM1hOrwRPAK/e3m18et2RGF0hPH2yU4C6jh2u0 oBtrleHB1sI29OsGffBSrWRURgXWbNurUknAcTWCEz111L+2TfQmQ/tnn1x1xnHh tpOG3lyIIlEDlGo2edJJ19msOAdu7g== =VnTa -----END PGP SIGNATURE----- --Sig_/vgysCInMRJ8N.vr_G971G2l--