Bug 172799 - [PATCH] sysutils/cdrtools
Summary: [PATCH] sysutils/cdrtools
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: 2012-10-16 23:00 UTC by Nikolai Lifanov
Modified: 2012-10-20 16:47 UTC (History)
0 users

See Also:


Attachments
file.shar (30.46 KB, text/plain)
2012-10-16 23:00 UTC, Nikolai Lifanov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolai Lifanov 2012-10-16 23:00:00 UTC
On a system that uses clang as cc, cdrtools package fails to install because cdda2wav is missing from the build directory. cdrtools breaks important ports, such as emulators/virtualbox-ose. Same problem affects cdrkit, cdrtools-devel, and cjk-cdrtools; however, this one can be installed automatically and breaks other ports.

Fix: This is mostly fixed by adding USE_GCC=any to the Makefile.
Here is a patch and a build log:
https://redports.org/buildarchive/20121013203536-38525/

Patch attached with submission follows:
How-To-Repeat: Compile world with WITH_CLANG_IS_CC=yes and try to install sysutils/cdrtools
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-16 23:00:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->marius

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Marius Strobl freebsd_committer freebsd_triage 2012-10-20 16:47:06 UTC
State Changed
From-To: open->closed

Close; fixed in r306180