Aktionen
Bug #194
geschlossenÜbersetzung schlägt fehlt
Status:
Closed
Priorität:
Normal
Kategorie:
AqBanking
Beginn:
13.02.2020
Abgabedatum:
Betriebssystem:
Linux
AqBanking-Version:
6.1.0
Anwendung:
KMyMoney
Version der Anwendung:
master
Beschreibung
Habe heute den Stand von master aktualisiert. AqBanking lässt sich nicht übersetzen. Die Anwendung hat damit nichts zu tun. Der Fehler:
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -g -Wall -Wdeclaration-after-statement -g -o testlib testlib.o libaqbanking.la -L/usr/local/lib64 -lgwenhywfar libtool: link: gcc -g -O2 -g -Wall -Wdeclaration-after-statement -g -o .libs/testlib testlib.o ./.libs/libaqbanking.so -L/usr/local/lib64 -L/usr/lib64 -lgmp -lxmlsec1-gnutls -lxmlsec1-gcrypt -lxmlsec1 /usr/lib64/libltdl.so -lxslt /usr/lib64/libxml2.so -lz -llzma -lm /usr/local/lib64/libgwenhywfar.so -lgcrypt -lgpg-error -lgnutls -lrt -ldl -pthread -Wl,-rpath -Wl,/usr/lib64 /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: ./.libs/libaqbanking.so: undefined reference to `AB_AccountSpec_SetBankName' collect2: error: ld returned 1 exit status
Mittels git bisect komme ich auf:
commit d1c8700c2646a166fd881278820656fc5102c0c3 Author: Ralf Habacker <ralf.habacker@freenet.de> Date: Mon Jan 27 20:42:44 2020 +0100 Set bank name on creating accounts specs (fix #184)
als Ursache. Gwenhywfar ist dafür in der aktuellen master Version installiert. Weitere Infos:
thb@thb-nb:~/devel/aqbanking (master)$ head config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix=/usr/local ## --------- ## ## Platform. ##
und
thb@thb-nb:~/devel/gwenhywfar (master)$ head config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix=/usr/local --with-guis=qt5 ## --------- ## ## Platform. ##
Aktionen