From owner-freebsd-stable@FreeBSD.ORG Tue Mar 18 00:18:27 2008 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B1C5106566C for ; Tue, 18 Mar 2008 00:18:27 +0000 (UTC) (envelope-from jdc@parodius.com) Received: from mx01.sc1.parodius.com (mx01.sc1.parodius.com [72.20.106.3]) by mx1.freebsd.org (Postfix) with ESMTP id 1C3DC8FC14 for ; Tue, 18 Mar 2008 00:18:27 +0000 (UTC) (envelope-from jdc@parodius.com) Received: by mx01.sc1.parodius.com (Postfix, from userid 1000) id 0EED81CC060; Mon, 17 Mar 2008 17:18:27 -0700 (PDT) Date: Mon, 17 Mar 2008 17:18:27 -0700 From: Jeremy Chadwick To: Sean Noonan Message-ID: <20080318001827.GA63552@eos.sc1.parodius.com> References: <47DEFC05.5060801@snoonan.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47DEFC05.5060801@snoonan.com> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: stable@freebsd.org Subject: Re: makeworld broken on 7 stable? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Mar 2008 00:18:27 -0000 On Mon, Mar 17, 2008 at 04:17:25PM -0700, Sean Noonan wrote: > Hi, > > Just put together a new box and installed 7-RELEASE on it. Cvsup'd > RELENG_7 branch and tried makeworld. It keeps blowing up at the same spot: Are you building world with any -j flags? > ln -fs libobjc.so.3 /usr/obj/usr/src/tmp/usr/lib/libobjc.so > ===> gnu/lib/libssp (install) > sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libssp.a > /usr/obj/usr/src/tmp/usr/lib > sh /usr/src/tools/install.sh -s -o root -g wheel -m 444 libssp.so.0 > /usr/obj/usr/src/tmp/lib > sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 ssp.h > /usr/src/gnu/lib/libssp/../../../contrib/gcclibs/libssp/ssp/string.h > /usr/src/gnu/lib/libssp/../../../contrib/gcclibs/libssp/ssp/stdio.h > /usr/src/gnu/lib/libssp/../../../contrib/gcclibs/libssp/ssp/unistd.h > /usr/obj/usr/src/tmp/usr/include/ssp > ln -fs /usr/obj/usr/src/tmp/lib/libssp.so.0 > /usr/obj/usr/src/tmp/usr/lib/libssp.so > ===> gnu/lib/libssp/libssp_nonshared (install) > sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 > libssp_nonshared.a /usr/obj/usr/src/tmp/usr/lib > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > nothing# The last few lines don't appear to be what's erroring. If you're using -j, the error is actually somewhere further up/hidden. Try rebuilding world without -j, this should give some more clues. -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |