Subject: Re: teTeX again
To: None <tech-pkg@netbsd.org>
From: Frank Knappe <knappe@tu-harburg.de>
List: tech-pkg
Date: 10/21/2001 23:48:32
On Sun, 21 Oct 2001, SUNAGAWA Keiki wrote:

> I can't read the attached kdump output on my macppc box, so
> I'll try on i386 box in my office.

I hope you will find something.
 
> OK, please set the variable PKG_DEBUG_LEVEL to 1 (or 2, if
> needed) in your environment and see what's going on.

Okay, I have done this. Is there something special
which I should look for?
Here are the lastoutput lines of make in the print/teTeX
directory with PKG_DEBUG_LEVEL 2.

/bin/sh ./../mkinstalldirs /usr/pkg/bin
for s in dvi2fax ps2frag texconfig dvired pslatex allcm allneeded
fontexport fontimport kpsetool mkfontdesc MakeTeXPK fontinst rubibtex
rumakeindex fmtutil texdoc texlinks texutil texexec texshow; do \
  install -c -o root -g wheel -m 555 ./$s /usr/pkg/bin/$s; \
done
if test -f /usr/pkg/bin/pdftex; then \
  for s in e2pall epstopdf texi2pdf thumbpdf; do \
    install -c -o root -g wheel -m 555 ./$s /usr/pkg/bin/$s; \
  done; \
else \
  true; \
fi
cd /usr/pkg/bin; rm -f allec kpsepath kpsexpand texhash; \
  ln -s allcm allec; \
  ln -s kpsetool kpsepath; \
  ln -s kpsetool kpsexpand; \
  ln -s mktexlsr texhash
gmake[2]: Leaving directory
`/usr/pkgsrc/print/teTeX-bin/work/teTeX-1.0/texk/tetex'
gmake[2]: Entering directory
`/usr/pkgsrc/print/teTeX-bin/work/teTeX-1.0/texk/xdvik'
/bin/sh ./../mkinstalldirs /usr/pkg/bin
for p in xdvi.bin; do INSTALL_PROGRAM='install -c -s -o root -g wheel -m
555' ./../klibtool install-prog /usr/pkg/bin $p; done
install -c -s -o root -g wheel -m 555 xdvi.bin /usr/pkg/bin/xdvi.bin
install -c -o root -g wheel -m 555 ./xdvi-sh /usr/pkg/bin/xdvi
/bin/sh ./../mkinstalldirs /usr/pkg/man/man1 
install -c -o root -g wheel -m 444 xdvi.1 /usr/pkg/man/man1/xdvi.1
gmake[2]: Leaving directory
`/usr/pkgsrc/print/teTeX-bin/work/teTeX-1.0/texk/xdvik'
gmake[1]: Leaving directory
`/usr/pkgsrc/print/teTeX-bin/work/teTeX-1.0/texk'
./selfautofix "/usr/pkg/bin" "/usr/pkg/share/texmf/web2c"
cd /usr/pkg/bin; for i in access afm2tfm bibtex dmp dvicopy dvilj dvilj2p
dvilj4 dvilj4l dvips dvitomp dvitype etex gftodvi gftopk gftype gsftopk
install-info kpsestat kpsewhich mag makeindex makeinfo mf mfw mft mpost
mpto newer odvicopy odvips odvitype ofm2opl omega opl2ofm otangle otp2ocp
outocp ovf2ovp ovp2ovf oxdvi.bin patgen pdftex pfb2pfa pk2bm pktogf pktype
pltotf pooltype ps2pk readlink tangle tex texindex tftopl tie ttf2afm
vftovp vptovf weave xdvi.bin pdfetex; do test -f $i && { echo strip
$i; strip $i || true; }; done; true
strip access
strip afm2tfm
strip bibtex
strip dmp
strip dvicopy
strip dvilj
strip dvilj2p
strip dvilj4
strip dvilj4l
strip dvips
strip dvitomp
strip dvitype
strip etex
gmake: *** [install] Error 1



Ciao , Frank .