From owner-freebsd-current@FreeBSD.ORG Tue Apr 29 12:17:39 2014 Return-Path: Delivered-To: current@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 ESMTPS id 3F451BEA; Tue, 29 Apr 2014 12:17:39 +0000 (UTC) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13AEB1B04; Tue, 29 Apr 2014 12:17:38 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1Wf6yf-0003iz-FU; Tue, 29 Apr 2014 12:17:37 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id s3TCHYpP016251; Tue, 29 Apr 2014 06:17:34 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/pZBykcAOcWdxyMrziumn0 Subject: Re: odd message from ld in -current around 9.0 branchpoint From: Ian Lepore To: Julian Elischer In-Reply-To: <535F3B87.4060706@freebsd.org> References: <535F3B87.4060706@freebsd.org> Content-Type: text/plain; charset="us-ascii" Date: Tue, 29 Apr 2014 06:17:33 -0600 Message-ID: <1398773853.22079.2.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2014 12:17:39 -0000 On Tue, 2014-04-29 at 13:41 +0800, Julian Elischer wrote: > I'm trying to compile a system based on current from just before the > 9.x branchpoint. > > during hte build I got the following message: > > /usr/bin/ld: this linker was not configured to use sysroots > > does anyone have any idea what this means in a broader context? > did I misconfigure something when I built this system? > > Julian > Are you using ccache? I vaguely remember some reports of this in the past, and I think it was caused by using a version of ccache that wasn't compatible with clang, or something along those lines. -- Ian