From nobody  Tue Jan 12 21:20:59 1999
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id VAA04765;
          Tue, 12 Jan 1999 21:20:59 -0800 (PST)
          (envelope-from nobody)
Message-Id: <199901130520.VAA04765@hub.freebsd.org>
Date: Tue, 12 Jan 1999 21:20:59 -0800 (PST)
From: kei@nanet.co.jp
To: freebsd-gnats-submit@freebsd.org
Subject: Make release fails on 2.2.8-RELEASE
X-Send-Pr-Version: www-1.0

>Number:         9468
>Category:       misc
>Synopsis:       Make release fails on 2.2.8-RELEASE
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 12 21:30:01 PST 1999
>Closed-Date:    Mon Mar 8 07:54:09 PST 1999
>Last-Modified:  Mon Mar  8 07:59:27 PST 1999
>Originator:     Katsuyuki 'kei' Maeda
>Release:        FreeBSD 2.2.8-STABLE i386
>Organization:
Nagasaki Network Service Co,.Ltd.
>Environment:
FreeBSD batten.nanet.co.jp 2.2.8-STABLE FreeBSD 2.2.8-STABLE #0: Wed Jan  6 18:56:10 JST 1999     kei@batten.nanet.co.jp:/usr/src/sys/compile/BATTEN  i386
>Description:
Make release fails with the following errors:
>How-To-Repeat:
cd /usr/src/release
make release make release CHROOTDIR=/some/dir BUILDNAME=somename RELEASETAG=RELENG_2_2
>Fix:
sgmlformat depends lang/perl5. So, DOCPORTS must be contain lang/perl5.

Index: Makefile
===================================================================
RCS file: /usr/ncvs/src/release/Makefile,v
retrieving revision 1.246.2.95
diff -r1.246.2.95 Makefile
42c42
< DOCPORTS= archivers/unzip textproc/jade textproc/iso8879 \
---
> DOCPORTS= archivers/unzip lang/perl5 textproc/jade textproc/iso8879 \
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: sheldonh 
State-Changed-When: Mon Mar 8 07:54:09 PST 1999 
State-Changed-Why:  
RELENG_2_2 is beyond release days. Try ``DOCPORTS= textproc/docproj'' 
for your own private builds. 
>Unformatted:
 >> Checksum OK for sgmlformat-1.7.tar.gz.
 ===>   sgmlformat-1.7 depends on executable: perl5.00502 - not found
 ===>    Verifying install for perl5.00502 in /usr/ports/lang/perl5
 >> perl5.005_02.tar.gz doesn't seem to exist on this system.
 >> Attempting to fetch from ftp://ftp.digital.com/pub/plan/perl/CPAN/src/5.0/.
 fetch: ftp.digital.com: Host name lookup failure
 >> Attempting to fetch from ftp://ftp.cdrom.com/pub/perl/CPAN/src/5.0/.
 fetch: ftp.cdrom.com: Host name lookup failure
 >> Attempting to fetch from ftp://ftp.freebsd.org/pub/FreeBSD/distfiles//.
 fetch: ftp.freebsd.org: Host name lookup failure
 >> Couldn't fetch it - please try to retrieve this
 >> port manually into /usr/ports/distfiles/ and try again.
 *** Error code 1
 
