bug#55709: R texinfo documents are not showing up for me

2022-05-31 Thread Maxime Devos
Kyle Andrews schreef op di 31-05-2022 om 00:35 [+]: >   # /gnu/store/rg8f1jd773n2l78p24m1gds3dmvcgkjq-profile/bin/emacs: error > while loading shared libraries: > /gnu/store/vncwfb53kbnyflyc1jyd2xv9sifpw202-gtk+-3.24.30/lib/libgdk-3.so.0: > file too short Seems suspect. I'd suggest trying

bug#55488: GDM, GNOME: Can't start desktop session after upgrade

2022-05-31 Thread Ludovic Courtès
Hi Luis, Luis Felipe skribis: > On Wednesday, May 18th, 2022 at 8:44 AM, Ludovic Courtès wrote: > >> This is a config that uses Xorg, not Wayland, right? > > Right. [...] >> What does ‘sudo herd status’ show at that point? Looks as if everything was started. Could you share bits of /var/log

bug#55709: R texinfo documents are not showing up for me

2022-05-31 Thread Ludovic Courtès
Hi Kyle, Kyle Andrews skribis: > I tried with both info-reader and emacs. The former (your command) > worked (yay!), while the latter (see below) errored out: saying emacs > could not be found. > > guix shell r emacs -- emacs > # /gnu/store/rg8f1jd773n2l78p24m1gds3dmvcgkjq-profile/bin/emacs

bug#33094: latex-koma-script: scrlttr2: ERROR: Argument of \strip@prefix has an extra }.

2022-05-31 Thread Ricardo Wurmus
Lars-Dominik Braun writes: > Hi Ricardo, > > this problem is biting me too now. > >> > % This line is new. Set the language! >> > \usepackage[british]{babel} >> >> It is in fact sufficient to add only this line >> >>\def\languagename{english} >> > This workaround only works fine for scr

bug#55723: Full disk encryption with grub-efi and LUKS2

2022-05-31 Thread Josselin Poiret via Bug reports for GNU Guix
Hello Lars, Lars-Dominik Braun writes: > Hi, > > I followed the manual to manually install Guix with full disk encryption > using LUKS2 and PBKDF2. However this leaves me with an unbootable system, > stuck at Grub’s rescue prompt, because `grub-install` apparently does > not know how to detect a

bug#55537: Guix pull after many months fails: substitutes for git-minimal-2.36.1 failed

2022-05-31 Thread Rafa Gálvez
Hi, At the end, sudo -i "`which guix`" pull did the trick. After updating guix-daemon, I successfully updated normal guix. Thanks Giovanni and Maxime for your help! Best, Rafa On 2022-05-30 17:20, Maxime Devos wrote: Rafa Gálvez schreef op ma 30-05-2022 om 16:20 [+0200]: ERROR: In proc

bug#55639: time-machine back in 2020: weird error

2022-05-31 Thread Ludovic Courtès
Hi, zimoun skribis: >>From 9d795fb, I get on machine A, > > $ guix time-machine --commit=a7b20226b2 -- build hello > [...] > Backtrace: >1 (primitive-load "/home/simon/.cache/guix/inferiors/wulv?") > In guix/ui.scm: > 1936:12 0 (run-guix-command _ . _) > > guix/ui.scm:1936:12: In

bug#55723: [PATCH] doc: Warn about LUKS2-encrypted boot not working with GRUB.

2022-05-31 Thread Josselin Poiret via Bug reports for GNU Guix
* doc/guix.texi (Disk Partitioning): Do it. --- doc/guix.texi | 5 + 1 file changed, 5 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index 1666466958..c7f6070ced 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -2560,6 +2560,11 @@ for @command{cryptsetup luksFormat}. You can chec

bug#55499: [PATCH 2/3] profiles: Do not repeat entries in 'manifest' file.

2022-05-31 Thread Ludovic Courtès
Fixes . Reported by Ricardo Wurmus . With this change, the manifest file created for: guix install r r-seurat r-cistopic r-monocle3 r-cicero-monocle3 r-assertthat goes from 5.6M to 192K. Likewise, on this profile, wall-clock time of: GUIX_PROFILING=gc gui

bug#55499: [PATCH 1/3] tests: Augment profile collision test.

2022-05-31 Thread Ludovic Courtès
* tests/profiles.scm ("collision of propagated inputs"): Check the parents of ENTRY1 and ENTRY2. --- tests/profiles.scm | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tests/profiles.scm b/tests/profiles.scm index d59d75985f..7e51d37ab9 100644 --- a/tests/profiles.sc

bug#55499: [PATCH 3/3] squash! profiles: Make all entry fields optional.

