GNU bug report logs - #65466
Something from recent commits is broken.

Previous Next

Package: guix;

Reported by: Apoorv <apoorvs569 <at> gmail.com>

Date: Wed, 23 Aug 2023 06:56:03 UTC

Severity: normal

Merged with 65465

Done: Simon Tournier <zimon.toutoune <at> gmail.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 65466 in the body.
You can then email your comments to 65466 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#65466; Package guix. (Wed, 23 Aug 2023 06:56:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Apoorv <apoorvs569 <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Wed, 23 Aug 2023 06:56:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Apoorv <apoorvs569 <at> gmail.com>
To: bug-guix <at> gnu.org
Subject: Something from recent commits is broken.
Date: Wed, 23 Aug 2023 06:16:34 +0530
[Message part 1 (text/plain, inline)]
While trying to run `guix pull` I am getting this this,

```
Backtrace:
In ice-9/boot-9.scm:
   222:29 19 (map1 _)
   222:29 18 (map1 _)
   222:29 17 (map1 _)
   222:29 16 (map1 _)
   222:29 15 (map1 _)
   222:29 14 (map1 _)
   222:29 13 (map1 _)
   222:29 12 (map1 _)
   222:17 11 (map1 (((gnu packages tex)) ((gnu packages xml)) ((…)) …))
  3327:17 10 (resolve-interface (gnu packages tex) #:select _ #:hide …)
In ice-9/threads.scm:
    390:8  9 (_ _)
In ice-9/boot-9.scm:
  3253:13  8 (_)
In ice-9/threads.scm:
    390:8  7 (_ _)
In ice-9/boot-9.scm:
  3544:20  6 (_)
   2836:4  5 (save-module-excursion _)
  3564:26  4 (_)
In unknown file:
           3 (primitive-load-path "gnu/packages/tex" #<procedure 7f3…>)
In gnu/packages/tex.scm:
  3011:13  2 (_)
In ice-9/boot-9.scm:
  1685:16  1 (raise-exception _ #:continuable? _)
  1685:16  0 (raise-exception _ #:continuable? _)

ice-9/boot-9.scm:1685:16: In procedure raise-exception:
error: license:arphic-1999: unbound variable
```

I also tried `guix repl` and it looks like the error is from `(gnu packages
tex)`
```
scheme@(guix-user)> (use-modules (gnu packages tex))
While compiling expression:
error: license:arphic-1999: unbound variable
```

Also if I search for some package, I get different errors,
```
  guix search rust-anyhow
error: license:arphic-1999: unbound variable
hint: Did you forget a `use-modules' form?

error: googletest: unbound variable
hint: Did you forget a `use-modules' form?

error: bzip2: unbound variable
hint: Did you forget a `use-modules' form?

error: cross-gcc: unbound variable
hint: Did you forget `(use-modules (gnu packages cross-base))'?

error: dfu-util: unbound variable
hint: Did you forget a `use-modules' form?

error: gnutls: unbound variable
hint: Did you forget a `use-modules' form?

error: tcc: unbound variable
hint: Did you forget a `use-modules' form?

error: xz: unbound variable
hint: Did you forget a `use-modules' form?

error: gnu-make: unbound variable
hint: Did you forget a `use-modules' form?

error: cross-binutils: unbound variable
hint: Did you forget `(use-modules (gnu packages cross-base))'?

Throw to key `unbound-variable' with args `("resolve-interface" "no binding
`~A' in module ~A" (shared-mime-info (gnu packages gnome)) #f)'.
Backtrace:
          13 (primitive-load "/home/apoorv/.config/guix/current/bin/…")
In guix/ui.scm:
   2300:7 12 (run-guix . _)
  2263:10 11 (run-guix-command _ . _)
In ice-9/boot-9.scm:
  1752:10 10 (with-exception-handler _ _ #:unwind? _ # _)
In guix/scripts/package.scm:
   190:18  9 (_)
In gnu/packages.scm:
   242:33  8 (fold-packages #<procedure 7fb8bdec97c0 at guix/script…> …)
In guix/discovery.scm:
   158:11  7 (all-modules _ #:warn _)
In srfi/srfi-1.scm:
   460:18  6 (fold #<procedure 7fb8bdec96a0 at guix/discovery.scm:1…> …)
In guix/discovery.scm:
   148:19  5 (_ _ ())
    115:5  4 (scheme-modules _ _ #:warn _)
In srfi/srfi-1.scm:
   691:23  3 (filter-map #<procedure 7fb8bdec9580 at guix/discove…> . #)
In guix/discovery.scm:
   123:24  2 (_ . _)
In guix/ui.scm:
    343:2  1 (report-unbound-variable-error _ #:frame _)
In ice-9/boot-9.scm:
  1685:16  0 (raise-exception _ #:continuable? _)

ice-9/boot-9.scm:1685:16: In procedure raise-exception:
Throw to key `match-error' with args `("match" "no matching pattern"
(unbound-variable "resolve-interface" "no binding `~A' in module ~A"
(shared-mime-info (gnu packages gnome)) #f))'.
```
[Message part 2 (text/html, inline)]

Merged 65465 65466. Request was from Maxim Cournoyer <maxim.cournoyer <at> gmail.com> to control <at> debbugs.gnu.org. (Sun, 27 Aug 2023 01:36:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-guix <at> gnu.org:
bug#65466; Package guix. (Sun, 29 Oct 2023 14:19:03 GMT) Full text and rfc822 format available.

Message #10 received at 65466 <at> debbugs.gnu.org (full text, mbox):

From: Apoorv <apoorvs569 <at> gmail.com>
To: 65466 <at> debbugs.gnu.org
Subject: The issue is fixed.
Date: Sun, 29 Oct 2023 19:30:56 +0530
[Message part 1 (text/plain, inline)]
The issue is fixed and can be closed.
[Message part 2 (text/html, inline)]

Reply sent to Simon Tournier <zimon.toutoune <at> gmail.com>:
You have taken responsibility. (Thu, 30 Nov 2023 09:29:03 GMT) Full text and rfc822 format available.

Notification sent to Apoorv <apoorvs569 <at> gmail.com>:
bug acknowledged by developer. (Thu, 30 Nov 2023 09:29:04 GMT) Full text and rfc822 format available.

Message #15 received at 65466-done <at> debbugs.gnu.org (full text, mbox):

From: Simon Tournier <zimon.toutoune <at> gmail.com>
To: Apoorv <apoorvs569 <at> gmail.com>
Cc: 65466-done <at> debbugs.gnu.org
Subject: Re: bug#65466: Something from recent commits is broken.
Date: Wed, 29 Nov 2023 20:37:31 +0100
Hi,

On dim., 29 oct. 2023 at 19:30, Apoorv <apoorvs569 <at> gmail.com> wrote:
> The issue is fixed and can be closed.

Thanks.  So closing.

Cheers,
simon




Reply sent to Simon Tournier <zimon.toutoune <at> gmail.com>:
You have taken responsibility. (Thu, 30 Nov 2023 09:29:04 GMT) Full text and rfc822 format available.

Notification sent to bashScript <dumbo569 <at> gmail.com>:
bug acknowledged by developer. (Thu, 30 Nov 2023 09:29:04 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 28 Dec 2023 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 133 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.