Ticket #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
comment:1 Changed 8 years ago by mww@…
- Owner changed from darwinports-bugs@… to edmundrhudy@…
- Summary changed from fsv will not run, Incompatible library versions to BUG: fsv will not run, Incompatible library versions
comment:2 Changed 7 years ago by markd@…
- Cc markd@… added
fsv works for me. This may have been fixed by updating dependencies. Can anyone duplicate this?

