#43415: osxfuse architecture mismatch when kernel arch different from userspace ------------------------------------+---------------------- Reporter: soulne4ny@… | Owner: dports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: osxfuse ntfs-3g sshfs | ------------------------------------+---------------------- Changes (by ryandesign@…): * cc: leeawalsh@…, ryandesign@…, fieldlab4@… (added) * port: osxfuse ntfs-3g => osxfuse ntfs-3g sshfs Comment: Has duplicates #43439, #44317. Replying to [comment:3 cal@…]:
No, it's probably because the `osxfuse` Portfile uses the output of `uname -m` to determine the `supported_archs`, and `uname -m` on 10.7.5 apparently returns `i386`, limiting the port to 32-bit only.
`uname -m` returns the kernel architecture. Whether that's `i386` or `x86_64` depends both on the OS X version and on the specific Mac model. -- Ticket URL: <https://trac.macports.org/ticket/43415#comment:17> MacPorts <http://www.macports.org/> Ports system for OS X