all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* cuirass on debian
@ 2017-09-26 19:54 Efraim Flashner
  2017-09-27 19:53 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Efraim Flashner @ 2017-09-26 19:54 UTC (permalink / raw)
  To: help-guix

[-- Attachment #1: Type: text/plain, Size: 1258 bytes --]

I've been working on trying to get cuirass to run on debian and I've
been running into problems. I have "hello-subset.scm" and
"gnu-system.scm" from here¹, with guix-0.10.0 removed, and s/hello/core.
I've been running the following command from the CLI:

guix environment --ad-hoc cuirass -- cuirass \
    --specifications=build-subset.scm --database=cuirass.db \
    --cache-directory=/tmp/cuirass --one-shot

and I've been getting an error about %glibc-bootstrap-tarball:
ice-9/eval.scm:155:9: ice-9/eval.scm:155:9: In procedure struct_vtable: Wrong type argument in position 1 (expecting struct): #<procedure %glibc-bootstrap-tarball ()>
which looks related to build-aux/hydra/gnu-system.scm:117, where it is
(%glibc-bootstrap-tarball). I don't know why it's picking up that
gnu-system.scm and not my local one.

I did strace the building, but I haven't been able to make anything out
from it. (warning, ~25MB http://bpaste.net/show/6030a51513aa).

¹ https://git.savannah.gnu.org/cgit/guix/guix-cuirass.git/tree/examples

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: cuirass on debian
  2017-09-26 19:54 cuirass on debian Efraim Flashner
@ 2017-09-27 19:53 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-09-27 19:53 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: help-guix

Hello!

Efraim Flashner <efraim@flashner.co.il> skribis:

> and I've been getting an error about %glibc-bootstrap-tarball:
> ice-9/eval.scm:155:9: ice-9/eval.scm:155:9: In procedure struct_vtable: Wrong type argument in position 1 (expecting struct): #<procedure %glibc-bootstrap-tarball ()>
> which looks related to build-aux/hydra/gnu-system.scm:117, where it is
> (%glibc-bootstrap-tarball). I don't know why it's picking up that
> gnu-system.scm and not my local one.

This specific issue is fixed in the variant:

  https://git.savannah.gnu.org/cgit/guix/maintenance.git/tree/hydra/cuirass-jobs.scm

And, even better, Jan in <https://bugs.gnu.org/28487> is streamlining
the job spec mechanism so it can be shared between Hydra and Cuirass
(landing in guix.git soon.)  Hurray for Jan!  :-)

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-27 19:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-26 19:54 cuirass on debian Efraim Flashner
2017-09-27 19:53 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.