Package: tex-guy Version: 1.3.2-6 Severity: serious From my pbuilder build log:
... /usr/bin/make make[1]: Entering directory `/tmp/buildd/tex-guy-1.3.2' === DVIlib2 make[2]: Entering directory `/tmp/buildd/tex-guy-1.3.2/DVIlib2-2.9.1' ../libtool --mode=compile \ gcc -I. -g -O2 -Wall -DDVILIBDIR=\"/usr/share/DVIlib2/\" `VFlib3-config --cflags` \ -DVERSION=\"2.9.1\" -c dvi.c ../libtool: line 822: X--mode=compile: command not found ../libtool: line 988: *** Warning: inferring the mode of operation is deprecated.: command not found ../libtool: line 989: *** Future versions of Libtool will require --mode=MODE be specified.: command not found ../libtool: line 1132: Xgcc: command not found ../libtool: line 1132: X-I.: command not found ../libtool: line 1132: X-g: command not found ../libtool: line 1132: X-O2: command not found ../libtool: line 1132: X-Wall: command not found ../libtool: line 1132: X-DDVILIBDIR="/usr/share/DVIlib2/": No such file or directory ../libtool: line 1132: X-I/usr/include: No such file or directory ../libtool: line 1132: X-DVERSION="2.9.1": command not found ../libtool: line 1132: X-c: command not found ../libtool: line 1160: Xdvi.c: command not found ../libtool: line 1183: X: command not found ../libtool: line 1188: libtool: compile: cannot determine name of library object from `': command not found make[2]: *** [dvi.lo] Error 1 make[2]: Leaving directory `/tmp/buildd/tex-guy-1.3.2/DVIlib2-2.9.1' === man make[2]: Entering directory `/tmp/buildd/tex-guy-1.3.2/man' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/tmp/buildd/tex-guy-1.3.2/man' ... make[2]: *** [dvifontlist] Error 1 make[2]: Leaving directory `/tmp/buildd/tex-guy-1.3.2/dvifontlist-1.3.1' make[1]: *** [all] Error 2 make[1]: Leaving directory `/tmp/buildd/tex-guy-1.3.2' make: *** [build-stamp] Error 2 dpkg-buildpackage: failure: debian/rules build gave error exit status 2 This kind of error is usually a sign that the autoconf macro and ltmain.sh components of libtool are out of sync. (Also, why is it continuing to try to build after that compilation fails? If the Makefile is using a for loop, you may need to add a "set -e; " before it or a "SHELL=/bin/sh -e" to fix that.) -- Daniel Schepler -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org