bug#59196: `guix pull` fails on A20-OLinuXino-LIME2-eMMC

2024-09-11 Thread Tanguy LE CARROUR
Hi Simon, Thanks for diging this one out! Quoting Simon Tournier (2024-09-10 17:44:41) > On Fri, 11 Nov 2022 at 18:53, Tanguy LE CARROUR wrote: > > > /guix pull: error: You found a bug: the program > > '/gnu/store/mbs3lc77zy30nr82lnn2s135i2rvq095-compute-guix-derivation' > > failed to compute

bug#72042: [PATCH 1/1] gnu: python-gst: Fix build.

2024-09-11 Thread Maxim Cournoyer
Hi, Liliana Marie Prikler writes: > Am Mittwoch, dem 11.09.2024 um 09:29 +0200 schrieb Remco van 't Veer: >> Hi Maxim, >> >> 2024/09/11, Maxim Cournoyer: >> >> > It's nice that this fixes the package build, but propagating >> > various version of Python libraries a road that to leads to >> > p

bug#67308: bug#72917: ffmpeg-3 build failures is duplicate of bug#67308

2024-09-11 Thread André Batista
qua 11 set 2024 às 17:10:49 (1726085449), nan...@riseup.net enviou: > > qui 05 set 2024 às 20:47:39 (1725580059), nan...@riseup.net enviou: > > > > qui 05 set 2024 às 09:25:36 (1725539136), l...@gnu.org enviou: > > > > > > [...] > > > > > > And from

bug#55933: Fails download of quix 1.3 virtual machine

2024-09-11 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Hi Simon, Thanks for hunting. On 10 September 2024 16:05:40 UTC, Simon Tournier wrote: >I get: > >--8<---cut here---start->8--- >$ curl -LI >https://ftp.gnu.org/gnu/guix/guix-system-install-1.3.0.x86_64-linux.qcow2 | >grep Content-Type >Content-Type: text/

bug#72917: ffmpeg@{3,4,5} build failures on i686-linux

2024-09-11 Thread André Batista
Hi, qui 05 set 2024 às 20:47:39 (1725580059), nan...@riseup.net enviou: > > qui 05 set 2024 às 09:25:36 (1725539136), l...@gnu.org enviou: > > > > As it turns out, while all 3 variants built fine for i686 on a machine > > of mine, there are test failures at ci.guix: > > > > From

bug#72976: [PATCH v6] gnu: lxc: Update to 6.0.1

2024-09-11 Thread Jakob Kirsch via Bug reports for GNU Guix
* gnu/packages/virtualization.scm (lxc): Update to 6.0.1. [build-system]: Change to meson-build-system. [inputs]: Add dbus. [arguments]: Replace "--docdir=..." with "-Ddoc-path=...". Replace "--sysconfdir=/etc" with "-Ddistrosysconfdir=/etc". Remove "--localstatedir=/var". Add "-Dinit-script=sysvin

bug#73181: guix-daemon fails when invoking ‘guix authenticate’ on the Hurd

2024-09-11 Thread Ludovic Courtès
Ludovic Courtès skribis: > Inside the childhurd, we get: > > root@childhurd ~# tail -1 /var/log/guix-daemon.log > 2024-09-09 21:09:03 unexpected build daemon error: stoi > > Last time we got that error was in commit > 21deb89e287b5821975544118bf137562a91d4e1: guix-daemon was running with > incor

bug#72042: [PATCH 1/1] gnu: python-gst: Fix build.

2024-09-11 Thread Liliana Marie Prikler
Am Mittwoch, dem 11.09.2024 um 09:29 +0200 schrieb Remco van 't Veer: > Hi Maxim, > > 2024/09/11, Maxim Cournoyer: > > > It's nice that this fixes the package build, but propagating > > various version of Python libraries a road that to leads to > > problems. Currently it's important that propag

bug#73181: guix-daemon fails when invoking ‘guix authenticate’ on the Hurd

2024-09-11 Thread Ludovic Courtès
As reported by yelninei on IRC, Guix on the Hurd is in half-broken state following the recent ‘core-updates’ merge. Specifically, sending store items over SSH (and thus breaks offloading too): --8<---cut here---start->8--- $ guix copy --to=localhost:10022 iduti

bug#73155: [PATCH] gnu: ruby-net-smtp: Fix tests

2024-09-11 Thread Javier Olaechea
Attached is a patch to fix the build by regenerating the certificates. Note that a Makefile to update the certificates was introduced in the version that updated the certificates. In those versions we can simplify the before-check hook to be: (with-directory "test/net/fixtures" (invoke "make" "r

bug#73180: Build Failure in CI - Report Requested

2024-09-11 Thread Pasta Pasta via Bug reports for GNU Guix
See attached, also: https://github.com/dashpay/dash/actions/runs/10814077370/job/2704179 This CI runs in github hosted actions. Action requested: "Please report the COMPLETE output above by email to ." Thanks! logs_28260909329.tar.xz Description: application/xz

bug#71494: data.guix.gnu.org statistics page broken

2024-09-11 Thread Christopher Baines
Antero Mejr writes: > The page at: > https://data.guix.gnu.org/statistics > > appears broken, it is displaying placeholder text relating to the > count-guix-revisions procedure instead of the results themselves. Thanks for reporting this, even when the page was working there were some performanc

bug#73166: shell-autorized-directories

2024-09-11 Thread Nicolas Graves
On 2024-09-11 11:52, Ludovic Courtès wrote: > Hi, > > Nicolas Graves skribis: > > Is it that clear-cut? It can be viewed as config rather than state too, > no? Possibly, though I'm not sure which use-case will make more sense using this file as config rather than state. In my use-case I tried

bug#73169: wifi driver problem

2024-09-11 Thread pelzflorian (Florian Pelz)
Hello Fadi. On Guix System, wi-fi is a tough issue. Partial solutions are to either use cable instead of Wi-fi [1], to use a free Wi-fi adapter (not compatible with new Wi-fi standards), or, with obvious downsides, to use a non-free distribution of Guix or Linux (perhaps with only Guix Home inste

bug#73166: shell-autorized-directories

2024-09-11 Thread Ludovic Courtès
Hi, Nicolas Graves skribis: > According to current uses of the XDG base dirs specification, I think > guix shell-autorized-directories is in the wrong place, and should > instead be in $XDG_STATE_HOME/guix/ > > direnv uses $XDG_STATE_HOME too to store authorized directories, and it > also makes

bug#72042: [PATCH 1/1] gnu: python-gst: Fix build.

2024-09-11 Thread Remco van 't Veer
Hi Maxim, 2024/09/11, Maxim Cournoyer: > It's nice that this fixes the package build, but propagating various > version of Python libraries a road that to leads to problems. Currently > it's important that propagated things are all compatible together. > > I'd suggest trying to update python-gst