GNU bug report logs - #11776
Guile 2.0.5 on GNU/Hurd

Previous Next

Package: guile;

Reported by: Cyril Roelandt <tipecaml <at> gmail.com>

Date: Mon, 25 Jun 2012 07:06:02 UTC

Severity: normal

Tags: moreinfo

Merged with 11783, 11784

Done: Andy Wingo <wingo <at> pobox.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: ludo <at> gnu.org (Ludovic Courtès)
To: 11776 <at> debbugs.gnu.org
Cc: debian-hurd <at> lists.debian.org, bug-hurd <at> gnu.org
Subject: bug#11776: Guile
Date: Mon, 25 Jun 2012 23:24:39 +0200
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.