Opened 15 years ago

Closed 13 years ago

#17841 closed defect (fixed)

sshfs errors on from_code,to_code

Reported by: silverdemon@… Owned by: drkp (Dan Ports)
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: sshfs

Description (last modified by mf2k (Frank Schima))

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 (8)

comment:1 Changed 15 years ago by mf2k (Frank Schima)

Cc: eridius@… removed
Description: modified (diff)
Owner: changed from macports-tickets@… to eridius@…
Port: sshfs added

comment:2 Changed 15 years ago by raimue (Rainer Müller)

Try rebuilding fusefs.

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

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?

comment:4 Changed 15 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.

comment:5 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:6 Changed 14 years ago by jmroot (Joshua Root)

Owner: changed from eridius@… to macports-tickets@…

comment:7 Changed 13 years ago by drkp (Dan Ports)

Owner: changed from macports-tickets@… to dports@…
Status: newassigned

comment:8 Changed 13 years ago by drkp (Dan Ports)

Resolution: fixed
Status: assignedclosed

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.