Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Mar 2008 17:18:27 -0700
From:      Jeremy Chadwick <koitsu@freebsd.org>
To:        Sean Noonan <snoonan@snoonan.com>
Cc:        stable@freebsd.org
Subject:   Re: makeworld broken on 7 stable?
Message-ID:  <20080318001827.GA63552@eos.sc1.parodius.com>
In-Reply-To: <47DEFC05.5060801@snoonan.com>
References:  <47DEFC05.5060801@snoonan.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 |




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080318001827.GA63552>