#14974 closed defect (fixed)
upgrade of libpdf breaks gnuplot
Reported by: | yaseppochi (Stephen J. Turnbull) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | ||
Port: |
Description
Like this:
chibi:xemacs steve$ gnuplot dyld: Library not loaded: /opt/local/lib/libpdf.6.dylib Referenced from: /opt/local/bin/gnuplot Reason: image not found Trace/BPT trap
I realize that one can avoid this by always rebuilding dependents, but that is very time-consuming. It would be nice if library upgrades that change dylib version warned about breaking dependents.
Change History (3)
comment:1 Changed 17 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
comment:2 Changed 17 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed as per comment:1.
Note: See
TracTickets for help on using
tickets.
/opt/local/lib/libpdf.6.dylib should not have disappeared in this version update.
It was a bug and has been fixed in r35939.
As for the larger point about library dependencies, I agree it would be nice to reduce unnecessary recompiling.