New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #17841 (closed defect: fixed)

Opened 3 years ago

Last modified 16 months ago

sshfs errors on from_code,to_code

Reported by: silverdemon@… Owned by: dports@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: sshfs

Description (last modified by macsforever2000@…) (diff)

sshfs user@host.com:/ /mnt/ -omodules=iconv,from_code=UTF-8,to_code=CP1251

dyld: lazy symbol binding failed: Symbol not found: _iconv_open
  Referenced from: /opt/local/lib/libfuse.0.dylib
  Expected in: flat namespace

dyld: Symbol not found: _iconv_open
  Referenced from: /opt/local/lib/libfuse.0.dylib
  Expected in: flat namespace

Trace/BPT trap

Change History

Changed 3 years ago by macsforever2000@…

  • owner changed from macports-tickets@… to eridius@…
  • cc eridius@… removed
  • description modified (diff)
  • port set to sshfs

Changed 3 years ago by raimue@…

Try rebuilding fusefs.

Changed 3 years ago by jmr@…

It'd be macfuse, since fusefs is just a stub now. Might need a rev bump so it builds with the right MACOSX_DEPLOYMENT_TARGET now that MP 1.7 is out?

Changed 3 years ago by silverdemon@…

I've built it on two machines (PPC and Intel) from fresh 1700 installation of macports. libiconv is installed on both and works fine stand alone. Both machines give the same error, and macfuse refuses to mount if I use the iconv module and form/to code switches. Works fine without them.

Changed 3 years ago by anonymous

  • milestone Port Bugs deleted

Milestone Port Bugs deleted

Changed 19 months ago by jmr@…

  • owner changed from eridius@… to macports-tickets@…

Changed 16 months ago by dports@…

  • status changed from new to assigned
  • owner changed from macports-tickets@… to dports@…

Changed 16 months ago by dports@…

  • status changed from assigned to closed
  • resolution set to fixed

This looks like the problem in #16892; I just added --with-libiconv-prefix to the libfuse configure args in r73010 to fix it.

Note: See TracTickets for help on using tickets.