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: Tue, 23 May 2017 23:01:18 +0200 Message-ID: <87y3tn70f5.fsf@gnu.org> References: <20170523192521.GL27114@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]:52360) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDGwQ-00005c-Um for bug-guix@gnu.org; Tue, 23 May 2017 17:02:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDGwL-0002QE-VS for bug-guix@gnu.org; Tue, 23 May 2017 17:02:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60711) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dDGwL-0002QA-SE for bug-guix@gnu.org; Tue, 23 May 2017 17:02:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dDGwL-00042z-L6 for bug-guix@gnu.org; Tue, 23 May 2017 17:02:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170523192521.GL27114@macbook42.flashner.co.il> (Efraim Flashner's message of "Tue, 23 May 2017 22:25:21 +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: > On aarch64 the test 'test-package.sh' fails due to 'offload: command not > found' You mean tests/guix-package.sh, right? Could it be a misconfiguration, like ./configure initially detected Guile-SSH (is HAVE_DAEMON_OFFLOAD_HOOK defined in nix/config.h), but then, later on, Guile-SSH became unavailable (removed, search path changed, etc.) and at the time the test was run it was no longer there, so =E2=80=98guix offload= =E2=80=99 failed. Something like that. You can check that by building in a pristine tree: make distclean autoreconf -vfi ./configure -C =E2=80=A6 =E2=80=A6 HTH, Ludo=E2=80=99.