GNU bug report logs - #63845
unbound evaluate-populate-directive variable error with guix shell -C --symlink

Previous Next

Package: guix;

Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Date: Fri, 2 Jun 2023 14:45:02 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

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 63845 in the body.
You can then email your comments to 63845 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#63845; Package guix. (Fri, 02 Jun 2023 14:45:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Fri, 02 Jun 2023 14:45:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: bug-guix <bug-guix <at> gnu.org>
Subject: unbound evaluate-populate-directive variable error with guix shell
 -C --symlink
Date: Fri, 02 Jun 2023 10:44:40 -0400
Hi,

This appears to be a recent regression:

--8<---------------cut here---------------start------------->8---
$ LANG=C guix shell --container --symlink=/usr/bin/env=bin/env coreutils 
;;; Failed to autoload evaluate-populate-directive in (gnu build install):
;;; no code for module (gnu build install)
Backtrace:
          18 (primitive-load "/home/maxim/.config/guix/current/bin/g?")
In guix/ui.scm:
   2300:7 17 (run-guix . _)
  2263:10 16 (run-guix-command _ . _)
In ice-9/boot-9.scm:
  1752:10 15 (with-exception-handler _ _ #:unwind? _ # _)
  1752:10 14 (with-exception-handler _ _ #:unwind? _ # _)
In guix/store.scm:
   659:37 13 (thunk)
   1298:8 12 (call-with-build-handler _ _)
   1298:8 11 (call-with-build-handler #<procedure 7f2709325510 at g?> ?)
In guix/status.scm:
    839:4 10 (call-with-status-report _ _)
In guix/scripts/environment.scm:
  1152:11  9 (_)
In guix/store.scm:
  2168:25  8 (run-with-store #<store-connection 256.99 7f270924b4b0> ?)
In guix/scripts/environment.scm:
    864:8  7 (_ _)
In gnu/build/linux-container.scm:
   397:16  6 (call-with-container (#<<file-system> device: "none?> ?) ?)
   265:16  5 (run-container _ _ (cgroup mnt pid ipc uts user net) _ # ?)
In guix/scripts/environment.scm:
   894:14  4 (_)
In srfi/srfi-1.scm:
    634:9  3 (for-each #<procedure 7f271a45bc90 at guix/scripts/env?> ?)
In guix/scripts/environment.scm:
   894:29  2 (_ (directory "/usr/bin"))
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: evaluate-populate-directive: unbound variable
--8<---------------cut here---------------end--------------->8---

Tested with commit 99fc7e5dd3c9c92f9b6c2e51db9dc5b0481a56b2.

-- 
Thanks,
Maxim




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Fri, 02 Jun 2023 15:26:02 GMT) Full text and rfc822 format available.

Notification sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
bug acknowledged by developer. (Fri, 02 Jun 2023 15:26:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: 63845-done <at> debbugs.gnu.org
Subject: Re: bug#63845: unbound evaluate-populate-directive variable error
 with guix shell -C --symlink
Date: Fri, 02 Jun 2023 17:25:02 +0200
Hi,

Maxim Cournoyer <maxim.cournoyer <at> gmail.com> skribis:

> This appears to be a recent regression:
>
> $ LANG=C guix shell --container --symlink=/usr/bin/env=bin/env coreutils 
> ;;; Failed to autoload evaluate-populate-directive in (gnu build install):
> ;;; no code for module (gnu build install)
> Backtrace:
>           18 (primitive-load "/home/maxim/.config/guix/current/bin/g?")
> In guix/ui.scm:
>    2300:7 17 (run-guix . _)
>   2263:10 16 (run-guix-command _ . _)
> In ice-9/boot-9.scm:
>   1752:10 15 (with-exception-handler _ _ #:unwind? _ # _)
>   1752:10 14 (with-exception-handler _ _ #:unwind? _ # _)
> In guix/store.scm:
>    659:37 13 (thunk)
>    1298:8 12 (call-with-build-handler _ _)
>    1298:8 11 (call-with-build-handler #<procedure 7f2709325510 at g?> ?)
> In guix/status.scm:
>     839:4 10 (call-with-status-report _ _)
> In guix/scripts/environment.scm:
>   1152:11  9 (_)
> In guix/store.scm:
>   2168:25  8 (run-with-store #<store-connection 256.99 7f270924b4b0> ?)
> In guix/scripts/environment.scm:
>     864:8  7 (_ _)
> In gnu/build/linux-container.scm:
>    397:16  6 (call-with-container (#<<file-system> device: "none?> ?) ?)
>    265:16  5 (run-container _ _ (cgroup mnt pid ipc uts user net) _ # ?)
> In guix/scripts/environment.scm:
>    894:14  4 (_)
> In srfi/srfi-1.scm:
>     634:9  3 (for-each #<procedure 7f271a45bc90 at guix/scripts/env?> ?)
> In guix/scripts/environment.scm:
>    894:29  2 (_ (directory "/usr/bin"))
> 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: evaluate-populate-directive: unbound variable

Fixed in 69dfdb7bd190a1562eb11555da6f556b222245d3.

The regression was introduced in
abdf812acc70d5424e51e2d6fb280bf08b087b68.

Thanks,
Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#63845; Package guix. (Sat, 03 Jun 2023 01:27:01 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 63845-done <at> debbugs.gnu.org
Subject: Re: bug#63845: unbound evaluate-populate-directive variable error
 with guix shell -C --symlink
Date: Fri, 02 Jun 2023 21:26:25 -0400
Hi,

Ludovic Courtès <ludo <at> gnu.org> writes:

> Hi,
>
> Maxim Cournoyer <maxim.cournoyer <at> gmail.com> skribis:
>
>> This appears to be a recent regression:
>>
>> $ LANG=C guix shell --container --symlink=/usr/bin/env=bin/env coreutils 
>> ;;; Failed to autoload evaluate-populate-directive in (gnu build install):
>> ;;; no code for module (gnu build install)
>> Backtrace:

[...]

>> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
>> error: evaluate-populate-directive: unbound variable
>
> Fixed in 69dfdb7bd190a1562eb11555da6f556b222245d3.
>
> The regression was introduced in
> abdf812acc70d5424e51e2d6fb280bf08b087b68.

Yay!  Thanks for the quick fix.

-- 
Thanks,
Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 01 Jul 2023 11:24:09 GMT) Full text and rfc822 format available.

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

Previous Next


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