unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#65466: Something from recent commits is broken.
@ 2023-08-23  0:46 Apoorv
  2023-10-29 14:00 ` bug#65466: The issue is fixed Apoorv
  0 siblings, 1 reply; 3+ messages in thread
From: Apoorv @ 2023-08-23  0:46 UTC (permalink / raw)
  To: 65466

[-- Attachment #1: Type: text/plain, Size: 3547 bytes --]

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))'.
```

[-- Attachment #2: Type: text/html, Size: 4200 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#65466: The issue is fixed.
  2023-08-23  0:46 bug#65466: Something from recent commits is broken Apoorv
@ 2023-10-29 14:00 ` Apoorv
  2023-11-29 19:37   ` bug#65466: Something from recent commits is broken Simon Tournier
  0 siblings, 1 reply; 3+ messages in thread
From: Apoorv @ 2023-10-29 14:00 UTC (permalink / raw)
  To: 65466

[-- Attachment #1: Type: text/plain, Size: 38 bytes --]

The issue is fixed and can be closed.

[-- Attachment #2: Type: text/html, Size: 63 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#65466: Something from recent commits is broken.
  2023-10-29 14:00 ` bug#65466: The issue is fixed Apoorv
@ 2023-11-29 19:37   ` Simon Tournier
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Tournier @ 2023-11-29 19:37 UTC (permalink / raw)
  To: Apoorv; +Cc: 65466-done

Hi,

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

Thanks.  So closing.

Cheers,
simon




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-11-30  9:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-23  0:46 bug#65466: Something from recent commits is broken Apoorv
2023-10-29 14:00 ` bug#65466: The issue is fixed Apoorv
2023-11-29 19:37   ` bug#65466: Something from recent commits is broken Simon Tournier

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