bug#73088: unable to log into childhurd vm

2024-09-06 Thread Nathan Dehnel
guix 36e30a3 I am no longer able to log into the childhurd vm. My configuration worked previously and hasn't changed. (service hurd-vm-service-type (hurd-vm-configuration (os childhurd-os) (disk-size (* 8 (expt 2 30))

bug#73085: libjami fails to build

2024-09-06 Thread Kjartan Óli Águstsson
I am trying to install GNU Jami but building libjami fails due to a missing header . At first I thought it was a missing input but webrtc-audio-processing is listed as an input. However when I look in the store directory of webrtc-audo-processing its include directory contains a directory 'webrtc

bug#64562: Rotated logs have different permissions from logs that have not yet been rotated

2024-09-06 Thread Ludovic Courtès
Hi, Leo Famulari skribis: > I noticed this inconsistency: > > -- > $ ls -l /var/log/messages* > -rw-r- 1 root root 112994 Jul 10 14:29 /var/log/messages > -rw-r--r-- 1 root root 8883 Jul 5 12:00 /var/log/messages.1.gz > -- > > This seems like a mistake. Definitely. Rottlog being

bug#73065: [PATCH] system: Add zstd to glibc-supported-locales.

2024-09-06 Thread Ricardo Wurmus
* gnu/system/locale.scm (glibc-supported-locales): Add zstd to PATH. Fixes . Change-Id: I8f553636789df598937c30adca79cef8cf077337 --- gnu/system/locale.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/system/locale.scm b/gnu/system/locale.scm index d

bug#73081: [PATCH] gnu: Add iso-codes/installer.

2024-09-06 Thread Ricardo Wurmus
* gnu/packages/iso-codes.scm (iso-codes/installer): New variable. * gnu/installer.scm (compute-locale-step): Use it. Fixes . Change-Id: Ibc37b3972f6eda14886543b30a72d3b890455d07 Change-Id: Ia06b776e861742fb108a41317ed6df13afec9b6f --- gnu/installer.scm

bug#67250: builtin:git-download capability detection not working for the bordeaux build farm

2024-09-06 Thread Ludovic Courtès
Christopher Baines skribis: > I've now sent some patches which add this option to #71038. These were committed as f002371767df04238e3fc6dfacb6930f5529144b. Closing, Ludo’.

bug#73081: installer crash: iso-codes is too old

2024-09-06 Thread Ricardo Wurmus
The installer crashes because the "tok" language is not included in our old version of the iso-codes package. Upgrading it to 4.16.0 should fix it, but it is unclear whether this would result in mass rebuilds. There is iso-codes/official and a derived iso-codes. GTK+ uses iso-codes/official with

bug#73076: Inputs for git:send-email

2024-09-06 Thread Ashish SHUKLA
Hi, This is being taken care by 73034. Feel free to close/merge this issue report. Thanks! -- Ashish signature.asc Description: PGP signature

bug#73067: kmime-24.05.2 test failure

2024-09-06 Thread Zheng Junjie
Marek Paśnikowski via Bug reports for GNU Guix writes: > Dear Zheng > > Thank you for your hard work bringing KDE to Guix. It is not the best > circumstance to express my gratitude, but I want you to know I am > grateful before anything else. > > With commit 2f407ac162d6b9053bafb611ff20b58b13e7a

bug#73076: Inputs for git:send-email

2024-09-06 Thread Richard Sent
I can confirm the same issue with git send-email. -- Take it easy, Richard Sent Making my computer weirder one commit at a time.

bug#73076: Inputs for git:send-email

2024-09-06 Thread Andreas Enge
Hello, when trying to send a patch series using "git send-email", it only worked after I installed perl-io-socket-ssl perl-authen-sasl perl-mime-base64 into my profile. The first two are inputs of git, but not propagated. Should they be? I think this may be a consequence of the recent core

bug#73067: kmime-24.05.2 test failure

