Package: gcc-3.2 Version: 1:3.2-0pre4 Severity: normal Hi,
I tried to build gcc 3.2 packages on a woody system. I used this command: "fakeroot dpkg-buildpackage -b" and the build ended up with this error: [...] make[5]: Leaving directory `/tmp/LB/gcc-3.2-3.2ds0/build/i386-linux/libjava' make[4]: Leaving directory `/tmp/LB/gcc-3.2-3.2ds0/build/i386-linux/libjava' make[3]: Leaving directory `/tmp/LB/gcc-3.2-3.2ds0/build' make[2]: Leaving directory `/tmp/LB/gcc-3.2-3.2ds0/build' /usr/bin/make -C /tmp/LB/gcc-3.2-3.2ds0/build/fastjar make[2]: Entering directory `/tmp/LB/gcc-3.2-3.2ds0/build/fastjar' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/tmp/LB/gcc-3.2-3.2ds0/build/fastjar' s=`cat status`; rm -f status; test $s -eq 0 chmod 755 /tmp/LB/gcc-3.2-3.2ds0/src/contrib/warn_summary if [ -x /tmp/LB/gcc-3.2-3.2ds0/src/contrib/warn_summary ]; then \ rm -f bootstrap-summary; \ /tmp/LB/gcc-3.2-3.2ds0/src/contrib/warn_summary bootstrap-protocol \ > bootstrap-summary; \ fi LD_LIBRARY_PATH=/tmp/LB/gcc-3.2-3.2ds0/build/gcc/ada \ /usr/bin/make -C /tmp/LB/gcc-3.2-3.2ds0/build/gcc gnatlib gnattools /usr/bin/make: error while loading shared libraries: libfakeroot.so.0: cannot open shared object file: No such file or directory make[1]: *** [stamps/05-build-stamp] Error 127 make[1]: Leaving directory `/tmp/LB/gcc-3.2-3.2ds0' make: *** [stamps/05-build-stamp] Error 2 I'm not sure about the severity of this bug: FTBFS would make it a serious bug, however it is caused by my use of fakeroot. Do autobuilders run as root ? I'll try again as root and let you know if I have further problems...