Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2014 13:34:38 -0800
From:      Yuri <yuri@rawbw.com>
To:        ports@FreeBSD.org
Cc:        Gerald Pfeifer <gerald@pfeifer.com>
Subject:   USE_GCC doesn't set rpath
Message-ID:  <52DEE7EE.6010909@rawbw.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52DEE7EE.6010909>