From owner-freebsd-ports@FreeBSD.ORG Thu Jan 22 17:01:30 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07485106566C; Thu, 22 Jan 2009 17:01:30 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id BC85B8FC1C; Thu, 22 Jan 2009 17:01:29 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id 6EA4D4B202D; Thu, 22 Jan 2009 18:01:28 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: 1.318 X-Spam-Level: * X-Spam-Status: No, score=1.318 tagged_above=-999 required=5 tests=[AWL=0.810, RCVD_IN_PBL=0.509, SPF_PASS=-0.001] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id PlH-t+E16k4m; Thu, 22 Jan 2009 18:01:25 +0100 (CET) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from bljbsd01.no-ip.org (c-195-216-040-164.static.bjare.net [195.216.40.164]) by mx1.bjare.net (Postfix) with ESMTP id B974F5E41E; Thu, 22 Jan 2009 18:01:25 +0100 (CET) Message-ID: <4978A676.2070503@eskk.nu> Date: Thu, 22 Jan 2009 18:01:42 +0100 From: Leslie Jensen User-Agent: Thunderbird 2.0.0.19 (X11/20090112) MIME-Version: 1.0 To: Doug Barton References: <4974BF8C.7030101@eskk.nu> <49782499.5010309@FreeBSD.org> In-Reply-To: <49782499.5010309@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, carpetsmoker@rwxrwxrwx.net Subject: Re: FreeBSD Port: xfe-1.19.2_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2009 17:01:30 -0000 Doug Barton skrev: > 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 > Thank you Doug. Martin answered me the other day with the same suggestion. I did rebuild the cups-base and it solved the problem. /Leslie