Changes between Initial Version and Version 1 of Ticket #54939, comment 25


Ignore:
Timestamp:
Nov 19, 2017, 8:17:15 PM (6 years ago)
Author:
nhojpatrick (John Patrick)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54939, comment 25

    initial v1  
     1just to confirm, i did the symlink and it then build and installed.
     2
     3{{{
     4$ cd /Applications/Xcode.app/Contents/Developer/Toolchains
     5$ sudo ln -s XcodeDefault.xctoolchain OSX10.13.xctoolchain
     6$ sudo port install sshfs
     7--->  Computing dependencies for sshfs
     8The following dependencies will be installed:  osxfuse
     9Continue? [Y/n]: y
     10--->  Building osxfuse
     11--->  Staging osxfuse into destroot
     12Warning: osxfuse installs files outside the common directory structure.
     13--->  Installing osxfuse @3.7.1_0
     14--->  Activating osxfuse @3.7.1_0
     15--->  Cleaning osxfuse
     16--->  Fetching archive for sshfs
     17--->  Attempting to fetch sshfs-2.10_0.darwin_17.x86_64.tbz2 from https://packages.macports.org/sshfs
     18--->  Attempting to fetch sshfs-2.10_0.darwin_17.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/sshfs
     19--->  Attempting to fetch sshfs-2.10_0.darwin_17.x86_64.tbz2 from http://lil.fr.packages.macports.org/sshfs
     20--->  Fetching distfiles for sshfs
     21--->  Attempting to fetch sshfs-2.10.tar.gz from https://distfiles.macports.org/sshfs
     22--->  Attempting to fetch sshfs-2.10.tar.gz from http://mse.uk.distfiles.macports.org/sites/distfiles.macports.org/sshfs
     23--->  Attempting to fetch sshfs-2.10.tar.gz from http://lil.fr.distfiles.macports.org/sshfs
     24--->  Attempting to fetch sshfs-2.10.tar.gz from http://nue.de.distfiles.macports.org/sshfs
     25--->  Attempting to fetch sshfs-2.10.tar.gz from http://fco.it.distfiles.macports.org/mirrors/macports-distfiles/sshfs
     26--->  Attempting to fetch sshfs-2.10.tar.gz from https://github.com/libfuse/sshfs/tarball/sshfs-2.10
     27--->  Verifying checksums for sshfs
     28--->  Extracting sshfs
     29--->  Applying patches to sshfs
     30--->  Configuring sshfs
     31--->  Building sshfs
     32--->  Staging sshfs into destroot
     33--->  Installing sshfs @2.10_0
     34--->  Activating sshfs @2.10_0
     35--->  Cleaning sshfs
     36--->  Updating database of binaries
     37--->  Scanning binaries for linking errors
     38--->  No broken files found.                             
     39--->  Some of the ports you installed have notes:
     40  osxfuse has the following notes:
     41    When upgrading, unmount all FUSE filesystems and then unload the kernel extension.
     42    Unloading can be done via: sudo kextunload -b com.github.osxfuse.filesystems.osxfuse
     43    Alternatively (or if this fails), just reboot your computer now.
     44$
     45}}}