Opened 3 years ago

Last modified 3 years ago

#62062 new defect

Cannot install ntfs-3g

Reported by: knightjp Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: Cc: cooljeanius (Eric Gallager)
Port: ntfs-3g

Description (last modified by knightjp)

Before attempting to install this port, I installed the latest Fuse or macFuse as it is now known. However the port does not see macFuse as installed and is attempting to install osxfuse as a dependency, which ends up in an error.

I realized that I forgot an important step..

sudo ln -s /usr/local/lib/pkgconfig/fuse.pc /opt/local/lib/pkgconfig/fuse.pc

After you use this command, Fuse is detected - even the latest macFuse.

Change History (7)

comment:1 Changed 3 years ago by knightjp

Description: modified (diff)

comment:2 Changed 3 years ago by knightjp

Description: modified (diff)
Type: defectsubmission

comment:3 Changed 3 years ago by jmroot (Joshua Root)

Keywords: ntfs-3g osxfuse removed
Milestone: MacPorts Future
Type: submissiondefect

comment:4 in reply to:  description ; Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to knightjp:

Before attempting to install this port, I installed the latest Fuse or macFuse as it is now known. However the port does not see macFuse as installed and is attempting to install osxfuse as a dependency, which ends up in an error.

Correct. MacPorts is designed not to find random software you installed elsewhere.

I realized that I forgot an important step..

sudo ln -s /usr/local/lib/pkgconfig/fuse.pc /opt/local/lib/pkgconfig/fuse.pc

After you use this command, Fuse is detected - even the latest macFuse.

Please don't do that.

comment:5 in reply to:  4 Changed 3 years ago by knightjp

Replying to ryandesign:

Please don't do that.

Why not?

I tried to install ntfs-3g without having FUSE installed. It would require osxfuse as a dependency, but whenever it comes to installing osxfuse from macports, it would stop with errors. I tried to install osxfuse port just by itself and it would not install. It gave me the same errors.

This way worked and it was given to me by another macports user.

comment:6 Changed 3 years ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added

comment:7 Changed 3 years ago by dliessi (Davide Liessi)

In b47a2bf6b9a089c2a308b67c61b1d00bdbb4f52d/macports-ports (master):

ntfs-3g: do not overwrite PortGroup dependencies

Also add size to solve lint warning.

See: #62062

Note: See TracTickets for help on using tickets.