Richard A Nelson <[EMAIL PROTECTED]> writes: > Package: openafs-modules-source > Version: 1.4.4.dfsg1-3 > Severity: serious > Justification: FTBFS
> Stupid mail gateways :( Here's another attempt - and the log: Could you try the following patch and see if that resolves the build problem for you? --- src/libafs/make_kbuild_makefile.pl 2006-11-02 19:37:59.000000000 -05 +++ src/libafs/make_kbuild_makefile.pl.ppc 2007-06-04 17:56:41.00000 @ -79,7 +79,7 @ foreach (@objects) { die "No source known for $_\n" unless exists $deps{$_}; if($deps{$_} =~ /\.s$/) { - ($src = $_) =~ s/\.o$/.s/; + ($src = $_) =~ s/\.o$/.S/; } else { ($src = $_) =~ s/\.o$/.c/; } Thanks! -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]