[tex-live] Make extras fails

Gerben Wierda Sherlock@rna.nl
Wed, 23 Oct 2002 14:18:25 +0200


LS,

I am unable to get TeX Live to compile and install here. The reason is  
the 'make extras' in the main Makefile. The problem here is that the  
extras 'build' phases includes install and configure phases which do  
not work properly. This is on a system where /usr/local/TeX does *not*  
exist and where I run my own configure statement (because the Build  
script does not contain the --without-x11 flag for configure). Besides,  
I need to override CC and CXX for the compile to function at all on Mac  
OS X 10.2.

Here is a part of my makefile that lives 2 levels above the TeX Live  
Build directory. One can see that there is nothing special here.

TARGET=source.development

MYCC=gcc2
MYCXX=g++2

configure-tex:
	(cd TeXLive/Build/${TARGET}; \
          CC=${MYCC} CXX=${MYCXX} ./configure --enable-multiplatform  
--without-x11 --prefix=`pwd` --datadir=`pwd` )

compile-tex:
	(cd TeXLive/Build/${TARGET}; CC=${MYCC} CXX=${MYCXX} make)

install-tex:
	(cd TeXLive/Build/${TARGET}; CC=${MYCC} CXX=${MYCXX} make install)
	(cd TeXLive/Build/${TARGET}; CC=${MYCC} CXX=${MYCXX} make extras)


And this is what happen in this very default situation:

