Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Feb 2020 00:35:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        powerpc@FreeBSD.org
Subject:   [Bug 242798] sysutils/e2fsprogs: Fails to build on FreeBSD 12.1-RELEASE-p1 powerpc 32 bit: Tests failed: f_inlinedata_dirblocks
Message-ID:  <bug-242798-25139-UGuhdl7omL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242798-25139@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242798-25139@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242798

--- Comment #14 from commit-hook@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 =3D> [1])

  After two years, drop the "for now" LLD_UNSAFE=3Dyes (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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242798-25139-UGuhdl7omL>