this breaks builds of head on stable/9 (Re: svn commit: r257268 - head/gnu/usr.bin/binutils/ld

Luigi Rizzo rizzo at iet.unipi.it
Fri Nov 1 15:35:09 UTC 2013


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 at freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/svn-src-all
> > To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
> > 
> 
> 
> -- 
> Regards,
> Bryan Drewery
> 




More information about the svn-src-all mailing list