Bug 59479

Summary: Build depends not checked properly for security/fwbuilder port?
Product: Ports & Packages Reporter: xenophon <xenophon>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description xenophon 2003-11-19 16:30:17 UTC
Building the security/fwbuilder port fails when it attempts to run
"aclocal" as part of the configuration process.  The port's Makefile
lists aclocal (and the port devel/automake) as build dependencies, but
for whatever reason, the missing presence of both
/usr/local/bin/aclocal and the devel/automake port is not correctly
detected before the security/fwbuilder port is configured.  This
results in an error at configuration time that prevents the port from
being built.

I wonder if it is detecting the presence of other versions of automake
(devel/automake14 and devel/automake17 are both installed)?

Fix: 

The work-around is simple: Manually install the devel/automake port
before attempting to build and install security/fwbuilder.=20
How-To-Repeat: Check out the latest version of the ports tree, cd to
$PORTSDIR/security/fwbuilder, and run "make install".
Comment 1 Oliver Eikemeier freebsd_committer freebsd_triage 2003-11-21 02:26:15 UTC
Class Changed
From-To: maintainer-update->sw-bug

misfiled class, see <http://www.freebsd.org/doc/en_US.ISO8859-1/articles/problem-reports/pr-writing.html>
Comment 2 Clement Laforet freebsd_committer freebsd_triage 2004-01-18 14:21:14 UTC
State Changed
From-To: open->closed

Fixed by security/*fwbuilder update.