bug#68094: Test "terminal-string-width Japanese" has environmental dependency

2023-12-28 Thread Skyler Ferris via Bug reports for GNU Guix
Hello, The test "terminal-string-width Japanese" in the file "tests/syscalls.scm" has an environmental dependency which causes it to fail when I run `guix shell --pure -D guix -- make check TESTS=tests/syscalls.scm`. I can resolve this by instead running `guix shell --pure -D guix -- env LANG=

bug#68093: Guix system reconfigure starts services with auto-start? #f

2023-12-28 Thread Richard Sent
When reconfiguring the system with Guix, shepherd services that have auto-start? set to #f are started during reconfiguration. Per https://issues.guix.gnu.org/22039#26, services shouldn't be started by reconfigure if auto-start is #f. These services are not started on boot, which matches expect

bug#63548: [PATCH] gnu: python-pyportmidi: Update to latest git revision, fixing build fail.

2023-12-28 Thread Marco Rimoldi
Change-Id: Ibe02edca39731f3f3c9001818665d2da97df9465 --- gnu/packages/music.scm | 52 ++ 1 file changed, 22 insertions(+), 30 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 77e952d383..6f1736a276 100644 --- a/gnu/packages/mu

bug#63548: [PATCH] gnu: python-pyportmidi: Update to latest git revision, fixing build fail.

2023-12-28 Thread Marco Rimoldi
This patch and https://issues.guix.gnu.org/68038 also fix my Frescobaldi installation, tested with "timidity -iA" and Lilypond's pdf output. There may be problems due to upstream changing versioning style, the old python-pyportmidi and portmidi itself have a greater version than the current one.

bug#63549: python-poppler-qt5 build fails

2023-12-28 Thread Marco Rimoldi
Relevant patch: https://issues.guix.gnu.org/68038 Marco

bug#68085: a issue about orca@43.2

2023-12-28 Thread marialong2--- via Bug reports for GNU Guix
Dear maintainers,Highly appreciate your work on completely free(libre) distribution! I write this to submit an issue i came accross recently about the use of orca screen reader.Though a bug (at least to a normal user like me, it is a bug) might seem annoying to you and such fix on a single packa

bug#68017: cargo-build-system should propagate inputs and native-inputs of dependencies

2023-12-28 Thread Jaeme Sifat via Bug reports for GNU Guix
I'm a bit confused about what you exactly mean. Can you provide an example? Programmatically, the build-system isn't supposed to be reflected (package components of the build-system) in the inputs fields of packages, Rust is no different. > NB: This is my first time packaging rust, so I may be

bug#68017: Clarification on why cargo-build-system should propagate inputs and native-inputs.

2023-12-28 Thread Jaeme Sifat via Bug reports for GNU Guix
The culprit to your problem is `rust-ffmpeg-sys-the-third-1', which requires all the packages you just mentioned for building. `rust-av1an-core` requires `rust-ffmpeg-the-third-1' which in turn requires the sys libraries as well. --8<---cut here---start->8--

bug#68034:

2023-12-28 Thread EricR Rasmussen
$ guix pull Updating channel 'guix' from Git repository at ' https://git.savannah.gnu.org/git/guix.git'... Updating channel 'nonguix' from Git repository at ' https://gitlab.com/nonguix/nonguix'... Building from these channels: nonguix https://gitlab.com/nonguix/nonguix 71a53fa guix htt

bug#68031: Error running Guix pull: no code for module (gnu packages ed)

2023-12-28 Thread Richard Sent
Hi all, Noticed this error when running Guix pull today. Not entirely sure of the problem, but the console said to report it and I didn't notice any identical bug reports recently. Full log attached. Abridged version below. ice-9/boot-9.scm:3330:6: In procedure resolve-interface: no code for

bug#68032: Bug-Report : Guix

2023-12-28 Thread Emanuele Rodo via Bug reports for GNU Guix
sudo -i guix pull [sudo] password for omakuva:  Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Authenticating channel 'guix', commits 9edb3f6 to 2a66a96 (7 new commits)... Building from this channel:   guix  https://git.savannah.gnu.org/git/guix.

bug#67800: File guix-publish.service missing on foreign distro installations

2023-12-28 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Philippe, Philippe SWARTVAGHER writes: > Hello, > > I'm running Guix on a foreign distro, Debian, with systemd. I installed > Guix with the shell installer script. > > The documentation > https://guix.gnu.org/manual/en/html_node/Invoking-guix-publish.html > mentions (at the bottom) that I

bug#67806: guix pull error

2023-12-28 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Qingyun, qy.tao--- via Bug reports for GNU Guix writes: > 1. &store-protocol-error: > message: > "`/gnu/store/5kj8lyybjrdl7xd0fx9g9vzkz8sklqsy-guix-1.4.0/bin/guix substitute' > died unexpectedly" > status: 1 This seems to be a transient substitute error, can you retry? Best,