Bug 268924

Summary: sysutils/coreutils: not WITH_PIE safe
Product: Ports & Packages Reporter: Alexander Leidinger <netchild>
Component: Individual Port(s)Assignee: Alexander Leidinger <netchild>
Status: Closed FIXED    
Severity: Affects Some People CC: jharris
Priority: --- Flags: jharris: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   

Description Alexander Leidinger freebsd_committer freebsd_triage 2023-01-13 08:24:34 UTC
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.
Comment 1 jharris 2023-01-15 22:41:26 UTC
I approve this change.  Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-01-16 17:51:06 UTC
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(+)