Date: Sun, 20 May 2007 14:34:03 -0400 From: Kris Kennaway <kris@obsecurity.org> To: Gerald Pfeifer <gerald@pfeifer.com> Cc: ports@FreeBSD.org Subject: Re: X.org update broke emulators/wine with old version of X Message-ID: <20070520183403.GD41378@xor.obsecurity.org> In-Reply-To: <Pine.LNX.4.64.0705201621180.26010@acrux.dbai.tuwien.ac.at> References: <Pine.LNX.4.64.0705201621180.26010@acrux.dbai.tuwien.ac.at>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, May 20, 2007 at 04:29:07PM +0200, Gerald Pfeifer wrote: > On my FreeBSD 6.2 test system with xorg-libraries-6.9.0 I am getting > the following build failure after the X.org update: > > ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./ddraw.spec > clipper.o ddraw.o ddraw_thunks.o device.o direct3d.o executebuffer.o > gamma.o light.o main.o material.o palette.o parent.o regsvr.o surface.o > surface_thunks.o texture.o utils.o vertexbuffer.o viewport.o version.res > -o ddraw.dll.so -lole32 -luser32 -lgdi32 -ladvapi32 -lkernel32 -lntdll > -ldxguid -luuid -L/usr/local/lib -R/usr/local/lib -lXext -lX11 > ../../libs/port/libwine_port.a -L/files/pfeifer/porttest/wine/lib > -L/usr/local/lib -Wl,-rpath,/files/pfeifer/porttest/wine/lib/wine > /usr/bin/ld: cannot find -lXext > winegcc: cc failed. > gmake[2]: *** [ddraw.dll.so] Error 2 > > I believe this happens because of the changes to Mk/bsd.xorg.mk. The > libraries are still there, but I assume the old /usr/X11R6/lib path is > not provided any longer: > > % find /usr/X11R6/ -name '*libXext*' > /usr/X11R6/lib/libXext.a > /usr/X11R6/lib/libXext.so > /usr/X11R6/lib/libXext.so.6 > > Can someone more familiar with this lend a helping hand, please? I > assume we do want to support users still running older versions of X, > don't we? Per my email to ports the other week, XFree86-4 requires a maintainer interested in keeping support alive. In particular since we now have no supported build architectures that are using XFree86-4 by default, it will be (and has been) entirely untested with the post-X.org changes and will quickly rot. So far no-one has stepped up to volunteer maintainership of XFree86-4, so we will shortly begin the usual deprecation process. Kris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070520183403.GD41378>