From owner-freebsd-questions@freebsd.org Sun Aug 21 18:39:51 2016 Return-Path: Delivered-To: freebsd-questions@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 B9AB6BC1C6B for ; Sun, 21 Aug 2016 18:39:51 +0000 (UTC) (envelope-from robert.woolley@rwoolley.com) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 969301262; Sun, 21 Aug 2016 18:39:50 +0000 (UTC) (envelope-from robert.woolley@rwoolley.com) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 8897D203D0; Sun, 21 Aug 2016 14:39:44 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute5.internal (MEProxy); Sun, 21 Aug 2016 14:39:44 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=sJ+jtHFjufFF1CD7UxBL4okgTpY=; b=StN4X Q1Tx7wMh79gkRMHyI1gjfur/J7N5PoSOfcGunmynkvvWR2BrzY+Ys2P02ry3lwdA 3XhOuXXb/N/7qcFXGnmOa43FiPuxfKQeHmmf0M/vTjNVxyzTMFmy6pWNMaksf9T2 v4/KWComjXtWEXte3AGL56riS2bRXnpAT0NCJ0= X-Sasl-enc: KxoxZ0dtBd95GmyMRqSzLntNtiLnlUnjr1h27GavIPVR 1471804784 Received: from gumby.homeunix.com (unknown [90.195.196.147]) by mail.messagingengine.com (Postfix) with ESMTPA id C57A8F285F; Sun, 21 Aug 2016 14:39:43 -0400 (EDT) Date: Sun, 21 Aug 2016 19:39:42 +0100 From: Robert Woolley To: freebsd-questions@freebsd.org Cc: bdrewery@FreeBSD.org Subject: portupgrade's library handling seems broken Message-ID: <20160821193942.4edb141a@gumby.homeunix.com> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.29; amd64-portbld-freebsd10.3) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2016 18:39:51 -0000 I noticed that none of the libraries in /usr/local/lib/compat/pkg/, is showing-up in the output of ldconfig -r. I had a specific problem where after a build problem qbittorrent was failing to start because it couldn't find libtorrent-rasterbar.so.8. compat/pkg only had libtorrent-rasterbar.so.8.0.0 without a libtorrent-rasterbar.so.8 symlink. Creating the link solved the problem. I'm not certain, but I think that older versions of portupgrade would have renamed libtorrent-rasterbar.so.8.0.0 to libtorrent-rasterbar.so.8. when it was moved to compat/pkg.