Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Nov 2004 02:38:16 GMT
From:      Yasuyuki Yamaguchi <yamayasu@red.an.egg.or.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/74396: The problem about "make release"
Message-ID:  <200411260238.iAQ2cGCB013766@www.freebsd.org>
Resent-Message-ID: <200411260240.iAQ2eRlS078119@freefall.freebsd.org>

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

>Number:         74396
>Category:       misc
>Synopsis:       The problem about "make release"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 26 02:40:27 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Yasuyuki Yamaguchi
>Release:        5.3-RELEASE
>Organization:
>Environment:
FreeBSD ring.sakura.ad.jp 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Tue Nov  9 18:15:25 JST 2004     root@ring.sakura.ad.jp:/usr/src/sys/i386/compile/RING  i386
>Description:
It will fail, if "make release" is carried out.

error log:
Creating ISO images...
The cdrtools port is not installed. Trying to get it now.
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/cdrtools.tbz' by URL
Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/cdrtools.tbz: File unavailable (e.g., file not found, no acces
s)
Could not get it via pkg_add - please go install this
from the ports collection and run this script again.
*** Error code 2

Stop in /usr/src/release.
+ umount /dev
*** Error code 1
1 error
>How-To-Repeat:
What is necessary is just to perform "make release".
>Fix:
I think that it is necessary to essentially correct pkg_add command.
However, considering convenience etc., the direction of the following corrections thinks that it is good.

--- release/Makefile.orig       Fri Nov 26 11:36:54 2004
+++ release/Makefile    Thu Nov 25 16:55:00 2004
@@ -465,6 +465,8 @@
        NO_CPU_COPTFLAGS \
        NO_FLOPPIES \
        NO_SENDMAIL \
+       PACKAGESITE \
+       PACKAGEROOT \
        RELEASETAG \
        RELNOTES_LANG \
        TARGET \
>Release-Note:
>Audit-Trail:
>Unformatted:



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