Subject: Re: xpdf t1lib elf problem?
To: James K. Lowden <jklowden@speakeasy.org>
From: Frederick Bruckman <fredb@immanent.net>
List: netbsd-help
Date: 07/09/2001 09:50:43
On Mon, 9 Jul 2001, James K. Lowden wrote:

> I recently upgraded my box from 1.42 to 1.5.  I probably went about it
> all wrong: the sysinstall worked fine, but I wound up rebuilding all my
> packages with a giant script derived from pkg_info.  All's well (mostly)
> though; Gnome 1.4 is functional.
>
> I'm trying to get xpdf installed.  It won't make, and if I install the
> precompiled binary I get run-time errors about shared libraries.  The
> make (2nd try) stdout ends with

[...]

> T1Font.o(.text+0x7c): undefined reference to `T1_SetBitmapPad'
> T1Font.o(.text+0x83): undefined reference to `T1_InitLib'
> T1Font.o(.text+0xb4): undefined reference to `T1_AASetBitsPerPixel'
> T1Font.o(.text+0xc2): undefined reference to `T1_AASetLevel'
> [etc.]
>
> I deleted and reinstalled t1lib-1.0.1, no problem.

Silly question: there are two t1lib-1.0.1 packages on ftp.netbsd.org;
did you you use the right one? What says

 grep ^OBJ /var/db/pkg/t1lib-1.0.1/+BUILD_INFO

?

"xpdf-0.92" just built fine for me on i386/ELF.


Frederick