bug#54003: local-file after Guile update

2022-02-16 Thread Ludovic Courtès
Ludovic Courtès skribis: >>From 7fd25c6f15f74fb6e45fc3f0db21a110267f262c Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= > Date: Wed, 16 Feb 2022 11:27:43 +0100 > Subject: [PATCH] gexp: Preserve source location for #~ and #$ read extensions. > > Read hash extensions preserve

bug#52054: clangd cannot find

2022-02-16 Thread Ludovic Courtès
Hi, Ludovic Courtès skribis: > ‘clangd’ fails to find , as shown here: > > $ printf '#include \nint foo (int x) {return x+2; }' > t.c > $ guix shell -C -D hello --with-c-toolchain=hello=clang-toolchain clang:extra > strace > guix shell: warning: transformation 'with-c-toolchain' had no effect

bug#54026: zrythm crashes on start, cannot find SVG loader

2022-02-16 Thread kiasoc5--- via Bug reports for GNU Guix
Update to latest version is not possible right now, the dependencies in Guix are too old (pango, gtk4, etc). zrythm-Message: 09:53:26.663: (main:453): Running Zrythm in /home/kiasoc5 zrythm-Message: 09:53:26.663: (guile_init:50): Initializing guile subsystem... zrythm-Message: 09:53:26.663:

bug#53998: Guix pull always gets stuck at ~80% on fresh i686 1.3.0 install

2022-02-16 Thread Ludovic Courtès
Hi, Leo Famulari skribis: > On Mon, Feb 14, 2022 at 04:16:09PM +, Ahmad Draidi wrote: >> Running 'guix pull' on a fresh basic install of Guix System 1.3.0 for i686 >> gets stuck at around 80%. > > Okay, can you share the result of `guix describe` to confirm what > revision of Guix you're

bug#53883: strange conflicts with guix package -m manifest

2022-02-16 Thread Ludovic Courtès
Hi, Leo Famulari skribis: > Basically, the python-twine package, as it is now, cannot be installed > in a profile. > > That is because its dependency graph of propagated packages includes > different versions of python-cffi, and you cannot install both of these > cffi packages alongside each

bug#53923: ‘http-fetch’ is unable to fetch

2022-02-16 Thread Ludovic Courtès
Hi, Xinglu Chen skribis: > scheme@(guile-user)> ,use(guix http-client) > scheme@(guile-user)> (http-fetch > "https://repology.org/api/v1/project/emacs:modus-themes;) > ice-9/boot-9.scm:1685:16: In procedure raise-exception: > Bad Read-Header-Line header: # > > > Entering a new prompt. Type

bug#54011: FreeCAD: Unable to import STEP files

2022-02-16 Thread Guillaume Le Vaillant
Guillaume Le Vaillant skribis: > Jacob Hrbek skribis: > >> [[PGP Signed Part:No public key for ADD37D14AB42FCA9 created at >> 2022-02-15T15:56:38+0100 using EDDSA]] >> Importing zipped STEP file: 15:50:27 Traceback (most recent call last): >> >> [...] >> >> from PySide2.QtSvg import * >> >>

bug#53881: GNOME Settings: View Keyboard Layout doesn't work

2022-02-16 Thread Liliana Marie Prikler
Hi Luis, Am Dienstag, dem 08.02.2022 um 18:23 + schrieb Luis Felipe: > hi, > > I'm using the following system and I can't see the keyboard layout > for any of the input sources: > > guix 579e9e9 > OS: Guix System x86_64 > > Kernel: 5.15.19-gnu > > DE: GNOME 41.0 > > > STEPS TO

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

2022-02-16 Thread Ricardo Wurmus
Ricardo Wurmus writes: > % This line is new. Set the language! > \usepackage[british]{babel} It is in fact sufficient to add only this line \def\languagename{english} The only problem is that languagename is undefined. -- Ricardo

bug#54003: local-file after Guile update

2022-02-16 Thread Ludovic Courtès
Hi! This *ahem* pretty hack works around the problem. I have yet to see if it works with earlier Guile versions. Thoughts? I’d have preferred to avoid monkey-patching but I couldn’t think of a way to do that. Ludo’. >From 7fd25c6f15f74fb6e45fc3f0db21a110267f262c Mon Sep 17 00:00:00 2001

bug#54014: guix home pinentry weirdness

2022-02-16 Thread Liliana Marie Prikler
Hi Zacchaeus, Am Dienstag, dem 15.02.2022 um 15:16 -0500 schrieb Zacchaeus Scheffer: > I thought it might be important to confirm package versions.  Here is > some sample commands and their output: > > before guix package -i pinentry (pass not giving pinentry prompt) > > $ ls -l $(which -a

bug#53983: lsh fails to build

2022-02-16 Thread Brice Waegeneire
Hello Roman, Roman Riabenko writes: > I was able to reproduce it on a fresh install of Guix 1.3.0. I just > downloaded the image, installed with graphical installer, and ran "guix > pull" and "guix system reconfigure /etc/config.scm" on the freshly > installed system. Then, "guix install lsh"

bug#54011: FreeCAD: Unable to import STEP files

2022-02-16 Thread Guillaume Le Vaillant
Jacob Hrbek skribis: > [[PGP Signed Part:No public key for ADD37D14AB42FCA9 created at > 2022-02-15T15:56:38+0100 using EDDSA]] > Importing zipped STEP file: 15:50:27 Traceback (most recent call last): > > [...] > > from PySide2.QtSvg import * > > File >