[Bug 242798] sysutils/e2fsprogs: Fails to build on FreeBSD 12.1-RELEASE-p1 powerpc 32 bit: Tests failed: f_inlinedata_dirblocks
| Newsgroups | gmane.os.freebsd.devel.ppc |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242798 --- Comment #8 from Matthias Andree <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ppc To unsubscribe, send any mail to "[email protected]"