From owner-freebsd-ports@FreeBSD.ORG Tue Jan 21 21:34:44 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E32DCDF0 for ; Tue, 21 Jan 2014 21:34:44 +0000 (UTC) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id B43291AFA for ; Tue, 21 Jan 2014 21:34:44 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id s0LLYc7m024961; Tue, 21 Jan 2014 13:34:38 -0800 (PST) (envelope-from yuri@rawbw.com) Message-ID: <52DEE7EE.6010909@rawbw.com> Date: Tue, 21 Jan 2014 13:34:38 -0800 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: ports@FreeBSD.org Subject: USE_GCC doesn't set rpath Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Gerald Pfeifer X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 21:34:45 -0000 Current port net-p2p/libtorrent-rasterbar has USES=compiler:c++11-lib which in turn sets USE_GCC=4.7+ Maintainer of lang/gccNN says that USE_GCC is supposed to automatically set rpath to this particular gcc shared library. However, this doesn't happen, and qbittorrent fails as a result on 9.2: $ qbittorrent /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.15 required by /usr/local/lib/libtorrent-rasterbar.so.7 not found It looks like this automatic setting of rpath is broken. Yuri