On Mon, Apr 27, 2015 at 5:12 AM, Max Filippov <jcmvb...@gmail.com> wrote: > On Fri, Apr 24, 2015 at 4:36 PM, Mark Wielaard <m...@redhat.com> wrote: >> On Fri, Apr 24, 2015 at 07:49:55AM -0400, Anthony G. Basile wrote: >>> On 04/23/15 18:24, Max Filippov wrote: >>> >A lot of tests failed because elfutils were built with --disable-progs >>> >(otherwise the build fails), and some test binaries failed to build >>> >because they call functions not available in uClibc. >> >> Hmmm. elfutils doesn't support --disable-progs. Not having the tools > > I'm building my rootfs in the Buildroot. That must be a local buildroot > patch from some kind soul that's been using uClibc. > > So, I've switched to the pristine sources from git and forward-ported > series pointed to by Anthony and now the results are the following: > The log is attached. I'll take a look at the segfaults.
Ok, segfaults were caused by uClibc (not supporting %m[...] in sscanf) and argp-standalone (passing arbitrary ints to isprint). After fixing these issues I get the following numbers: # TOTAL: 134 # PASS: 121 # SKIP: 7 # XFAIL: 0 # FAIL: 6 # XPASS: 0 # ERROR: 0 -- Thanks. -- Max