[MacPorts] #43405: ext2fuse requires fuse4x which is obsolete

MacPorts noreply at macports.org
Sun Apr 20 20:05:54 PDT 2014


#43405: ext2fuse requires fuse4x which is obsolete
-----------------------+----------------------
  Reporter:  dersh@…   |      Owner:  dports@…
      Type:  defect    |     Status:  closed
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:
Resolution:  fixed     |   Keywords:
      Port:  ext2fuse  |
-----------------------+----------------------

Comment (by mp@…):

 On a MacBookPro3,1 (Intel Core 2 Duo)
 with Snow Leopard (10.6.8), the current Portfile fails, reporting
 {{{
 Error: Cannot install ext2fuse for the arch(s) 'x86_64' because
 Error: its dependency osxfuse is only installed for the arch 'i386'
 Error: and does not have a universal variant.
 Error: Unable to execute port: architecture mismatch
 }}}
 probably because the kernel is only 32-bit:
 {{{
 Darwin now 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT
 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
 }}}
 Adding
 {{{
 configure.build_arch ${os.arch}
 }}}
 solves the issue, but it might be safer to add
 {{{
 if {${os.platform} eq "darwin" && ${os.major} < 11} {
    configure.build_arch ${os.arch}
 }
 }}}

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


More information about the macports-tickets mailing list