#17348 closed defect (fixed)
Aquaterm update broke gnuplot
Reported by: | dershow | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | aquaterm gnuplot | Cc: | pguyot (Paul Guyot), davidm@…, MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
Port: | aquaterm |
Description
I just did a port update of aquaterm from 1.0.1_0 to 1.0.1_1. I then tried to run gnuplot but got the following error:
dyld: Library not loaded: /opt/local/lib/libaquaterm.1.dylib Referenced from: /opt/local/bin/gnuplot Reason: image not found Trace/BPT trap
I figured that aquaterm had just changed the library name or location, so I uninstalled, cleaned, and rebuilt gnuplot. Now gnuplot starts, but aqua is not one of the terminals types that it knows about. So it seems that when building it, it could not find aquaterm.
The new aquaterm contents doesn't include libaquaterm.1.dylib at all.
I am not really sure if this is an aquaterm, or a gnuplot defect, but the recent change that caused it was in aquaterm. My only use for aquaterm at the moment is as a display for gnuplot.
Attachments (1)
Change History (7)
comment:1 Changed 16 years ago by dershow
comment:2 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
This should be fixed in r42470, but gnuplot will have to be rebuilt.
We could either increase the gnuplot revision number or update it to the latest version.
See attached file.
Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Attachment: | Portfile.diff added |
---|
comment:3 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Cc: | mcalhoun@… added |
---|
Cc Me!
comment:4 Changed 16 years ago by dershow
Thanks. I just synced and updated to aquaterm 1.0.1_2 then rebuilt gnuplot and it works fine.
comment:5 Changed 16 years ago by pguyot (Paul Guyot)
Resolution: | → fixed |
---|---|
Status: | new → closed |
So this was fixed in r42470.
I tried to "fool" gnuplot into finding aquaterm, but it didn't work.
This is what I tried:
Any other suggestions? I am pretty sure that the problem is just that gnuplot builds with aquaterm support if it finds it, but it is no longer searching in the right place since the upgrade to aquaterm.
It seems that this newer version of aquaterm doesn't install the gnuplot adapter that was being used before.