bug#25018: GC incorrectly removes the temporary root file of the calling process

2022-10-10 Thread Ludovic Courtès
Hi Maxim, Maxim Cournoyer skribis: > I'm not Eelco, but your change LGTM. Note that the upstream version > still uses the original code [0]. Right. > I've installed the change, tested that it had the expected result: > > reading temporary root file `/var/guix/temproots/8386' > waiting for rea

bug#22608: Module system thread unsafety and .go compilation

2022-10-10 Thread Ludovic Courtès
Hi! Maxim Cournoyer skribis: > l...@gnu.org (Ludovic Courtès) writes: [...] >> For the record, these issues should be fixed in Guile 2.2.4: >> >> 533e3ff17 * Serialize accesses to submodule hash tables. >> 46bcbfa56 * Module import obarrays are accessed in a critical section. >> 761cf0fb8 * Ma

bug#58409: rust-hts-sys bundles htslib

2022-10-10 Thread Maxime Devos
In Debbugs-CC: the Rust team and committer+author of 'gnu: Add rust-hts-sys-2' (3a3eb0b155054bb22c01bace4a173cc73e2b1490). Unfortunately rust-hts-sys doesn't seem to have a convenient 'system' feature or such ... Greetings, Maxime OpenPGP_0x49E3EE22191725EE.asc Description: OpenPGP public ke

bug#56322: Debbug 56322, Ruby packaging issues, ping?

2022-10-10 Thread Maxime Devos
On 10-10-2022 07:05, Remco van 't Veer wrote: Hi Maxime, Thanks for taking a look again. I'll make a new patchset to correct the things you mentioned. 2022/10/09 11:15, Maxime Devos: Otherwise, not that I know of, these patches appear straightforward. They might need to be done on core-updat

bug#25018: GC incorrectly removes the temporary root file of the calling process

2022-10-10 Thread Maxime Devos
On 10-10-2022 10:01, Ludovic Courtès wrote: Hi Maxim, [...] and pushed! Thank you! (Your bug triage work is much appreciated!) We could turn the example here in a unit test; the only downside is that running the GC in a test is expensive. It should be possible to run the GC on the test

bug#37955: warning: '.desktop' file refers to '', which cannot be found

2022-10-10 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
I moved the informational background above the changelog and pushed this to c-u as 685110045c04a60bf18163aab1c230f944c871c9. Thanks! T G-R signature.asc Description: PGP signature

bug#25018: GC incorrectly removes the temporary root file of the calling process

2022-10-10 Thread Ludovic Courtès
Maxime Devos skribis: > On 10-10-2022 10:01, Ludovic Courtès wrote: >> Hi Maxim, >> [...] >>> and pushed! >> Thank you! (Your bug triage work is much appreciated!) We could >> turn >> the example here in a unit test; the only downside is that running the >> GC in a test is expensive. > > It sho

bug#57933: Gtk is unsupported on i686-linux

2022-10-10 Thread Ludovic Courtès
Hi, Ludovic Courtès skribis: > I pushed things to make ‘gst-plugins-bad’ supported on i686-linux: > > 27a3a5d193 gnu: svt-hevc: Mark as supported on x86_64-linux only. > e3362e249a gnu: directfb: Remove input labels. > 3714c8bdcd gnu: gst-plugins-bad: Use 'librsvg-for-system'. > c3b0be1fa2 gnu:

bug#25018: Broken test suite

2022-10-10 Thread Ryan Sundberg via Bug reports for GNU Guix
Hello, this patch seems to have broken the test suite in tests/store.scm. My test log file is attached. ./test-env make check TESTS=tests/store.scm Cuirass did not detect the changes since they are at such a low level: (https://ci.guix.gnu.org/eval/700414) -- Sincerely, Ryan Sundberg==

bug#58419: Grafting order depends on store connection state

2022-10-10 Thread Josselin Poiret via Bug reports for GNU Guix
Hi, Someone reported yesterday on IRC [1] that they didn't get the same canonical path for the pass (from `password-store`) binary if they built it directly or in a profile with `fontconfig` added. I managed to isolate the issue down to the following: --8<---cut here---st

bug#58420: packages with guile-3.0 as an input fail to cross-compile

2022-10-10 Thread Mitchell F. Schmeisser
I cannot cross compile any packages which depend on guile. The configure phase either fails to find the autoconf macros or fails to find guile itself. configure: checking for guile 3.0 configure: found guile 3.0 checking for guile-3.0... no checking for guil

bug#58417: Installer script no longer works with `yes` utility

2022-10-10 Thread Jonas Freimuth
Package: guix Version: 1.4.0 Severity: important Heyo, I use the github `guix-install-action` (https://github.com/PromyLOPh/guix-install-action), which internally runs the `guix-install.sh` script non-interactively, via the yes utility: ```{bash} bash -c 'yes | bash guix-install.sh' ```

bug#58415: [web site] Broken link to debbugs user guide in Bug tracking section

2022-10-10 Thread Jonas Freimuth
Package: guix Severity: minor Heyo, during my research of how to submit my previous bug report, I noticed the link to the `debbugs` user guide, last sentence in section "22.7.2 Debbugs User Interfaces" is broken. The reason for it seems to be located on line 1526 of `doc/contributing.texi`.

bug#58320: Hurd VM fails to boot on AMD EPYC (kvm-amd)

2022-10-10 Thread Ludovic Courtès
Ludovic Courtès skribis: > Through a dichotomy I tried to see how far it goes. The info I have so > far is that ld.so errors out from elf/rtld.c:563 (line 565 is not > reached): > > 558: if (bootstrap_map.l_addr || ! > bootstrap_map.l_info[VALIDX(DT_GNU_PRELINKED)]) > 559:{ > 560: /*