[MacPorts] #59316: osxfuse @3.8.3: Build fails with SIGTERM
MacPorts
noreply at macports.org
Sun Apr 12 08:06:19 UTC 2020
#59316: osxfuse @3.8.3: Build fails with SIGTERM
---------------------------+----------------------
Reporter: andrey-popov | Owner: drkp
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.6.1
Resolution: | Keywords: catalina
Port: osxfuse |
---------------------------+----------------------
Comment (by tsjk):
On 10.15.4 with XCode 11.4, not only did I need to change defaults.sh, add
{{{
declare -ra DEFAULT_SDK_10_15_ARCHITECURES=("x86_64")
declare -r
DEFAULT_SDK_10_15_COMPILER="com.apple.compilers.llvm.clang.1_0"
}}}
and change to
{{{
declare -ra DEFAULT_SDK_SUPPORTED=("10.9" "10.10" "10.11" "10.12" "10.13"
"10.14" "10.15")
}}}
I also had to patch
{{{
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_fuse_osxfuse/osxfuse/work
/osxfuse-osxfuse-48bc246/build.d/lib/xcode.sh }}}
line 93:
{{{ sdk_version="`DEVELOPER_DIR="${xcode_path}" xcodebuild -version -sdk
${sdk_name} SDKVersion 2>&4`" }}}
to drop the minor version output for sdk version, so it becomes
{{{ sdk_version="`DEVELOPER_DIR="${xcode_path}" xcodebuild -version -sdk
${sdk_name} SDKVersion 2>&4 | cut -d'.' -f1-2`" }}}
After these changes it installed successfully.
--
Ticket URL: <https://trac.macports.org/ticket/59316#comment:25>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list