Arch Linux

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!
Tasklist

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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Aaron Griffin (phrakture)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Gnucash 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.
Comment by Michael Haas (laga) - Sunday, 19 September 2010, 19:12 GMT
Please disregard the patch. Won't compile as aqbanking has had API changes in 5.0.0.
Comment by Michael Haas (laga) - Sunday, 19 September 2010, 19:56 GMT
HBCI is working for me now with Aqbanking 4.x and gwenhywfar 3.x. Of course, downgrading the packages in the repos is not a viable option.

The next major release of gnucash will work with aqbanking 5.x, so the patch can be applied once that happens, if desired.

Loading...