From owner-freebsd-ports@FreeBSD.ORG Tue Feb 3 13:30:53 2004 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 746DA16A4CE for ; Tue, 3 Feb 2004 13:30:53 -0800 (PST) Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 65FBD43D60 for ; Tue, 3 Feb 2004 13:30:31 -0800 (PST) (envelope-from adamw@magnesium.net) Received: (qmail 67477 invoked by uid 1252); 3 Feb 2004 21:30:31 -0000 Date: 3 Feb 2004 16:30:31 -0500 Date: Tue, 3 Feb 2004 16:30:31 -0500 From: Adam Weinberger To: Randy Bush Message-ID: <20040203213031.GV3365@toxic.magnesium.net> References: <1075837470.780.48.camel@gyros> <1075841906.780.55.camel@gyros> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i cc: freebsd-ports@freebsd.org Subject: Re: gettext - libintl.so.6 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: Tue, 03 Feb 2004 21:30:53 -0000 >> (02.03.2004 @ 1616 PST): Randy Bush said, in 0.6K: << > > Once of gucharmap's dependencies must still be linked against > > libintl.so.6. You need to hunt that guy down, and rebuild it. > > # grep libintl /var/db/pkg/*/+CONTENTS > /var/db/pkg/gettext-0.12.1/+CONTENTS:include/libintl.h > /var/db/pkg/gettext-0.12.1/+CONTENTS:lib/libintl.a > /var/db/pkg/gettext-0.12.1/+CONTENTS:lib/libintl.so > /var/db/pkg/gettext-0.12.1/+CONTENTS:lib/libintl.so.5 > > please send gun > > randy >> end of "Re: gettext - libintl.so.6 not found" from Randy Bush << i was totally just doing something similar a couple days ago. this'll fish out the offender(s): for i in local X11R6; do for f in `find /usr/$i/lib`; do echo -n "$f: "; ldd -f "%o " $f 2>/dev/null; echo; done; done | grep libintl.so.6 ::) you can try also checking $i/bin as well as $i/lib, but $i/lib will probably be sufficient. maybe. # Adam -- Adam Weinberger adam@vectors.cx // adamw@FreeBSD.org // adamw@magnesium.net http://www.vectors.cx