From owner-freebsd-questions@FreeBSD.ORG Tue Nov 11 10:19:38 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4C1D16A4CF for ; Tue, 11 Nov 2003 10:19:38 -0800 (PST) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ACB943FD7 for ; Tue, 11 Nov 2003 10:19:37 -0800 (PST) (envelope-from kstewart@owt.com) Received: from topaz-out (owt-207-41-94-233.owt.com [207.41.94.233]) by rutger.owt.com (8.11.6p2/8.9.3) with ESMTP id hABIJYu11806; Tue, 11 Nov 2003 10:19:34 -0800 From: Kent Stewart To: "Noah" , freebsd-questions@freebsd.org Date: Tue, 11 Nov 2003 10:19:33 -0800 User-Agent: KMail/1.5.4 References: <20031111053154.M67107@enabled.com> <200311110335.59878.kstewart@owt.com> <20031111161856.M41919@enabled.com> In-Reply-To: <20031111161856.M41919@enabled.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311111019.33686.kstewart@owt.com> Subject: Re: ImageMagick not building X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2003 18:19:38 -0000 On Tuesday 11 November 2003 08:19 am, Noah wrote: > On Tue, 11 Nov 2003 03:35:59 -0800, Kent Stewart wrote > > > On Monday 10 November 2003 09:33 pm, Noah wrote: > > > FreeBSD 4.8 Stable > > > > > > A little off topic, but... > > > > > > ImageMagick is not building from /usr/ports any clue what installation > > > libintl.so.2 library is part of? I am not quite sure why I dont have > > > it on my machine. > > > > Your port system seems to have an out of date reference for gettext. > > You must not have cvsuped ports-all recently. The curent version is > > gettext-0.12.1. It has a different interface and you need to rebuild > > everything that uses gettext. The library is up to something like > > so.5 right now. > > thanks Kent, > > okay I cvsup every night now. installed gettext-0.12.1 . how do I go > about auto-rebuilding everything that uses gettext? is there information > on the web about how to do this? That is what portupgrade is really meant to do. You just run portupgrade -rf gettext. The man page for portupgrade says that you need to rebuild INDEX and INDEX.db. You can "portsdb -uU" to do that. Kent > > - Noah > > > Kent > > > > > here is the tail of the output form the Build: > > > > > > > > > ---- snip ----- > > > > > > X11 Configuration: > > > X_CFLAGS = -I/usr/X11R6/include > > > X_PRE_LIBS = -lSM -lICE > > > X_LIBS = -L/usr/X11R6/lib > > > X_EXTRA_LIBS = > > > > > > Options used to compile and link: > > > CC = cc > > > CFLAGS = -O -pipe -march=pentiumpro -Wall > > > CPPFLAGS = -I/usr/local/include/freetype2 -I/usr/local/include > > > -I/usr/X11R6/in clude -I/X11 -I/usr/local/include/libxml2 > > > CXX = c++ > > > CXXFLAGS = -O -pipe -march=pentiumpro > > > LDFLAGS = -L/usr/local/lib -L/usr/X11R6/lib -L/usr/local/lib > > > -L/usr/local/lib LIBS = -ljbig -llcms -ltiff -lfreetype -ljasper > > > -ljpeg -lpng -lfpx -lwmfli te -ldpstk -ldps -lXt -lXext -lSM -lICE > > > -lX11 -lbz2 -lxml2 -lz -lm > > > > > > ===> Building for ImageMagick-5.5.7.11_1 > > > /usr/libexec/ld-elf.so.1: Shared object "libintl.so.2" not found > > > *** Error code 1 > > > > > > Stop in /usr/ports/graphics/ImageMagick. > > > > > > > > > ----- snip ------ > > > > -- > > Kent Stewart > > Richland, WA > > > > http://users.owt.com/kstewart/index.html -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html