bug#54760: import: hackage: Internal libraries are not filtered out of dependency list

2022-06-05 Thread Lars-Dominik Braun
Hi Philip, > Aha. Let me know if there's anything I can do to help. at this point there’s two options: 1) We manually update all packages coming from Stackage (i.e. run `guix refresh -t stackage` and adjust #:cabal-revision/inputs by hand) 2) We improve the updater so it automatically adjusts the

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

2022-06-05 Thread Lars-Dominik Braun
Hi Ricardo, > The correct solution to this problem would be to add a little build > cycle: build a bootstrap version of pdflatex (and the other formats) so > that we can build babel; then rebuild pdflatex (and all the other > formats, and everything that goes into texlive-latex-base) in an > envir

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

2022-06-05 Thread Lars-Dominik Braun
Hi Josselin, > +Note also that having @file{/boot/} reside on a LUKS2-encrypted device > +is currently unsupported because of a GRUB 2.06 bug, see > +@url{https://issues.guix.gnu.org/55723, bug #55723}. The graphical > +installer defaults to LUKS1 for this reason. instead of adding yet another ex

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

2022-06-05 Thread Liliana Marie Prikler
Am Sonntag, dem 05.06.2022 um 12:25 +0200 schrieb Lars-Dominik Braun: > Looking at `guix refresh -l texlive-latex-base` a change like that > would be a world rebuild though. I tried adding something similar to > Guix’ tree, but there’s a loop somewhere I can’t figure out > (see attached patch). I’m

bug#55802: python-trezor-0.12.4.drv fails to build due to sanity-check

2022-06-05 Thread Bazmek via Bug reports for GNU Guix
... ...trying to load endpoint console_scripts trezorctl: ERROR: Traceback (most recent call last): File "/gnu/store/35ix1m6m8a5s21j02ajhdyqxb2xkshfb-sanity-check.py", line 85, in ep.load() File "/gnu/store/b6j1qw1a5rkbfvcy7lc9fm95abbzpa4x-python-3.9.9/lib/python3.9/site-packages/pkg_res

bug#55806: gnu/system/install.scm includes (service uvesafb-service-type) in %installation-services on all architectures

2022-06-05 Thread Pavel Shlyak
Reproducer: guix system image -t iso9660 gnu/system/install.scm This command fails on aarch64 host. It doesn’t if I manually remove uvesafb-service-type from the list. It is impossible(and not needed) to run uvesafb on non-x86 machines at the moment, so I think it should be included only in x86_

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

2022-06-05 Thread Luis Felipe via Bug reports for GNU Guix
Howdy, On Friday, June 3rd, 2022 at 22:54, Ludovic Courtès wrote: > Here’s another debugging trick; would be great if you could try this: > > --8<---cut here---start->8--- > > (define strace-syslogd > (program-file "strace-syslogd" > #~(apply execl #$(fil

bug#55707: syslogd logging kernel messages slowly?

2022-06-05 Thread Luis Felipe via Bug reports for GNU Guix
On Saturday, June 4th, 2022 at 19:30, Ludovic Courtès wrote: > I’m curious to see if it fixes your other boot-up issues, timeouts and > all, Luis. Do I simply put both definitions (inetutils/fdatasync and %default-syslog.conf) in my system config and reconfigure...? Because I tried that and not

bug#55809: guix challenge with diffoscope fails to clean up temporary directory

2022-06-05 Thread Vagrant Cascadian
When I run a command such as: guix challenge --verbose --diff=diffoscope gavl 2>&1 | tee gavl It works for the most part, producing the diffoscope output, but ends with a bunch of warnings regarding removing the temporary directory it created to compare the files: warning: failed to delete /

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

2022-06-05 Thread Lars-Dominik Braun
Hi Liliana, > I think grafts would fix your problem, no? That is instead of defining > a "bootstrap" variant, you'd simply add texlive-latex-base/fixed as a > replacement to texlive-latex-base. from my understanding no, because latex-babel indirectly depends on texlive-latex-base. (Through texliv