[MacPorts] #43415: osxfuse architecture mismatch when kernel arch different from userspace
MacPorts
noreply at macports.org
Sun Aug 3 08:54:01 PDT 2014
#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 |
------------------------------------+----------------------
Comment (by cal@…):
The fix for this is a simple as adding the block
{{{
# We want to match the supported arch
set kernel_arch [exec uname -m]
switch ${kernel_arch} {
i386 -
x86_64 {
supported_archs ${kernel_arch}
}
default {
supported_archs i386 x86_64
}
}
}}}
to every `Portfile` affected by the problem, i.e. `osxfuse`, `ntfs-3g`,
and `sshfs`.
Can somebody please provide patches that do this for the aforementioned
ports?
--
Ticket URL: <https://trac.macports.org/ticket/43415#comment:21>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list