Re: No libfb.so module in netbsd-10 on HAVE_XORG_SERVER_VER=110 ports?
Izumi Tsutsui <[email protected]> Sun, 28 Jan 2024 09:48:34 +0900
| Newsgroups | gmane.os.netbsd.ports.vax,gmane.os.netbsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]> |
I wrote: > > > Maybe should we also remove XMODULEDIRANDSTATIC= line from > > > dixmods/fb/Makefile? > > > Or should I rather remove "obsolete" from list files? > > > > if it isn't necessary, i guess removing is the right thing. > > Sure, I'll remove XMODULEDIRANDSTATIC= from dixmods/fb/Makefile and > commit fixes once after a test of "build.sh release -V MKDEBUG=yes" here. Somehow vax build works with this change but all other builds for other x.org=1.10 ports (alpha, netwinder, and sgimips) failed. https://releng.netbsd.org/builds/HEAD/202401261810Z/alpha.build.failed --- dependall ===> external/mit/xorg/server/xorg-server.old/hw/xfree86/Xorg nbmake[13]: don't know how to make /home/builds/ab/HEAD/alpha/202401261810Z-obj/home/source/ab/HEAD/src/external/mit/xorg/server/xorg-server.old/hw/xfree86/dixmods/fb/libfb.a. Stop nbmake[13]: stopped in /home/source/ab/HEAD/src/external/mit/xorg/server/xorg-server.old/hw/xfree86/Xorg --- I've reverted this change and I will investe how this (i.e. required during build, but should not be installed) should be handled. --- Izumi Tsutsui