----- Original Message -----
Le Fri, 30 Nov 2012 09:05:19 -0500,
Steve Grubb <sgrubb(a)redhat.com> a écrit :
> On Friday, November 30, 2012 02:42:27 PM Laurent Bigonville wrote:
> > Le Mon, 26 Nov 2012 12:21:55 -0500 (EST),
> >
> > Miloslav Trmac <mitr(a)redhat.com> a écrit :
> > > FWIW, at least the attached patch was necessary to build with
> > > --with-alpha --with-armeb. Mirek
> >
> > I unfortunately still have a failure in the checks with both svn
> > HEAD and 2.2.1 when passing --with-armeb
> >
> > Unexpected match `a1'
> > FAIL: lookup_test
> >
> > An idea?
>
> Thanks for reporting this. Its fixed in trunk now.
Thanks, arm support is now compiling.
But it still failing with the same error if both --with-alpha and
--with-armeb are enabled.
Locally I "fixed" it by adding a srand(2) to the beginning of main() in
lib/test/lookup_test.c.
A real fix would probably involve replacing the
/* Blindly assuming this will not generate a \
meaningful identifier. */ \
comment with a code that detects such cases and ignores them.
Mirek