[ANNOUNCE] xorg-server 1.20.0

Thomas Klausner wiz at netbsd.org
Tue May 15 10:51:34 UTC 2018


On Mon, May 14, 2018 at 02:23:48PM -0400, Adam Jackson wrote:
> On Sat, 2018-05-12 at 07:48 +0200, Thomas Klausner wrote:
> > On Fri, May 11, 2018 at 03:40:18PM -0700, Matt Turner wrote:
> > > On Fri, May 11, 2018 at 2:28 PM, Thomas Klausner <wiz at netbsd.org> wrote:
> > > > xf86-video-intel-2.99.917:
> > > > 
> > > > checking whether to include DRI1 support... no
> > > > configure: error: DRI1 requested but prerequisites not found
> > > > *** Error code 1
> > > 
> > > You probably just want to start using --disable-dri1 here.
> > 
> > Thanks, that lets me progress to a different error:
> 
> Your intel driver snapshot is a bit dated, I think:

Is there a newer one? I'll gladly update to the latest packaged
version.

> > --- sna_accel.lo ---
> > sna_accel.c:120:0: warning: "FontSetPrivate" redefined
> >  #define FontSetPrivate(font, idx, data) xfont2_font_set_private(font, idx, data)
> > 
> > In file included from sna_accel.c:40:0:
> > /scratch/x11/xf86-video-intel/work/.buildlink/include/X11/fonts/fontstruct.h:135:0: note: this is the location of the previous definition
> >  #define FontSetPrivate(pFont,n,ptr) ((n) > (pFont)->maxPrivate ? \
> 
> https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/?id=4eaab17aec8ea66428087065901324f56df9020e

I already have that patch applied locally, that warning stays.

> > sna_accel.c: In function 'sna_create_gc':
> > sna_accel.c:16762:4: error: 'struct _GC' has no member named 'pRotatedPixmap'
> >   gc->pRotatedPixmap = 0;
> >     ^~
> 
> https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/?id=2452066b7771f120a1d03d9450c96565cf31de10

That fixes the build problem, thank you.

> Those specific fixes could probably be cherry-picked to the version
> you're trying to build, but it may be worthwhile to update to git
> master anyway.

I'm packaging for NetBSD, and we prefer to package tarballs, not git
master. Perhaps someone can make a new release? 2.99.917 doesn't even
compile against server version 1.19...

Thanks,
 Thomas


More information about the xorg-devel mailing list