[Bug 254751] devel/e2fsprogs-libss: fails to build with /bin/sh: compile_et: not found
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Apr 25 03:14:13 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254751
Benjamin Kaduk <bjk at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |Open
CC| |bjk at FreeBSD.org
--- Comment #2 from Benjamin Kaduk <bjk at FreeBSD.org> ---
Thanks for the report.
The compile_et that I was expecting to be used is /usr/bin/compile_et, which is
only built conditionally on MK_KERBEROS_SUPPORT.
Since January 2020 (0ce9d0af5b7fdfde335c753cb3310650a9d31d09)
MK_KERBEROS_SUPPORT is forced off when KERBEROS itself is off, so if you are
disabling either in your environment then this behavior for the port build is
unsurprising.
I will take a look at what the best option is; it may well just be marking the
port as not usable when /usr/bin/compile_et is not available.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list