Discussion:
xf86-video-r128 fails to build with --disable-dri
Kevin Brace
2018-10-23 06:17:12 UTC
Permalink
Hi Matt,

When I released xf86-video-r128 DDX Version 6.11, I do not think I knew how to use the r128 DDX compile options correctly, and that is partial reason why this bug happened.
I just uploaded Version 6.12 to the freedesktop.org upstream Git and x.org tar file repositories.
Version 6.12 should fix the reported bug for good.
You should be able to close the bug with this update.

Regards,

Kevin Brace
Brace Computer Laboratory
https://bracecomputerlab.com
Sent: Tuesday, October 16, 2018 at 12:43 PM
Subject: xf86-video-r128 fails to build with --disable-dri
It regressed between 6.10.2 and 6.11.0. See https://bugs.gentoo.org/666422
A quick glance indicates that it's due to 'widths' being defined only inside
#if defined(R128DRI) && defined(RENDER)
...
#endif
but being used unconditionally.
Thanks,
Matt
Matt Turner
2018-10-23 12:49:58 UTC
Permalink
Post by Kevin Brace
Hi Matt,
When I released xf86-video-r128 DDX Version 6.11, I do not think I knew how to use the r128 DDX compile options correctly, and that is partial reason why this bug happened.
I just uploaded Version 6.12 to the freedesktop.org upstream Git and x.org tar file repositories.
Version 6.12 should fix the reported bug for good.
You should be able to close the bug with this update.
No problem at all! Thanks a bunch, and thanks for making the release as well!
Loading...