ports/57222: krb5 port fails under RELENG_4_8 default installation
Matthew George
mdg at secureworks.net
Thu Sep 25 21:20:04 UTC 2003
>Number: 57222
>Category: ports
>Synopsis: krb5 port fails under RELENG_4_8 default installation
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Sep 25 14:20:02 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Matthew George
>Release: FreeBSD 4.8-RELEASE-p1 i386
>Organization:
SecureWorks
>Environment:
System: FreeBSD fbsd.secureworks.net 4.8-RELEASE-p1 FreeBSD 4.8-RELEASE-p1 #3: Mon Aug 4 16:47:00 EDT 2003 mdg at fbsd.secureworks.net:/usr/src/sys/compile/SW-GENERIC-SMP i386
>Description:
In the post-build, if WANT_HTML=YES (the default), there will be a response such as:
nroff -man ../src/appl/gssftp/ftp/ftp.M | ./man2html > ftp.html
./man2html: not found
*** Error code 127
Stop in /usr/ports/security/krb5/work/krb5-1.3.1/doc.
*** Error code 1
Stop in /usr/ports/security/krb5.
The problem is not that the man2html script does not exist, it is that it is trying to
use /usr/local/bin/perl as the interpreter instead of /usr/bin/perl.
>How-To-Repeat:
Build security/krb5 under RELENG_4_8
>Fix:
There are a couple ways to work around this:
1) ln -s /usr/bin/perl /usr/local/bin/perl
2) make WANT_HTML=NO [build | install | package]
--
Matthew George
SecureWorks Technical Operations
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list