Opened 9 years ago

Closed 9 years ago

#49486 closed defect (fixed)

osxfuse: OSXFUSEBuildTool() failed: no supported version of Xcode found

Reported by: irepitan@… Owned by: drkp (Dan Ports)
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: osxfuse

Description (last modified by ryandesign (Ryan Carsten Schmidt))

when trying to update osxfuse, on El Capitan

tx08wlsc4945t:Atlas irepan$ tail -n 30 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_fuse_osxfuse/osxfuse/main.log
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_fuse_osxfuse/osxfuse/work/.CC_PRINT_OPTIONS'
CPATH='/opt/local/include'
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.11'
:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_fuse_osxfuse/osxfuse/work/osxfuse-osxfuse-6a1e779" && ./build.sh -t homebrew -f /opt/local'
:debug:build Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_fuse_osxfuse/osxfuse/work/osxfuse-osxfuse-6a1e779" && ./build.sh -t homebrew -f /opt/local 
:info:build OSXFUSEBuildTool()            : skip unsupported Xcode version in '/Applications/Xcode.app/Contents/Developer'.
:info:build OSXFUSEBuildTool() failed: no supported version of Xcode found.
:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_fuse_osxfuse/osxfuse/work/osxfuse-osxfuse-6a1e779" && ./build.sh -t homebrew -f /opt/local 
:info:build Exit code: 1
:error:build org.macports.build for port osxfuse returned: command execution failed
:debug:build Error code: CHILDSTATUS 53240 1
:debug:build Backtrace: command execution failed
    while executing
"system -nice 0 $fullcmdstring"
    ("eval" body line 1)
    invoked from within
"eval system $notty $nice \$fullcmdstring"
    invoked from within
"command_exec build"
    (procedure "portbuild::build_main" line 8)
    invoked from within
"portbuild::build_main org.macports.build"
    ("eval" body line 1)
    invoked from within
"eval $procedure $targetname"
:info:build Warning: targets not executed for osxfuse: org.macports.install org.macports.build org.macports.destroot
:notice:build Please see the log file for port osxfuse for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_fuse_osxfuse/osxfuse/main.log
tx08wlsc4945t:Atlas irepan$ 

Attachments (1)

main.log (3.6 KB) - added by irepitan@… 9 years ago.
log file

Download all attachments as: .zip

Change History (4)

Changed 9 years ago by irepitan@…

Attachment: main.log added

log file

comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to dports@…
Port: osxfuse added
Summary: xcode invalidosxfuse: OSXFUSEBuildTool() failed: no supported version of Xcode found

I assume you're using Xcode 7.1? osxfuse should support Xcode 7.0 and earlier but support for 7.1 probably has to be added.

comment:2 Changed 9 years ago by damoclark (Damo)

Same results for me with Xcode 7.1 Build version 7B91b

Are there differences between 7 and 7.1 that need addressing, or is it just a configure check that needs to account for the new compiler version?

comment:3 Changed 9 years ago by drkp (Dan Ports)

Resolution: fixed
Status: newclosed

I just committed an update to osxfuse 2.8.2 (r141770) which should add 7.1 support.

Note: See TracTickets for help on using tickets.