[MacPorts] #60007: osxfuse @3.8.3_0 fails on 10.15 (was: building osxfuse-3.8.3_0 failed even with Xcode 11.3.1 installed)

MacPorts noreply at macports.org
Fri Jan 24 15:30:21 UTC 2020


#60007: osxfuse @3.8.3_0 fails on 10.15
--------------------------+----------------------
  Reporter:  prtouatisid  |      Owner:  (none)
      Type:  defect       |     Status:  closed
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:
Resolution:  duplicate    |   Keywords:  catalina
      Port:  osxfuse      |
--------------------------+----------------------
Changes (by jmroot):

 * status:  new => closed
 * keywords:   => catalina
 * resolution:   => duplicate
 * port:   => osxfuse


Old description:

> Hello
> on macport 2.6.2, Catalina 10.15.2 , osxfuse-3.8.3 does not build. When I
> execute "port upgrade outdated", I get the following error message in the
> log:
>
> :info:build Search for Xcode
> :info:build Xcode 11.3.1 found at path
> '/Applications/Xcode.app/Contents/Developer'
> :info:build XCODE_11_3_1_PATH=/Applications/Xcode.app/Contents/Developer
> :info:build XCODE_INSTALLED=([0]=11.3.1)
> :info:build XCODE_SDK_10_15_XCODE=([0]=11.3.1)
> :info:build XCODE_SDK_INSTALLED=([0]=10.15)
> :info:build Done searching for Xcode
> :info:build Source extension osxfuse
> :info:build Assertion 'common_is_variable DEFAULT_SDK_10_15_ARCHITECURES'
> failed
> :info:build at common_variable_clone (./build.d/lib/common.sh, line 501)
> :info:build at common_variable_clone (./build.d/lib/common.sh, line 514)
> :info:build at build_target_invoke (./build.sh, line 657)
> :info:build at build_main (./build.sh, line 943)
> :info:build at main (./build.sh, line 951)
> :info:build Terminated: 15
> :info:build Received signal: SIGTERM
> :info:build Command failed:  cd
> "/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.sh -t packagemanager -a build -v 5
> --build-
> directory="/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_fuse_osxfuse/osxfuse/work"
> -- -a x86_64 --framework-prefix="/opt/local" --fsbundle-
> prefix="/opt/local" --library-prefix="/opt/local"
> :info:build Killed by signal: 15
> :error:build Failed to build osxfuse: command execution failed
> :debug:build Error code: CHILDKILLED 39335 SIGTERM {software termination
> signal}
> :debug:build Backtrace: command execution failed
> :debug:build     while executing
> :debug:build "system {*}$notty {*}$nice $fullcmdstring"
> :debug:build     invoked from within
> :debug:build "command_exec build"
> :debug:build     (procedure "portbuild::build_main" line 8)
> :debug:build     invoked from within
> :debug:build "$procedure $targetname"
> :error:build See
> /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_fuse_osxfuse/osxfuse/main.log
> for details.

New description:

 Hello
 on macport 2.6.2, Catalina 10.15.2 , osxfuse-3.8.3 does not build. When I
 execute "port upgrade outdated", I get the following error message in the
 log:
 {{{
 :info:build Search for Xcode
 :info:build Xcode 11.3.1 found at path
 '/Applications/Xcode.app/Contents/Developer'
 :info:build XCODE_11_3_1_PATH=/Applications/Xcode.app/Contents/Developer
 :info:build XCODE_INSTALLED=([0]=11.3.1)
 :info:build XCODE_SDK_10_15_XCODE=([0]=11.3.1)
 :info:build XCODE_SDK_INSTALLED=([0]=10.15)
 :info:build Done searching for Xcode
 :info:build Source extension osxfuse
 :info:build Assertion 'common_is_variable DEFAULT_SDK_10_15_ARCHITECURES'
 failed
 :info:build at common_variable_clone (./build.d/lib/common.sh, line 501)
 :info:build at common_variable_clone (./build.d/lib/common.sh, line 514)
 :info:build at build_target_invoke (./build.sh, line 657)
 :info:build at build_main (./build.sh, line 943)
 :info:build at main (./build.sh, line 951)
 :info:build Terminated: 15
 :info:build Received signal: SIGTERM
 :info:build Command failed:  cd
 "/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.sh -t packagemanager -a build -v 5
 --build-
 directory="/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_fuse_osxfuse/osxfuse/work"
 -- -a x86_64 --framework-prefix="/opt/local" --fsbundle-
 prefix="/opt/local" --library-prefix="/opt/local"
 :info:build Killed by signal: 15
 :error:build Failed to build osxfuse: command execution failed
 :debug:build Error code: CHILDKILLED 39335 SIGTERM {software termination
 signal}
 :debug:build Backtrace: command execution failed
 :debug:build     while executing
 :debug:build "system {*}$notty {*}$nice $fullcmdstring"
 :debug:build     invoked from within
 :debug:build "command_exec build"
 :debug:build     (procedure "portbuild::build_main" line 8)
 :debug:build     invoked from within
 :debug:build "$procedure $targetname"
 :error:build See
 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_fuse_osxfuse/osxfuse/main.log
 for details.
 }}}

--

Comment:

 #59316

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


More information about the macports-tickets mailing list