From owner-freebsd-ruby@FreeBSD.ORG Sun Feb 10 21:30:58 2013 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E65ADC42 for ; Sun, 10 Feb 2013 21:30:58 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 3EDDB3E5 for ; Sun, 10 Feb 2013 21:30:57 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id XAA00974; Sun, 10 Feb 2013 23:30:48 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1U4eU4-000CWQ-Fy; Sun, 10 Feb 2013 23:30:48 +0200 Message-ID: <51181185.1080802@FreeBSD.org> Date: Sun, 10 Feb 2013 23:30:45 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130121 Thunderbird/17.0.2 MIME-Version: 1.0 To: Steve Wills Subject: Re: ruby-1.9.pc; strange/harmful entry References: <510FD6A0.2010303@FreeBSD.org> <5117FB5E.1000502@mouf.net> In-Reply-To: <5117FB5E.1000502@mouf.net> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2013 21:30:59 -0000 on 10/02/2013 21:56 Steve Wills said the following: > On 02/04/13 15:41, Andriy Gapon wrote: >> $ pkgconf --libs ruby-1.9 >> -Wl,-soname,(.TARGET) -Wl,-R -Wl,/usr/local/lib -lruby19 -lexecinfo -lpthread >> -lcrypt -lm -L/usr/local/lib -Wl,-rpath=/usr/local/lib -pthread >> >> I am not sure if '(.TARGET)' is supposed to be expanded. But I think that >> -Wl,-soname should really have no place in pkgconf data. >> As it is now, the entry causes confusion (e.g. for a shell) when the above line is >> included verbatim into some compilation/link command like. >> > > I suspect this could be bmake related. What version of FreeBSD are you > using? This is recent-ish head (r244281). -- Andriy Gapon