From mdg@secureworks.net  Thu Sep 25 14:11:02 2003
Return-Path: <mdg@secureworks.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CF76A16A4B3
	for <freebsd-gnats-submit@freebsd.org>; Thu, 25 Sep 2003 14:11:02 -0700 (PDT)
Received: from mail.secureworks.net (mail.secureworks.net [209.101.212.155])
	by mx1.FreeBSD.org (Postfix) with SMTP id DE66F44028
	for <freebsd-gnats-submit@freebsd.org>; Thu, 25 Sep 2003 14:11:01 -0700 (PDT)
	(envelope-from mdg@secureworks.net)
Received: (qmail 93687 invoked from network); 25 Sep 2003 21:08:30 -0000
Received: from unknown (HELO HOST-192-168-17-31.internal.secureworks.net) (63.239.86.253)
  by mail.secureworks.net with SMTP; 25 Sep 2003 21:08:30 -0000
Message-Id: <20030925170752.J31322@localhost>
Date: Thu, 25 Sep 2003 17:10:38 -0400 (EDT)
From: Matthew George <mdg@secureworks.net>
To: freebsd-gnats-submit@freebsd.org
Subject: krb5 port fails under RELENG_4_8 default installation

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 25 14:20:02 PDT 2003
>Closed-Date:    Tue Oct 14 22:06:42 PDT 2003
>Last-Modified:  Tue Oct 14 22:06:42 PDT 2003
>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@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:

From: Matthew George <mdg@secureworks.net>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/57222: krb5 port fails under RELENG_4_8 default installation
Date: Thu, 25 Sep 2003 17:38:47 -0400 (EDT)

 my apologies ... this is a duplicate of ports/57128
 
 On Thu, 25 Sep 2003 FreeBSD-gnats-submit@FreeBSD.org wrote:
 
 > Thank you very much for your problem report.
 > It has the internal identification `ports/57222'.
 > The individual assigned to look at your
 > report is: freebsd-ports-bugs.
 >
 > You can access the state of your problem report at any time
 > via this link:
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=57222
 >
 > >Category:       ports
 > >Responsible:    freebsd-ports-bugs
 > >Synopsis:       krb5 port fails under RELENG_4_8 default installation
 > >Arrival-Date:   Thu Sep 25 14:20:02 PDT 2003
 >
 
 -- 
 Matthew George
 SecureWorks Technical Operations
 404.327.6339
 
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Tue Oct 14 22:06:24 PDT 2003 
State-Changed-Why:  
Closed at submitter's request. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57222 
>Unformatted:
