bug#53258: Python unable to find modules within a Singularity container created with guix pack

2024-01-04 Thread Konrad Hinsen
Hi everyone, I found this issue while investigating a related one (the error message). It looks like the core problem discussed here has been solved in the meantime: Singularity> python3 -m numpy Error in sitecustomize; set PYTHONVERBOSE for traceback: ValueError: '/gnu/store/kx98dz2vc3

bug#53258: Python unable to find modules within a Singularity container created with guix pack

2024-01-04 Thread Konrad Hinsen
Konrad Hinsen writes: > I will submit a patch for this. Patch at https://issues.guix.gnu.org/68241 Cheers, Konrad

bug#68224: emacs-jsonrpc source no longer exists

2024-01-04 Thread Maxim Cournoyer
Hello, Nicolas Goaziou writes: > Hello, > > Maxim Cournoyer writes: > >> Hi, >> >> cuir...@gnu.org (Cuirass) writes: >> >>> The build emacs-jsonrpc.i686-linux for specification >>> master is broken. You can find the detailed information >>> about this build >> href="https://ci.guix.gnu.org/buil

bug#68243: alacritty segmentation fault

2024-01-04 Thread Steven Roose
I've been using alacritty as my default terminal for about a year without much issues. I'm currently on v0.12.3 of alacritty and use it with i3 and Xorg. A month or two ago I noticed that upgrading GuixSD broke alacritty. Since it's my main terminal and I didn't have any other terminals install

bug#48018: ImageMagick’s ‘convert’ fails to delegate to ‘dwebp’

2024-01-04 Thread Maxim Cournoyer
Hi, Simon South writes: > Maxim Cournoyer writes: >> I've applied it on core-updates, as imagemagick causes a large number >> of rebuilds. > > Unfortunately a small bug crept in with commit 62d1806f42: ",name" needs > to be changed to "$name" or building ImageMagick fails with > > unquote: expr

bug#68231: Frei?

2024-01-04 Thread Enzo Brandsch
Hi, at the moment I am too tired to translate this cause i stayed up far logner than normal to get guix installed (still dosnt work), so apologies that this is in german. AND: Its not just a bug, its just that I have a question and cant ask in another way nor know where to ask. :/ Hallo, ich b

bug#67979: guix pull failed with error

2024-01-04 Thread Pavel Korytov
Installing `git-minimal' to the home profile seems to have helped. -- Best regards, Korytov Pavel

bug#68189: Command 'guix lint somepackage' fails on new years day

2024-01-04 Thread Ahmad Draidi via Bug reports for GNU Guix
Hello Guix! Running 'guix lint somepackage' fails on new years day with the below backtrace. It seems like it's trying to download the CVE database for 2024, which doesn't exist yet. Backtrace user@PC ~/Devel/Scheme/Guix/guix [env]$ ./pre-inst-env guix lint durden ;;; note: source

bug#48018: ImageMagick’s ‘convert’ fails to delegate to ‘dwebp’

2024-01-04 Thread Simon South
Maxim Cournoyer writes: > I've applied it on core-updates, as imagemagick causes a large number > of rebuilds. Unfortunately a small bug crept in with commit 62d1806f42: ",name" needs to be changed to "$name" or building ImageMagick fails with unquote: expression not valid outside of quasiquote

bug#66173: [PATCH 1/2] gnu: fifengine: Fix runtime error when using Python 3.9 or newer.

2024-01-04 Thread Simon South
* gnu/packages/patches/fifengine-python-3.9-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/games.scm (fifengine)[source]: Apply it. Change-Id: I61001d6b87db00c71f1e2e6ca3bac8581e941451 --- gnu/local.mk | 1 + gnu/packages/games.s

bug#66173: [PATCH 2/2] gnu: unknown-horizons: Fix build and runtime errors.

2024-01-04 Thread Simon South
Apply two upstream commits that allow building with Python 3.9 or newer and running with Python 3.10. * gnu/packages/patches/unknown-horizons-python-3.9.patch, * gnu/packages/patches/unknown-horizons-python-3.10.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/games.scm

bug#66173: [PATCH 0/2] unknown-horizons: Fix build, runtime errors

2024-01-04 Thread Simon South
This patch series fixes unknown-horizons, a real-time strategy game, by applying upstream commits that allow the game and its engine to build and run using recent versions of Python. This also resolves issue #54815, "Unknown Horizons 2019.1 fails to start"[0]. I've tested this on AArch64 and x86-

bug#54815: Unknown Horizons 2019.1 fails to start

2024-01-04 Thread Simon South
I've added patches to issue #66173, "Package unknown-horizons fails during build process", that resolve this issue as well. https://issues.guix.gnu.org/66173 -- Simon South si...@simonsouth.net