From owner-freebsd-current@FreeBSD.ORG Sat Mar 26 08:28:31 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D986B106564A for ; Sat, 26 Mar 2011 08:28:31 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 950E28FC12 for ; Sat, 26 Mar 2011 08:28:26 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1Q3ObP-0004lD-QI>; Sat, 26 Mar 2011 09:12:07 +0100 Received: from e178022151.adsl.alicedsl.de ([85.178.22.151] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1Q3ObP-0008UF-Lp>; Sat, 26 Mar 2011 09:12:07 +0100 Message-ID: <4D8D9FD7.8070900@mail.zedat.fu-berlin.de> Date: Sat, 26 Mar 2011 09:12:07 +0100 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110319 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: Daniel O'Connor References: <42BEDA06-5174-4F5E-9D6D-CA6B3D6B58EF@gsoft.com.au> In-Reply-To: <42BEDA06-5174-4F5E-9D6D-CA6B3D6B58EF@gsoft.com.au> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.22.151 X-Mailman-Approved-At: Sat, 26 Mar 2011 11:29:13 +0000 Cc: freebsd-current Current Subject: Re: make release problems (amd64) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Mar 2011 08:28:31 -0000 On 26.03.2011 05:32, Daniel O'Connor wrote: > Has anyone done one recently? > > I note there aren't any snapshots for this month, so perhaps I'm not alone. > > I tried this :- > RELNAME=9.0 > BUILDNAME=${RELNAME}-GENESIS > make release CHROOTDIR=/tmp/${RELNAME}-release BUILDNAME=$BUILDNAME HTTP_PROXY=http://proxy:3128 FTP_PROXY=http://proxy:3128 EXTSRCDIR=/usr/src > EXTPORTSDIR=/usr/ports EXTDOCDIR=/usr/doc NOPORTS=YES MAKE_ISOS=YES > > However it appears to have started recursively taring up /usr/src/release/dist :-/ > > [snip] > a ./boot/kernel/linker.hints > mv /usr/src/release/dist/kernel.txz /usr/src/release > mkdir -p /usr/src/release/dist/usr > ln -fs /usr/src/release/.. /usr/src/release/dist/usr/src > cd /usr/src/release/dist&& tar cLvJf /usr/src/release/src.txz --exclude .svn --exclude CVS usr/ > src > a usr/src > a usr/src/usr.bin > a usr/src/release > ... > a usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/lib32.txz > a usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/dist/usr/src/release/kernel.txz > > then I killed it. > > I'm not sure why it's putting stuff in /usr/src/release rather than /tmp/9.0-GENESIS or /usr/obj somewhere.. > > -- > Daniel O'Connor software and network engineer > for Genesis Software - http://www.gsoft.com.au > "The nice thing about standards is that there > are so many of them to choose from." > -- Andrew Tanenbaum > GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C > Hello. Yes, I tried and I ran into the same problems. But I didn't run into problems lately, the problem resists for me now for approx. three weeks or so and I reported this in "questions@" once. Oliver