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

Re: A Joyous Core-Updates Week-End 🎉

2023-04-14 Thread John Kehayias
Hi Guix, On Wed, Apr 12, 2023 at 12:16 AM, Josselin Poiret wrote: > Hello everyone, > > It's that time of the year again! Merging core-updates! Do you *want* > glibc 2.35, gcc 11 as default, mesa 22, python 3.10, and more?! Here's > your chance! > Time flies! Big thanks to Andreas especially

Re: wget (was Re: i686 core-updates failure.)

2023-04-14 Thread Maxim Cournoyer
Hi, Simon Tournier writes: > Hi, > > Fixing ’wget’ for i686 would help for Java and Julia. Well, currently > ’wget’ is broken on core-updates for i686, > > https://ci.guix.gnu.org/build/709528/details > > And the 5 error seem similar (missing file?), i.e., read, > > FAIL: Test-hsts > ==

Re: staging branch merged to master

2023-04-14 Thread John Kehayias
Hello Maxim, On Fri, Apr 14, 2023 at 03:29 PM, Maxim Cournoyer wrote: > Hello, > > The staging branch has been merged to master. > Nice, thanks! > Should we remove the branch from Cuirass and Guix, knowing that teams > is the way going forward? I also agree with this change, yes to branches go

[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

Re: staging branch merged to master

2023-04-14 Thread Leo Famulari
On Fri, Apr 14, 2023 at 03:29:01PM -0400, Maxim Cournoyer wrote: > The staging branch has been merged to master. Thanks! > Should we remove the branch from Cuirass and Guix, knowing that teams > is the way going forward? I am in favor!

Re: i686 core-updates failure.

2023-04-14 Thread Kaelyn
--- Original Message --- On Friday, April 14th, 2023 at 8:28 AM, Andreas Enge wrote: > > > Am Thu, Apr 13, 2023 at 06:25:47PM +0200 schrieb Andreas Enge: > > > For the Fortran bindings, I am hesitant as well. I think it is bad style > > to disable a test just because it fails ;-) Mayb

staging branch merged to master

2023-04-14 Thread Maxim Cournoyer
Hello, The staging branch has been merged to master. Should we remove the branch from Cuirass and Guix, knowing that teams is the way going forward? -- Thanks, Maxim

Re: i686 core-updates failure.

2023-04-14 Thread Lars-Dominik Braun
Hi Andreas, > This also did not work - timeout after 3600 seconds of silence, > the property is overwritten by the guix daemon, I think. > Anyway, as said before, I rather think this is a real problem with > the tests (maybe depending on some special situation on berlin if you > could build it on

Re: i686 core-updates failure.

2023-04-14 Thread Andreas Enge
Am Fri, Apr 14, 2023 at 10:25:25AM +0200 schrieb Andreas Enge: > I have just started a manual build on berlin and will keep you updated. This also did not work - timeout after 3600 seconds of silence, the property is overwritten by the guix daemon, I think. Anyway, as said before, I rather think t

Re: i686 core-updates failure.

2023-04-14 Thread Development of GNU Guix and the GNU System distribution.
Hi everyone, > At some point we have to make choices > > Guix has never achieved usability as a desktop system on non-Intel > systems. > > I've come to believe that having Guix work well on non-Intel systems > is, > in practice, incompatible with the rate at which

Re: i686 core-updates failure.

2023-04-14 Thread Simon Tournier
Hi, On ven., 14 avril 2023 at 17:12, Csepp wrote: > That is a pretty terrible direction to take. There are still plenty of > people who rely on old hardware who can't afford to buy new machines. > When discussing these issues, it is important to keep in mind that the > people who have enough sp

Re: i686 core-updates failure.

2023-04-14 Thread Simon Tournier
Hi Lars, On ven., 14 avril 2023 at 12:49, Lars-Dominik Braun wrote: > last time I tried this I was told Cuirass does not respect this property, > so I’ll leave your patch untouched, hoping someone more knowledgable > will push it – if it works. Ah ok… I did not know. Hum, I thought it had been

Re: i686 core-updates failure.

2023-04-14 Thread Csepp
Andreas Enge writes: > Am Thu, Apr 13, 2023 at 01:23:15PM + schrieb jgart: >> My thoughts on this are that unless someone has the time to maintain >> those broken packages we should just remove them and clean up shop a >> bit. >> Is there a reason to keep around the broken packages? > > Wel

Re: Contributing Guix Home services

2023-04-14 Thread Tanguy LE CARROUR
Hi Ludo’ Quoting Ludovic Courtès (2023-04-13 22:42:56) > Tanguy LE CARROUR skribis: > > > This doesn't answer the question "how complete need a service be to make > > it to master?", though. But I've a lot of re-write to do before submitting > > patches > > anyway! > > Sorry for not noticing

Re: i686 core-updates failure.

2023-04-14 Thread Lars-Dominik Braun
Hi Simon, > Thanks for checking. It also builds for me locally. So I guess, > > +(properties > + ;; 3 hours to avoid time-out in the check phase. > + `((max-silent-time . 10800))) > > would be helpful. And it should be inherited by 9.2.5 so it should > also build on CI. WDYT? la

Re: i686 core-updates failure.

2023-04-14 Thread Simon Tournier
Hi Andreas, On Fri, 14 Apr 2023 at 10:25, Andreas Enge wrote: > But the last output was > => galois_raytrace(normal) 4154 of 7358 [0, 0, 0] > after about 2 hours of builds. So each test takes only a few seconds and > then outputs something. So my guess would rather be that one hour of silenc

Re: i686 core-updates failure.

2023-04-14 Thread Andreas Enge
Am Thu, Apr 13, 2023 at 06:25:47PM +0200 schrieb Andreas Enge: > For the Fortran bindings, I am hesitant as well. I think it is bad style > to disable a test just because it fails ;-) Maybe someone with experience > in numpy can speak up. Well, given how many packages on i686 eventually depend on

Re: i686 core-updates failure.

2023-04-14 Thread Andreas Enge
Am Thu, Apr 13, 2023 at 10:57:38PM +0200 schrieb Simon Tournier: > --8<---cut here---start->8--- > building of `/gnu/store/i6h8q8jgqxli3mkfyw7lpwzf7gq6mrxk-ghc-8.10.7.drv' > timed out after 3600 seconds of silence > @ build-failed /gnu/store/i6h8q8jgqxli3mkfyw7lp