FS#65294 - [gnucash] cannot load aqbanking modules
Attached to Project:
Community Packages
Opened by Bastian (btwe00) - Monday, 27 January 2020, 22:15 GMT
Last edited by Jaroslav Lichtblau (Dragonlord) - Sunday, 29 March 2020, 16:34 GMT
Opened by Bastian (btwe00) - Monday, 27 January 2020, 22:15 GMT
Last edited by Jaroslav Lichtblau (Dragonlord) - Sunday, 29 March 2020, 16:34 GMT
|
Details
Description:
Recently aqbanking was upgraded `upgraded aqbanking (5.99.45-1 -> 6.0.1-1)` After that gnucash is not able to load the aqbanking module anymore - I may assue it still tries to bind/load aqbanking v5 libraries. The debug entry in gnucash log file is: ``` MESSG <gnc.module> Could not locate optional module gnucash/import-export/aqbanking interface v.0 ``` Additional info: * package version(s) gnucash 3.8-4 aqbanking 6.0.1-1 * config and/or log files etc. - * link to upstream bug report, if any - Steps to reproduce: Install current arch/community versions of gnucash+aqbanking |
This task depends upon
Closed by Jaroslav Lichtblau (Dragonlord)
Sunday, 29 March 2020, 16:34 GMT
Reason for closing: Fixed
Additional comments about closing: gnucash-3.8-6
Sunday, 29 March 2020, 16:34 GMT
Reason for closing: Fixed
Additional comments about closing: gnucash-3.8-6
$ ldd /usr/lib/gnucash/libgncmod-aqbanking.so | rg aq
libaqbanking.so.43 => not found
but
$ pacman -Ql aqbanking | rg libaqbanking
aqbanking /usr/lib/libaqbanking.so
aqbanking /usr/lib/libaqbanking.so.44
aqbanking /usr/lib/libaqbanking.so.44.0.1
Perhaps a rebuild of Gnucash is enough?
ldd /usr/lib/gnucash/libgncmod-aqbanking.so |grep aqb
libaqbanking.so.43 => not found
so I guess it needs another rebuild.
This time though I think it's gwenhywfar:
$ ldd /usr/lib/gnucash/libgncmod-aqbanking.so | grep 'not found'
libgwengui-gtk3.so.0 => not found
libgwengui-gtk is from gwenhywfar, but version 5.2.0-1 doesn't provide the desired SO name:
$ pacman -Ql gwenhywfar | grep libgwengui-gtk3
gwenhywfar /usr/lib/libgwengui-gtk3.so
gwenhywfar /usr/lib/libgwengui-gtk3.so.79
gwenhywfar /usr/lib/libgwengui-gtk3.so.79.2.0
Maybe it's time for another rebuild of gnucash?
https://wiki.gnucash.org/wiki/Gnucash_Build_Options#Options and
https://wiki.gnucash.org/wiki/De/HBCI#Voraussetzungen
tell me, that
--enable aqbanking
has to be set when compiling in order to have the menu entry "online actions". This is missing in gnucash 3.8-5.
So please recompile it with this option enabled.