From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#39835: Can't use ./pre-inst-env on Fedora Date: Sat, 29 Feb 2020 16:46:42 +0100 Message-ID: <874kv9iefx.fsf@elephly.net> References: <87a7512z2s.fsf@cassou.me> 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]:50174) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j84KV-0000zk-8D for bug-guix@gnu.org; Sat, 29 Feb 2020 10:47:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j84KU-0007zy-9b for bug-guix@gnu.org; Sat, 29 Feb 2020 10:47:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:57518) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j84KU-0007z3-6W for bug-guix@gnu.org; Sat, 29 Feb 2020 10:47:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j84KU-0007bB-5N for bug-guix@gnu.org; Sat, 29 Feb 2020 10:47:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87a7512z2s.fsf@cassou.me> 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-mx.org@gnu.org Sender: "bug-Guix" To: Damien Cassou Cc: 39835@debbugs.gnu.org Damien Cassou writes: > $ ./pre-inst-env guix build emacs [=E2=80=A6] > no code for module (gcrypt hash) pre-inst-env modifies the GUILE_LOAD_PATH to put the Guix modules from the current directory first. It does not, however, arrange for all dependencies to be placed on GUILE_LOAD_PATH. You are still expected to run pre-inst-env in an environment containing all of the dependencies. So this is not a bug, but seems to be a misunderstanding of what the goals of the pre-inst-env script are. -- Ricardo