2024-09-06 Thread Marek Paśnikowski via Bug reports for GNU Guix
Dear Zheng Thank you for your hard work bringing KDE to Guix. It is not the best circumstance to express my gratitude, but I want you to know I am grateful before anything else. With commit 2f407ac162d6b9053bafb611ff20b58b13e7a09c to guix, you have modified the testing phase of kmime build, whic

bug#73059: Flatpak is vulnerable to CVE-2024-42472

2024-09-06 Thread Zheng Junjie
DonaldSanders1968 via Bug reports for GNU Guix writes: > Hi Guix, > > Current flatpak version in Guix channel is affected by CVE-2024-42472. > > Kind regards, > > Donald Thanks, update bubblewrap and it. signature.asc Description: PGP signature

bug#63321: Broken pipe? (and deprecated latex-packages)

2024-09-06 Thread Nicolas Goaziou via Bug reports for GNU Guix
Hello, > guix tells me to send you the COMPLETE output, see below. This looks like a transient network failure. Considering the bug report is very old, I assume you found it by yourself. :) > I also want to ask about the warnings on deprecated packages. > I didn't install the packages by hand, t

bug#60892: texlive-latex-ms description is incorrect -- doesn't contain everyshi

2024-09-06 Thread Nicolas Goaziou via Bug reports for GNU Guix
Hello, > According to the second search result of "guix search everyshi", > everyshi can be found in texlive-latex-ms: > > > name: texlive-latex-ms > > version: 59745 > > outputs: > > + out: everything > > systems: x86_64-linux i686-linux > > dependencies: > > location: gnu/packages/tex.scm:847

bug#44044: texlive-latex-oberdiek is incomplete

2024-09-06 Thread Nicolas Goaziou via Bug reports for GNU Guix
Hello, > The texlive-latex-oberdiek package does not provide all files that the > “oberdiek” TeX Live package is supposed to contain. > > Notably, all of the tex/generic/oberdiek files are missing or at least > installed to the wrong directory (tex/latex/oberdiek). I'm closing this bug repor

bug#73067: kmime-24.05.2 test failure

2024-09-06 Thread Marek Paśnikowski via Bug reports for GNU Guix
I am not able to reconfigure my system due to the following regression in kmime-24.05.2: starting phase `check' Running tests... /gnu/store/ibgy9qa52zqmbcfp6m8rwj81bffaiwvb-cmake-minimal-3.24.2/bin/ctest --force-new-ctest-process Test project /tmp/guix-build-kmime-24.05.2.drv-0/build Start

bug#73065: glibc-supported-locales needs zstd

2024-09-06 Thread Ricardo Wurmus
I'm trying to build the installer with guix system image -t iso9660 gnu/system/install.scm This fails: build of /gnu/store/64r5f7ikrjwzs9bslhfabv1p8r5gzk83-glibc-supported-locales.scm.drv failed --8<---cut here---start->8--- tar (child): zstd: Canno

bug#47584: Race condition in ‘copy-account-skeletons’: possible privilege escalation.

2024-09-06 Thread Ludovic Courtès
Hello, Maxime Devos skribis: > I removed the 'Based upon mkdir-p from (guix build utils)' > comment because it's quite a bit different now. > > * gnu/build/activation.scm (verify-not-symbolic): Delete. > (mkdir-p/perms): Rewrite in terms of 'openat'. Finally pushed as c1283e203995c8d84584e701b9

bug#45574: Guile 3 fails to build non-deterministically

2024-09-06 Thread Ludovic Courtès
Chris Marusich skribis: > If you try to build Guile 3 without substitutes using any recent version > of Guix, it can frequently fail. I had to try about 12 times > in a row before it succeeded. The failure simply said "FAIL: > check-guile" - I didn't save the build logs, which were lost once th

bug#36264: shepherd doesn't capture service stdout/stderr

2024-09-06 Thread Ludovic Courtès
Robert Vollmert skribis: > On a pretty fresh Guix System install, I see some regular > sshd error messages on tty1 (which I guess means they’re > written to /dev/console). Also, setting up a regular > shepherd service via make-forkexec-constructor for a > program that logs to stderr (postgrest wh