From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#27042: test-package.sh fails on aarch64 Date: Mon, 10 Jul 2017 11:05:35 +0200 Message-ID: <87van08xwg.fsf@gnu.org> References: <20170629175140.GC1734@macbook42.flashner.co.il> <8737aimwdo.fsf@gnu.org> <20170629192905.GF1734@macbook42.flashner.co.il> <87r2y1olll.fsf@gnu.org> <20170701194253.GG1734@macbook42.flashner.co.il> <8737af9p7i.fsf@gnu.org> <20170702173907.GB2938@macbook42.flashner.co.il> <87a84m62eh.fsf@gnu.org> <20170709182711.GA13424@macbook42.flashner.co.il> <87van1v2a1.fsf@gnu.org> <20170709200904.GB13424@macbook42.flashner.co.il> 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]:59230) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUUdq-0005PG-4g for bug-guix@gnu.org; Mon, 10 Jul 2017 05:06:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUUdm-0001ac-64 for bug-guix@gnu.org; Mon, 10 Jul 2017 05:06:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56868) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dUUdm-0001aD-2B for bug-guix@gnu.org; Mon, 10 Jul 2017 05:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dUUdl-0008DH-Rq for bug-guix@gnu.org; Mon, 10 Jul 2017 05:06:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170709200904.GB13424@macbook42.flashner.co.il> (Efraim Flashner's message of "Sun, 9 Jul 2017 23:09:04 +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: Efraim Flashner Cc: 27042@debbugs.gnu.org Hi Efraim, Efraim Flashner skribis: > ./pre-inst-env: 78: exec: guile: not found > > guix package -i guile > ./pre-inst-env guile -c '(use-modules (guix scripts offload))' > > guile: warning: failed to install locale > Backtrace: > In ice-9/eval.scm: > 721:20 19 (primitive-eval (use-modules (guix scripts offload))) > In ice-9/psyntax.scm: > 1234:36 18 (expand-top-sequence ((use-modules (guix scripts #))) _ ?) > 1181:24 17 (parse _ (("placeholder" placeholder)) ((top) #(# # ?)) ?) > 284:10 16 (parse _ (("placeholder" placeholder)) (()) _ c&e (eval) ?) > In ice-9/boot-9.scm: > 3369:20 15 (process-use-modules _) > 230:17 14 (map1 (((guix scripts offload)))) > 3370:31 13 (_ ((guix scripts offload))) > 2792:17 12 (resolve-interface (guix scripts offload) #:select _ # _ ?) > 2718:10 11 (_ (guix scripts offload) _ _ #:ensure _) > 2986:16 10 (try-module-autoload _ _) > 2316:4 9 (save-module-excursion #) > 3006:22 8 (_) > In unknown file: > 7 (primitive-load-path "guix/scripts/offload" #) > In guix/scripts/offload.scm: > 19:0 6 (_) > In ice-9/boot-9.scm: > 2866:4 5 (define-module* _ #:filename _ #:pure _ #:version _ # _ ?) > 2075:24 4 (call-with-deferred-observers #) > 2879:24 3 (_) > 230:17 2 (map1 (((ssh key)) ((ssh auth)) ((ssh session)) ((?)) ?)) > 2795:6 1 (resolve-interface _ #:select _ #:hide _ #:prefix _ # _ ?) > In unknown file: > 0 (scm-error misc-error #f "~A ~S" ("no code for modu?" ?) ?) > > ERROR: In procedure scm-error: > ERROR: no code for module (ssh key) So something is wrong with this environment. I=E2=80=99m not sure what, but the fact that Guile and Guile-SSH are sometimes available, sometimes not, suggests some flakiness. :-) It seems that sometimes you used =E2=80=98guix environment guix=E2=80=99, s= ometimes not, which probably caused some confusion. Anyway I=E2=80=99m willing to close this bug as =E2=80=9Cnot a bug=E2=80=9D= because it really looks like an environment issue and not an aarch64-specific problem. Fine with you? Thanks for taking the time to investigate! Ludo=E2=80=99.