GNU bug report logs -
#65909
<package> in Geiser
Previous Next
To reply to this bug, email your comments to 65909 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#65909
; Package
guix
.
(Wed, 13 Sep 2023 07:06:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"(" <paren <at> disroot.org>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Wed, 13 Sep 2023 07:06:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi,
If I connect Geiser to a Guix REPL, like so:
$ guix repl --listen=tcp:37146 &
M-x geiser-connect RET RET
and enter the following into it:
,use (guix packages)
(package
(name "test")
(version "1.0.0")
(source #f)
(build-system #f)
(home-page #f)
(synopsis #f)
(description #f)
(license #f))
I get this error:
While compiling expression:
Syntax error:
unknown file:#f:#f: encountered raw symbol in macro output in subform socket of (current-location-vector)
When putting the same into a typical `guix repl` instance running in the
foreground within a terminal, I get no error, just the <PACKAGE> object
that I expected.
This can be temporarily fixed by adding ``(location #f)'' to the end of
the package record.
Any ideas why this happens? I don't know the first thing about how
Geiser works...
-- (
This bug report was last modified 1 year and 182 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.