Re: 9.0 stable failing to build for sun2 in X11

Izumi Tsutsui <[email protected]> Tue, 8 Sep 2020 22:17:52 +0900
Newsgroups gmane.os.netbsd.ports.m68k,gmane.os.netbsd.ports.sun3
Message-ID <[email protected]>
> >>> I'm trying to build NetBSD 9.0 stable (as of about 16 hours ago) for sun2 and it's failing in X11, in beforelight/beforelight.
> >>> 
> >>> Link error below. Could this be related to the X11 changes for sun3?
> > 
> > The official builds for sun2 do not include any X builds either (and this
> > is the case since as far back as I remember).
> 
> Aha! Almost certain that's it. Thanks!

Maybe not sun2 specific but generic MKPIC=no problem.

Adding libxcb to LDADD and DPADD in
src/external/mit/xorg/bin/beforelight/Makefile would help.

---
Izumi Tsutsui