From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carl Dong Subject: bug#36777: Guix Inferiors: Curious incorrect derivation output bug Date: Fri, 26 Jul 2019 19:58:16 +0000 Message-ID: <1WSz93jYl9XxYywM_b-gQYV4SiIG9VyTXLYpj4bueFcBZByRMIdXQNnVY4YDnbH_hPe4y_ZDjl7lIgyvynH8J85NtO93namyeEVMU7Lj9WY=@carldong.me> References: <875znps08a.fsf@gnu.org> Reply-To: Carl Dong Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56782) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hr6Mo-00050S-UP for bug-guix@gnu.org; Fri, 26 Jul 2019 15:59:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hr6Mn-00086C-Qs for bug-guix@gnu.org; Fri, 26 Jul 2019 15:59:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34575) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hr6Mn-00085h-N1 for bug-guix@gnu.org; Fri, 26 Jul 2019 15:59:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hr6Mn-0004Kc-Hs for bug-guix@gnu.org; Fri, 26 Jul 2019 15:59:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <875znps08a.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: "36777@debbugs.gnu.org" <36777@debbugs.gnu.org> 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.