Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Nov 2013 16:36:55 +0100
From:      Luigi Rizzo <rizzo@iet.unipi.it>
To:        Bryan Drewery <bdrewery@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, Brooks Davis <brooks@freebsd.org>, src-committers@freebsd.org
Subject:   Re: this breaks builds of head on stable/9 (Re: svn commit: r257268 - head/gnu/usr.bin/binutils/ld
Message-ID:  <20131101153655.GA32901@onelab2.iet.unipi.it>
In-Reply-To: <52739B4C.9090007@FreeBSD.org>
References:  <CA%2BhQ2%2Bh3LA%2Buk6RQg5a6QHAEedEZPZ=RUbLCZ1ZqFvNNi3EAAg@mail.gmail.com> <20131101020924.GB32951@lor.one-eyed-alien.net> <20131101061842.GA8911@onelab2.iet.unipi.it> <52739B4C.9090007@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Nov 01, 2013 at 07:15:08AM -0500, Bryan Drewery wrote:
> On 11/1/2013 1:18 AM, Luigi Rizzo wrote:
...
> > ok so what happens is the following (trying to build HEAD on 9.2, both amd64)
> > 
> > - WITHOUT_CLANG and related options:
> >     "make toolchain"	fails with the error on krb5
> >     "make buildworld"	works, and a subsequent
> > 				"make toolchain" also works
> > 
> > - without options (so compiling CLANG)
> > 
> >     "make toolchain"	fails with the error below
> > 
> >     building shared library libc.so.7
> >     /usr/bin/ld: this linker was not configured to use sysroots
> >     cc: error: linker command failed with exit code 1 (use -v to see invocation)
> 
> Are you using ccache? I've seen this error with that before r257268.

no ccache, and even disabling parallel make (I am using -j 4)
does not seem to affect the behaviour

cheers
luigi

> >     *** [libc.so.7] Error code 1
> >     1 error
> >     *** [all] Error code 2
> >     1 error
> > 
> > 
> > "make toolchain" on an empty tree used to work until before this commit,
> > and does work if i revert this single change
> > 
> > So does this mean that 'toolchain' now has some prerequisites ?
> > 
> >     cheers
> >     luigi
> > _______________________________________________
> > svn-src-all@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/svn-src-all
> > To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
> > 
> 
> 
> -- 
> Regards,
> Bryan Drewery
> 





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