Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 May 2010 21:30:35 -0700
From:      Doug Barton <dougb@FreeBSD.org>
To:        Christer Edwards <christer.edwards@gmail.com>
Cc:        FreeBSD Ports Mailing List <ports@freebsd.org>, Jason <jhelfman@e-e.com>, Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Subject:   Re: graphics/libchamplain build failure (libpng.so.5 not found)
Message-ID:  <4BEF74EB.6020109@FreeBSD.org>
In-Reply-To: <AANLkTiklyIu8TOnEUV5Odt0PPMNeSotHWmR6fpVdg5N_@mail.gmail.com>
References:  <4BEEECAD.1020500@yandex.ru>	<20100515225142.GA61623@Jason-Helfmans-MacBook-Pro.local> <AANLkTiklyIu8TOnEUV5Odt0PPMNeSotHWmR6fpVdg5N_@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 5/15/2010 8:56 PM, Christer Edwards wrote:
> On Sat, May 15, 2010 at 4:51 PM, Jason <jhelfman@e-e.com> wrote:
>> I ran into this as well, and after completely removing libchamplain, and
>> doing a rebuild on all libraries needing png, this port installed with no
>> issue and built against libpng.so.6, as expected.
>>
> 
> I'm having a similar issue, although not with libchamplain. Can you
> comment regarding how you rebuilt all libraries needing png? I've been
> trying to force-rebuilds of ports, but I'm still getting complaints
> for applications needing libpng.so

I posted the following already which should tell you what libs you're
missing, and what you need to rebuild, did you not see my message?

for file in /usr/local/lib/*; do
	nf=`ldd $file 2>/dev/null | grep 'not found'`
	if [ -n "$nf" ]; then
		echo $file
		echo $nf
		echo ''
	fi
done > ~/old-lib-list




-- 

	... and that's just a little bit of history repeating.
			-- Propellerheads

	Improve the effectiveness of your Internet presence with
	a domain name makeover!    http://SupersetSolutions.com/




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BEF74EB.6020109>