Bug#297323: blitz++: FTBFS: Missing Build-Depends

2005-02-28 Thread Daniel Schepler
Package: blitz++ Severity: serious Version: 1:0.8-3 From my build log, using pbuilder in an i386 chroot: ... - Installing g++ blas-dev debhelper tetex-bin texi2html ... checking for xlf... no checking for ifort... no checking for ifc... no checking for f77... no checking for g77... no checking

Bug#297323: blitz++: FTBFS: Missing Build-Depends

2005-02-28 Thread Steve Langasek
run apt-get build-dep blitz++ before you try to build the package. This installed g77 here. This was being pulled in by blas-dev. The latest version of blas-dev (1.1-14) no longer depends on g77; if blitz++ needs it to build, it should build-depend on it directly. Cheers, -- Steve