Opened 19 years ago
Closed 19 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 19 years ago by mww@…
Owner: | changed from darwinports-bugs@… to edmundrhudy@… |
---|---|
Summary: | fsv will not run, Incompatible library versions → BUG: fsv will not run, Incompatible library versions |
comment:2 Changed 19 years ago by markd@…
Cc: | markd@… added |
---|
comment:3 Changed 19 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 19 years ago by landonf@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
fsv works for me. This may have been fixed by updating dependencies. Can anyone duplicate this?