From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 22 09:33:06 2018 Received: (at 32456) by debbugs.gnu.org; 22 Aug 2018 13:33:06 +0000 Received: from localhost ([127.0.0.1]:57338 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fsTFy-0001q8-9C for submit@debbugs.gnu.org; Wed, 22 Aug 2018 09:33:06 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45361) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fsTFx-0001pf-A4 for 32456@debbugs.gnu.org; Wed, 22 Aug 2018 09:33:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fsTFm-0003C3-7z for 32456@debbugs.gnu.org; Wed, 22 Aug 2018 09:33:00 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:32777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fsTFi-00038B-MB; Wed, 22 Aug 2018 09:32:52 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=57754 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fsTFi-00017r-0a; Wed, 22 Aug 2018 09:32:50 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Oleg Pykhalov Subject: Re: bug#32456: Guile failed to call package-derivation without pre-inst-env References: <87lg96qoo0.fsf@gmail.com> <877eklgy5r.fsf@gnu.org> <876004vkg6.fsf@gmail.com> <876004qbkd.fsf@gnu.org> <87va83toum.fsf@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 5 Fructidor an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Wed, 22 Aug 2018 15:32:48 +0200 In-Reply-To: <87va83toum.fsf@gmail.com> (Oleg Pykhalov's message of "Wed, 22 Aug 2018 00:02:41 +0300") Message-ID: <87pnyail1b.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 32456 Cc: 32456@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: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) Hi Oleg, Oleg Pykhalov skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> Oleg Pykhalov skribis: > > [=E2=80=A6] > >> However, I don=E2=80=99t understand why guix/elf.scm is a symlink in your >> profile. First that means you installed the =E2=80=98guix=E2=80=99 pack= age in your >> profile, which is not recommended (better have it in the =E2=80=98guix >> pull=E2=80=99-managed profile.) > > I don't have =E2=80=98guix=E2=80=99 package installed, but I have one not= published > package with one script inside. The script is a modified version of > =E2=80=98guix edit=E2=80=99 script which opens a Hydra page for PACKAGE a= rguments. > > guix-browse 0.1-1.83022c9 out > /gnu/store/=E2=80=A6-guix-browse-0.1-1.83022c9 > > /gnu/store/=E2=80=A6-guix-browse-0.1-1.83022c9/share/guile/site/2.2/guix/= scripts/browse.scm Oh I see, that may be why guix/*.scm is a symlink (I=E2=80=99m guessing your package has =E2=80=98guix=E2=80=99 in =E2=80=98propagated-inputs=E2=80=99, = right?). (It looks like a nice tool BTW, you should tell us more about it. ;-) I really think we should build more tools to interact with the CI system, sort-of like what =E2=80=98guix weather=E2=80=99 does.) I=E2=80=99ll see if I can work on the actual bug later on. Thanks, Ludo=E2=80=99.