bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#27042: test-package.sh fails on aarch64


From: Ludovic Courtès
Subject: bug#27042: test-package.sh fails on aarch64
Date: Tue, 23 May 2017 23:01:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Hi Efraim,

Efraim Flashner <address@hidden> 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 ‘guix offload’
failed.  Something like that.

You can check that by building in a pristine tree:

  make distclean
  autoreconf -vfi
  ./configure -C …
  …

HTH,
Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]