[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
Mon Feb 3 00:35:34 UTC 2020


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

--- Comment #14 from commit-hook at freebsd.org ---
A commit references this bug:

Author: mandree
Date: Mon Feb  3 00:34:16 UTC 2020
New revision: 525006
URL: https://svnweb.freebsd.org/changeset/ports/525006

Log:
  Be more careful about what and how we link.

  Only link what we need (--as-needed) to get unnecessary dependencies
  out of the executables.

  Be sure to properly link libc dynamically and the rest statically,
  especially libgcc (-static-libgcc, should fix powerpc* builds => [1])

  After two years, drop the "for now" LLD_UNSAFE=yes (r457508 by emaste@).

  As e2fsprogs dlopen()s libmagic these days, our LIBMAGIC override is
  useless.  Instead patch libmagic.so.1 -> libmagic.so (12.1 calls it
  libmagic.so.4; patch to lib/support/plausible.c).

  Refresh files/patch-misc__Makefile.in

  PR:           242798 [1]

Changes:
  head/sysutils/e2fsprogs/Makefile
  head/sysutils/e2fsprogs/files/patch-lib_support_plausible.c
  head/sysutils/e2fsprogs/files/patch-misc__Makefile.in

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


More information about the freebsd-ppc mailing list