GNU bug report logs - #29841
[PATCH core-updates] gnu: mesa: Update to 17.3.1.

Previous Next

Package: guix-patches;

Reported by: Rutger Helling <rhelling <at> mykolab.com>

Date: Sun, 24 Dec 2017 17:47:02 UTC

Severity: normal

Tags: patch

Done: Rutger Helling <rhelling <at> mykolab.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 29841 in the body.
You can then email your comments to 29841 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#29841; Package guix-patches. (Sun, 24 Dec 2017 17:47:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Rutger Helling <rhelling <at> mykolab.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 24 Dec 2017 17:47:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Rutger Helling <rhelling <at> mykolab.com>
To: guix-patches <at> gnu.org
Subject: [PATCH core-updates] gnu: mesa: Update to 17.3.1.
Date: Sun, 24 Dec 2017 18:46:32 +0100
[Message part 1 (text/plain, inline)]
Here's a patch for Mesa for core-updates. 17.3.1 is the first point
release of 17.3.x, so it's stable according to the Mesa developers.

I also added radeonsi to the gallium drivers. I excluded aarch64 and
armhf since I'm not sure if radeonsi is supposed to work on those or
not.
[0001-gnu-mesa-Update-to-17.3.1.patch (text/x-patch, attachment)]
[Message part 3 (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#29841; Package guix-patches. (Sun, 24 Dec 2017 17:53:01 GMT) Full text and rfc822 format available.

Message #8 received at 29841 <at> debbugs.gnu.org (full text, mbox):

From: Rutger Helling <rhelling <at> mykolab.com>
To: 29841 <at> debbugs.gnu.org
Subject: Re: [PATCH core-updates] gnu: mesa: Update to 17.3.1.
Date: Sun, 24 Dec 2017 18:52:17 +0100
[Message part 1 (text/plain, inline)]
Forgot [inputs] in the log. Sorry about that, here's a fixed patch.

On Sun, 24 Dec 2017 18:46:32 +0100
Rutger Helling <rhelling <at> mykolab.com> wrote:

> Here's a patch for Mesa for core-updates. 17.3.1 is the first point
> release of 17.3.x, so it's stable according to the Mesa developers.
> 
> I also added radeonsi to the gallium drivers. I excluded aarch64 and
> armhf since I'm not sure if radeonsi is supposed to work on those or
> not.

[0001-gnu-mesa-Update-to-17.3.1-v2.patch (text/x-patch, attachment)]
[Message part 3 (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#29841; Package guix-patches. (Sun, 24 Dec 2017 18:03:03 GMT) Full text and rfc822 format available.

Message #11 received at 29841 <at> debbugs.gnu.org (full text, mbox):

From: Rutger Helling <rhelling <at> mykolab.com>
To: 29841 <at> debbugs.gnu.org
Subject: Re: [PATCH core-updates] gnu: mesa: Update to 17.3.1.
Date: Sun, 24 Dec 2017 19:02:01 +0100
[Message part 1 (text/plain, inline)]
One last time, with [native-inputs] instead of [inputs] in the log.
Apologies about the triple post.

On Sun, 24 Dec 2017 18:52:17 +0100
Rutger Helling <rhelling <at> mykolab.com> wrote:

> Forgot [inputs] in the log. Sorry about that, here's a fixed patch.
> 
> On Sun, 24 Dec 2017 18:46:32 +0100
> Rutger Helling <rhelling <at> mykolab.com> wrote:
> 
> > Here's a patch for Mesa for core-updates. 17.3.1 is the first point
> > release of 17.3.x, so it's stable according to the Mesa developers.
> > 
> > I also added radeonsi to the gallium drivers. I excluded aarch64 and
> > armhf since I'm not sure if radeonsi is supposed to work on those or
> > not.  
> 

[0001-gnu-mesa-Update-to-17.3.1-v3.patch (text/x-patch, attachment)]
[Message part 3 (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#29841; Package guix-patches. (Mon, 25 Dec 2017 21:05:01 GMT) Full text and rfc822 format available.

Message #14 received at 29841 <at> debbugs.gnu.org (full text, mbox):

From: Rutger Helling <rhelling <at> mykolab.com>
To: 29841 <at> debbugs.gnu.org
Subject: Re: [PATCH core-updates] gnu: mesa: Update to 17.3.1. (v4)
Date: Mon, 25 Dec 2017 22:03:57 +0100
[Message part 1 (text/plain, inline)]
I've made one more change. In the Mesa 17.3.x series S3TC compression is
now built-in (the patent expired). This means the s2tc input is now
unnecessary, so I've removed it.

I confirmed with guix gc --references $(guix build mesa) that there
wasn't a reference to s2tc anymore that was in 17.2.x.

On Sun, 24 Dec 2017 19:02:01 +0100
Rutger Helling <rhelling <at> mykolab.com> wrote:

> One last time, with [native-inputs] instead of [inputs] in the log.
> Apologies about the triple post.
> 
> On Sun, 24 Dec 2017 18:52:17 +0100
> Rutger Helling <rhelling <at> mykolab.com> wrote:
> 
> > Forgot [inputs] in the log. Sorry about that, here's a fixed patch.
> > 
> > On Sun, 24 Dec 2017 18:46:32 +0100
> > Rutger Helling <rhelling <at> mykolab.com> wrote:
> >   
> > > Here's a patch for Mesa for core-updates. 17.3.1 is the first
> > > point release of 17.3.x, so it's stable according to the Mesa
> > > developers.
> > > 
> > > I also added radeonsi to the gallium drivers. I excluded aarch64
> > > and armhf since I'm not sure if radeonsi is supposed to work on
> > > those or not.    
> >   
> 

[0001-gnu-mesa-Update-to-17.3.1-v4.patch (text/x-patch, attachment)]
[Message part 3 (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#29841; Package guix-patches. (Wed, 27 Dec 2017 22:13:01 GMT) Full text and rfc822 format available.

Message #17 received at 29841 <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: Rutger Helling <rhelling <at> mykolab.com>, 29841 <at> debbugs.gnu.org
Subject: Re: [bug#29841] [PATCH core-updates] gnu: mesa: Update to 17.3.1. (v4)
Date: Wed, 27 Dec 2017 23:12:30 +0100
[Message part 1 (text/plain, inline)]
Rutger Helling <rhelling <at> mykolab.com> writes:

> I've made one more change. In the Mesa 17.3.x series S3TC compression is
> now built-in (the patent expired). This means the s2tc input is now
> unnecessary, so I've removed it.
>
> I confirmed with guix gc --references $(guix build mesa) that there
> wasn't a reference to s2tc anymore that was in 17.2.x.

Thanks for the attention to detail here.  The patch LGTM!
[signature.asc (application/pgp-signature, inline)]

Reply sent to Rutger Helling <rhelling <at> mykolab.com>:
You have taken responsibility. (Wed, 27 Dec 2017 22:26:02 GMT) Full text and rfc822 format available.

Notification sent to Rutger Helling <rhelling <at> mykolab.com>:
bug acknowledged by developer. (Wed, 27 Dec 2017 22:26:02 GMT) Full text and rfc822 format available.

Message #22 received at 29841-done <at> debbugs.gnu.org (full text, mbox):

From: Rutger Helling <rhelling <at> mykolab.com>
To: Marius Bakke <mbakke <at> fastmail.com>
Cc: 29841-done <at> debbugs.gnu.org
Subject: Re: [bug#29841] [PATCH core-updates] gnu: mesa: Update to 17.3.1. (v4)
Date: Wed, 27 Dec 2017 23:24:48 +0100
[Message part 1 (text/plain, inline)]
Thanks for the review! I've pushed the patch.

On Wed, 27 Dec 2017 23:12:30 +0100
Marius Bakke <mbakke <at> fastmail.com> wrote:

> Rutger Helling <rhelling <at> mykolab.com> writes:
> 
> > I've made one more change. In the Mesa 17.3.x series S3TC
> > compression is now built-in (the patent expired). This means the
> > s2tc input is now unnecessary, so I've removed it.
> >
> > I confirmed with guix gc --references $(guix build mesa) that there
> > wasn't a reference to s2tc anymore that was in 17.2.x.  
> 
> Thanks for the attention to detail here.  The patch LGTM!

[Message part 2 (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 25 Jan 2018 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 150 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.