Date: Wed, 21 Jan 2009 23:47:37 -0800 From: Doug Barton <dougb@FreeBSD.org> To: Leslie Jensen <leslie@eskk.nu> Cc: ports@FreeBSD.org, carpetsmoker@rwxrwxrwx.net Subject: Re: FreeBSD Port: xfe-1.19.2_1 Message-ID: <49782499.5010309@FreeBSD.org> In-Reply-To: <4974BF8C.7030101@eskk.nu> References: <4974BF8C.7030101@eskk.nu>
next in thread | previous in thread | raw e-mail | index | archive | help
Leslie Jensen wrote: > Hello > > When I try to start xfe it produces the error message below. > > les@blj01~:xfe > > /libexec/ld-elf.so.1: Shared object "libtasn1.so.3" not found, required > by "libcups.so.2" > > I've tried to fix it by doing > > portmaster -r xfe-1.19.2_1 and The -r for xfe isn't going to do anything since xfe is a leaf port (it is not depended on). > portmaster -r libtasn1-1.8 Did this actually rebuild cups-base at any point? I suspect not since the dependency seems to be indirect (i.e., I can't find a connection between the two in any of the ports infrastructure dependencies). Try just 'portmaster cups-base' and see if that works. You should not have to rebuild xfe since it will still be linking to libcups.so.2. You might want to look at the -w option for portmaster as well. While it would "fix" this particular problem, it also delays the inevitable and can lead to its own set of "unpredictable results." hope this helps, Doug -- This .signature sanitized for your protection
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49782499.5010309>