bug#77920: shepherd-1.0.4 not building on aarch64

2025-04-19 Thread Roman Scherer
Hello Guix, I can't build shepherd-1.0.4 on my aarch64 systems anymore locally nor on my Cuirass server. The `tests/pid-file.sh` test is failing. I attached the failing logs. The issues seems to be: ``` herd: error: exception caught while executing 'start' on service 'test': In procedure delete-

bug#75510: Building grub-image.png.drv fails with rsvg

2025-01-28 Thread Roman Scherer
Hi vicvbcun, thanks for looking into this. I'm afraid I canb't help much on this, but I find your investigation very interesting. Keep us posted. Roman vicvbcun writes: > Hello Guix! > > I think that I now have some understanding for how these differently > grafted packages can arise: The gra

bug#75510: Building grub-image.png.drv fails with rsvg

2025-01-25 Thread Roman Scherer
Thank you Efraim! On Sun, Jan 26, 2025, 08:41 Efraim Flashner wrote: > On Fri, Jan 24, 2025 at 10:55:34AM +0100, Roman Scherer wrote: > > > > Hi Efraim, > > > > thanks for looking into this! Much appreciated. I just tried your patch > > and reconfigured my s

bug#75510: Building grub-image.png.drv fails with rsvg

2025-01-24 Thread Roman Scherer
Alright, thank you Leo! Leo Famulari writes: > On Fri, Jan 24, 2025 at 10:55:34AM +0100, Roman Scherer wrote: >> I'm not very familiar with grafts and have a question. When no grafts >> are used for building the Grub image, does it mean it uses packages with >> no se

bug#75510: Building grub-image.png.drv fails with rsvg

2025-01-24 Thread Roman Scherer
Hi Efraim, thanks for looking into this! Much appreciated. I just tried your patch and reconfigured my system as usual without using --no-grafts and I can confirm that it is working again. I'm not very familiar with grafts and have a question. When no grafts are used for building the Grub image,

bug#75510: Building grub-image.png.drv fails with rsvg

2025-01-21 Thread Roman Scherer
gt; On 2025-01-12T10:58:54+0100, Roman Scherer wrote: >> >>Hello Guix, >> >>I can't reconfigure my (aarch64) system anymore. When building >>/gnu/store/bpda8gfvxm6iv3mc6n8sf3ydxc5b6zi9-grub-image.png.drv I see the >>following backtrace: >> >

bug#75510: Building grub-image.png.drv fails with rsvg

2025-01-17 Thread Roman Scherer
Roman Scherer writes: Hmm, but it looks I'm now stuck using --no-grafts all the time. Any ideas how to solve that? > Roman Scherer writes: > > So, it looks like this issue might be related to: > > - https://issues.guix.gnu.org/47853 > - https://issues.guix.gnu.org/4711

bug#75510: Building grub-image.png.drv fails with rsvg

2025-01-16 Thread Roman Scherer
Roman Scherer writes: So, it looks like this issue might be related to: - https://issues.guix.gnu.org/47853 - https://issues.guix.gnu.org/47115 I reconfigured my system now with --no-grafts, and this time it worked. > <#secure method=pgpmime mode=sign> > > Hi Leo, > &

bug#75510: Building grub-image.png.drv fails with rsvg

2025-01-13 Thread Roman Scherer
7;m also linking my config, just in case: https://github.com/r0man/guix-home/blob/main/modules/r0man/guix/system/m1.scm Thanks for your help, Roman. Leo Famulari writes: > On Sun, Jan 12, 2025 at 03:30:07PM -0500, Leo Famulari wrote: >> On Sun, Jan 12, 2025 at 10:58:54AM +0100, Roma

bug#75510: Building grub-image.png.drv fails with rsvg

2025-01-12 Thread Roman Scherer
Roman > On Sun, Jan 12, 2025 at 10:58:54AM +0100, Roman Scherer wrote: >> >> I can't reconfigure my (aarch64) system anymore. When building >> /gnu/store/bpda8gfvxm6iv3mc6n8sf3ydxc5b6zi9-grub-image.png.drv I see the >> following backtrace: >

bug#75510: Building grub-image.png.drv fails with rsvg

2025-01-12 Thread Roman Scherer
Hello Guix, I can't reconfigure my (aarch64) system anymore. When building /gnu/store/bpda8gfvxm6iv3mc6n8sf3ydxc5b6zi9-grub-image.png.drv I see the following backtrace: ``` building /gnu/store/bpda8gfvxm6iv3mc6n8sf3ydxc5b6zi9-grub-image.png.drv... Backtrace: 2 (primitive-load "/gnu/s

bug#75350: broken docker-compose: unexpected keyword argument 'chunked'

2025-01-04 Thread Roman Scherer
Hi Guix, it seems that docker-compose is broken on Guix. Running `docker-compose up` with any docker-compose.yml file in the current directory fails with: Traceback (most recent call last): File "/gnu/store/7v8r5c2xf2g6l4k7dfvcxxhm1kfdm9b5-python-docker-5.0.3/lib/python3.10/site-packages/dock

bug#73432: clojure package is broken

2024-10-09 Thread Roman Scherer
Nice Kristiyan, thanks for your work on this! Kristiyan Kanchev writes: > Hello all, > > I've just managed to start Metabase with clojure-tools build from > Guix. The problem was indeed what I suspected --> maven-core 3.8.8 was > needed. maven-core 3.9.* is incompatible with clojure-tools (I wa

bug#73432: clojure package is broken

