From owner-freebsd-questions@FreeBSD.ORG Mon May 28 10:51:26 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D94FB106566C for ; Mon, 28 May 2012 10:51:26 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.freebsd.org (Postfix) with ESMTP id 4BFE38FC0C for ; Mon, 28 May 2012 10:51:25 +0000 (UTC) Received: from kw.news4all.se (c80-217-70-175.bredband.comhem.se [80.217.70.175]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id q4SApCXn097685; Mon, 28 May 2012 12:51:14 +0200 (CEST) (envelope-from bah@bananmonarki.se) Message-ID: <4FC35852.5000804@bananmonarki.se> Date: Mon, 28 May 2012 12:49:54 +0200 From: Bernt Hansson User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:10.0.3) Gecko/20120411 Thunderbird/10.0.3 MIME-Version: 1.0 To: freebsd@dreamchaser.org References: <4FC1370E.8090302@dreamchaser.org> <4FC16477.8090802@dreamchaser.org> In-Reply-To: <4FC16477.8090802@dreamchaser.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: [ports] why no libXXX after make install of libXXX? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2012 10:51:26 -0000 2012-05-27 01:17, Gary Aitken skrev: > On 05/26/12 14:03, Gary Aitken wrote: >> I'm trying to install audacious, which depends on libmowgli. >> The port fails to build because of a missing library. >> Shouldn't the build of a library result in the library being placed in /usr/local/lib? > > I notice that /var/db/pkg/libmowgli-1.0.0/+CONTENTS > and similar files for a few other packages > shows files which don't exist: > > @comment PKG_FORMAT_REVISION:1.1 > @name libmowgli-1.0.0 > @comment ORIGIN:devel/libmowgli > @cwd /usr/local > ... lib/libmowgli.so It's a link. lib/libmowgli.so.2 So is this one. lib/libmowgli.so.2.0.0 Links to this file. I had no problems building devel/libmowgli lrwxr-xr-x 1 root wheel 18 28 Maj 12:38 libmowgli.so -> libmowgli.so.2.0.0 lrwxr-xr-x 1 root wheel 18 28 Maj 12:38 libmowgli.so.2 -> libmowgli.so.2.0.0 -rwxr-xr-x 1 root wheel 88546 28 Maj 12:38 libmowgli.so.2.0.0 > I think this is a screwed up situation; > there are no libmowgli files in /usr/local/lib > > What's the best way to recover from it if so? Try pkg_add -r libmowgli