maintainer-feedback requested: [Bug 268907] ports-mgmt/pkg: not WITH_PIE safe
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 268907] ports-mgmt/pkg: not WITH_PIE safe"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Jan 2023 12:33:03 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-pkg (Nobody) <pkg@FreeBSD.org> for maintainer-feedback: Bug 268907: ports-mgmt/pkg: not WITH_PIE safe https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268907 --- Description --- Hi, building the port with WITH_PIE makes it fail (error message tells that ld can't relocate a specific symbol and that it should be recompiled wiht -fPIE). Until this is fixed, the port should get PIE_UNSAFE=yes in the Makefile (this fixes the build for me). Bye, Alexander.