bug#77415: Native Messaging in librewolf doesn't work

2025-03-31 Thread Konrad Hinsen
Hi everyone, I noticed that librewolf is now in Guix, and tried to migrate from my current installation via librewolf's Debian repository to a Guix-based installation. This works mostly fine, except for one point: in the Guix-built librewolf, the Native Messaging implementation has some problem.

bug#77418: cross compile kernel to arm is stopped by GCC_PLUGIN_LATENT_ENTROPY

2025-03-31 Thread Tadhg McDonald-Jensen
Hello, if you try to run `guix build --target=arm-linux-gnueabihf --cores=1 linux-libre@6.13` you will be greeted by an error that files under the /gnu/store/...gcc-cross-arm... seem to have invalid syntax and are being imported by `scripts/gcc-plugins/latent_entropy_plugin.c:78` I'm trying to es

bug#71688: fenics-dolphin-2019.1.0 check phase hangs

2025-03-31 Thread Andreas Enge
Thanks for your report! The package is deprecated upstream and has not been building for years: https://issues.guix.gnu.org/57143 It will be handled, probably through removal, following https://issues.guix.gnu.org/77195 Andreas

bug#77195: fenics-dolfin@2019.1.0.post0: Fails to build, deprecated upstream.

2025-03-31 Thread Ludovic Courtès
Hi Oleg, Sharlatan Hellseher skribis: > While checking the full python-science collection build state I've faced > with fenics-dolfin not building for a long time; upstream introduced a > fresh fork: -> > which mig

bug#77195: [PATCH 3/7] gnu: Remove fenics-dolfin.

2025-03-31 Thread Andreas Enge
* gnu/packages/simulation.scm (fenics-dolfin): Delete variable. Change-Id: If3eed285af25544a2369afecd6c525b160804d78 --- gnu/packages/simulation.scm | 170 1 file changed, 170 deletions(-) diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm

bug#77195: [PATCH 2/7] gnu: Remove fenics.

2025-03-31 Thread Andreas Enge
* gnu/packages/simulation.scm (fenics): Delete variable. Change-Id: I3d34832d935c2a6ebcd6ec71e6e9a7167a0a59f6 --- gnu/packages/simulation.scm | 129 1 file changed, 129 deletions(-) diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm index

bug#77195: [PATCH 0/7] Remove fenics

2025-03-31 Thread Andreas Enge
Indeed, comments in our source code say that the fenics project has been dormant for three years now. I think fenics-dolfin has not built for months, probably years. So I suppose that nobody actually uses the fenics packages in Guix, and I would suggest to remove them all on or after May 1st. Patch

bug#77195: [PATCH 4/7] gnu: Remove python-fenics-ffc.

2025-03-31 Thread Andreas Enge
* gnu/packages/simulation.scm (python-fenics-ffc): Delete variable. Change-Id: I4308e0e9a7232e320988962bd7a908f7c9d01a47 --- gnu/packages/simulation.scm | 48 - 1 file changed, 48 deletions(-) diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.

bug#77195: [PATCH 7/7] gnu: Remove python-fenics-fiat.

2025-03-31 Thread Andreas Enge
* gnu/packages/simulation.scm (python-fenics-fiat): Delete variable. Change-Id: I7f2d5b11aeff850718327112e206b54c973e9d4e --- gnu/packages/simulation.scm | 53 - 1 file changed, 53 deletions(-) diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation

bug#77415: Native Messaging in librewolf doesn't work

2025-03-31 Thread Rutherther via Bug reports for GNU Guix
Hello Konrad, I would like to confirm the same behavior on my end. This happens with every native messaging extension I tried, doesn't seem to be just some. Actually, it used to work, then after something updated in Guix it stopped working. The same for Firefox from nonguix. I have no idea how

bug#77401: [Shepherd] Timer spawns too many commands

2025-03-31 Thread Ludovic Courtès
Hi Timo, "Timo Wilken" skribis: > Last night, this hit the exact moment of the CET/CEST change and seems to have > confused the Shepherd a lot, to the point where it kept spamming the same > message to /var/log/messages, and used up 80% of my system's total memory, > according to htop. (This led

bug#77283: Shepherd can't parse logs.

