From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: bug#37506: [core-updates] Inferiors cannot reference master branch Date: Fri, 27 Sep 2019 14:16:59 +0200 Message-ID: <87d0fm9bno.fsf@devup.no> References: <87muetaau0.fsf@devup.no> <87v9tehi4u.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:33127) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iDq6t-0006eW-Hu for bug-guix@gnu.org; Fri, 27 Sep 2019 09:16:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iDq6r-0007Zz-Vk for bug-guix@gnu.org; Fri, 27 Sep 2019 09:16:35 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37167) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iDq6r-0007TM-Cn for bug-guix@gnu.org; Fri, 27 Sep 2019 09:16:33 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iDpCD-00034A-OF for bug-guix@gnu.org; Fri, 27 Sep 2019 08:18:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87v9tehi4u.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 37506@debbugs.gnu.org --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > Hi, > > Marius Bakke skribis: > >> On the 'core-updates' branch, if you try to reference the 'master' >> branch in an inferior, your system will fail to build like so: > > Could you provide a manifest or something to reproduce this? Here is a manifest that reproduces this failure: --=-=-= Content-Type: text/plain Content-Disposition: inline; filename=hello-manifest.scm (use-modules (guix channels) (guix inferior) (srfi srfi-1)) (define channels (list (channel (name 'guix) (url "https://git.savannah.gnu.org/git/guix.git") (commit "dec845606d2d184da31065fa26cd951b84b3ce2d")))) (define inferior (inferior-for-channels channels)) (packages->manifest (first (lookup-inferior-packages inferior "hello"))) --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl2N/bsACgkQoqBt8qM6 VPpIaQf/VEOlXzwml4lwQN8OgRfVAuWPKcvLMhCPHyaofULviAuixo0yPONARbCk ET/jIMHHMxitHiT/xC2dF8e6mhP7R8MmE02GnVxqi4UKPfRoyahNGNNJHGsvIlwz 6cVy6DWNsHhlZJlW5ozb6ofw0mBYNf/AEp9zzupcXPjPDeiIdCmyM5jdlFdHIH83 rU9Uu0iQ+/w12tD0hb5gZ9V7Uh1J67M/V6LqQa6GjLVT/J7M5mhAJP6HVVw2fvLa 2G/wpg+o1j2YY/L4+6cbC1+hw3u5WCDO4JNversrcUhxTKDLFX+CN0hyBu7ALWUf nkZgz916u7vDzLpZ/+eXPHEFSJPpUA== =g0+E -----END PGP SIGNATURE----- --==-=-=--