bug#67241: [PATCH] guix-install.sh: Add message about Info reader.

2024-12-15 Thread Maxim Cournoyer
Hi Simon, Simon Tournier writes: > * etc/guix-install.sh (_info): New procedure. > (_chk_sys_nscd, main_install): Use it. > > Change-Id: I2cad8bc2554cd4ea88f30c8a104b7c62f2aa2e0e > --- > etc/guix-install.sh | 18 ++ > 1 file changed, 14 insertions(+), 4 deletions(-) > > diff --

bug#73859: [PATCH 0/2] lightdm: Fix empty session list.

2024-12-15 Thread Maxim Cournoyer
Hi Dariqq, Dariqq writes: [...] > Dariqq (2): > gnu: lightdm: Use global sysconfdir. > gnu: lightdm-service-type: Add lightdm.conf to /etc/lightdm. Finally pushed to master (see commits b9d7e15f9f and 3a8e19a61d), after I had some time to properly review and test it. I've adjusted the com

bug#69997: Should ‘guix import pypi’ get dependencies from pyproject files?

2024-12-15 Thread Sharlatan Hellseher
Hi, As it's pypi importer which improving refresh as well, may it be pushed to master or we need it on team branch first? Thanks, Oleg

bug#74895: Bug in compute-guix-derivation

2024-12-15 Thread Drew Jose via Bug reports for GNU Guix
Output pasted here: Backtrace:   17 (primitive-load "/gnu/store/flaqwpkc12w1kwjqs5a6njr8nbxmbns3-compute-guix-derivation") In ice-9/eval.scm:     155:9 16 (_ _)     159:9 15 (_ #(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(# ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?)) In ice-9/boot-9.scm:     152

bug#74897: Implement caching on https://packages.guix.gnu.org so it loads?

2024-12-15 Thread R
https://packages.guix.gnu.org

bug#74877: cannot build python-jupyter-client@7.4.4 from the source

2024-12-15 Thread Adam
Hi guix! Cannot build python-jupyter-client package without a substitute. I will try to resolve this issue on my own. But I think it's right to let you know that building the package fails on the check phase with many errors like this: For more information see https://pluggy.readthedocs.io/en/stab

bug#74896: No riscv iso

2024-12-15 Thread R
It would be nice to have one when it is ready.

bug#74862: `tests/store-deduplication.scm` fails on Asahi Linux

2024-12-15 Thread Lukas Navickas via Bug reports for GNU Guix
`copy-file/deduplicate, sparse files` tests fail on asahi linux. i do not have adequate grounding on this topic, but i made a few empirical tests changing the inputs. the original tests create a file in `/tmp`, and fail. if instead the file is on disk, some(all?) tests pass. if instead the input

bug#74797: linux-libre 6.11.11 fails to build on aarch64 (drivers/clk/meson/gxbb.c)

2024-12-15 Thread Leo Famulari
On Sat, Dec 14, 2024 at 10:21:05PM -0800, Vagrant Cascadian wrote: > Well, it only hgappened once, and with the same commit, it successfully > regenerated the tarball and everything was fine... Understood. Unfortunately I think it suggests a hardware malfunction, although it could be a software bu

bug#69997: Should ‘guix import pypi’ get dependencies from pyproject files?

2024-12-15 Thread Lars-Dominik Braun
Hi, > Should ‘guix import pypi’ attempt to get dependency information from > ‘pyproject.toml’, in addition to ‘requirements.txt’ and wheel ‘METADATA’ > as it already does? attached patches allow parsing the standardized pyproject.toml fields for dependencies. This won’t work for poetry (we need a