Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 1999 21:20:59 -0800 (PST)
From:      kei@nanet.co.jp
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   misc/9468: Make release fails on 2.2.8-RELEASE
Message-ID:  <199901130520.VAA04765@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         9468
>Category:       misc
>Synopsis:       Make release fails on 2.2.8-RELEASE
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 12 21:30:01 PST 1999
>Closed-Date:
>Last-Modified:
>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:
>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
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901130520.VAA04765>