GNU bug report logs -
#10567
Fw: guile-library - make bug report
Previous Next
Reported by: David Pirotte <david <at> altosw.be>
Date: Fri, 20 Jan 2012 19:14:01 UTC
Severity: normal
Done: Andy Wingo <wingo <at> pobox.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 10567 in the body.
You can then email your comments to 10567 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guile <at> gnu.org
:
bug#10567
; Package
guile
.
(Fri, 20 Jan 2012 19:14:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
David Pirotte <david <at> altosw.be>
:
New bug report received and forwarded. Copy sent to
bug-guile <at> gnu.org
.
(Fri, 20 Jan 2012 19:14:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
I sent the following bug report to guile-devel by mistake, sorry
;; --
Hello,
guile 2.0.3.150-88c0
guile-lib release-0.2.1-2-ge9fe22b
...
make[1]: Entering directory `/usr/local/src/guile-lib/git-clone/src'
../dev-environ /usr/local/bin/guile-tools compile -o "text/parse-lalr.go"
"text/parse-lalr.scm" ice-9/boot-9.scm:106:20: In procedure #<procedure 9a66680 at
ice-9/boot-9.scm:97:6 (thrown-k . args)>: ice-9/boot-9.scm:106:20: In procedure
scm_read_expression: text/parse-lalr.scm:1418:45: unexpected ")" make[1]: ***
[text/parse-lalr.go] Error 1 make[1]: Leaving directory
`/usr/local/src/guile-lib/git-clone/src' make: *** [all-recursive] Error 1
David
Information forwarded
to
bug-guile <at> gnu.org
:
bug#10567
; Package
guile
.
(Fri, 03 Feb 2012 19:29:04 GMT)
Full text and
rfc822 format available.
Message #8 received at 10567 <at> debbugs.gnu.org (full text, mbox):
On Fri 20 Jan 2012 19:25, David Pirotte <david <at> altosw.be> writes:
> guile 2.0.3.150-88c0
> guile-lib release-0.2.1-2-ge9fe22b
>
> ...
> make[1]: Entering directory `/usr/local/src/guile-lib/git-clone/src'
> ../dev-environ /usr/local/bin/guile-tools compile -o "text/parse-lalr.go"
> "text/parse-lalr.scm" ice-9/boot-9.scm:106:20: In procedure #<procedure 9a66680 at
> ice-9/boot-9.scm:97:6 (thrown-k . args)>: ice-9/boot-9.scm:106:20: In procedure
> scm_read_expression: text/parse-lalr.scm:1418:45: unexpected ")" make[1]: ***
> [text/parse-lalr.go] Error 1 make[1]: Leaving directory
> `/usr/local/src/guile-lib/git-clone/src' make: *** [all-recursive] Error 1
The line in question:
(eq? (car rest) ':)
It seems you have (read-set! keywords 'prefix) in your init.scm, which
affects the compile-time environment.
I wonder what is the right thing to do here.
A
--
http://wingolog.org/
Information forwarded
to
bug-guile <at> gnu.org
:
bug#10567
; Package
guile
.
(Sat, 04 Feb 2012 16:31:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 10567 <at> debbugs.gnu.org (full text, mbox):
Hi Andy,
> The line in question:
>
> (eq? (car rest) ':)
>
> It seems you have (read-set! keywords 'prefix) in your init.scm, which
> affects the compile-time environment.
Yes I do, sorry i din't think of that but i confirm it is the case.
...
Cheers,
David
Aside, I always did actually [read-set! ...], and questioned myself, as an 'old
lisper', why scheme does requirer, per defaut, that we enter 2 chars instead of
one, what ever i would be, to tell guile/scheme it's dealing with a keyword ?
Reply sent
to
Andy Wingo <wingo <at> pobox.com>
:
You have taken responsibility.
(Sat, 02 Mar 2013 22:17:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
David Pirotte <david <at> altosw.be>
:
bug acknowledged by developer.
(Sat, 02 Mar 2013 22:17:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 10567-done <at> debbugs.gnu.org (full text, mbox):
On Fri 03 Feb 2012 16:41, Andy Wingo <wingo <at> pobox.com> writes:
> On Fri 20 Jan 2012 19:25, David Pirotte <david <at> altosw.be> writes:
>
>> guile 2.0.3.150-88c0
>> guile-lib release-0.2.1-2-ge9fe22b
>>
>> ...
>> make[1]: Entering directory `/usr/local/src/guile-lib/git-clone/src'
>> ../dev-environ /usr/local/bin/guile-tools compile -o "text/parse-lalr.go"
>> "text/parse-lalr.scm" ice-9/boot-9.scm:106:20: In procedure #<procedure 9a66680 at
>> ice-9/boot-9.scm:97:6 (thrown-k . args)>: ice-9/boot-9.scm:106:20: In procedure
>> scm_read_expression: text/parse-lalr.scm:1418:45: unexpected ")" make[1]: ***
>> [text/parse-lalr.go] Error 1 make[1]: Leaving directory
>> `/usr/local/src/guile-lib/git-clone/src' make: *** [all-recursive] Error 1
>
> The line in question:
>
> (eq? (car rest) ':)
>
> It seems you have (read-set! keywords 'prefix) in your init.scm, which
> affects the compile-time environment.
>
> I wonder what is the right thing to do here.
In this case, probably just to change it to (string->symbol ":"). I
have done that. We don't need to change the copy in Guile because its
compilation environment is more controlled.
Andy
--
http://wingolog.org/
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 31 Mar 2013 11:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 12 years and 140 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.