Package: gcc Version: 3.3 The integrit package fails to build on m68k. It links the integrit program statically, which fails on m68k, but succeeds on all other architectures. I suppose it's a problem with the gcc package.
>From >http://buildd.debian.org/fetch.php?&pkg=integrit&ver=3.02.00-4&arch=m68k&stamp=1055454723&file=log&as=raw [...] gcc -I. -I. -Wall -O2 -DHAVE_CONFIG_H -o hforeach.o -c ./hforeach.c /usr/bin/ar r libhashtbl.a hashtbl.o hfree.o hgrow.o hhash.o hforeach.o ranlib libhashtbl.a make[2]: Leaving directory `/build/buildd/integrit-3.02.00/hashtbl' gcc -L. -Lhashtbl -static -o integrit main.o options.o xml.o eachfile.o rules.o checkset.o missing.o xstrdup.o cdb_put.o cdb_get.o elcwft.o cdb.o cdb_make.o cdb_hash.o md5.o -lhashtbl -lintegrit /usr/bin/ld: cannot open crtbeginT.o: No such file or directory collect2: ld returned 1 exit status [...] It also fails for the runit package, that also links programs statically. Thanks, Gerrit.