Bug 66925 - sysutils/cdrtools install fails when build with CC=gcc
Summary: sysutils/cdrtools install fails when build with CC=gcc
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: Marius Strobl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-20 08:10 UTC by Oleg Sharoiko
Modified: 2004-05-27 19:54 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Sharoiko 2004-05-20 08:10:30 UTC
	During build process binaries are created under
	OBJ/i386-freebsd-${CC} directory, but install process always
	looks for them in OBJ/i386-freebsd-cc
	When CC is set to gcc install fails

Fix: 

Workaround:
	unsetenv CC
	make
	make install

	It would be nice if someone could fix Makefile.
How-To-Repeat: 	cd /usr/prots/sysutils/cdrtools
	setenv CC gcc
	make
	make install
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-05-20 08:15:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->marius

Over to maintainer.
Comment 2 Marius Strobl freebsd_committer freebsd_triage 2004-05-27 19:53:20 UTC
State Changed
From-To: open->closed


Fixed, thanks for the report!