unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: paren--- via Bug reports for GNU Guix <bug-guix@gnu.org>
To: 65909@debbugs.gnu.org
Subject: bug#65909: <package> in Geiser
Date: Wed, 13 Sep 2023 07:45:25 +0100	[thread overview]
Message-ID: <87o7i6y3br.fsf@disroot.org> (raw)

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...

  -- (




                 reply	other threads:[~2023-09-13  7:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87o7i6y3br.fsf@disroot.org \
    --to=bug-guix@gnu.org \
    --cc=65909@debbugs.gnu.org \
    --cc=paren@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).