[MacPorts] #59316: osxfuse @3.8.3: Build fails with SIGTERM

MacPorts noreply at macports.org
Thu Nov 7 12:09:26 UTC 2019


#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 mike-kfed):

 I found a mailinglist post with a hint how to fix the build

 1. run {{{port install osxfuse}}} (it will fail)
 2. open the file {{{ build.d/defaults.sh }}} in your temporary build-dir
 e.g. {{{sudo vim
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_fuse_osxfuse/osxfuse/work
 /osxfuse-osxfuse-48bc246//build.d/defaults.sh}}}

 3. copy the 10.14 declarations and change to 10.15
 {{{
 declare -ra DEFAULT_SDK_10_15_ARCHITECURES=("i386" "x86_64")
 declare -r
 DEFAULT_SDK_10_15_COMPILER="com.apple.compilers.llvm.clang.1_0"

 declare -ra DEFAULT_SDK_SUPPORTED=("10.9" "10.10" "10.11" "10.12" "10.13"
 "10.15")
 }}}

 4. save the file and
 5. run {{{ port install osxfuse }}} again

-- 
Ticket URL: <https://trac.macports.org/ticket/59316#comment:13>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list