[MacPorts] #43439: Cannot install sshfs for x86_64 because osxfuse only supports i386

MacPorts noreply at macports.org
Tue Apr 22 02:58:42 PDT 2014


#43439: Cannot install sshfs for x86_64 because osxfuse only supports i386
-----------------------------+--------------------------------
  Reporter:  leeawalsh@…     |      Owner:  macports-tickets@…
      Type:  defect          |     Status:  new
  Priority:  Normal          |  Milestone:
 Component:  ports           |    Version:  2.2.1
Resolution:                  |   Keywords:
      Port:  osxfuse, sshfs  |
-----------------------------+--------------------------------

Comment (by mp@…):

 On Snow Leopard the kernel is 32-bit, which causes OSXfuse to get
 installed as i386, so sshfs also needs to be i386.

 Adding
 {{{
 configure.build_arch ${os.arch}
 }}}
 in the sshfs Portfile and installing with
 {{{
 sudo port install sshfs -universal
 }}}
 works on a Snow Leopard (10.6.8) system with the same issue.

 To edit the Portfile:
 {{{
 sudo port ed sshfs
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/43439#comment:2>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list