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: Efraim Flashner
Subject: bug#27042: test-package.sh fails on aarch64
Date: Sun, 2 Jul 2017 20:39:07 +0300
User-agent: Mutt/1.8.3 (2017-05-23)

On Sun, Jul 02, 2017 at 11:13:05AM +0200, Ludovic Courtès wrote:
> Efraim Flashner <address@hidden> skribis:
> 
> > On Fri, Jun 30, 2017 at 11:45:10AM +0200, Ludovic Courtès wrote:
> >> Efraim Flashner <address@hidden> skribis:
> >> 
> >> > On Thu, Jun 29, 2017 at 09:22:59PM +0200, Ludovic Courtès wrote:
> >> >> Efraim Flashner <address@hidden> skribis:
> >> >> 
> >> >> > On Thu, Jun 22, 2017 at 11:06:45PM +0200, Ludovic Courtès wrote:
> >> >> >> Efraim Flashner <address@hidden> skribis:
> >> >> >> 
> >> >> >> > On aarch64 the test 'test-package.sh' fails due to 'offload: 
> >> >> >> > command not
> >> >> >> > found'
> >> >> >> 
> >> >> >> I think you mentioned on IRC that the problem vanished, right?
> >> >> >> 
> >> >> >> Ludo’.
> >> >> >
> >> >> > The test still fails when run separately, but running `guix pull` on 
> >> >> > aarch64
> >> >> > and `guix build guix` both work.
> >> >> 
> >> >> But really, I think “offload: command not found” is a setup issue and is
> >> >> not related to aarch64 specifically.  That it works in ‘guix build guix’
> >> >> tends to confirm my hypothesis.  :-)
> >> >> 
> >> >> Could you check the value of HAVE_DAEMON_OFFLOAD_HOOK in the
> >> >
> >> > #define HAVE_DAEMON_OFFLOAD_HOOK 1
> >> >
> >> >> ‘configure’-generated files, and also that of
> >> >> ‘guix_cv_have_recent_guile_ssh’ and ‘ac_cv_guix_cbips_support_setvbuf’
> >> >
> >> > guix_cv_have_recent_guile_ssh=yes
> >> > ac_cv_guix_cbips_support_setvbuf=yes
> >> 
> >> And what does “./pre-inst-env guix offload” say?
> >> 
> >
> > guix: offload: command not found
> 
> And “./pre-inst-env guile -c '(use-modules (ssh key))'” fails as well I
> guess?
> 
> That would mean that Guile-SSH was found at configure time (i.e., it was
> in GUILE_LOAD_PATH) but has since disappeared or become unusable (e.g.,
> GUILE_LOAD_PATH is different and no longer includes it, or Guile-SSH has
> been uninstalled, or a Guile-SSH is installed but it’s one for Guile 2.0
> and you’re using 2.2 or vice-versa, etc.).
> 
> Does this hypothesis hold?  :-)
> 

address@hidden which guile
address@hidden guix environment --ad-hoc guile -- ./pre-inst-env guile -c 
'((use-modules (ssh key))'
...snip...
;;; compiling /gnu/store/...-guile-ssh-0.11.0/share/guile/site/2.2/ssh/key.scm
;;; compiling /gnu/store/...-guile-ssh-0.11.0/share/guile/site/2.2/ssh/log.scm
;;; ssh/log.scm:65:4: warning: possibly unbound variable `%write-log'
;;; compiled ...
;;; compiled ...
address@hidden env | grep guile
address@hidden env | grep GUILE
address@hidden


-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


reply via email to

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