Opened 19 years ago

Closed 18 years ago

#5561 closed defect (fixed)

BUG: fsv will not run, Incompatible library versions

Reported by: wingdo@… Owned by: edmundrhudy@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc: markd@…
Port:

Description

fsv will not run in either tree or map mode (the only two options). Full output from error is here:

/opt/local/bin $ ./fsv --treev dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib

Referenced from: /opt/local/lib/libintl.3.dylib Reason: Incompatible library version: libintl.3.dylib requires version 6.0.0

or later, but libiconv.2.dylib provides version 5.0.0 Trace/BPT trap

/opt/local/bin $ ./fsv --mapv dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib

Referenced from: /opt/local/lib/libintl.3.dylib Reason: Incompatible library version: libintl.3.dylib requires version 6.0.0

or later, but libiconv.2.dylib provides version 5.0.0 Trace/BPT trap

Change History (4)

comment:1 Changed 18 years ago by mww@…

Owner: changed from darwinports-bugs@… to edmundrhudy@…
Summary: fsv will not run, Incompatible library versionsBUG: fsv will not run, Incompatible library versions

comment:2 Changed 18 years ago by markd@…

Cc: markd@… added

fsv works for me. This may have been fixed by updating dependencies. Can anyone duplicate this?

comment:3 Changed 18 years ago by markd@…

(In reply to comment #1)

fsv works for me. This may have been fixed by updating dependencies. Can anyone duplicate this?

I think updates to libiconv fixed this. I'd say this can be closed.

comment:4 Changed 18 years ago by landonf@…

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