Bug 62143 - x11/servers/driglide wants to run /usr/libexec/cpp0
Summary: x11/servers/driglide wants to run /usr/libexec/cpp0
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: Volker Stolz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-31 04:40 UTC by Brandon S Allbery KF8NH
Modified: 2004-03-11 15:04 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 Brandon S Allbery KF8NH 2004-01-31 04:40:09 UTC
	The x11-servers/driglide port tries to use /usr/libexec/cpp0 to
	preprocess an assember source file.  FreeBSD 5.x does not have
	/usr/libexec/cpp0.

Fix: 

Symlinking /usr/bin/cpp to /usr/libexec/cpp0 allows the port to
	install, and the resulting libraries appear to work correctly.
	Presumably the port should be modified to use /usr/bin/cpp instead
	of /usr/libexec/cpp0.
How-To-Repeat: 	cd /usr/ports/x11-servers/driglide
	make
Comment 1 Kris Kennaway 2004-03-06 12:33:31 UTC
On Fri, Jan 30, 2004 at 11:36:26PM -0500, Brandon S Allbery KF8NH wrote:

> 	The x11-servers/driglide port tries to use /usr/libexec/cpp0 to
> 	preprocess an assember source file.  FreeBSD 5.x does not have
> 	/usr/libexec/cpp0.
> 
> >How-To-Repeat:
> 	cd /usr/ports/x11-servers/driglide
> 	make
> 
> >Fix:
> 	Symlinking /usr/bin/cpp to /usr/libexec/cpp0 allows the port to
> 	install, and the resulting libraries appear to work correctly.
> 	Presumably the port should be modified to use /usr/bin/cpp instead
> 	of /usr/libexec/cpp0.

Can you please submit a patch to implement this?

Kris
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-03-11 15:03:20 UTC
State Changed
From-To: open->closed

Fixed, thanks for your submission. 


Comment 3 Volker Stolz freebsd_committer freebsd_triage 2004-03-11 15:03:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vs

Fixed, thanks for your submission.