From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#32456: Guile failed to call package-derivation without pre-inst-env Date: Wed, 22 Aug 2018 15:32:48 +0200 Message-ID: <87pnyail1b.fsf@gnu.org> References: <87lg96qoo0.fsf@gmail.com> <877eklgy5r.fsf@gnu.org> <876004vkg6.fsf@gmail.com> <876004qbkd.fsf@gnu.org> <87va83toum.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38264) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fsTGx-0004KB-KZ for bug-guix@gnu.org; Wed, 22 Aug 2018 09:34:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fsTGt-0004Rv-UE for bug-guix@gnu.org; Wed, 22 Aug 2018 09:34:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:52320) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fsTGt-0004RE-Jk for bug-guix@gnu.org; Wed, 22 Aug 2018 09:34:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fsTGt-0001rJ-Cf for bug-guix@gnu.org; Wed, 22 Aug 2018 09:34:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87va83toum.fsf@gmail.com> (Oleg Pykhalov's message of "Wed, 22 Aug 2018 00:02:41 +0300") 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: Oleg Pykhalov Cc: 32456@debbugs.gnu.org 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.