Package: gcc-3.3 Version: 1:3.3ds5-0pre5 Severity: important Hi,
I tried to build gcc-3.3 on hurd-i386. Unfortunately, sbuild died with 'Resource lost', probably a bug in hurd. I then did a debian/rules binary in the source tree and got the following error: : # rename files (versioned gpc man pages) for i in binobj gpc gpc-run gpidump; do \ mv debian/tmp/usr/share/man/man1/$i.1 \ debian/tmp/usr/share/man/man1/$i-2.1-3.3.1; \ done mv: cannot stat `debian/tmp/usr/share/man/man1/binobj.1': No such file or directory make[1]: *** [stamps/07-install-stamp] Error 1 make[1]: Leaving directory `/var/lib/buildd/build/mbanck/gcc-3.3-3.3ds5' make: *** [stamps/07-install-stamp] Error 2 After adding hurd-i386 to pascal_no_archs, the packages seem to have gotten created successfully, I did not test them yet. I tried to find out where binobj.1 get created, but got lost in the build-system/source-tree. cheers, Michael