From owner-freebsd-hackers@FreeBSD.ORG Tue May 10 21:48:20 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E73016A4CE for ; Tue, 10 May 2005 21:48:20 +0000 (GMT) Received: from multiplay.co.uk (www1.multiplay.co.uk [212.42.16.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 929E043D7B for ; Tue, 10 May 2005 21:48:19 +0000 (GMT) (envelope-from killing@multiplay.co.uk) Received: from vader ([212.135.219.179]) by multiplay.co.uk (multiplay.co.uk [212.42.16.7]) (MDaemon.PRO.v8.0.2.R) with ESMTP id md50001400274.msg for ; Tue, 10 May 2005 22:43:26 +0100 Message-ID: <012001c555a9$d439a9f0$b3db87d4@multiplay.co.uk> From: "Steven Hartland" To: References: <00f501c55584$d8e97630$b3db87d4@multiplay.co.uk> Date: Tue, 10 May 2005 22:47:10 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-Spam-Processed: multiplay.co.uk, Tue, 10 May 2005 22:43:26 +0100 (not processed: message from valid local sender) X-MDRemoteIP: 212.135.219.179 X-Return-Path: killing@multiplay.co.uk X-MDaemon-Deliver-To: freebsd-hackers@freebsd.org X-MDAV-Processed: multiplay.co.uk, Tue, 10 May 2005 22:43:26 +0100 Subject: Re: make release changes? ( broken? ) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2005 21:48:20 -0000 Also once this is fudged with the symlinks I get: ===> gnu/usr.bin/cc/doc cd /usr/src/gnu/usr.bin/cc/doc; make install -DNO_SUBDIR DESTDIR=/R/stage/trees/base SHARED=copies install-info --quiet --defsection="Gcc Documentation" --defentry="* gcc: (gcc). The GNU C compiler." gcc.info /R/stage/trees/base/usr/share/info/dir install-info --quiet --defsection="Gcc Documentation" --defentry="* cpp: (cpp). The GNU C pre-processor." cpp.info /R/stage/trees/base/usr/share/info/dir install-info --quiet --defsection="Gcc Documentation" --defentry="* cppinternals: (cppinternals). The GNU compiler preprocessor internal documentation." cppinternals.info /R/stage/trees/base/usr/share/info/dir install-info --quiet --defsection="Gcc Documentation" --defentry="* gccint: (gccint). The GNU compiler family internal documentation." gccint.info /R/stage/trees/base/usr/share/info/dir install-info: /R/stage/trees/base/usr/share/info/dir: empty file *** Error code 1 1 error Not found a workaround for this one yet. ----- Original Message ----- From: "Steven Hartland" To: Sent: Tuesday, May 10, 2005 6:22 PM Subject: make release changes? > My old make release command no longer works for 5.4 and I'm at a loss > to track down the cause or to find a nice solution. > Basically I have one build box which builds all the various releases structure: > /usr/$VERSION/src > /usr/$VERSION/obj > e.g. > /usr/5.4/src > /usr/5.4/obj > With all the relavent files. This used to work fine with the following release line: > make release \ > BUILDNAME=$VERSION-RELEASE \ > CHROOTDIR=/usr/local/release-$VERSION \ > CVSROOT=/home/ncvs \ > RELEASETAG=RELENG_$TAG \ > NOPORTS=YES > DOC_LANG=en_US.ISO8859-1 \ > MAKE_ISOS=1 \ > WORLDDIR=/usr/$VERSION/src \ > NODOC=YES > > N.B. MAKEOBJDIRPREFIX=/usr/$VERSION/obj > > This now produces: > ===> lib > ===> lib/csu/i386-elf > make: don't know how to make /usr/obj/usr/src/i386/usr/include/stdlib.h. Stop > > This is obviously wrong as it should be /usr/5.4/usr/5.4/src/.... so some how > MAKEOBJDIRPREFIX and WORLDDIR are getting lost. Anyone seen this > before? > > With some symlinks I can get it to continue but this shouldn't be required and > didn't use to be so I can only assume that something has broken the release > process. > > Steve > > > > > > ================================================ > This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the > event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any > information contained in it. > In the event of misdirection, illegible or incomplete transmission please telephone (023) 8024 3137 > or return the E.mail to postmaster@multiplay.co.uk. > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > > ================================================ This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. In the event of misdirection, illegible or incomplete transmission please telephone (023) 8024 3137 or return the E.mail to postmaster@multiplay.co.uk.