[MacPorts] #59316: osxfuse @3.8.3: Build fails with SIGTERM
MacPorts
noreply at macports.org
Mon Apr 13 08:18:56 UTC 2020
#59316: osxfuse @3.8.3: Build fails with SIGTERM
---------------------------+----------------------
Reporter: andrey-popov | Owner: drkp
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.6.1
Resolution: | Keywords: catalina
Port: osxfuse |
---------------------------+----------------------
Comment (by tsjk):
I thought I was done, but to actually get it to work I also had to:
{{{
( cd "/opt/local/Library/Filesystems/osxfuse.fs/Contents/Extensions" && {
[[ -d "10.15" ]] || sudo ln -sv "10.11" "10.15"; } ) && \
( cd "/Library/Extensions" && { [[ -d "osxfuse.kext" ]] || sudo ln -sv
"/opt/local/Library/Filesystems/osxfuse.fs/Contents/Extensions/10.15/osxfuse.kext";
} ) && \
sudo kextcache -update-volume /
}}}
I guess the build/install scripts could be fixed to do that.
After all this it seems to work. My use cases are rar2fs and encfs-devel
(from github.com:tsjk/macports), which both work.
--
Ticket URL: <https://trac.macports.org/ticket/59316#comment:26>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list