|
From: Jeremy F. <je...@go...> - 2005-03-09 10:28:42
|
Brad Hards wrote:
>It won't configure on my PPC box (well, I am an optimist - must speak to
>Paulus).
>
>
I should have mentioned that this release is still ia32 only...
>On a fairly up-to-date FC2 box, it configures and builds fine. make regtest
>fails three:
>== 199 tests, 1 stderr failure, 2 stdout failures =================
>memcheck/tests/zeropage (stdout)
>corecheck/tests/sigkill (stderr)
>none/tests/exec-sigmask (stdout)
>
>Result of running each of those is below. I don't know how much this helps, or
>what else I can do, so a bit of direction is probably required if more info
>is required.
>
>
Those are expected, unfortunately. They don't represent real bugs, but
the regression test suite is a bit brittle about differences between
different libc implementations. The zeropage is testing for something
we no longer enforce (though that may change back).
J
|