misc/74396: The problem about "make release"

Yasuyuki Yamaguchi yamayasu at red.an.egg.or.jp
Thu Nov 25 18:40:27 PST 2004


>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 at 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:


More information about the freebsd-bugs mailing list