From owner-svn-src-head@FreeBSD.ORG Fri Nov 1 15:35:09 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A00176CF; Fri, 1 Nov 2013 15:35:09 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.59.238]) by mx1.freebsd.org (Postfix) with ESMTP id 5BEB624E3; Fri, 1 Nov 2013 15:35:06 +0000 (UTC) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id 40E607300A; Fri, 1 Nov 2013 16:36:55 +0100 (CET) Date: Fri, 1 Nov 2013 16:36:55 +0100 From: Luigi Rizzo To: Bryan Drewery 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> References: <20131101020924.GB32951@lor.one-eyed-alien.net> <20131101061842.GA8911@onelab2.iet.unipi.it> <52739B4C.9090007@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52739B4C.9090007@FreeBSD.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, Brooks Davis , src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Nov 2013 15:35:09 -0000 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 >