Subject: Re: rebuilding bonobo?
To: Steve Bellovin <smb@research.att.com>
From: Johnny C. Lam <jlam@netbsd.org>
List: netbsd-users
Date: 12/21/2002 22:10:08
On Fri, Dec 20, 2002 at 01:20:01PM -0500, Steve Bellovin wrote:
> On one of my machines, something is confused in pkgsrc land.  Trying to 
> rebuild some things (today, it was gnome; a few days ago, it was 
> gabber), I got this message:
> 
> /bin/sh ../libtool --mode=link cc  -O2 -I/usr/pkg/include -I/usr/X11R6/include -Wall -Wunused  -Wl,-R/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -o bonobo-moniker-gunzip  bonobo-moniker-gunzip.o ../bonobo/libbonobo.la ../bonobo/libbonobox.la -L/usr/X11R6/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/X11R6/lib -loaf -lORBitCosNaming -lORBit -lIIOP -lwrap -lORBitutil -lgnomeprint -lgnomeui -lgdk_imlib -lSM -lICE -lgnome -lgnomesupport -lesd -lossaudio -laudiofile -lgdk_pixbuf -lgtk -lgdk -lgmodule -lglib -lintl -lXi -lXext -lX11 -lart_lgpl -lm -lxml -lz -lfreetype -lintl
> libtool: link: cannot find the library `/usr/pkgsrc/devel/bonobo/work/.buildlink/lib/libfreetype.la'

Ah...this looks like another instance where we need to write a fake libtool
archive for the XFree86-provided libfreetype.* just in case the
graphics/freetype2 package is also installed on the system.  Could you
please send-pr this problem?  I'll take responsibility for it.

	Thanks,

	-- Johnny Lam <jlam@netbsd.org>