bug#63554: 63554

2024-09-04 Thread Jelle Licht
(I decoded html entities ): "andy" via Bug reports for GNU Guix writes: > Also had this exact same problem. Looking at patch #56880, it tried > to add the shared option, but found that the `mount(2)` syscall had > to be called twice, once to mount it, then once to make the already > existing m

bug#72166: Shepherd periodically goes unresponsive on one of my machines

2024-09-04 Thread Ludovic Courtès
Hi, Jonathan Frederickson skribis: > I've also run into what looks like the same thing on a laptop that does have > an RTC, but it also has an NTP daemon running on it. (I have also noticed > that this is most common on that laptop after a suspend/resume cycle, so > maybe that's triggering th

bug#72990: Core packages updated broke Guix

2024-09-04 Thread Ludovic Courtès
Edison Ibáñez skribis: > El 2024-09-03 06:57, Ludovic Courtès escribió: >> Hi Edison, >> >> Edison Ibáñez skribis: >> >>> With the last update of core packages they broke guix and it can no >>> longer be used, every time I run it I get the following error: >>> >>> /gnu/store/s4pajb5dkar0ig5z57

bug#72990: Core packages updated broke Guix

2024-09-04 Thread Edison Ibáñez
Thanks Ludo, by removing the value configured in LD_LIBRARY_PATH you can rebuild the entire system without problems and Guix worked well again.

bug#73002: Julia packages are not reproducible

2024-09-04 Thread Simon Tournier
Hi Ludo, On Tue, 03 Sep 2024 at 13:56, Ludovic Courtès wrote: > Currently Julia packages, as built with Julia 1.8.3, are not > reproducible. Here’s a small sample: Duplicate with: bug#47354: (build-system julia) not reproducible zimoun Wed, 24 Mar 2021 01:37:07 +0100

bug#73026: perl-sdl fails to build

2024-09-04 Thread Juliana Sims via Bug reports for GNU Guix
Hello, perl-sdl fails to build for somewhat unclear reasons. Tests report one failed program, but I can't find any failed tests per se. I've attached the build log. Best, Juli s54ichqirm4wji7ccvcxdribknb5c3-perl-sdl-2.548.drv.gz Description: application/gzip

bug#73026: perl-sdl fails to build

2024-09-04 Thread Juliana Sims via Bug reports for GNU Guix
PS the Guix commit at which this occurs is f42427046b11029faaa69b7f10c77b45240e

bug#72828: Grafting breaks libcamera signatures

2024-09-04 Thread Ludovic Courtès
Hi Jacopo, Jacopo Mondi skribis: > Not exactly. In libcamera, apart from creating a library to ease all > the camera stack plumbing, we're creating an ecosystem of open-source > 3A algorithms (what we call the IPA modules). > > Camera vendors and ODMs which invested in products with specific > c

bug#72917: [PATCH] gnu: ffmpeg-{5, 4, 3}: Fix build on i686 with binutils 2.41.

2024-09-04 Thread Ludovic Courtès
Hi André, André Batista skribis: > Fixes . > > * gnu/packages/video.scm (ffmpeg-5): Replace 'bypass-openal-check > string substitution with one that matches on this and earlier > versions of ffmpeg. > (ffmpeg-4): Inherit package arguments from ffmpeg-5. > > Rep

bug#72990: unset LD_LIBRARY_PATH confirmed as good workaround

2024-09-04 Thread Dan Hatton via Bug reports for GNU Guix
Running a few guix-managed applications on top of a generally Ubuntu system here. As of today, am getting the same error message as Edison, both when trying to run guix pull and when trying to run individual applications. Can confirm that following Ludo's suggestion "unset LD_LIBRARY_PATH" makes

bug#72828: Grafting breaks libcamera signatures

2024-09-04 Thread Andrew Tropin via Bug reports for GNU Guix
On 2024-09-04 18:42, Ludovic Courtès wrote: > Hi Jacopo, > > Jacopo Mondi skribis: > >> Not exactly. In libcamera, apart from creating a library to ease all >> the camera stack plumbing, we're creating an ecosystem of open-source >> 3A algorithms (what we call the IPA modules). >> >> Camera vendo

bug#73030: git send-email missing perl packages

2024-09-04 Thread Simon Tournier
Hi, Using Guix 7fa9df4, I get the error: --8<---cut here---start->8--- Not using SSL_VERIFY_PEER due to out-of-date IO::Socket::SSL. To use SSL please install IO::Socket::SSL with version>=2.007 at /gnu/store/v6bivyjbg6bj07s8iqfzdm6hpvypc0p1-perl-5.36.0/lib/pe

bug#70491: system-config-printer once again cannot find cupshelpers

2024-09-04 Thread Wamm_KD_Schmelingski--- via Bug reports for GNU Guix
(based mostly off of this forum post: https://forum.endeavouros.com/t/system-config-printer-wont-run/54621/2) It looks like it's related to the module being placed within a directory within the =site-packages= directory? Python doesn't seem to like that the =cuphelpers= directory is within the =cu

bug#71238: Installer image consistently fails to run system init due to TLS error

2024-09-04 Thread Roman Riabenko via Bug reports for GNU Guix
Hello I had a similar issue with a 6to4 tunnel but I guess that the same cause may be relevant to a VPN or some other type of connection that affects the MTU. The pull operation would fail sporadically, usually on the same package — most of the time that would be a relatively large package like t

bug#72889: A new insight

2024-09-04 Thread amano.kenji
I guess this is going to require passphrase reuse for mapped devices.

bug#73035: Add ZFS services. Or, add ZFS support to raw-initrd.

2024-09-04 Thread amano.kenji
According to my analysis, zfs on root is not a good idea because grub doesn't support many zpool features, and grub needs to read kernel and initrd from /gnu/store on root filesystem. If I want to mount ZFS file systems through file-systems of operating-system, raw-initrd should import zfs pool

bug#73035: There was a typo.

2024-09-04 Thread amano.kenji
zfs-mount > zfs-load-key > zfs-mount > zfs-zed should be zfs-import > zfs-load-key > zfs-mount > zfs-zed

bug#73030: git send-email missing perl packages

2024-09-04 Thread Simon Tournier
Hi, Using the fix , I get this error: --8<---cut here---start->8--- Need MIME::Base64 and Authen::SASL todo auth at /gnu/store/imnyk8h2s6qfwd602n5vqxax8h33j2k5-git-2.45.2-send-email/libexec/git-core/.git-send-email-real line

bug#73030: git send-email missing perl packages [partially FIXED]

2024-09-04 Thread Simon Tournier
Hi, For the fixes see . Explanation below. On Wed, 04 Sep 2024 at 20:57, Simon Tournier wrote: > --8<---cut here---start->8--- > Not using SSL_VERIFY_PEER due to out-of-date IO::Socket::SSL. > To use SSL please install IO::