Am Tue, Apr 18, 2023 at 05:04:35AM + schrieb John Kehayias:
> I took a stab at a few random packages and ended up finding out that
> python-urllib3 needed an update due to our updated
> python-cryptography. Only saw this through test failures of leaf
> packages rather than itself (noted in upst
Am Mon, Apr 17, 2023 at 09:01:20PM +0200 schrieb Lars-Dominik Braun:
> shouldn’t this snippet from 8.10 also work for 9.0?
>(modules '((guix build utils)))
>(snippet
> ;; collections.Iterable was moved to collections.abc in Python
> 3.10.
> '(substit
We now have a build attempt on Cuirass:
https://ci.guix.gnu.org/build/982993/details
proot-static is required for building relocatable packages.
That is on core-updates, but I see the same issue building from source
on master, as well as running manually outside of the proot. The check
fails on t
Hi,
On Mon, 17 Apr 2023 at 15:16, Vagrant Cascadian
wrote:
> On 2023-04-17, Simon Tournier wrote:
>>> My plan is to write a service that makes it easy to offload a build to a
>>> VM that runs with a different time (“in the past”) or something along
>>> these lines to mitigate the problem.
[...