GNU bug report logs -
#11776
Guile 2.0.5 on GNU/Hurd
Previous Next
Full log
Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi,
Cyril Roelandt <tipecaml <at> gmail.com> skribis:
> I'm trying to run Guile 2.0.5 on Debian GNU/Hurd in a qemu virtual machine.
>
> I installed Guile from the tarball, with no configure options at
> all. I'm getting the following error:
>
> $ ./meta/guile
> GNU Guile 2.0.5
> Copyright (C) 1995-2012 Free Software Foundation, Inc.
>
> Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
> This program is free software, and you are welcome to redistribute it
> under certain conditions; type `,show c' for details.
>
> Enter `,help' for help.
> scheme@(guile-user)> (+ 1 2)
> Illegal instruction
For the record, I can’t reproduce it with the QEMU image at
<http://hydra.nixos.org/build/2729559/download/1/disk-image.qcow2>,
which contains Guile 2.0.5.178 (from the ‘stable-2.0’ branch),
cross-built with thread support.
Something like this works fine:
(map (compose join-thread
(lambda (i) (call-with-new-thread (lambda () i))))
(iota 1000))
Thanks,
Ludo’.
This bug report was last modified 8 years and 337 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.