mbox series

[bug#51947,core-updates-frozen,0/2] Fix xf86-video-mach64 and xf86-video-nouveau builds.

Message ID 20211118140401.6593-1-dev@jpoiret.xyz
Headers show
Series Fix xf86-video-mach64 and xf86-video-nouveau builds. | expand

Message

Josselin Poiret Nov. 18, 2021, 2:04 p.m. UTC
Hello everyone,

This patchset fixes compilation for both xf86-video drivers that
wouldn't build with xorg-server 21.1 because some variables were
renamed.  The first is home-made while the second is an upstream patch
that hasn't found its way to a release yet.

They both successfully build on my machine, although I can't test
either of them.  Given the nature of the changes, this shouldn't be
too much of an issue.

Happy sprinting,
Josselin

Josselin Poiret (2):
  gnu: xf86-video-mach64: Patch to build with xorg-server 21.1.
  gnu: xf86-video-nouveau: Use upstream patch for xorg-server 21.1.

 .../xf86-video-mach64-bool-to-boolean.patch   | 79 +++++++++++++++++++
 .../xf86-video-nouveau-fixup-ABI.patch        | 64 +++++++++++++++
 gnu/packages/xorg.scm                         |  6 +-
 3 files changed, 147 insertions(+), 2 deletions(-)
 create mode 100644 gnu/packages/patches/xf86-video-mach64-bool-to-boolean.patch
 create mode 100644 gnu/packages/patches/xf86-video-nouveau-fixup-ABI.patch

Comments

Timothy Sample Nov. 18, 2021, 3:54 p.m. UTC | #1
Hi Josselin,

Josselin Poiret via Guix-patches via <guix-patches@gnu.org> writes:

> They both successfully build on my machine, although I can't test
> either of them.  Given the nature of the changes, this shouldn't be
> too much of an issue.

Agreed.

> Josselin Poiret (2):
>   gnu: xf86-video-mach64: Patch to build with xorg-server 21.1.
>   gnu: xf86-video-nouveau: Use upstream patch for xorg-server 21.1.

Pushed as 572641103880ce87b631e00e6212787747f694aa and
674dbeb43639db31c3f3a6e69ee7203296d0b50f.  I made one small change,
which is to list the patches in “gnu/local.mk” under ‘dist_patch_DATA’.
Thanks!


-- Tim