On Tue, Oct 31, 2006 at 01:04:40PM +0100, Goswin von Brederlow wrote: > when building ctsim I get lots of errors caused by > > mpiworld.cpp:28:19: error: mpi++.h: No such file or directory > > untill the build stops with > > /usr/bin/hcp: No such file or directory > make[3]: *** [ctsimtext-lam] Error 1 > > Do you build with make -k?
The package builds fine in a clean chroot. diffing the build logs with the ones of the buildds indicate that it finds something related to MPI on your machine, enables MPI support in configure, and then fails. (It also finds libICE, but I don't think that should be fatal.) configuring with --without-lam or build-conflicting with whatever package causes the detection to work (strangely, it seems to be checking for /usr/bin/hcp?) should do the trick, but I'm not sure if this bug is RC at all, given that it works on all the autobuilders. /* Steinar */ -- Homepage: http://www.sesse.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

