close 496562 thanks Domenico Andreoli kindly allowed me to use his Debian/HPPA to explore this bug. The package compiled fine out of the box and I performed some basic tests to ensure the packages are fully functional.
Now let's look into the build log failing on HPPA: http://buildd.debian.org/fetch.cgi?pkg=zeroc-ice;ver=3.3.0-8;arch=hppa;stamp=1219692046 ... c++ -c -I.. -I../../include -DICE_API_EXPORTS -ftemplate-depth-128 -Wall -D_REENTRANT -I/usr/include/nptl -D_REENTRANT -DHAVE_ENDIAN_H -DHAVE_LIMITS_H -fPIC -g Instance.cpp c++ -c -I.. -I../../include -DICE_API_EXPORTS -ftemplate-depth-128 -Wall -D_REENTRANT -I/usr/include/nptl -D_REENTRANT -DHAVE_ENDIAN_H -DHAVE_LIMITS_H -fPIC -g LocalException.cpp c++: LocalException.cpp: No such file or directory c++: no input files make[3]: *** [LocalException.o] Error 1 make[3]: Leaving directory `/build/buildd/zeroc-ice-3.3.0/cpp/src/Ice' make[2]: *** [all] Error 1 make[2]: Leaving directory `/build/buildd/zeroc-ice-3.3.0/cpp/src' make[1]: *** [all] Error 1 make[1]: Leaving directory `/build/buildd/zeroc-ice-3.3.0/cpp' make: getcwd: No such file or directory make: *** cpp/doc: No such file or directory. Stop. make: *** [debian/stamp-build-cpp] Error 2 1. Make starts compiling LocalException.cpp. Therefore it was there when make was looking for a way to obtain LocalException.o. 2. When c++ fails it is no longer there, but worst of all, the whole directory was removed (getcwd fails). 3. There was no messages on exceeding maximum compilation time. What should I do now? I have working packages made from the latest archive sources but they were not compiled with pbuilder. Should I submit a new version to force recompilation? Regards, Paco