all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#71852: `gvisor-tap-vsock` fails to build, complains about missing variable `remove-go-references`
@ 2024-06-29 17:01 kasper.andersson--- via Bug reports for GNU Guix
  2024-07-01 23:26 ` Gábor Udvari
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: kasper.andersson--- via Bug reports for GNU Guix @ 2024-06-29 17:01 UTC (permalink / raw
  To: 71852

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

The variable seems to not be in that file any more, but I haven't had the time to look into when it was removed.
The log is as follows:

WARNING: (guile-user): imported module (guix build utils) overrides core binding `delete'
Backtrace:
          16 (primitive-load "/gnu/store/2a9k7v2qhydivh63xv921gr6kp9?")
In ice-9/eval.scm:
   214:21 15 (_ #f)
   217:50 14 (lp (#<procedure 7ffff77f5480 at ice-9/eval.scm:282:?> ?))
   217:50 13 (lp (#<procedure 7ffff77f5460 at ice-9/eval.scm:282:?> ?))
   217:50 12 (lp (#<procedure 7ffff77f5440 at ice-9/eval.scm:282:?> ?))
   217:50 11 (lp (#<procedure 7ffff77f5420 at ice-9/eval.scm:282:?> ?))
   217:50 10 (lp (#<procedure 7ffff77f53c0 at ice-9/eval.scm:649:?> ?))
   217:50  9 (lp (#<procedure 7ffff77f53a0 at ice-9/eval.scm:282:?> ?))
   217:50  8 (lp (#<procedure 7ffff77f5340 at ice-9/eval.scm:649:?> ?))
   217:50  7 (lp (#<procedure 7ffff77f5320 at ice-9/eval.scm:282:?> ?))
   217:50  6 (lp (#<procedure 7ffff77f5300 at ice-9/eval.scm:282:?> ?))
   217:50  5 (lp (#<procedure 7ffff77f52e0 at ice-9/eval.scm:282:?> ?))
   217:33  4 (lp (#<procedure 7ffff77f50e0 at ice-9/eval.scm:649:?> ?))
   293:34  3 (_ #(#(#(#(#(#<directory (guile-user) 7f?> ?) ?) ?) ?) ?))
   173:55  2 (_ #(#(#(#(#(#<directory (guile-user) 7f?> ?) ?) ?) ?) ?))
   223:20  1 (proc #(#(#(#(#(#<directory (guile-user)?> ?) ?) ?) ?) ?))
In unknown file:
           0 (%resolve-variable (5 (guix build go-build-system) . #) #)

ERROR: In procedure %resolve-variable:
In procedure module-lookup: Unbound variable: remove-go-references

Best regards, Kasper

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

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

* bug#71852: `gvisor-tap-vsock` fails to build, complains about missing variable `remove-go-references`
  2024-06-29 17:01 bug#71852: `gvisor-tap-vsock` fails to build, complains about missing variable `remove-go-references` kasper.andersson--- via Bug reports for GNU Guix
@ 2024-07-01 23:26 ` Gábor Udvari
  2024-07-03 23:04 ` Gábor Udvari
  2024-07-12 15:32 ` Sharlatan Hellseher
  2 siblings, 0 replies; 4+ messages in thread
From: Gábor Udvari @ 2024-07-01 23:26 UTC (permalink / raw
  To: 71852

The remove-go-references phase was removed from the go-build-system.scm 
file in 0df957eecc536e1d0a5722b47dda1563439bbe04:


https://git.savannah.gnu.org/cgit/guix.git/commit/guix/build/go-build-system.scm?id=0df957eecc536e1d0a5722b47dda1563439bbe04 





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

* bug#71852: `gvisor-tap-vsock` fails to build, complains about missing variable `remove-go-references`
  2024-06-29 17:01 bug#71852: `gvisor-tap-vsock` fails to build, complains about missing variable `remove-go-references` kasper.andersson--- via Bug reports for GNU Guix
  2024-07-01 23:26 ` Gábor Udvari
@ 2024-07-03 23:04 ` Gábor Udvari
  2024-07-12 15:32 ` Sharlatan Hellseher
  2 siblings, 0 replies; 4+ messages in thread
From: Gábor Udvari @ 2024-07-03 23:04 UTC (permalink / raw
  To: 71852

This is now fixed. It was addressed in #71923

https://issues.guix.gnu.org/71923





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

* bug#71852: `gvisor-tap-vsock` fails to build, complains about missing variable `remove-go-references`
  2024-06-29 17:01 bug#71852: `gvisor-tap-vsock` fails to build, complains about missing variable `remove-go-references` kasper.andersson--- via Bug reports for GNU Guix
  2024-07-01 23:26 ` Gábor Udvari
  2024-07-03 23:04 ` Gábor Udvari
@ 2024-07-12 15:32 ` Sharlatan Hellseher
  2 siblings, 0 replies; 4+ messages in thread
From: Sharlatan Hellseher @ 2024-07-12 15:32 UTC (permalink / raw
  To: 71852-done

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



[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2024-07-12 15:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-29 17:01 bug#71852: `gvisor-tap-vsock` fails to build, complains about missing variable `remove-go-references` kasper.andersson--- via Bug reports for GNU Guix
2024-07-01 23:26 ` Gábor Udvari
2024-07-03 23:04 ` Gábor Udvari
2024-07-12 15:32 ` Sharlatan Hellseher

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.