GNU bug report logs -
#21801
(@ (ice-9 boot-9) x) kills guile 2.0
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 24 Jun 2016 17:25:06 +0200
with message-id <87ziqaehil.fsf <at> pobox.com>
and subject line Re: bug#21801: (@ (ice-9 boot-9) x) kills guile 2.0
has caused the debbugs.gnu.org bug report #21801,
regarding (@ (ice-9 boot-9) x) kills guile 2.0
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
21801: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21801
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
$ guile
GNU Guile 2.0.11
Copyright (C) 1995-2014 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)> (@ (ice-9 boot-9) x)
guile: uncaught throw to wrong-type-arg: (set-current-module Wrong type argument in position ~A (expecting ~A): ~S (1 module #<module (guile) 1d79090>) (#<module (guile) 1d79090>))
Some deprecated features have been used. Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information. Set it to "no" to suppress
this message.
$
--
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4
[Message part 3 (message/rfc822, inline)]
On Sat 31 Oct 2015 17:57, Rob Browning <rlb <at> defaultvalue.org> writes:
> $ guile
> GNU Guile 2.0.11
> Copyright (C) 1995-2014 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)> (@ (ice-9 boot-9) x)
> guile: uncaught throw to wrong-type-arg: (set-current-module Wrong
> type argument in position ~A (expecting ~A): ~S (1 module #<module
> (guile) 1d79090>) (#<module (guile) 1d79090>))
>
> Some deprecated features have been used. Set the environment
> variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
> program to get more information. Set it to "no" to suppress
> this message.
> $
Tx for report, fixed in master:
scheme@(guile-user)> (@ (ice-9 boot-9) x)
While compiling expression:
ERROR: re-loading ice-9/boot-9.scm not allowed
This bug report was last modified 9 years and 25 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.