unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Sarah Morgensen <iskarian@mgsn.dev>
Cc: 50461@debbugs.gnu.org
Subject: bug#50461: [core-updates-frozen] backtrace on `guix package -A'
Date: Tue, 07 Sep 2021 21:35:06 +0200	[thread overview]
Message-ID: <87zgso2n85.fsf@gnu.org> (raw)
In-Reply-To: <867dfsi7ck.fsf@mgsn.dev> (Sarah Morgensen's message of "Tue, 07 Sep 2021 11:11:23 -0700")

Hi,

Sarah Morgensen <iskarian@mgsn.dev> skribis:

> I'm getting a backtrace on `guix package -A'.  The argument doesn't seem
> to matter, and `guix package -s' works fine.

[...]

> In gnu/packages/tex.scm:
>   4104:26  1 (_ _ _)
> In ice-9/boot-9.scm:
>   1685:16  0 (raise-exception _ #:continuable? _)
>
> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
> In procedure struct-vtable: Wrong type argument in position 1 (expecting struct): #<syntax-transformer texlive-latex-hyperref>

I believe rebuilding will fix it:

  rm gnu/packages/*.go && make -j4

The reason is that bindings of deprecated packages like
‘texlive-latex-hyperref’ changed from regular bindings to macros; here
Guile stumbles upon the macro at run time when it instead expects a
<package> record.

Thanks,
Ludo’.




  reply	other threads:[~2021-09-07 19:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-07 18:11 bug#50461: [core-updates-frozen] backtrace on `guix package -A' Sarah Morgensen
2021-09-07 19:35 ` Ludovic Courtès [this message]
2021-09-07 19:53   ` Sarah Morgensen

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=87zgso2n85.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=50461@debbugs.gnu.org \
    --cc=iskarian@mgsn.dev \
    /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).