Opened 13 years ago
Closed 13 years ago
#33996 closed defect (fixed)
port install gnucash fails with dependency on libgoffice
Reported by: | andrew.long@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.4 |
Keywords: | Cc: | drkp (Dan Ports), lennalenna@… | |
Port: | gnucash goffice |
Description
After upgrading outdated ports, goffice was upgraded to version 0.9.2. Gnucash then failed to locate /opt/local/lib/libgoffice-0.8.8.dylib. Uninstalling gnucash and re-installing fails with bad dependencies as below:-
:info:configure checking for libgoffice-0.8 >= 0.7.0... no :info:configure checking for libgoffice-0.6 >= 0.6.0... no :info:configure checking for libgoffice-0.5 >= 0.5.1... no :info:configure configure: error: Cannot find libgoffice.>= 0.5.1
The version of libgoffice installed is /opt/local/lib/libgoffice-0.10.9.dylib.
Regards, Andy
Change History (3)
comment:1 Changed 13 years ago by jmroot (Joshua Root)
Cc: | dports@… added |
---|---|
Keywords: | build dependencies goffice gnucash removed |
Owner: | changed from macports-tickets@… to ryandesign@… |
Port: | goffice added |
comment:2 Changed 13 years ago by drkp (Dan Ports)
Cc: | lennalenna@… added |
---|
comment:3 Changed 13 years ago by drkp (Dan Ports)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Reverted the goffice update in r91843; gnucash should work again.
Note: See
TracTickets for help on using
tickets.
Yeah, it sounds like gnucash does not work with goffice 0.9. We need to bring back 0.8 either as a separate port or by reverting the goffice update. (#33970)
Does this also break compatibility with gnumeric and nip2 (the two other users of goffice)? It seems like it might because this is a gtk3 version whereas most of the GNOME stack is still using gtk2.
For that matter... isn't goffice 0.9.2 a development version of goffice 0.10? If so, shouldn't it be goffice-devel?