Bug 51350

Summary: perl5 / perl5.8 do not install from ports under some circumstances
Product: Ports & Packages Reporter: Oliver Brandmueller <ob>
Component: Individual Port(s)Assignee: Anton Berezin <tobez>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Oliver Brandmueller 2003-04-24 12:40:16 UTC
The lang/perl5 and lang/perl5.8 ports do not install correctly when 
there exists a directory /usr/local/scripts

The install fails with a message "/usr/local/bin/h2ph: not found" this 
and a lot of other binaries are installed into /usr/local/scripts in 
that case, but are not found there.

Fix: 

work around: Do not have a /usr/local/scripts directory at perl5 build
time on your system.
How-To-Repeat: 
(assuming, perl5 from the ports is not currently installed)

mkdir /usr/local/scripts
cd /usr/ports/lang/perl5
make clean
make install
Comment 1 Anton Berezin freebsd_committer freebsd_triage 2003-04-24 12:46:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tobez

I'll take care of this one.
Comment 2 Anton Berezin freebsd_committer freebsd_triage 2003-04-24 14:19:33 UTC
State Changed
From-To: open->closed

Fixed.  Thanks for reporting this problem!