Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#20893 - [gnucash] Missing --enable-hbci at compile time; can't use online banking
Attached to Project:
Arch Linux
Opened by Michael Haas (laga) - Sunday, 19 September 2010, 19:06 GMT
Last edited by Rémy Oudompheng (remyoudompheng) - Saturday, 19 February 2011, 12:44 GMT
Opened by Michael Haas (laga) - Sunday, 19 September 2010, 19:06 GMT
Last edited by Rémy Oudompheng (remyoudompheng) - Saturday, 19 February 2011, 12:44 GMT
|
DetailsGnucash is not compiled with --enable-hbci. This means German users can't use online banking. Attached patch fixes this and adds a dependency on aqbanking.
D PKGBUILD --- /var/abs/extra/gnucash/PKGBUILD 2010-09-19 06:08:16.000000000 +0200 +++ PKGBUILD 2010-09-19 20:53:51.180000051 +0200 @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') url="http://www.gnucash.org" license=("GPL") -depends=('gtkhtml>=3.30.1' 'slib' 'goffice>=0.8.2' 'guile' 'libofx' 'libgnomeui>=2.24.3' 'hicolor-icon-theme') +depends=('gtkhtml>=3.30.1' 'slib' 'goffice>=0.8.2' 'guile' 'libofx' 'libgnomeui>=2.24.3' 'hicolor-icon-theme' 'aqbanking') makedepends=('intltool') optdepends=('evince: for print preview' 'gnucash-docs: (AUR) for user documentation' @@ -26,7 +26,7 @@ cd ${srcdir}/${pkgname}-${pkgver} patch -p0 < ${srcdir}/${pkgname}-${pkgver}-goffice.patch || return 1 ./configure --prefix=/usr --mandir=/usr/share/man \ - --sysconfdir=/etc --libexecdir=/usr/lib --enable-ofx || return 1 + --sysconfdir=/etc --libexecdir=/usr/lib --enable-ofx --enable-hbci || return 1 make || return 1 } |
This task depends upon
Closed by Rémy Oudompheng (remyoudompheng)
Saturday, 19 February 2011, 12:44 GMT
Reason for closing: Implemented
Additional comments about closing: In version 2.4.2 : --enable-aqbanking was added to the configure line.
Saturday, 19 February 2011, 12:44 GMT
Reason for closing: Implemented
Additional comments about closing: In version 2.4.2 : --enable-aqbanking was added to the configure line.
The next major release of gnucash will work with aqbanking 5.x, so the patch can be applied once that happens, if desired.