See attached build log. (Please do not complain about the need for looking at the build log until you can provide an easy way to open bugs with the correct data picked out of a tinderbox log. Thanks.)
Created attachment 242219 [details] Build log
The problem with paxtest is that it is built to fail so that problems at the userland level are caught by the PaX kernel which puts restrictions on how pages of memory allocated to a process may be used. For example, you do not want -fstack-protector{-all} because you want the kernel to catch an executable stack, not glibc via __stack_chk_fail. It is not clear to me at this time just how much of the user's CFLAGS and LDFLAGS can be respected while expecting paxtest to do its job. In fact, I may have gone too far when I compare to previous versions. I'm going to have to talk to upstream about this and look into adding QA suppressions like QA_EXECSTACK= ...
+ 10 Aug 2010; Kacper Kowalik <xarthisius@gentoo.org> + files/paxtest-0.9.9-Makefile.patch: + Respect LDFLAGS wrt bug 332011. Thanks to Diego for report. +