Hi, building the port with WITH_PIE makes it fail (no error message, but libstdbuf.so is not created). Until this is fixed, the port should get PIE_UNSAFE=yes in the Makefile (this fixes the build for me). Bye, Alexander.
I approve this change. Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=00b43bf80f0532a0a412599feabe884df1eaf287 commit 00b43bf80f0532a0a412599feabe884df1eaf287 Author: Alexander Leidinger <netchild@FreeBSD.org> AuthorDate: 2023-01-16 17:48:08 +0000 Commit: Alexander Leidinger <netchild@FreeBSD.org> CommitDate: 2023-01-16 17:50:19 +0000 sysutils/coreutils: Mark as PIE_UNSAFE. There is no error message, but libstdbuf.so is not created. PR: 268924 Approved by: maintainer sysutils/coreutils/Makefile | 1 + 1 file changed, 1 insertion(+)