2024-10-04 Thread Roman Scherer
gt; > I'm currently trying to  maven-resolver-provider from 3.9 to 3.8 and > will report results, hopefully soon -- I'm new to Guix and need some > more time. If it works out, I'll try to push patches. > > Thanks, > Kriss > > On 10/3/24 17:48, Roman Scherer w

bug#73432: clojure package is broken

2024-10-03 Thread Roman Scherer
om AWS API docs. The code to generate them has not been published by the Clojure team. That was a blocker back in the day according to Maxim Devos. The patches are here: https://github.com/r0man/guix/commits/clojure-s3-transport/ I really should find that thread ... Roman Scherer writes: > H

bug#73432: clojure package is broken

2024-10-03 Thread Roman Scherer
Hi, I just tried this and got the same error. I'm not using the Clojure package from Guix because the AWS S3 support has been ripped out. I use the package from Nix. My guess is, this error is also because of the lacking S3 support, or if not it will break later. The deps.edn file of Metabase co

bug#73081: installer crash: iso-codes is too old

2024-09-27 Thread Roman Scherer
From 7fefef83a062a97d7c41e3e0d145abd9d5b1101b Mon Sep 17 00:00:00 2001 Message-ID: <7fefef83a062a97d7c41e3e0d145abd9d5b1101b.1727437710.git.ro...@burningswell.com> From: Roman Scherer Date: Fri, 27 Sep 2024 11:00:27 +0200 Subject: [PATCH 1/3] gnu: iso-codes: Rename to iso-codes/pinned. * do

bug#72792: error: activate-privileged-programs: unbound variable

2024-09-19 Thread Roman Scherer
Hi Ludo and Tobias, yes, I think the issue has been resolved in the meantime. On Thu, Sep 19, 2024, 15:06 Ludovic Courtès wrote: > Hi Roman, > > Roman Scherer skribis: > > > with the latest commit on master > > > > ``` > > root@guix ~# guix describe >

bug#73065: glibc-supported-locales needs zstd

2024-09-07 Thread Roman Scherer
Hi Ricardo, I was just looking into this as well and would have tried the same. LGTM. Reviewed-by: Roman Scherer signature.asc Description: PGP signature

bug#72792: error: activate-privileged-programs: unbound variable

2024-08-24 Thread Roman Scherer
Hello Guix, with the latest commit on master ``` root@guix ~# guix describe Generation 13 Aug 24 2024 13:19:20(current) guix d48af5c repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: d48af5cca84914d44b032d0bf0820640ebbe7a4b ``` I can't reconfi

bug#57071: Xscreensaver not working since latest patch

2022-08-10 Thread Roman Scherer
Hi Ludo and Rick, sorry for the trouble. I'm running xscreensaver on a foreign distro and did not notice this. Probably because somehow my screen wasn't locked, but still showing random screensavers. However, now that I tried the `xscreensaver-command -lock` command I see a dialog with a "Passwo

bug#50329: [PATCH] Bundle icons for emacs-lsp-treemacs

2022-03-20 Thread Roman Scherer
Ok, sounds good to me. :) Liliana Marie Prikler writes: > Hi Roman, > > Am Sonntag, dem 20.03.2022 um 14:58 +0100 schrieb Roman Scherer: >> Hi Liliana and Maxime, >> >> if the icons are really coming from [1], they seem to be licensed >> under the Creative Comm

bug#50329: [PATCH] Bundle icons for emacs-lsp-treemacs

2022-03-20 Thread Roman Scherer
st to include my patch that removes all icons from the source. What do you think? Roman [1] https://github.com/microsoft/vscode-icons Liliana Marie Prikler writes: > Hi Roman, > > Am Sonntag, dem 20.03.2022 um 12:21 +0100 schrieb Roman Scherer: >> >> Hi Liliana, >>

bug#50329: [PATCH] Bundle icons for emacs-lsp-treemacs

2022-03-20 Thread Roman Scherer
s the case, we could remove all those "icon themes" and just leave this "Iconless" theme in the file: https://github.com/emacs-lsp/lsp-treemacs/blob/master/lsp-treemacs-themes.el#L209 Roman Liliana Marie Prikler writes: > Hi Roman, hi Maxime, > > Am Sonntag, dem 20.03

bug#50329: [PATCH] Bundle icons for emacs-lsp-treemacs

2022-03-20 Thread Roman Scherer
9jzjhwc3nggwznhm8564dz4ydcxym2ddd63571k0" (build-system emacs-build-system) -- 2.34.0 Maxime Devos writes: > [[PGP Signed Part:Undecided]] > Roman Scherer schreef op zo 20-03-2022 om 09:59 [+0100]: >> Since the icons are not installed on a Guix system right now, I thin

bug#50329: [PATCH] Bundle icons for emacs-lsp-treemacs

2022-03-20 Thread Roman Scherer
leave the Guix emacs-lsp-treemacs packages as it is for now. Once upstream has added the licenses for the icons, we could take another look and maybe only install the ones that we are allowed to include. What do you think? Thanks, Roman. Maxime Devos writes: > [[PGP Signed Part:Undecided]]

bug#50329: [PATCH] Bundle icons for emacs-lsp-treemacs

2022-03-19 Thread Roman Scherer
Hello, the emacs-lsp-treemacs package does not bundle it's icons. This patch fixes the issue by copying the icons to `share/emacs-lsp-treemacs/icons` and patching the paths in `lsp-treemacs-themes.el`. This is the link to the issue in bug tracker: https://issues.guix.gnu.org/50329 Would you lik