guix pull: error: You found a bug: the program '/gnu/store/9....66-compute-guix-derivation'

  • Done
  • quality assurance status badge
Details
3 participants
  • Leo Famulari
  • mbcladwell
  • Tobias Geerinckx-Rice
Owner
unassigned
Submitted by
mbcladwell
Severity
normal
M
M
mbcladwell wrote on 23 Jul 2020 22:52
(address . bug-guix@gnu.org)
20200723155244.Horde.uHqoz8scMHpDYGISYgvXGH3@www.stihie.net
mbc@xps:~$ guix pull
Updating channel 'limsnucleus' from Git repository at
Updating channel 'guix' from Git repository at
Building from these channels:
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
downloading from
...
module-import 2KiB 443KiB/s 00:00
[##################] 100.0%

downloading from
...
module-import-compiled 1.2MiB 1.1MiB/s 00:01
[##################] 100.0%

downloading from
...
compute-guix-derivation 860B 142KiB/s 00:00
[##################] 100.0%

Computing Guix derivation for 'x86_64-linux'... Backtrace:
In ice-9/boot-9.scm:
222:29 19 (map1 _)
222:29 18 (map1 _)
222:29 17 (map1 _)
222:29 16 (map1 _)
222:17 15 (map1 (((gnu packages kde)) ((gnu packages libevent))
((gnu packages libidn)) ((gnu packages #)) ((?)) ?))
2800:17 14 (resolve-interface (gnu packages kde) #:select _ #:hide
_ #:prefix _ #:renamer _ #:version _)
In ice-9/threads.scm:
390:8 13 (_ _)
In ice-9/boot-9.scm:
2726:13 12 (_)
In ice-9/threads.scm:
390:8 11 (_ _)
In ice-9/boot-9.scm:
2994:20 10 (_)
2312:4 9 (save-module-excursion _)
3014:26 8 (_)
In unknown file:
7 (primitive-load-path "gnu/packages/kde" #<procedure
7efc5e3b6140 at ice-9/boot-9.scm:3001:37 ()>)
In ice-9/eval.scm:
626:19 6 (_ #<directory (gnu packages kde) 7efc5c982d20>)
293:34 5 (_ #<directory (gnu packages kde) 7efc5c982d20>)
173:47 4 (_ #(#<directory (gnu packages kde) 7efc5c982d20>
#<promise #<procedure 7efc5d538660 at ice-9/eval.sc?>))
159:9 3 (_ #(#<directory (gnu packages kde) 7efc5c982d20>
#<promise #<procedure 7efc5d538660 at ice-9/eval.sc?>))
191:35 2 (_ #(#<directory (gnu packages kde) 7efc5c982d20>
#<promise #<procedure 7efc5d538660 at ice-9/eval.sc?>))
223:20 1 (proc #(#<directory (gnu packages kde) 7efc5c982d20>
#<promise #<procedure 7efc5d538660 at ice-9/eval?>))
In unknown file:
0 (%resolve-variable (7 . qtbase) #<directory (gnu
packages kde) 7efc5c982d20>)

ERROR: In procedure %resolve-variable:
error: qtbase: unbound variable
-guix pull: error: You found a bug: the program
'/gnu/store/9jdll5kfkq8c3b1yg5cyfznk3rf9av66-compute-guix-derivation'
failed to compute the derivation for Guix (version:
"5f63905096e456097fca206f56ce9257f72faf64"; system: "x86_64-linux";
host version: "618819aa2feed5b8e7dfdceebb0987ca6453e98a"; pull-version: 1).
Please report it by email to <bug-guix@gnu.org>.
T
T
Tobias Geerinckx-Rice wrote on 24 Jul 2020 01:29
(address . mbcladwell@stihie.net)(address . 42498-done@debbugs.gnu.org)
875zadg69d.fsf@nckx
mbcladwell@stihie.net ???
Toggle quote (4 lines)
> ERROR: In procedure %resolve-variable:
> error: qtbase: unbound variable
> -guix pull: error: You found a bug: the program

This should be fixed on master now.

Thanks!

T G-R
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQT12iAyS4c9C3o4dnINsP+IT1VteQUCXxodTwAKCRANsP+IT1Vt
eQgtAP4gi7Km+3R9KGPdZeRttDXIsztfQsbSk7sBKfks+8oHGwD9FP24zu1vdflI
M6KaK83KWNnS0KNYtTiek5XLwZadcQ0=
=XQh4
-----END PGP SIGNATURE-----

Closed
L
L
Leo Famulari wrote on 24 Jul 2020 01:35
(address . mbcladwell@stihie.net)(address . 42498-done@debbugs.gnu.org)
20200723233541.GA6059@jasmine.lan
On Thu, Jul 23, 2020 at 03:52:44PM -0500, mbcladwell@stihie.net wrote:
Toggle quote (7 lines)
> In unknown file:
> 0 (%resolve-variable (7 . qtbase) #<directory (gnu packages kde)
> 7efc5c982d20>)
>
> ERROR: In procedure %resolve-variable:
> error: qtbase: unbound variable

Thanks for the report! I caused this bug, as described here:


It should be fixed with commit e61b3bcd79a85babde19101118e9d51cd769fbbb:


Please let us know if you are still having trouble :)
Closed
?