Re: core-updates weather reports!

2021-08-20 Thread zimoun
Hi Leo, On Fri, 20 Aug 2021 at 17:05, Leo Famulari wrote: > On Fri, Aug 20, 2021 at 03:10:00PM -0400, Leo Famulari wrote: >> I'm preparing some weather reports now. Basically, I use this command: > > Here they are! Things to note: The command you posted works if you previously did: guix pull

Re: core-updates weather reports!

2021-08-20 Thread Leo Famulari
On Fri, Aug 20, 2021 at 08:23:03PM -0400, Leo Famulari wrote: > As far as I can tell, the build farms are not actually trying to build > for core-updates-frozen, at least not in a systematic way. Am I > mistaken? Or are we only building the core subset of packages for this > branch? I think it

Re: core-updates weather reports!

2021-08-20 Thread Leo Famulari
On Fri, Aug 20, 2021 at 07:33:04PM -0400, Leo Famulari wrote: > I messed up the weather reports. I think they are based on the master > branch, not core-updates-frozen. I'll try again now. Alright, this time I actually used the correct branch. As far as I can tell, the build farms are not

Re: core-updates weather reports!

2021-08-20 Thread Leo Famulari
On Fri, Aug 20, 2021 at 07:25:21PM -0400, Julien Lepiller wrote: > Ant-bootstrap is correctly reported, with around 600 dependents. With 18000 > packages (on master), that's already 3% of packages. Maybe guix weather > doesn't report numbers properly, or is it 3% of packages with at least 10 >

Re: core-updates weather reports!

2021-08-20 Thread Julien Lepiller
Ant-bootstrap is correctly reported, with around 600 dependents. With 18000 packages (on master), that's already 3% of packages. Maybe guix weather doesn't report numbers properly, or is it 3% of packages with at least 10 dependents? Le 20 août 2021 19:08:45 GMT-04:00, Leo Famulari a écrit :

Re: core-updates weather reports!

2021-08-20 Thread Leo Famulari
On Fri, Aug 20, 2021 at 05:40:18PM -0400, Julien Lepiller wrote: > We are still missing all of java, see http://issues.guix.gnu.org/49990 Thanks for the note. Is java contained within the missing 3% of packages? Or is `guix weather` broken?

Re: core-updates weather reports!

2021-08-20 Thread Julien Lepiller
We are still missing all of java, see http://issues.guix.gnu.org/49990 That issue doesn't make any sense, and even with a workaround, icedtea1 fails to build. Le 20 août 2021 17:05:57 GMT-04:00, Leo Famulari a écrit : >On Fri, Aug 20, 2021 at 03:10:00PM -0400, Leo Famulari wrote: >> I'm

core-updates weather reports!

2021-08-20 Thread Leo Famulari
On Fri, Aug 20, 2021 at 03:10:00PM -0400, Leo Famulari wrote: > I'm preparing some weather reports now. Basically, I use this command: Here they are! Things to note: These reports list missing packages with 10 or more dependents. So, important leaf packages may be missing... please try upgrading

Re: Core updates frozen.

2021-08-20 Thread Leo Famulari
On Fri, Aug 20, 2021 at 11:49:01AM +0200, zimoun wrote: > Is it possible to “guix weather” a specific branch? If it makes > sense. :-) I'm preparing some weather reports now. Basically, I use this command: $ while read branch; do while read system; do guix weather

Re: Core updates frozen.

2021-08-20 Thread Efraim Flashner
On August 20, 2021 9:49:01 AM UTC, zimoun wrote: >Hi, > >On Wed, 18 Aug 2021 at 13:33, Efraim Flashner wrote: > >> I assumed we're in the 'find your packages and fix them' phase. Some I >> have on my TODO list are sddm, glibc-2.31 and ruby-asciidoctor. > >Cool! > >Is it possible to “guix

Re: Core updates frozen.

2021-08-20 Thread zimoun
Hi, On Wed, 18 Aug 2021 at 13:33, Efraim Flashner wrote: > I assumed we're in the 'find your packages and fix them' phase. Some I > have on my TODO list are sddm, glibc-2.31 and ruby-asciidoctor. Cool! Is it possible to “guix weather” a specific branch? If it makes sense. :-) Cheers, simon