From owner-freebsd-current@FreeBSD.ORG Thu May 1 04:51:01 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 2C1F2B98 for ; Thu, 1 May 2014 04:51:01 +0000 (UTC) Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F0E3411ED for ; Thu, 1 May 2014 04:51:00 +0000 (UTC) Received: by mail-pa0-f52.google.com with SMTP id kx10so3120626pab.39 for ; Wed, 30 Apr 2014 21:50:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=OIW4s64ACqo7B3CPA5LCkZ6aIz9ubQbCD73j86eMDag=; b=fI8RmRqK6sXHhX3S+vUixqB+6y3Jm1WBL2o5WwE6DjYGb0XFz/BOnkVUcmozyhGK/u ryv4qpUiEwY3b3uyheXOLrhki0iCdC3SSCZ7obc6tLDjDHq6FeMshD0svep5oi+4qYuC cz4OoQa+E20hcEVHyyC3ID0dhivZg/ku4Gxhqsgv+iCYHKmmmAeE9QhgUKz0E6rf8xxn p2NaJ0QrM7PnLRlq6iBEoEf2zT9PvEWb4dgOqdCY5NdsTgBVyvOyFDigsu7utiN/pV5O vK8KS9Ue81hK3V35zr/Qy48tI68CGFzkfZbB9Wt8sRKpjCjsnA/qIP7hxkECd3DJd4gh alnw== X-Gm-Message-State: ALoCoQlMH/0hIxWzbQJzxm5SNJRbMizyM4O4DSGO8lBOcnb0KcCO2xxm8uj9ZGCAWs6oORtiItHW X-Received: by 10.66.241.66 with SMTP id wg2mr16965653pac.132.1398919853945; Wed, 30 Apr 2014 21:50:53 -0700 (PDT) Received: from macintosh-3c0754232d17.corp.netflix.com (dc1-prod.netflix.com. [69.53.236.251]) by mx.google.com with ESMTPSA id xz7sm147014802pac.3.2014.04.30.21.50.52 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 30 Apr 2014 21:50:53 -0700 (PDT) Sender: Warner Losh X-Google-Original-From: Warner Losh Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: odd message from ld in -current around 9.0 branchpoint From: Warner Losh In-Reply-To: <535FC85E.9020002@freebsd.org> Date: Wed, 30 Apr 2014 22:50:51 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <508C337B-202A-4729-A433-A6FAC63CF00A@gmail.com> References: <535F3B87.4060706@freebsd.org> <1398773853.22079.2.camel@revolution.hippie.lan> <535FC85E.9020002@freebsd.org> To: Julian Elischer X-Mailer: Apple Mail (2.1874) Cc: FreeBSD Current , Ian Lepore 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: Thu, 01 May 2014 04:51:01 -0000 On Apr 29, 2014, at 9:42 AM, Julian Elischer wrote: > On 4/29/14, 8:17 PM, Ian Lepore wrote: >> 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. >>>=20 >>> during hte build I got the following message: >>>=20 >>> /usr/bin/ld: this linker was not configured to use sysroots >>>=20 >>> does anyone have any idea what this means in a broader context? >>> did I misconfigure something when I built this system? >>>=20 >>> Julian >>>=20 >> 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. >>=20 >> -- Ian >>=20 >>=20 >>=20 > no I'm using gcc and (as far as I know) no ccache. > This is compiling some 3rd party software. Then it needs to not use =97sysroot. Warner