Bug 51350 - perl5 / perl5.8 do not install from ports under some circumstances
Summary: perl5 / perl5.8 do not install from ports under some circumstances
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: Anton Berezin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-24 12:40 UTC by Oliver Brandmueller
Modified: 2003-04-24 14:19 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 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!