Subject: Re: graphics/tiff broken on sparc
To: Hauke Fath <hauke@Espresso.Rhein-Neckar.DE>
From: Roland Illig <rillig@NetBSD.org>
List: tech-pkg
Date: 12/17/2005 18:25:42
Hauke Fath wrote:
> Hi,
> 
> the graphics/tiff package fails to install on
> 
> [hauke@elmo] /<3>graphics/tiff > uname -a
> NetBSD elmo 3.0_RC6 NetBSD 3.0_RC6 (SPARKLE) #0: Wed Dec 14 15:40:50 CET
> 2005
> hf@Heiligenberg:/var/obj/netbsd-builds/3_0/sparc/sys/arch/sparc/compile/SPARKLE
> sparc
> 
> (sun4c) like
> 
> *** Since this library must not contain undefined symbols,
> *** because either the platform does not support them or
> *** it was explicitly requested with -no-undefined,
> *** libtool will only create a static version of it.
> rm -fr .libs/libtiffxx.lax
> mkdir .libs/libtiffxx.lax
> rm -fr .libs/libtiffxx.lax/libport.a
> mkdir .libs/libtiffxx.lax/libport.a
> (cd .libs/libtiffxx.lax/libport.a && ar x
> /usr/src/pkgsrc/graphics/tiff/work/tiff-3.7.4/libtiff/../port/.libs/libport.a)
> a
> r cru .libs/libtiffxx.a  tif_stream.o
> .libs/libtiffxx.lax/libport.a/dummy.o
> ranlib .libs/libtiffxx.a
> rm -fr .libs/libtiffxx.lax
> creating libtiffxx.la
> (cd .libs && rm -f libtiffxx.la && ln -s ../libtiffxx.la libtiffxx.la)
> /usr/bin/install -c -o root -g wheel .libs/libtiffxx.so.3.7.4T
> /usr/pkg/lib/libtiffxx.so.3.7.4
> install: .libs/libtiffxx.so.3.7.4T: stat: No such file or directory
> *** Error code 1
> 
> Stop.
> make: stopped in /usr/src/pkgsrc/graphics/tiff/work/tiff-3.7.4/libtiff
> *** Error code 1
> 
> (libtool-base is up-to-date).
> 
> Any idea where the trailing 'T' above slipped in?

Perhaps in the wrapper framework or in libtool. Please run the following 
command:

$ grep -n 4T /usr/src/pkgsrc/graphics/tiff/work/.work.log

Roland