2022-05-31 Thread Ludovic Courtès
This is meant to be squashed with the previous patch. This makes the 'search-paths' and 'propagated-inputs' fields of each entry optional, shaving a bit more space and reading time, down to 180K instead of 192K. * guix/build/profiles.scm (manifest-sexp->inputs+search-paths)[let-fields]: New macro

bug#55499: [PATCH 0/3] Make 'manifest' files more compact

2022-05-31 Thread Ludovic Courtès
Hello, These patches implement what you suggested on IRC: not repeating entire manifest entries and their propagated inputs. This has a dramatic impact on the size of the ‘manifest’ file and on the memory and processing time to read it for the the use case you gave. The second patch goes a tiny

bug#55639: time-machine back in 2020: weird error

2022-05-31 Thread zimoun
Hi, On mar., 31 mai 2022 at 16:32, Ludovic Courtès wrote: > $ guix time-machine --commit=a7b20226b2 -- build hello > guile: warning: failed to install locale > /gnu/store/a462kby1q51ndvxdv3b6p0rsixxrgx1h-hello-2.10 It works on all of my machine except my newest one… >> Last, on machine B, the

bug#55639: time-machine back in 2020: weird error

2022-05-31 Thread zimoun
Re, Maybe the issue is coming from the old Guile 3.0.2 of 2020 not supporting some recent CPU… Well, I do not know. Any idea for debugging? I already have tried to remove the potential bugs between the chair and the keyboard. :-) On mar., 31 mai 2022 at 18:33, zimoun wrote: > $ guix time-ma

bug#54786: [PATCH] services: jami: Modernize to adjust to Shepherd 0.9+ changes.

2022-05-31 Thread Maxim Cournoyer
This partially fixes , allowing the 'jami' and 'jami-provisioning' system tests to pass again. In version 0.9.0, Shepherd constructors are now run concurrently, via cooperative scheduling (Guile Fibers). The Jami service previously relied on blocking sleeps whil

bug#55499: [PATCH 2/3] profiles: Do not repeat entries in 'manifest' file.

2022-05-31 Thread Maxime Devos
Ludovic Courtès schreef op di 31-05-2022 om 18:09 [+0200]: > With this change, the manifest file created for: > >   guix install r r-seurat r-cistopic r-monocle3 r-cicero-monocle3 r-assertthat > > goes from 5.6M to 192K.  Likewise, on this profile, wall-clock time of: > >   GUIX_PROFILING=gc gui

bug#55359: How do I extend openssh-service-type ?

2022-05-31 Thread Edouard Klein
Thank you both for solving this. I used a workaround for a while (rsyncing the keys to /home/user/.ssh/authorized_keys). Now I can confirm that the fixes work and I'm back to a declarative configuration of my server, which is awesome ! Cheers, Edouard. Ludovic Courtès writes: > Hi, > > Oleg Pyk

bug#55639: time-machine back in 2020: weird error

2022-05-31 Thread zimoun
Hi, On mar., 31 mai 2022 at 16:32, Ludovic Courtès wrote: > This looks like something different, but it’s very weird. The unhelpful > ‘match-error’ seems to occur early on: > > $ head -1942 > ~/.cache/guix/inferiors/wulvgnewx2av6dvgkq6adku4kzmlva75l2gukndywh7wvzenkmoa/share/guile/site/3.0/guix

bug#55495: (no subject)

2022-05-31 Thread Luis Henrique Gomes Higino
Hi guix, the PR from Taiju was merged [0]. I did a local test and now we only need to update to the latest master commit and the second `substitute*' from the `fix-build-and-tests' phase for the package to build. 0: https://github.com/haskell/haskell-mode/pull/1780 Regards, -- Luis H. Higin

bug#55488: GDM, GNOME: Can't start desktop session after upgrade

2022-05-31 Thread Luis Felipe via Bug reports for GNU Guix
Hi Ludo, Since its been a while, lots of commits have gone into master and https://issues.guix.gnu.org/55444 is solved, I decided to reconfigure the system, and try again. Unfortunately, I still can't start a GNOME session. I update the system information below and provide the data you asked fo

bug#50624:

2022-05-31 Thread Sharlatan Hellseher
Hi, I've got the same when I try to build new package from latest checkout, it's built from channel https://git.sr.ht/~hellseher/ffab/tree/main/item/ffab/packages/lisp-xyz.scm#L50 [env: /gnu/store/46kmhq1wkbzsdxv09k774hlak3xvvc5q-profile] > ./pre-inst-env guix build sbcl-glop ;;; note: source fil

bug#55495: (no subject)

2022-05-31 Thread Taiju HIGASHI
Hi Luis, Thank you for your comments. I have not decided what I should do, because I am a light user of this package and my previous patch target version is a different target version from my other patch that was merged master one. Specifically, I am not sure if I should up the version of this p