[Bug 242798] sysutils/e2fsprogs: Fails to build on FreeBSD 12.1-RELEASE-p1 powerpc 32 bit: Tests failed: f_inlinedata_dirblocks

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 28 17:15:10 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242798

--- Comment #8 from Matthias Andree <mandree at FreeBSD.org> ---
Submitter wrote that he doesn't currently have access to his powerpc hardware
and will see to it in 2020 when he regains access.

Instructions for getting a backtrace:
https://stackoverflow.com/questions/5745215/getting-stacktrace-from-core-dump

possibly adapted if you build the port from source, for bash and similar
shells:
d=`make -V WRKSRC`
gdb ${d}/e2fsck/e2fsck `find ${d} -name e2fsck.core`

This works assuming that there is exactly one e2fsck.core file from the failing
self-test. The compile should have been made WITH_DEBUG=yes (possibly re-build
and re-install e2fsprogs-libuuid and e2fsprogs-libblkid also WITH_DEBUG=yes).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ppc mailing list