Re: [core-updates] issues with python's zip

2023-04-19 Thread Development of GNU Guix and the GNU System distribution.
 Andreas Enge writes: > I came across this: > https://docs.python.org/3/library/zipfile.html#zipfile-objects > So apparently when creating a zipfile object (this is the constructor > we are looking at, right?), one can pass a parameter that tells it to > not bother about time stamps of old fil

Re: [core-updates] issues with python's zip

2023-04-19 Thread Andreas Enge
Hello, Am Fri, Apr 14, 2023 at 06:47:04PM -0400 schrieb Brian Cully via Development of GNU Guix and the GNU System distribution.: > I've run into issues with two packages on core-updates that fail to build > because the zip library being used can't handle dates before 1980. I assume > there are m

Re: [core-updates] issues with python's zip

2023-04-14 Thread Development of GNU Guix and the GNU System distribution.
Hi Brian, On Fri, Apr 14, 2023 at 3:57 PM Brian Cully wrote: > > With this, the only outstanding issue with core-updates is #62820 I believe that issue is potentially solved by my amendment to the aforementioned bug. [1] Thanks for your hard work on the core-updates branch. Please have a good w

[core-updates] issues with python's zip

2023-04-14 Thread Development of GNU Guix and the GNU System distribution.
I've run into issues with two packages on core-updates that fail to build because the zip library being used can't handle dates before 1980. I assume there are more. Do we have a way to handle this gracefully? In the mean time I've patched both packages (‘sssd’ and ‘criu’) with a new build