Opened 14 years ago
Closed 14 years ago
#28086 closed defect (fixed)
xournal no longer launches
Reported by: | dmitrykichenko@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | xournal |
Description
This could be related to #28085: xournal stopped launching since I've selfupdated and upgraded all the packages:
dyld: Library not loaded: /opt/local/lib/libpng14.14.dylib Referenced from: /opt/local/lib/libgailutil.18.dylib Reason: image not found Trace/BPT trap
I saw that the latest libpng has been giving some people problems, and have activated, reconfigured and recompiled xournal with the libpng1.2 activated instead. It still gives me the same error, however.
Change History (4)
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 14 years ago by dmitrykichenko@…
I updated libpng to the latest version, and installed the fixed updated port as mentioned in #28085. Voila. Everything is back to normal now, and life is good :)
comment:3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | xournal removed |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Status: | new → assigned |
Great!
comment:4 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Your /opt/local/lib/libgailutil.18.dylib (provided by gtk2) is built against /opt/local/lib/libpng14.14.dylib (libpng 1.4.5) but /opt/local/lib/libpng14.14.dylib does not exist. This is probably because you tried to go back to libpng 1.2.x. Please go back to libpng 1.4.5, then let's deal with any errors you might encounter there.