The build of XFree86-4-Server, with Matrox driver is broken. cd /usr/ports/x11-servers/XFree86-4-Server make -DWITH_MATROX_GXX_DRIVER [snip] + ln -s ../../../lib/X11/Xlocale.h . + rm -f XKBlib.h + ln -s ../../../lib/X11/XKBlib.h . make: don't know how to make ../../imports/x11/lib/xtrans/transport.c. Stop *** Error code 2
Responsible Changed From-To: freebsd-ports->jmz Over to maintainer
Hi, I've just build XFree86-4 with MATROX to test it and everything worked cd /usr/ports/x11-server/XFree86-4 && \ make -DWITH_MATROX_GXX_DRIVER Everything worked fine. I can forward logs, 200K bzip2. -- Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." lioux at ( freebsd dot org | linf dot unb dot br ) flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature
Responsible Changed From-To: jmz->freebsd-ports jmz is not the maintainer of x11-servers/XFree86-4-Server but tagushi-san, my mistake
On Sat, Oct 27, 2001 at 01:39:01PM -0200, Mario Sergio Fujikawa Ferreira wrote: > Hi, > I've just build XFree86-4 with MATROX to test it and > everything worked > > cd /usr/ports/x11-server/XFree86-4 && \ > make -DWITH_MATROX_GXX_DRIVER > > Everything worked fine. I can forward logs, 200K bzip2. Are you sure you built XFree68-Server-4.1.0_2? Otherwise things would work fine, no Matrox driver in previous versions. I've made pretty sure i have the latest version of ports and also rm -fr'ed XFree86-4-Server and XFree86-4-Libraries to make sure there where no stale files in these directories (if at all possible because i CVSup'ed ports from scratch very recently). So, I'm quite confident that this isn't a local problem. But I could be wrong. -ago
Responsible Changed From-To: freebsd-ports->sf I've made this change.
On Sat, Oct 27, 2001 at 01:26:23PM -0000, Andre Goeree wrote: > The build of XFree86-4-Server, with Matrox driver is broken. Please close this PR. Rebuilding and reinstalling devel/imake-4 and x11/XFree86-4-libraries has fixed the problem somehow. I remembered there where some changes to the XFree86-4-libraries port some time ago but did not care to reinstall the libraries as there was no revision bump. -ago
State Changed From-To: open->closed Submitter reports that rebuilding imake-4 and XFree86-4-libraries fixes the problem.
State Changed From-To: closed->analyzed The problem reproduced here. This might be casued by open-motif port; it replaces host.def and breaks build of -Server. I'm working on the solusion.
State Changed From-To: analyzed->closed Fix committed to open-motif port. Thanks for reporting.