all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#50860: Core-updates-frozen world rebuild coordination
@ 2021-09-27 23:07 Leo Famulari
  2021-09-28  2:38 ` John Kehayias via Bug reports for GNU Guix
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2021-09-27 23:07 UTC (permalink / raw)
  To: 50860

For the current core-updates cycle, there is some talk of "rebuilding
the world" to fix <https://bugs.gnu.org/50830> "glibc looks for
$sysconfdir/etc/localtime rather than /etc/localtime".

We can also include the shortened Rust bootstrap and the tzdata update,
respectively:

<https://bugs.gnu.org/50358>
<https://bugs.gnu.org/50859>

How does that sound?




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#50860: Core-updates-frozen world rebuild coordination
  2021-09-27 23:07 bug#50860: Core-updates-frozen world rebuild coordination Leo Famulari
@ 2021-09-28  2:38 ` John Kehayias via Bug reports for GNU Guix
  2021-09-29 14:46   ` Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: John Kehayias via Bug reports for GNU Guix @ 2021-09-28  2:38 UTC (permalink / raw)
  To: 50860@debbugs.gnu.org

Hi all,

Thanks for coordinating this Leo. Is there anything else with huge rebuilds to push together?

I don't want to keep finding and adding things, but two possibilities come to mind that I've just noticed:

1a. p11-kit #49957 https://issues.guix.gnu.org/49957

I've just hit this bug on core-updates-frozen as well, though was originally reported on master. As I noted there, I tried to test with just grafts but didn't fix it for me (I'm guessing grafting won't work with that configure flag change). The patch matches how nix configures p11-kit as well, due to this bug.

1b. p11-kit is also now out of date. The changelog doesn't look substantial or serious, but given the nature of p11-kit I wonder if we want to update it now too. https://github.com/p11-glue/p11-kit/releases/tag/0.24.0

2. (minor) Mesa has had a few more bugfix and major releases since my initial patch for core-updates-frozen. Now at 21.1.8 for the 21.1 branch (we have 21.1.6 currently), but 21.2 has also had stable releases, with 21.2.2. I previously built 21.2.1 and sent a patch for it, and could test 21.2.2 if we want to do that too.

I'm aware this could continue forever, and #2 is likely lower priority. #1, though, should we consider p11-kit a critical update (version, at least) since we're still fixing core-updates-frozen?

Thanks everyone!

John




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#50860: Core-updates-frozen world rebuild coordination
  2021-09-28  2:38 ` John Kehayias via Bug reports for GNU Guix
@ 2021-09-29 14:46   ` Leo Famulari
  2021-09-29 17:00     ` Jack Hill
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2021-09-29 14:46 UTC (permalink / raw)
  To: 50860; +Cc: 50860@debbugs.gnu.org

On Tue, Sep 28, 2021 at 02:38:33AM +0000, John Kehayias via Bug reports for GNU Guix wrote:
> Thanks for coordinating this Leo. Is there anything else with huge rebuilds to push together?

We are moving the coordination to <https://issues.guix.gnu.org/50358>,
which already existed for this purpose. I hadn't really noticed it
properly!

> I don't want to keep finding and adding things, but two possibilities come to mind that I've just noticed:
> 
> 1a. p11-kit #49957 https://issues.guix.gnu.org/49957
> 
> I've just hit this bug on core-updates-frozen as well, though was originally reported on master. As I noted there, I tried to test with just grafts but didn't fix it for me (I'm guessing grafting won't work with that configure flag change). The patch matches how nix configures p11-kit as well, due to this bug.

If that bug primarily affects Flatpak, I suggest using the solution you
described, which is to create another p11-kit package and use it for
Flatpak.

> 1b. p11-kit is also now out of date. The changelog doesn't look substantial or serious, but given the nature of p11-kit I wonder if we want to update it now too. https://github.com/p11-glue/p11-kit/releases/tag/0.24.0

I think that's okay: everything is "out of date" on core-updates-frozen
at this point. We have to eventually settle on a dependency graph and
stick with it, or we'll never finish the cycle. If there are security
vulnerabilities, then we can fix them in the "normal way": with grafts.

It's not possible for us, with the processes and humanpower we have, to
make a working distro that is 100% up to date.

> 2. (minor) Mesa has had a few more bugfix and major releases since my initial patch for core-updates-frozen. Now at 21.1.8 for the 21.1 branch (we have 21.1.6 currently), but 21.2 has also had stable releases, with 21.2.2. I previously built 21.2.1 and sent a patch for it, and could test 21.2.2 if we want to do that too.
> 
> I'm aware this could continue forever, and #2 is likely lower priority. #1, though, should we consider p11-kit a critical update (version, at least) since we're still fixing core-updates-frozen?

Yeah, it could continue forever. Eventually we have to accept the bugs
we have on the branch and finish the work. We can't keep updating core
packages continually or we will never finish the cycle and deploy the
updates for users.

The changes that we make at this late stage of the core-updates cycle
are either 1) bugs that break functionality 2) critical security
problems that can't be fixed with a graft and 3) important fixes that
aren't expected to break other packages. Updating the time zone
database and shortening the Rust boostrap are examples of type 3.

If you still think 1a or 1b are important to include in the current
core-updates cycle, please let us know in #50358!




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#50860: Core-updates-frozen world rebuild coordination
  2021-09-29 14:46   ` Leo Famulari
@ 2021-09-29 17:00     ` Jack Hill
  0 siblings, 0 replies; 4+ messages in thread
From: Jack Hill @ 2021-09-29 17:00 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 50860

On Wed, 29 Sep 2021, Leo Famulari wrote:

> On Tue, Sep 28, 2021 at 02:38:33AM +0000, John Kehayias via Bug reports for GNU Guix wrote:
>> Thanks for coordinating this Leo. Is there anything else with huge rebuilds to push together?
>
> We are moving the coordination to <https://issues.guix.gnu.org/50358>,
> which already existed for this purpose. I hadn't really noticed it
> properly!
>
>> I don't want to keep finding and adding things, but two possibilities come to mind that I've just noticed:
>>
>> 1a. p11-kit #49957 https://issues.guix.gnu.org/49957
>>
>> I've just hit this bug on core-updates-frozen as well, though was originally reported on master. As I noted there, I tried to test with just grafts but didn't fix it for me (I'm guessing grafting won't work with that configure flag change). The patch matches how nix configures p11-kit as well, due to this bug.
>
> If that bug primarily affects Flatpak, I suggest using the solution you
> described, which is to create another p11-kit package and use it for
> Flatpak.

I'm not sure the flatpak/p11-kit problem will be so easily fixed. As I 
understand it, flatpak talks to a p11-kit server process over a socket. 
The server may have been started by something other than flatpak, so it 
might not be the fixed version.

> If you still think 1a or 1b are important to include in the current
> core-updates cycle, please let us know in #50358!

I'm not comfortable deciding whether or not this should block the merge, so 
I'll defer to someone else who has more experience making those types of 
judgments.

Best,
Jack




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-09-29 17:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-27 23:07 bug#50860: Core-updates-frozen world rebuild coordination Leo Famulari
2021-09-28  2:38 ` John Kehayias via Bug reports for GNU Guix
2021-09-29 14:46   ` Leo Famulari
2021-09-29 17:00     ` Jack Hill

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.