Package: mpich
Version: 1.2.7-7
Severity: important
User: [EMAIL PROTECTED]
Usertags: ftbfs-gcc-4.3

From my pbuilder build log, with g++ -> g++-4.3:

...
checking for g++
*# C++ compiler g++  failed to compile a simple program
*# C++ interface will not be built with this compiler
checking for c++
*# C++ compiler c++  failed to compile a simple program
*# C++ interface will not be built with this compiler
checking for aCC
...
(set -e; for INST in mpich mpich-mpd mpich-shmem ; do \
          for BIN in mpicc mpicxx mpif77 mpif90 mpireconfig; do \
            mv debian/$INST-bin/usr/lib/$INST/bin/$BIN 
debian/lib"$INST"1.0-dev/usr/lib/$INST/bin; \
          done; \
          for MAN in mpicc mpiCC mpif77 mpif90 mpireconfig; do \
            mv debian/$INST-bin/usr/lib/$INST/man/man1/$MAN.1 
debian/lib"$INST"1.0-dev/usr/lib/$INST/man/man1; \
          done; \
          for SCRIPT in mpichlib mpif77 mpif90; do \
            mv debian/$INST-bin/usr/lib/$INST/etc/$SCRIPT.conf 
debian/lib"$INST"1.0-dev/usr/lib/$INST/etc; \
            chmod +x debian/lib"$INST"1.0-dev/usr/lib/$INST/etc/$SCRIPT.conf; \
          done; \
          cp debian/*.1 debian/$INST-bin/usr/lib/$INST/man/man1/; \
          gzip debian/$INST-bin/usr/lib/$INST/man/man1/*.1; \
          gzip debian/lib"$INST"1.0-dev/usr/lib/$INST/man/man1/*.1; \
        done;\
        )
mv: cannot stat `debian/mpich-bin/usr/lib/mpich/bin/mpicxx': No such file or 
directory
make: *** [install-stamp] Error 1
dpkg-buildpackage: failure: fakeroot debian/rules binary gave error exit status 
2

It appears that configure is trying to compile a program with
'#include <iostream.h>'; however, this is an obsolete header and has been
removed in g++-4.3.
-- 
Daniel Schepler


Reply via email to