From nobody@FreeBSD.org  Fri Nov 26 02:38:17 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0AB0216A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 26 Nov 2004 02:38:17 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E905443D64
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 26 Nov 2004 02:38:16 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id iAQ2cGGj013768
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 26 Nov 2004 02:38:16 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id iAQ2cGCB013766;
	Fri, 26 Nov 2004 02:38:16 GMT
	(envelope-from nobody)
Message-Id: <200411260238.iAQ2cGCB013766@www.freebsd.org>
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: The problem about "make release"
X-Send-Pr-Version: www-2.3

>Number:         74396
>Category:       misc
>Synopsis:       [patch] "make release" fails if the cdrtools port is not installed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    matteo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 26 02:40:27 GMT 2004
>Closed-Date:    Sat Mar 04 10:18:15 GMT 2006
>Last-Modified:  Sat Mar 04 10:18:15 GMT 2006
>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:

From: Matteo Riondato <rionda@gufi.org>
To: bug-followup@FreeBSD.org, yamayasu@red.an.egg.or.jp
Cc:  
Subject: Re: misc/74396: [patch] "make release" fails if the cdrtools port is not installed
Date: Sun, 12 Jun 2005 21:03:22 +0200

 IMHO this is not a bug, but a feature: having the cdrtools port
 installed is mandatory to build a release, unless you have a
 replacement to "mkisofs" that can be used.
 
 You said: "I think that it is necessary to essentially correct pkg_add command."
 I think that the pkg_add command is already correct and cannot see
 where the problem is.
 Best Regards
 -- 
 Rionda aka Matteo Riondato
 G.U.F.I. Staff Member (http://www.gufi.org)
 FreeSBIE Developer (http://www.freesbie.org)
State-Changed-From-To: open->closed 
State-Changed-By: matteo 
State-Changed-When: Sat Mar 4 10:17:45 UTC 2006 
State-Changed-Why:  
This is not a bug 


Responsible-Changed-From-To: freebsd-bugs->matteo 
Responsible-Changed-By: matteo 
Responsible-Changed-When: Sat Mar 4 10:17:45 UTC 2006 
Responsible-Changed-Why:  
Take this, just in case.. 

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