2025-03-31 Thread Ludovic Courtès
Hi, Ludovic Courtès skribis: > The code that throws that out-of-range exception on ‘substring’ is > (match:substring m 3) in ‘parse-system-log-message’. > > Normally, ‘regexp-exec’ returns match structures with correct > boundaries, but in this case it didn’t. I reported it here: > > https://

bug#77296: guix fails tests on aarch64 after rootless daemon patches

2025-03-31 Thread Ludovic Courtès
Ludovic Courtès skribis: > builder for > `/gnu/store/8vpl8gv7nmvlpghk9vmx4xs5z3c8dw8j-guix-1.4.0-35.a9239a7.drv' > failed with exit code 1 I successfully built this derivation on overdrive1.guix.gnu.org (substitute available from ci.guix.gnu.org soon). Does this command succeed (as non-root)

bug#77194: guix home reconfigure produces fiber error

2025-03-31 Thread Ludovic Courtès
Hi Gabor, Gabor Gero skribis: > Upon running guix home reconfigure, the program gets up to the point where it > prints "Finished updating symlinks.", then hangs for 15-20 minutes, and > eventually prints > > > > Loading /gnu/store/i5bkj6pkw0x5im3wmfkcr2774ba9afmr-shepherd.conf. > > Daemonizing

bug#77296: guix fails tests on aarch64 after rootless daemon patches

2025-03-31 Thread Efraim Flashner
On Mon, Mar 31, 2025 at 03:05:18PM +0200, Ludovic Courtès wrote: > Ludovic Courtès skribis: > > > builder for > > `/gnu/store/8vpl8gv7nmvlpghk9vmx4xs5z3c8dw8j-guix-1.4.0-35.a9239a7.drv' > > failed with exit code 1 > > I successfully built this derivation on overdrive1.guix.gnu.org > (substitut

bug#76442: Rust does not provide rust-gdb, rust-gdbgui, rust-lldb

2025-03-31 Thread jgart
Yep, closing this. Thanks for cross-checking also. all best, jgart

bug#77296: guix fails tests on aarch64 after rootless daemon patches

2025-03-31 Thread Ludovic Courtès
Hi Efraim, Efraim Flashner skribis: > I bumped the guix package locally and tried to build it on several > architectures. x86_64 and i686 passed, aarch64 failed. The rest are > still building. The issue is: --8<---cut here---start->8--- guix build: error: w

bug#54257: Close

2025-03-31 Thread Andreas Enge
This should have become obsolete at the latest with the recent commit commit 1674d40454e3c02f51238da9c29f6b37c6b98c3c Author: Liliana Marie Prikler Date: Fri Jan 24 12:23:19 2025 +0100 gnu: wine-staging: Update to 10.0. * gnu/packages/wine.scm (wine-staging-patchset-data): Update to 10

bug#77407: shepherd hangs at "herd restart nginx"

2025-03-31 Thread Andreas Enge
Today I noticed that the QA webpage was 502 on bayfront. I restarted qa-frontpage and bffe without problem. When trying to do "herd restart nginx", the command did not show any output and did not come back. Moreover, "herd status" also hang without any output. I could still ssh into the machine an

bug#77407: shepherd hangs at "herd restart nginx"

2025-03-31 Thread Andreas Enge
Open bug to get number. Andreas

bug#77365: no error handling on activation scripts

2025-03-31 Thread Hilton Chain
Hi Maxim, On Sat, 29 Mar 2025 22:45:22 +0800, Maxim Cournoyer wrote: > > Hi, > > Currently, every activation gexp added to the activation-service-type > ends up in a script loaded via primitive-load of the main activation > script, which is in turn loaded by the boot script entry point. > > This m

bug#77401: [Shepherd] Timer spawns too many commands

2025-03-31 Thread Ludovic Courtès
Something went wrong on berlin (Shepherd 1.0.3): --8<---cut here---start->8--- 2025-03-29 22:15:00 localhost shepherd[1]: Timer 'update-guix.gnu.org' spawned process 45159. 2025-03-29 22:15:00 localhost shepherd[1]: Registering new logger for update-guix.gnu.o

bug#74672: [PATCH 2/2] Add ghostscript as native input.

2025-03-31 Thread Luca Cirrottola
Thank you Andreas! Luca