From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 26 15:58:28 2019 Received: (at 36777) by debbugs.gnu.org; 26 Jul 2019 19:58:28 +0000 Received: from localhost ([127.0.0.1]:43396 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hr6MG-0004Jj-4j for submit@debbugs.gnu.org; Fri, 26 Jul 2019 15:58:28 -0400 Received: from mail-40132.protonmail.ch ([185.70.40.132]:39356) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hr6ME-0004JT-6d for 36777@debbugs.gnu.org; Fri, 26 Jul 2019 15:58:26 -0400 Date: Fri, 26 Jul 2019 19:58:16 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=carldong.me; s=protonmail; t=1564171098; bh=KZEkLCssAQ6QEjwRu03jU0WRB9PO+ET6QN1PuSRnajE=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References: Feedback-ID:From; b=f8tedcvzm3FS4DhdTdzciWl8h+BuQ29K7YFFD97mM1ObMHbi1A/uCDJ8nSaFCzOjB 6T6fhRmBujUR33eHcfb1JcqiadgaNt009yoH9xZPaUSbAsI+E/Cve8O4cPpgC2ef4w O8jRWu62e1s/Mzn07sIIZiGEoIjGKs75BIEZmy5U= To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= From: Carl Dong Subject: Re: bug#36777: Guix Inferiors: Curious incorrect derivation output bug Message-ID: <1WSz93jYl9XxYywM_b-gQYV4SiIG9VyTXLYpj4bueFcBZByRMIdXQNnVY4YDnbH_hPe4y_ZDjl7lIgyvynH8J85NtO93namyeEVMU7Lj9WY=@carldong.me> In-Reply-To: <875znps08a.fsf@gnu.org> References: <875znps08a.fsf@gnu.org> Feedback-ID: a8j8tDUaJ4AYuDVBywMTwsJebN4w8TVXadJLsJb8td3t3dZi9RdXFlPaQvoFKnI9KgXySsPXcRkajVyY0cGTcA==:Ext:ProtonMail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=7.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.protonmail.ch X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 36777 Cc: "36777@debbugs.gnu.org" <36777@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Carl Dong Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi all, I did some more digging, and have included a git-bisect log, the -info-dir.= drv, and -info-dir-builder here: https://gist.github.com/dongcarl/0a305badf20c9b5cfae738147ca416af Please let me know if I can provide more information. Cheers, Carl Dong contact@carldong.me "I fight for the users" =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On Friday, July 26, 2019 7:50 AM, Ludovic Court=C3=A8s wrote= : > Hello Carl, > > Carl Dong contact@carldong.me skribis: > > > I have my manifest.scm here: > > https://github.com/dongcarl/bitcoin/blob/2019-06-guix-channels-and-infe= riors/contrib/guix/manifest.scm, > > and it references the aforementioned Guix channel. > > This one appears to work for me (I interrupted it before it was done > compiling all the toolchains, though.) > > > What I expect to happen is that now when I change my default profile's = Guix > > version by 'guix pull'ing, it won't affect the environment that's gener= ated by > > the manifest.scm. I've tested this with differing versions of Guix as m= y default > > profile, and this seems to work with 7304d5623ab5cc35289cb1535cbd0d8a37= 691fac > > and 7f1c69f5d32bee6b8b6b902a9ce445e04aa9d07d being my default profile. = However, > > I tried an older version b6dc08393e6a8313b88ce422fc3c1e4e9c0efc6f, and = got the > > following error: > > When I put b6dc08393e6a8313b88ce422fc3c1e4e9c0efc6f in .guix-channel and > use that as my channel, it also works fine (well, I commented out the > toolchains as well.) > > > guix environment: error: derivation `/gnu/store/r641vpqc9rfjhljf7rz= fzwmkmpa642ls-info-dir.drv' has incorrect output `/gnu/store/q9hkdidycz3wq2= 8xxgjq47bzx5s39k52-info-dir', should be `/gnu/store/z5hh2nl0h58b9f6hdxfwm00= gjyxfcc3n-info-dir' > > > > That definitely looks like a bug. > > Could you send the faulty info-dir.drv file? > > Thanks, > Ludo=E2=80=99.