(cd TeXLive/Build/source.development; CC=gcc2 CXX=g++2 make extras)
Makefile:137: warning: overriding commands for target `uninstall'
Makefile:98: warning: ignoring old commands for target `uninstall'
(cd TeX/texk/kpathsea; make all install)
make[2]: Nothing to be done for `all'.
/bin/sh ./../mkinstalldirs  
/usr/local/perforce/TeXLive/Build/source.development/bin/powerpc-apple- 
darwin6.1  
/usr/local/perforce/TeXLive/Build/source.development/bin/powerpc-apple- 
darwin6.1 \
   /usr/local/perforce/TeXLive/Build/source.development/lib  
/usr/local/perforce/TeXLive/Build/source.development/texmf/web2c
if grep 'original mktexpk --'  
/usr/local/perforce/TeXLive/Build/source.development/bin/powerpc-apple- 
darwin6.1/mktexpk >/dev/null 2>&1\
    || test ! -r  
/usr/local/perforce/TeXLive/Build/source.development/bin/powerpc-apple- 
darwin6.1/mktexpk; then \
   /usr/bin/install -c ./mktexpk  
/usr/local/perforce/TeXLive/Build/source.development/bin/powerpc-apple- 
darwin6.1/mktexpk; \
else true; fi
if grep 'original mktexmf --'  
/usr/local/perforce/TeXLive/Build/source.development/bin/powerpc-apple- 
darwin6.1/mktexmf >/dev/null 2>&1\
    || test ! -r  
/usr/local/perforce/TeXLive/Build/source.development/bin/powerpc-apple- 
darwin6.1/mktexmf; then \
   /usr/bin/install -c ./mktexmf  
/usr/local/perforce/TeXLive/Build/source.development/bin/powerpc-apple- 
darwin6.1/mktexmf; \
else true; fi
if grep 'original mktextfm --'  
/usr/local/perforce/TeXLive/Build/source.development/bin/powerpc-apple- 
darwin6.1/mktextfm >/dev/null 2>&1\
    || test ! -r  
/usr/local/perforce/TeXLive/Build/source.development/bin/powerpc-apple- 
darwin6.1/mktextfm; then \
   /usr/bin/install -c ./mktextfm  
/usr/local/perforce/TeXLive/Build/source.development/bin/powerpc-apple- 
darwin6.1/mktextfm; \
else true; fi
if grep 'original mktexlsr --'  
/usr/local/perforce/TeXLive/Build/source.development/bin/powerpc-apple- 
darwin6.1/mktexlsr >/dev/null 2>&1\
    || test ! -r  
/usr/local/perforce/TeXLive/Build/source.development/bin/powerpc-apple- 
darwin6.1/mktexlsr; then \
   /usr/bin/install -c ./mktexlsr  
/usr/local/perforce/TeXLive/Build/source.development/bin/powerpc-apple- 
darwin6.1/mktexlsr; \
else true; fi
/usr/bin/install -c -m 644 ./mktex.opt  
/usr/local/perforce/TeXLive/Build/source.development/texmf/web2c/ 
mktex.opt
/usr/bin/install -c ./mktexdir  
/usr/local/perforce/TeXLive/Build/source.development/texmf/web2c/ 
mktexdir
/usr/bin/install -c -m 644 ./mktexdir.opt  
/usr/local/perforce/TeXLive/Build/source.development/texmf/web2c/ 
mktexdir.opt
/usr/bin/install -c ./mktexnam  
/usr/local/perforce/TeXLive/Build/source.development/texmf/web2c/ 
mktexnam
/usr/bin/install -c -m 644 ./mktexnam.opt  
/usr/local/perforce/TeXLive/Build/source.development/texmf/web2c/ 
mktexnam.opt
/usr/bin/install -c ./mktexupd  
/usr/local/perforce/TeXLive/Build/source.development/texmf/web2c/ 
mktexupd
INSTALL_DATA='/usr/bin/install -c -m 644' ./../klibtool install-lib  
/usr/local/perforce/TeXLive/Build/source.development/lib libkpathsea.la
/usr/bin/install -c -m 644 ./STATIC/libkpathsea.a  
/usr/local/perforce/TeXLive/Build/source.development/lib/libkpathsea.a
INSTALL_PROGRAM='/usr/bin/install -c' ./../klibtool install-prog  
/usr/local/perforce/TeXLive/Build/source.development/bin/powerpc-apple- 
darwin6.1 kpsewhich
/usr/bin/install -c kpsewhich  
/usr/local/perforce/TeXLive/Build/source.development/bin/powerpc-apple- 
darwin6.1/kpsewhich
/usr/bin/install -c kpsestat  
/usr/local/perforce/TeXLive/Build/source.development/bin/powerpc-apple- 
darwin6.1
/usr/bin/install -c access  
/usr/local/perforce/TeXLive/Build/source.development/bin/powerpc-apple- 
darwin6.1
/usr/bin/install -c readlink  
/usr/local/perforce/TeXLive/Build/source.development/bin/powerpc-apple- 
darwin6.1
./../mkinstalldirs  
/usr/local/perforce/TeXLive/Build/source.development/man/man1
for nameone in access.1 kpsestat.1 kpsewhich.1 readlink.1 mktexlsr.1  
mktexmf.1 mktextfm.1 mktexpk.1; do                                 \
           name=`basename ${nameone} .1`;                                 
\
           /usr/bin/install -c -m 644 ${name}.1  
/usr/local/perforce/TeXLive/Build/source.development/man/man1/ 
${name}.1; \
         done
/bin/sh ./../mkinstalldirs  
/usr/local/perforce/TeXLive/Build/source.development/texmf  
/usr/local/perforce/TeXLive/Build/source.development/info  
/usr/local/perforce/TeXLive/Build/source.development/texmf/web2c
if grep 'original texmf.cnf --'  
/usr/local/perforce/TeXLive/Build/source.development/texmf/web2c/ 
texmf.cnf >/dev/null 2>&1 \
    || test ! -r  
/usr/local/perforce/TeXLive/Build/source.development/texmf/web2c/ 
texmf.cnf; then \
   /usr/bin/install -c -m 644 texmf.cnf  
/usr/local/perforce/TeXLive/Build/source.development/texmf/web2c/ 
texmf.cnf; \
else true; fi
test -r kpathsea.info || cd . && for i in kpathsea.i*; do \
   /usr/bin/install -c -m 644 $i  
/usr/local/perforce/TeXLive/Build/source.development/info/$i; done
/bin/sh ./../mkinstalldirs  
/usr/local/perforce/TeXLive/Build/source.development/include/kpathsea
for f in *.h ./*.h; do \
   /usr/bin/install -c -m 644 $f  
/usr/local/perforce/TeXLive/Build/source.development/include/kpathsea/;  
done
rm -f  
/usr/local/perforce/TeXLive/Build/source.development/include/kpathsea/ 
acconfig.h
test -r /usr/local/perforce/TeXLive/Build/source.development/info/dir  
|| /usr/bin/install -c -m 644 ./../dir  
/usr/local/perforce/TeXLive/Build/source.development/info
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
   install-info  
--info-dir=/usr/local/perforce/TeXLive/Build/source.development/info  
/usr/local/perforce/TeXLive/Build/source.development/info/ 
kpathsea.info; \
else true; fi
(cd TeX/libs/freetype; \
CC=gcc2; export CC; \
CFLAGS="-g -O2"; export CFLAGS ; \
./configure --enable-static --disable-shared \
--with-kpathsea-include=/usr/local/perforce/TeXLive/Build/ 
source.development/include \
--with-kpathsea-lib=/usr/local/perforce/TeXLive/Build/ 
source.development/lib \
--disable-nls ; \
make )
creating cache ./config.cache
checking host system type... powerpc-apple-darwin6.1
checking build system type... powerpc-apple-darwin6.1
checking for ranlib... ranlib
checking for gcc... gcc2
checking whether the C compiler (gcc2 -g -O2 ) works... yes
checking whether the C compiler (gcc2 -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc2 accepts -g... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... no
checking for gcc2 option to produce PIC... -fPIC
checking if gcc2 PIC flag -fPIC works... yes
checking if gcc2 supports -c -o file.o... yes
checking if gcc2 supports -c -o file.lo... yes
checking if gcc2 supports -fno-rtti -fno-exceptions ... yes
checking if gcc2 static flag -static works... none
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the linker (/usr/bin/ld) supports shared libraries...  
no
checking command to parse /usr/bin/nm -p output... ok
checking how to hardcode library paths into programs... unsupported
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... no
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
updating cache ./config.cache
loading cache ./config.cache
checking host system type... powerpc-apple-darwin6.1
checking target system type... powerpc-apple-darwin6.1
checking build system type... powerpc-apple-darwin6.1
checking for gcc... (cached) gcc2
checking whether the C compiler (gcc2 -g -O2 ) works... yes
checking whether the C compiler (gcc2 -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc2 accepts -g... (cached) yes
checking how to run the C preprocessor... gcc2 -E -traditional-cpp
checking for rm... rm
checking for rmdir... rmdir
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... (cached) yes
checking for gethostbyname... yes
checking for socket... yes
checking for cos in -lm... yes
checking for X... no
configure: warning: Test programs needing X11 won't be compiled.
checking for stdlib.h... yes
checking for fcntl.h... yes
checking for unistd.h... yes
checking for working const... yes
checking size of int... 4
checking size of long... 4
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for memcpy... yes
checking for memmove... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating MakeSub
creating lib/arch/unix/Makefile
creating test/arch/unix/Makefile
creating po/Makefile.in
creating ft_conf.h
ft_conf.h is unchanged
cd lib; make -f arch/unix/Makefile all
rm -f memory.c file.c mutex.c
ln -s  
/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/freetype/ 
lib/arch/unix/../../ttmemory.c memory.c
ln -s  
/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/freetype/ 
lib/arch/unix/../../arch/unix/ttmmap.c file.c
ln -s  
/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/freetype/ 
lib/arch/unix/../../ttmutex.c mutex.c
make -f arch/unix/Makefile LIB_FILES="freetype.lo ftxkern.lo ftxgasp.lo  
ftxpost.lo ftxcmap.lo ftxsbit.lo ftxwidth.lo ftxerr18.lo ftxgsub.lo  
ftxgpos.lo ftxgdef.lo ftxopen.lo" libttf.la
../libtool --mode=compile gcc2 -c -g -O2  -I. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../../extend \
                                         -DLOCALEDIR='""' \
                                         -DTT_MAKE_OPTION_SINGLE_OBJECT \
                                          
/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/freetype/ 
lib/arch/unix/../../arch/unix/freetype.c
gcc2 -c -g -O2 -I. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../../extend -DLOCALEDIR=\"\"  
-DTT_MAKE_OPTION_SINGLE_OBJECT  
/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/freetype/ 
lib/arch/unix/../../arch/unix/freetype.c -o freetype.o
echo timestamp > freetype.lo
../libtool --mode=compile gcc2 -c -g -O2  -I. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../../extend  
/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/freetype/ 
lib/arch/unix/../../extend/ftxkern.c
gcc2 -c -g -O2 -I. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../../extend  
/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/freetype/ 
lib/arch/unix/../../extend/ftxkern.c -o ftxkern.o
echo timestamp > ftxkern.lo
../libtool --mode=compile gcc2 -c -g -O2  -I. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../../extend  
/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/freetype/ 
lib/arch/unix/../../extend/ftxgasp.c
gcc2 -c -g -O2 -I. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../../extend  
/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/freetype/ 
lib/arch/unix/../../extend/ftxgasp.c -o ftxgasp.o
echo timestamp > ftxgasp.lo
../libtool --mode=compile gcc2 -c -g -O2  -I. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../../extend  
/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/freetype/ 
lib/arch/unix/../../extend/ftxpost.c
gcc2 -c -g -O2 -I. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../../extend  
/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/freetype/ 
lib/arch/unix/../../extend/ftxpost.c -o ftxpost.o
echo timestamp > ftxpost.lo
../libtool --mode=compile gcc2 -c -g -O2  -I. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../../extend  
/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/freetype/ 
lib/arch/unix/../../extend/ftxcmap.c
gcc2 -c -g -O2 -I. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../../extend  
/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/freetype/ 
lib/arch/unix/../../extend/ftxcmap.c -o ftxcmap.o
echo timestamp > ftxcmap.lo
../libtool --mode=compile gcc2 -c -g -O2  -I. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../../extend  
/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/freetype/ 
lib/arch/unix/../../extend/ftxsbit.c
gcc2 -c -g -O2 -I. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../../extend  
/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/freetype/ 
lib/arch/unix/../../extend/ftxsbit.c -o ftxsbit.o
echo timestamp > ftxsbit.lo
../libtool --mode=compile gcc2 -c -g -O2  -I. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../../extend  
/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/freetype/ 
lib/arch/unix/../../extend/ftxwidth.c
gcc2 -c -g -O2 -I. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../../extend  
/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/freetype/ 
lib/arch/unix/../../extend/ftxwidth.c -o ftxwidth.o
echo timestamp > ftxwidth.lo
../libtool --mode=compile gcc2 -c -g -O2  -I. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../../extend \
                                   -DLOCALEDIR='""' \
                                    
/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/freetype/ 
lib/arch/unix/../../extend/ftxerr18.c
gcc2 -c -g -O2 -I. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../../extend -DLOCALEDIR=\"\"  
/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/freetype/ 
lib/arch/unix/../../extend/ftxerr18.c -o ftxerr18.o
echo timestamp > ftxerr18.lo
../libtool --mode=compile gcc2 -c -g -O2  -I. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../../extend  
/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/freetype/ 
lib/arch/unix/../../extend/ftxgsub.c
gcc2 -c -g -O2 -I. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../../extend  
/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/freetype/ 
lib/arch/unix/../../extend/ftxgsub.c -o ftxgsub.o
echo timestamp > ftxgsub.lo
../libtool --mode=compile gcc2 -c -g -O2  -I. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../../extend  
/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/freetype/ 
lib/arch/unix/../../extend/ftxgpos.c
gcc2 -c -g -O2 -I. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../../extend  
/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/freetype/ 
lib/arch/unix/../../extend/ftxgpos.c -o ftxgpos.o
echo timestamp > ftxgpos.lo
../libtool --mode=compile gcc2 -c -g -O2  -I. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../../extend  
/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/freetype/ 
lib/arch/unix/../../extend/ftxgdef.c
gcc2 -c -g -O2 -I. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../../extend  
/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/freetype/ 
lib/arch/unix/../../extend/ftxgdef.c -o ftxgdef.o
echo timestamp > ftxgdef.lo
../libtool --mode=compile gcc2 -c -g -O2  -I. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../../extend  
/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/freetype/ 
lib/arch/unix/../../extend/ftxopen.c
gcc2 -c -g -O2 -I. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/lib/arch/unix/../../extend  
/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/freetype/ 
lib/arch/unix/../../extend/ftxopen.c -o ftxopen.o
echo timestamp > ftxopen.lo
../libtool --mode=link gcc2 -o libttf.la freetype.lo ftxkern.lo  
ftxgasp.lo ftxpost.lo ftxcmap.lo ftxsbit.lo ftxwidth.lo ftxerr18.lo  
ftxgsub.lo ftxgpos.lo ftxgdef.lo ftxopen.lo \
                                -rpath /usr/local/lib \
                                -version-info 6:0:4 -lm
rm -fr .libs/libttf.la .libs/libttf.* .libs/libttf.*
ar cru .libs/libttf.a  freetype.o ftxkern.o ftxgasp.o ftxpost.o  
ftxcmap.o ftxsbit.o ftxwidth.o ftxerr18.o ftxgsub.o ftxgpos.o ftxgdef.o  
ftxopen.o
ranlib .libs/libttf.a
creating libttf.la
(cd .libs && rm -f libttf.la && ln -s ../libttf.la libttf.la)
cd test; make -f arch/unix/Makefile all
gcc2 -c -I.  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../.. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib/extend -g -O2    -DX11  
-DLOCALEDIR='""' ftdump.c
ftdump.c:173: illegal function call, found `.glyph_object'
ftdump.c:183: illegal function call, found `.first_instance'
ftdump.c:192: illegal function call, found `.second_instance'
ftdump.c:202: illegal function call, found `.face_object'
ftdump.c:203: illegal function call, found `.glyph_object'
ftdump.c:204: illegal function call, found `.second_instance'
ftdump.c:1079: illegal function call, found `.initial_overhead'
ftdump.c:1098: illegal function call, found `.face_object'
cpp-precomp: warning: errors during smart preprocessing, retrying in  
basic mode
gcc2 -c -I.  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../.. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib/extend -g -O2    -DX11  
-DLOCALEDIR='""' common.c
../libtool --mode=link  gcc2 -I.  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../.. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib/extend -g -O2    -DX11  
-DLOCALEDIR='""' -o ftdump ftdump.o common.o \
            ../lib/libttf.la -lm
gcc2 -I.  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../.. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib/extend -g -O2 -DX11  
-DLOCALEDIR=\"\" -o ftdump ftdump.o common.o ../lib/.libs/libttf.a -lm  
-lm
gcc2 -c -I.  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../.. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib/extend -g -O2    -DX11  
-DLOCALEDIR='""' fterror.c
../libtool --mode=link  gcc2 -I.  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../.. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib/extend -g -O2    -DX11  
-DLOCALEDIR='""' -o fterror fterror.o common.o \
            ../lib/libttf.la -lm
gcc2 -I.  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../.. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib/extend -g -O2 -DX11  
-DLOCALEDIR=\"\" -o fterror fterror.o common.o ../lib/.libs/libttf.a  
-lm -lm
gcc2 -c -I.  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../.. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib/extend -g -O2    -DX11  
-DLOCALEDIR='""' ftlint.c
../libtool --mode=link  gcc2 -I.  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../.. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib/extend -g -O2    -DX11  
-DLOCALEDIR='""' -o ftlint ftlint.o common.o \
            ../lib/libttf.la -lm
gcc2 -I.  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../.. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib/extend -g -O2 -DX11  
-DLOCALEDIR=\"\" -o ftlint ftlint.o common.o ../lib/.libs/libttf.a -lm  
-lm
gcc2 -c -I.  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../.. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib/extend -g -O2    -DX11  
-DLOCALEDIR='""' ftmetric.c
gcc2 -c -I.  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../.. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib/extend -g -O2    -DX11  
-DLOCALEDIR='""' textdisp.c
../libtool --mode=link  gcc2 -I.  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../.. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib/extend -g -O2    -DX11  
-DLOCALEDIR='""' -o ftmetric ftmetric.o common.o textdisp.o \
            ../lib/libttf.la -lm
gcc2 -I.  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../.. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib/extend -g -O2 -DX11  
-DLOCALEDIR=\"\" -o ftmetric ftmetric.o common.o textdisp.o  
../lib/.libs/libttf.a -lm -lm
gcc2 -c -I.  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../.. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib/extend -g -O2    -DX11  
-DLOCALEDIR='""' ftsbit.c
../libtool --mode=link  gcc2 -I.  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../.. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib/extend -g -O2    -DX11  
-DLOCALEDIR='""' -o ftsbit ftsbit.o common.o textdisp.o \
            ../lib/libttf.la
gcc2 -I.  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../.. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib/extend -g -O2 -DX11  
-DLOCALEDIR=\"\" -o ftsbit ftsbit.o common.o textdisp.o  
../lib/.libs/libttf.a -lm
gcc2 -c -I.  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../.. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib/extend -g -O2    -DX11  
-DLOCALEDIR='""' ftstrpnm.c
../libtool --mode=link  gcc2 -I.  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../.. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib/extend -g -O2    -DX11  
-DLOCALEDIR='""' -o ftstrpnm ftstrpnm.o common.o \
            ../lib/libttf.la
gcc2 -I.  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../.. -I..  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib  
-I/usr/local/perforce/TeXLive/Build/source.development/TeX/libs/ 
freetype/test/arch/unix/../../../lib/extend -g -O2 -DX11  
-DLOCALEDIR=\"\" -o ftstrpnm ftstrpnm.o common.o ../lib/.libs/libttf.a  
-lm
cd po; make all
No support for NLS requested
(cd TeX/texk/ttf2pk; ./configure \
--with-kpathsea-include=/usr/local/perforce/TeXLive/Build/ 
source.development/include \
--with-kpathsea-lib=/usr/local/perforce/TeXLive/Build/ 
source.development/lib \
--with-kpathsea-dir=/usr/local/perforce/TeXLive/Build/ 
source.development  
--prefix=/usr/local/perforce/TeXLive/Build/source.development  
--bindir=/usr/local/perforce/TeXLive/Build/source.development/bin/ 
powerpc-apple-darwin6.1; \
make  
bindir='/usr/local/perforce/TeXLive/Build/source.development/bin/ 
powerpc-apple-darwin6.1'  
scriptdir='/usr/local/perforce/TeXLive/Build/source.development/bin/ 
powerpc-apple-darwin6.1' all install)
creating cache ./config.cache
checking host system type... powerpc-apple-darwin6.1
checking target system type... powerpc-apple-darwin6.1
checking build system type... powerpc-apple-darwin6.1
checking for gcc... gcc2
checking whether the C compiler (gcc2  ) works... yes
checking whether the C compiler (gcc2  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc2 accepts -g... yes
checking how to run the C preprocessor... gcc2 -E -traditional-cpp
checking for kpse_set_program_name in -lkpathsea... no
checking for kpse_init_prog in -lkpathsea... no
configure: error: Can't find kpathsea library! Use --with-kpathsea-lib  
option.
make[2]: *** No rule to make target `all'.  Stop.
make[1]: *** [freetype.build] Error 2
make: *** [install-tex] Error 2