From owner-svn-src-all@freebsd.org Sun Jun 28 10:02:15 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CC4E98C23B; Sun, 28 Jun 2015 10:02:15 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qk0-x22d.google.com (mail-qk0-x22d.google.com [IPv6:2607:f8b0:400d:c09::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 573C51057; Sun, 28 Jun 2015 10:02:15 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by qkbp125 with SMTP id p125so79699873qkb.2; Sun, 28 Jun 2015 03:02:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=RYL13TW3B38tjHupetg/tZdK8bkIpEl3IG9OeO8ITXI=; b=bQkRx+TCbD2C5IX0s1YUwCqxuvkWnoIm8pRTZ388T9tz5ZVhwsUGNTqHhnVkaKVZ0X 0sdKjQII2VNJQ3Qw0Dlz37bduT5xKKW91jqdijSvMy/ujuvJsarEANUhDHDSJ8m0YDZC 1UViuppBZz3AvV9FkyEh/KMvd3KQZSOjgHg4awkU7jScfqghF5cfT/NLagRK7cb1fn+5 uhSpqnq6oFvaVemOp2oIlWz2BmXTQLoWHc8o83Q7zEg3pcFyWfBQhCOfmzHf1crqY9dD VR9cPvTzw94GVGhYoyPBgvsh+UU0USBcVA+xwVvKGJ5c+dzO3FbYMsaDqFRd8OIHIMG+ wf5Q== MIME-Version: 1.0 X-Received: by 10.55.16.100 with SMTP id a97mr21359402qkh.8.1435485734425; Sun, 28 Jun 2015 03:02:14 -0700 (PDT) Received: by 10.140.98.73 with HTTP; Sun, 28 Jun 2015 03:02:14 -0700 (PDT) In-Reply-To: References: <201506272328.t5RNSvQS063168@svn.freebsd.org> <260A448A-7195-49E6-8CCD-9F0753B61A18@gmail.com> <20150628074103.GA68142@ivaldir.etoilebsd.net> <20150628074931.GB68142@ivaldir.etoilebsd.net> <20150628085714.GC68142@ivaldir.etoilebsd.net> Date: Sun, 28 Jun 2015 03:02:14 -0700 Message-ID: Subject: Re: svn commit: r284898 - in head: . share/mk From: NGie Cooper To: Dimitry Andric Cc: Baptiste Daroussin , "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 10:02:15 -0000 On Sun, Jun 28, 2015 at 2:48 AM, Dimitry Andric wrote: > On 28 Jun 2015, at 10:57, Baptiste Daroussin wrote: >> >> On Sun, Jun 28, 2015 at 01:44:21AM -0700, NGie Cooper wrote: >>> On Sun, Jun 28, 2015 at 12:49 AM, Baptiste Daroussin wrote: >>> ... >>>> Not at all I have this on a both where I haven't yet r284898 iirc it is like >>>> this since the beginning I do not remember seeing those ld scripts with absolute >>>> path. >>> >>> $ cat /usr/lib/libc.so >>> /* $FreeBSD$ */ >>> GROUP ( /lib/libc.so.7 /usr/lib/libc_nonshared.a /usr/lib/libssp_nonshared.a ) >>> $ what -q /boot/GENERIC.r283337+9c333ed/kernel >>> FreeBSD 11.0-CURRENT #4 r283337+9c333ed(isilon-atf): Tue May 26 >>> 21:49:09 PDT 2015 >> >> Yes you are right, I was looking at the wrong place. > > What is actually the perceived problem with having paths in those linker > scripts? If you use --sysroot, the libraries are searched relative to > that sysroot, right? > > (And yes, I know our gcc's sysroot implementation is broken. So please > fix that instead. :-) Our version of ports at $work doesn't understand --sysroot, yet. If it's fixed with --sysroot, great! This is a non-issue. If not, then this is still a problem...