Created
August 2, 2011 20:39
-
-
Save masayukig/1121166 to your computer and use it in GitHub Desktop.
sshfs-gui install failed log on Mac OS X Lion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sshfs 0r2.info:/home/masayuki/ariel 0r2.info | |
this MacFUSE library version is incompatible with the MacFUSE kernel extension |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo port install sshfs-gui | |
---> Computing dependencies for sshfs-gui | |
---> Fetching archive for sshfs-gui | |
---> Fetching sshfs-gui | |
---> Verifying checksum(s) for sshfs-gui | |
---> Extracting sshfs-gui | |
---> Applying patches to sshfs-gui | |
---> Configuring sshfs-gui | |
---> Building sshfs-gui | |
---> Staging sshfs-gui into destroot | |
Error: Target org.macports.destroot returned: error copying "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_fuse_sshfs-gui/sshfs-gui/work/sshfs-gui/build/UninstalledProducts/sshfs.app": no such file or directory | |
Log for sshfs-gui is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_fuse_sshfs-gui/sshfs-gui/main.log | |
Error: Status 1 encountered during processing. | |
To report a bug, see <http://guide.macports.org/#project.tickets> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ curl -O http://osxbook.com/download/sshfs/sshfs-static-leopard.gz | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 233k 100 233k 0 0 85573 0 0:00:02 0:00:02 --:--:-- 98k | |
$ gunzip sshfs-static-leopard.gz | |
$ mv sshfs-static-leopard ~/bin/sshfs | |
$ mkdir hogehoge_local | |
$ sshfs example.com:/home/hogehuga/hogehoge hogehoge_local | |
warning: ssh nodelay workaround disabled | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment