From owner-freebsd-ports@FreeBSD.ORG Sat Oct 4 00:56:08 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FA9916A4BF for ; Sat, 4 Oct 2003 00:56:08 -0700 (PDT) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D36844001 for ; Sat, 4 Oct 2003 00:56:07 -0700 (PDT) (envelope-from rehsack@liwing.de) Received: (qmail 41095 invoked from network); 4 Oct 2003 07:56:03 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 4 Oct 2003 07:56:03 -0000 Message-ID: <3F7E7D13.6030209@liwing.de> Date: Sat, 04 Oct 2003 07:56:03 +0000 From: Jens Rehsack User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030928 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: Clint Olsen References: <20031004064006.GA11754@0lsen.net> <20031004065314.GA16632@0lsen.net> In-Reply-To: <20031004065314.GA16632@0lsen.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@freebsd.org cc: Jeremy Messenger Subject: Re: Still having issues - Shared object "libintl.so.1" not found X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2003 07:56:08 -0000 Clint Olsen wrote: > On Oct 04, Jeremy Messenger wrote: > >>Try to run 'portupgrade -rf gettext -m BATCH=yes'.. > > > I think the dependencies of some of these ports may not be quite right. I > ran this command earlier without the -m flag, and some of the recursive > dependencies failed for example because GNU make was taken out of commision > by the missing library. That's why you walked upward recursive (-R) but must go downward (-r). So above instruction should help you. Jens