[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#265212: advi: FTBFS alpha: strange build failure



Package: advi
Version: 1.5.2+cvs-2004.07.27
Severity: serious
Justification: no longer builds from source

Hi,

attached the debuild log from advi. Don't know why it suddenly fails on
alpha when it worked everywhere else.

MfG
	Goswin

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: alpha
Kernel: Linux 2.6.8-rc3
Locale: LANG=C, LC_CTYPE=de_DE@euro
dpkg-buildpackage: source package is advi
dpkg-buildpackage: source version is 1.5.2+cvs-2004.07.27-2
dpkg-buildpackage: host architecture is alpha
 fakeroot debian/rules clean
test -d debian/patched || install -d debian/patched
dpatch  apply-all  
applying patch build to ./ ... ok.
applying patch japanese-fonts to ./ ... ok.
applying patch cache_dir2 to ./ ... ok.
dpatch  cat-all  >>patch-stampT
mv -f patch-stampT patch-stamp
#for i in doc/manual.dvi doc/manual.ps doc/manual.pdf doc/splash.dvi test/background.dvi test/color.dvi test/demo.dvi test/demo2.dvi test/demo_raw.dvi test/jpdemo.dvi test/trans.dvi test/trans2.dvi test/trans3.dvi test/trigo_source.dvi; do /bin/cp -f $i $i.back; done
touch backup-stamp
dh_testdir
dh_testroot
rm -f build-stamp opt-built-stamp
/usr/bin/make veryclean
make[1]: Entering directory `/home/mrvn/build/advi/advi-1.5.2+cvs-2004.07.27'
Makefile:20: Makefile.config: No such file or directory
Makefile:274: .depend: No such file or directory
dep *.mli config.ml misc.ml timeout.ml ageometry.ml options.ml rc.ml userfile.ml graphicsY11.ml global_options.ml busy.ml gradient.ml gterm.ml launch.ml dvicolor.ml shot.ml laser_pointer.ml symbol.ml input.ml table.ml pkfont.ml ttfont.ml jfm.ml search.ml font.ml glyph.ml devfont.ml units.ml dimension.ml dvi.ml drawimage.ml gs.ml transimpl.ml embed.ml grdev.ml addons.ml scratch.ml cdvi.ml driver.ml thumbnails.ml dviview.ml main.ml > .depend
/bin/sh: dep: command not found
make[1]: *** [.depend] Error 127
make[1]: Leaving directory `/home/mrvn/build/advi/advi-1.5.2+cvs-2004.07.27'
make: [realclean] Error 2 (ignored)
dh_clean
dpatch  deapply-all  
reverting patch cache_dir2 from ./ ... ok.
reverting patch japanese-fonts from ./ ... ok.
reverting patch build from ./ ... ok.
rm -rf patch-stamp patch-stampT debian/patched
#if [ -e backup-stamp ]; then \
#   for i in doc/manual.dvi doc/manual.ps doc/manual.pdf doc/splash.dvi test/background.dvi test/color.dvi test/demo.dvi test/demo2.dvi test/demo_raw.dvi test/jpdemo.dvi test/trans.dvi test/trans2.dvi test/trans3.dvi test/trigo_source.dvi; do /bin/cp -f $i.back $i; /bin/rm $i.back; done;\
#fi
rm -f backup-stamp
 debian/rules build
test -d debian/patched || install -d debian/patched
dpatch  apply-all  
applying patch build to ./ ... ok.
applying patch japanese-fonts to ./ ... ok.
applying patch cache_dir2 to ./ ... ok.
dpatch  cat-all  >>patch-stampT
mv -f patch-stampT patch-stamp
dh_testdir
./configure --host=alpha-linux --build=alpha-linux \
  --prefix=/usr --mandir=\${prefix}/share/man \
  --infodir=\${prefix}/share/info
checking for ocaml... /usr/bin/ocaml
checking your compiler version... version 3.08.0 at /usr/lib/ocaml/3.08
checking for kpsexpand... /usr/bin/kpsexpand
checking TeX root path... /usr/share/texmf
checking for kpsewhich... /usr/bin/kpsewhich
checking for gzip... /bin/gzip
checking for camlimages... found
checking for labltk... found
checking for gs... /usr/bin/gs
checking for gs version... ok
checking for ocamlopt... /usr/bin/ocamlopt
checking for alpha-linux-gcc... alpha-linux-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether alpha-linux-gcc accepts -g... yes
checking for alpha-linux-gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... alpha-linux-gcc -E
checking for X... libraries /usr/X11R6/lib, headers in standard search path
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking X11/extensions/Xinerama.h usability... yes
checking X11/extensions/Xinerama.h presence... yes
checking for X11/extensions/Xinerama.h... yes
checking for hevea... nope
configure: creating ./config.status
config.status: creating Makefile.config
config.status: creating config.ml
------------------------------------------------- Configuration finished

             Configuration summary

Language:    ocaml version 3.08.0
Camlimages:  true
LablTk:      true
GS:           version 8.01 at /usr/bin/gs
Resources:   /usr/lib/advi/
Conffiles:   /etc/advi/
Hevea:       nope
Xinerama:    true
------------------------------------------------------------------------
dh_testdir
if [ -x /usr/bin/ocamlopt.opt ]; then \
	echo "Building the native code version with the native compilers"; \
        /usr/bin/make HAVE_OPT=".opt" opt; \
	touch opt-built-stamp; \
else if [ -x /usr/bin/ocamlopt ]; then \
	echo "Building the native code version"; \
        /usr/bin/make HAVE_OPT="" opt; \
	touch opt-built-stamp; \
else \
	echo "Building the bytecode version"; \
        /usr/bin/make byte; \
fi fi
Building the native code version with the native compilers
make[1]: Entering directory `/home/mrvn/build/advi/advi-1.5.2+cvs-2004.07.27'
ocamlc -warn-error A -g -ccopt "-DHAVE_XINERAMA -I/usr/X11R6/include -O -fno-defer-pop -Wall -Wno-unused" -c events.c
ocamlc -warn-error A -g -ccopt "-DHAVE_XINERAMA -I/usr/X11R6/include -O -fno-defer-pop -Wall -Wno-unused" -c grwm.c
ocamlc -warn-error A -g -ccopt "-DHAVE_XINERAMA -I/usr/X11R6/include -O -fno-defer-pop -Wall -Wno-unused" -c grY11.c
ocamlopt.opt -warn-error A -inline 9 -I /usr/lib/ocaml/3.08/camlimages -c config.ml
ocamlopt.opt -warn-error A -inline 9 -I /usr/lib/ocaml/3.08/camlimages -c misc.ml
File "misc.ml", line 1, characters -1--1:
Could not find the .cmi file for interface misc.mli.
make[1]: *** [misc.cmx] Error 2
make[1]: Leaving directory `/home/mrvn/build/advi/advi-1.5.2+cvs-2004.07.27'
/usr/bin/make documentation
make[1]: Entering directory `/home/mrvn/build/advi/advi-1.5.2+cvs-2004.07.27'
if test false = "true"; then (cd doc; /usr/bin/make all); fi
make[1]: Leaving directory `/home/mrvn/build/advi/advi-1.5.2+cvs-2004.07.27'
touch build-stamp
 fakeroot debian/rules binary-arch
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
if [ -e opt-built-stamp ]; then \
	/usr/bin/make install DESTDIR=/home/mrvn/build/advi/advi-1.5.2+cvs-2004.07.27/debian/advi; \
else \
	/usr/bin/make install DESTDIR=/home/mrvn/build/advi/advi-1.5.2+cvs-2004.07.27/debian/advi \
		INSTALLTARGET=advi; \
fi
make[1]: Entering directory `/home/mrvn/build/advi/advi-1.5.2+cvs-2004.07.27'
ocamlopt.opt -warn-error A -inline 9 -I /usr/lib/ocaml/3.08/camlimages -c misc.ml
File "misc.ml", line 1, characters -1--1:
Could not find the .cmi file for interface misc.mli.
make[1]: *** [misc.cmx] Error 2
make[1]: Leaving directory `/home/mrvn/build/advi/advi-1.5.2+cvs-2004.07.27'
make: *** [install] Error 2

Reply to: