bug#57844: Shepherd fails to start in user session ~50% of the time

2022-10-29 Thread Tom Willemse
Hey! Thanks for getting back to me on this! :) Andrew Tropin writes: > On 2022-10-19 18:21, Ludovic Courtès wrote: > >>> It looks like it starts twice and then exits both, but I'm not sure why. >>> I'm guessing it's the ~/.guix-home/activate and >>> ~/.guix-home/on-first-login that are trying t

bug#58880: guix gc notation broken

2022-10-29 Thread Christian Miller via Bug reports for GNU Guix
Correct notation would be: 7,294.57 MiBs

bug#58880: guix gc notation broken

2022-10-29 Thread Christian Miller via Bug reports for GNU Guix
It returns something like: guix gc: freed 7,294.56603 MiBsfinding garbage collector roots... deleting garbage... [0 MiB] deleting '/gnu/store/kw86a0szi73ylxri1q168hrrhi2sb2v4-profile.drv' [0 MiB] deleting '/gnu/store/10ixn1y0kpy0yzmqf9hrm2jmbvpp48dk-xdg-desktop-database.drv' [0 MiB] deleting '/gnu/

bug#58878: build log filter broken by odd characters in build output

2022-10-29 Thread Ricardo Wurmus
Here I am, minding my own business, building GHC 6.10.4 with GHC 6.6 and I see this in the build output: --8<---cut here---start->8--- /gnu/store/km47738v7q4qgym9zkggngqxr05q165h-ghc-6.6/bin/ghc -#include cutils.h -DSTAGE=1 -package-name ghc-6.10.4 -hide-all-pa

bug#58859: profile contents depends on package order

2022-10-29 Thread Attila Lendvai
this is also somewhat related to: https://issues.guix.gnu.org/50878 -- • attila lendvai • PGP: 963F 5D5F 45C7 DFCD 0A39 -- “In your journey to healing, you will learn to appreciate the many faceted qualities of others. Your early impressions will grow more accurate and you will use your trust

bug#35875: Guix won't boot after installation with fully encrypted disk

2022-10-29 Thread david larsson
Hi, Im having this exact same issue: I can enter the password once to unlock the disk, then after selecting the grub entry I am stuck at the Guix grub screen. I have used terminal based "manual" install, graphical guided install for full disk - all on one partition - and graphical guided inst

bug#58859: profile contents depends on package order

2022-10-29 Thread Maxime Devos
Looks sort-of but not quite a duplicate of (‘guix shell’ skips profile collisions checks) to me. Greetings, Maxime. OpenPGP_0x49E3EE22191725EE.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature

bug#58631: [Shepherd] Indefinite heap growth (memory leak)

2022-10-29 Thread Maxime Devos
On 29-10-2022 12:01, Ludovic Courtès wrote: The attached Fibers program illustrates the problem: heap grows even though it’s not supposed to. If I add (gc) before the (pk 'heap-size ...), I can't reproduce: ;;; (heap-size 12742656) ;;; (heap-size 12808192) ;;; (heap-size 12808192) ;;; (he

bug#47949: Failed to produce output path for guix-package-cache

2022-10-29 Thread Maxime Devos
On 28-10-2022 22:23, Vagrant Cascadian wrote: [...] Maybe that's a clue pointing to the crufty .cache directories? Well, after removing ~/.cache/guix/checkouts/ I haven't had the problem again, with several successful pulls. This suggests to me that guix should make sure to not use a dirty

bug#58858: Installation script fails on distributions that use busybox

2022-10-29 Thread conses
Hi, Following the instructions in the manual, I attempted to install the package manager in Alpine Linux via the official installation script. However, after completing the first prompts I got the error "mktemp: (null): Invalid argument". Upon closer inspection of the script and busybox's `mktemp'

bug#58631: [Shepherd] Indefinite heap growth (memory leak)

2022-10-29 Thread Ludovic Courtès
The attached Fibers program illustrates the problem: heap grows even though it’s not supposed to. Ludo’. ;; https://issues.guix.gnu.org/58631 (use-modules (fibers) (fibers channels) (ice-9 rdelim) (statprof)) (run-fibers (lambda () (define channel