> @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

I'm not sure what you're telling me here.

I'm confused at how "./configure && make" works, but building it via RPM
doesn't. what is RPM changing?

>
> 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.

That's not new to .13. that's been there for a few years. it's just a
stupid race condition in the test itself, which will be fixed in the next
cut. doesn't affect the daemon at all.

Reply via email to