bug#57490: UPower ignores ‘critical-power-action’

2022-08-31 Thread Ludovic Courtès
Ludovic Courtès skribis: > Setting ‘hybrid-sleep-state’ to '("mem") doesn’t help though: > “CanHybridSleep” still returns “na”. I’m looking at ‘can_sleep_state’ > in elogind without seeing why it doesn’t return true. Having changed elogind’s “LogLevel” to “debug” with a 1km-long ‘dbus-send’ com

bug#57306: guix pull to old commit fails due to unsupported manifest format

2022-08-31 Thread Arun Isaac
> I fixed it in 67a6828b2bb821274757f686f7c685b664339a96 using the same > trick as earlier. Works now, thank you!

bug#57306: guix pull to old commit fails due to unsupported manifest format

2022-08-31 Thread zimoun
Hi Ludo, On Wed, 31 Aug 2022 at 13:06, Ludovic Courtès wrote: > I fixed it in 67a6828b2bb821274757f686f7c685b664339a96 using the same > trick as earlier. It means version 3 is used all the time, right? Well, I miss when or where version 4 is used then. --8<---cut here-

bug#57315: guix upgrade --dry-run output is basically useless

2022-08-31 Thread zimoun
Hi, Just to mention this report is somehow a duplicate of bug#40612 [1]. Maybe, they could be merged. WDYT? 1: On Wed, 31 Aug 2022 at 11:28, Ludovic Courtès wrote: > I understand this is a source of confusion. It has to do with “grafts” > (which the

bug#57498: bash-completion completion functions not loaded when using guix home

2022-08-31 Thread Maze
Thanks for the information and right, it is easy to workaround once figured out. Next time I find a little thing of this sort I'll be sure to check on the core-updates branch. On Wednesday 31 August 2022 at 02:55:54PM, Andrew Tropin has written: > On 2022-08-31 15:35, m...@pkbd.org wrote: > > > I

bug#57498: bash-completion completion functions not loaded when using guix home

2022-08-31 Thread Andrew Tropin
On 2022-08-31 15:35, m...@pkbd.org wrote: > I don't install bash-completion into my system profile and I use only > guix home to install user packages. I typically don't guix install any > packages. > > While I do include the bash-completion package in my home configuration > file, the completion

bug#57480: Wrong Type To Apply on Reconfigure

2022-08-31 Thread Ludovic Courtès
Hi, 宋文武 skribis: > Julien Lepiller writes: > >> I don't know how to fix it, but here is what I think is the issue: >> >> in guix/scripts/system/reconfigure.scm: >> >> #:autoload (guix describe) (current-channels) >> ... >> (define* (check-forward-update ... >>(current-channels ...

bug#57306: guix pull to old commit fails due to unsupported manifest format

2022-08-31 Thread Ludovic Courtès
Hi, Arun Isaac skribis: >> I do not think it is related to guix-daemon and I think it is expected; >> indeed it could be considered as a bug. The command-line, >> >> guix pull --commit=xyz -p /tmp/test >> >> writes /tmp/test/manifest using the current Guix (say manifest 4) and >> not using

bug#57501: call-with-file-lock does not remove lock file

2022-08-31 Thread Ricardo Wurmus
“call-with-file-lock” and “call-with-file-lock/no-wait” create a lock file but don’t remove the lock file when they exit. (guix build syscalls) defines these procedures with “dynamic-wind” so that the lock is always lifted with “unlock-file”. While “unlock-file” uses the fcntl syscall to remove t

bug#57315: guix upgrade --dry-run output is basically useless

2022-08-31 Thread Ludovic Courtès
Hi, Csepp skribis: > I'd like to figure out what Guix will try to build before I run an > upgrade on my netbook, so I always use --dry-run. I'm pretty sure in > the past it used to show more information, but today it just showed that > it will download 20 megs, without saying what package that

bug#57315: guix upgrade --dry-run output is basically useless

2022-08-31 Thread Ludovic Courtès
Hi, "bdju" skribis: > On Sun Aug 21, 2022 at 1:39 AM CDT, Csepp wrote: >> This should go without saying, but this is pretty bad UX. >> >> Is there something that can be done about this? The upgrade process on >> less powerful machines is pretty awful currently. > Agreed. Upgrading on Guix can b

bug#57498: bash-completion completion functions not loaded when using guix home

2022-08-31 Thread Maze
I don't install bash-completion into my system profile and I use only guix home to install user packages. I typically don't guix install any packages. While I do include the bash-completion package in my home configuration file, the completion bash functions do not get loaded as needed, the result