Bug 31534 - x11-servers/XFree86-4-Server WITH_MATROX_GXX_DRIVER broken
Summary: x11-servers/XFree86-4-Server WITH_MATROX_GXX_DRIVER broken
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: FUJISHIMA Satsuki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-27 14:30 UTC by Andre Goeree
Modified: 2001-11-23 08:48 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andre Goeree 2001-10-27 14:30:01 UTC
	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
Comment 1 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2001-10-27 15:36:03 UTC
Responsible Changed
From-To: freebsd-ports->jmz

Over to maintainer
Comment 2 lioux 2001-10-27 16:39:01 UTC
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
Comment 3 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2001-10-27 18:37:47 UTC
Responsible Changed
From-To: jmz->freebsd-ports

jmz is not the maintainer of x11-servers/XFree86-4-Server but tagushi-san, my mistake
Comment 4 Andre Goeree 2001-10-27 19:12:11 UTC
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
Comment 5 FUJISHIMA Satsuki freebsd_committer freebsd_triage 2001-10-28 04:48:06 UTC
Responsible Changed
From-To: freebsd-ports->sf

I've made this change.
Comment 6 Andre Goeree 2001-10-30 12:12:01 UTC
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
Comment 7 Pete Fritchman freebsd_committer freebsd_triage 2001-10-31 06:43:24 UTC
State Changed
From-To: open->closed

Submitter reports that rebuilding imake-4 and XFree86-4-libraries fixes 
the problem.
Comment 8 FUJISHIMA Satsuki freebsd_committer freebsd_triage 2001-11-01 10:45:28 UTC
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.
Comment 9 FUJISHIMA Satsuki freebsd_committer freebsd_triage 2001-11-23 08:48:19 UTC
State Changed
From-To: analyzed->closed

Fix committed to open-motif port. Thanks for reporting.