El 22/02/12 01:41, dormando escribió:

That's really confusing. It shouldn't be possible for configure and make
to disagree on that... is RPM passing in different CFLAGS to each?

I know it builds find outside of rpm on that platform.. we have a builder
now.

@dormando, those are default CFLAGS for different RHEL platforms:

4 - i386        -O2 -g -march=i386 -mcpu=i686
4 - x86_64      -O2 -g

5 - i386        -O2 -g -march=i386 -mtune=i686
5 - x86_64      -O2 -g -m64 -mtune=generic

6 - i386        -O2 -g -march=i386 -mtune=i686
6 - x86_64      -O2 -g


BTW, I'm getting random "make tests" with .13 on i386 platforms, the offender is:

(..)
ok 10 - strtoul
ok 11 - strtoull
testapp: testapp.c:397: start_server: Assertion `fgets(buffer, sizeof(buffer), fp) != ((void *)0)' failed.

As I said, it happens randomly, let me know if you need anything else.

Santi Saez

Reply via email to