Opened 3 years ago

Closed 3 years ago

#62885 closed defect (fixed)

sshfs @2.10: fatal error: 'fuse_darwin.h' file not found

Reported by: eric-j-ason Owned by: drkp (Dan Ports)
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: Cc: michaellass (Michael Lass)
Port: sshfs

Description

Error when attempting to install sshfs:

$ sudo port install sshfs
--->  Computing dependencies for sshfs
--->  Fetching archive for sshfs
--->  Attempting to fetch sshfs-2.10_0.darwin_19.x86_64.tbz2 from https://packages.macports.org/sshfs
--->  Attempting to fetch sshfs-2.10_0.darwin_19.x86_64.tbz2 from https://cph.dk.packages.macports.org/sshfs
--->  Attempting to fetch sshfs-2.10_0.darwin_19.x86_64.tbz2 from https://fra.de.packages.macports.org/sshfs
--->  Building sshfs
Error: Failed to build sshfs: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_fuse_sshfs/sshfs/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port sshfs failed

The actual error in the log file seems to be this:

:info:build sshfs.c:18:12: fatal error: 'fuse_darwin.h' file not found

The full log is attached.

Attachments (1)

main.log (132.0 KB) - added by eric-j-ason 3 years ago.

Download all attachments as: .zip

Change History (5)

Changed 3 years ago by eric-j-ason

Attachment: main.log added

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

:debug:main Searching for dependency: osxfuse
:debug:main Didn't find receipt, going to depspec regex for: osxfuse
:debug:main Found Dependency: path: /opt/local/lib/pkgconfig filename: fuse.pc regex: ^fuse.pc$

It's curious that fuse.pc exists when osxfuse is not installed.

comment:2 Changed 3 years ago by michaellass (Michael Lass)

Cc: michaellass added

comment:3 Changed 3 years ago by eric-j-ason

SSHFS works now, seemingly thanks to this fix (or workaround). Thanks!

Last edited 3 years ago by eric-j-ason (previous) (diff)

comment:4 Changed 3 years ago by reneeotten (Renee Otten)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.