please bump, thanks. https://www.aquamaniac.de/sites/download/packages.php?package=03&showall=1
Created attachment 519060 [details] aqbanking-5.7.8.ebuild why not bump to straight to 5.7.8?
Thank you Thomas, I guess 5.7.8 was not released in 2016. Thank you for your contribution. I had a short look on the ebuild. Here a few ideas: • Please test the ebuild with repoman full -x https://wiki.gentoo.org/wiki/Repoman • We always try to use the latest EAPI, please bump to EAPI=6 • KEYWORDS need ~ after a version bump run ekeyword ~all YOUREBUILD • please fix the header. (see /usr/portage/skel.ebuild and https://devmanual.gentoo.org/ebuild-writing/eapi/) • We usually sort the KEYWORDS as ekeywords does. This makes comparison between packages easier. Simply run ekeywords on the ebuild to let it sort. • Please introduce local variables with "local" We should review the line MAKEOPTS="${MAKEOPTS} -j1" # 5.0.x fails with -j9 on quadcore is there a ticket upstream, is it still unfixed?
ignore the line • Please introduce local variables with "local"
I think aqbanking-5.7.8 also needs a dependency >=sys-libs/gwenhywfar-4.19. With 4.15.3 the builds fails with: C -o .libs/dialog.o In file included from dialog.c:371:0: dialog_https.c: In function 'AH_Dialog_CreateIoLayer_Https': dialog_https.c:44:37: error: 'GWEN_HTTP_SESSION_FLAGS_TLS_IGN_PREMATURE_CLOSE' undeclared (first use in this function) GWEN_HttpSession_AddFlags(sess, GWEN_HTTP_SESSION_FLAGS_TLS_IGN_PREMATURE_CLOSE); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dialog_https.c:44:37: note: each undeclared identifier is reported only once for each function it appears in make[8]: *** [Makefile:616: dialog.lo] Error 1 make[8]: Leaving directory '/var/tmp/portage/net-libs/aqbanking-5.7.8/work/aqbanking-5.7.8/src/plugins/backends/aqhbci/plugin/msglayer' make[7]: *** [Makefile:862: all-recursive] Error 1 make[7]: Leaving directory '/var/tmp/portage/net-libs/aqbanking-5.7.8/work/aqbanking-5.7.8/src/plugins/backends/aqhbci/plugin' make[6]: *** [Makefile:610: all] Error 2 make[6]: Leaving directory '/var/tmp/portage/net-libs/aqbanking-5.7.8/work/aqbanking-5.7.8/src/plugins/backends/aqhbci/plugin' make[5]: *** [Makefile:504: all-recursive] Error 1 make[5]: Leaving directory '/var/tmp/portage/net-libs/aqbanking-5.7.8/work/aqbanking-5.7.8/src/plugins/backends/aqhbci' make[4]: *** [Makefile:582: all-recursive] Error 1 make[4]: Leaving directory '/var/tmp/portage/net-libs/aqbanking-5.7.8/work/aqbanking-5.7.8/src/plugins/backends' make[3]: *** [Makefile:503: all-recursive] Error 1 make[3]: Leaving directory '/var/tmp/portage/net-libs/aqbanking-5.7.8/work/aqbanking-5.7.8/src/plugins' make[2]: *** [Makefile:503: all-recursive] Error 1 make[2]: Leaving directory '/var/tmp/portage/net-libs/aqbanking-5.7.8/work/aqbanking-5.7.8/src' make[1]: *** [Makefile:824: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/net-libs/aqbanking-5.7.8/work/aqbanking-5.7.8' make: *** [Makefile:595: all] Error 2
Hanno, there was no response to this ticket since years. Do you still maintain this package?
(In reply to Thomas Bettler from comment #1) > Created attachment 519060 [details] > aqbanking-5.7.8.ebuild Your ebuild seems to be a straight copy from 5.6.10, did you check changelogs, build dependencies etc.?
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4a86ed43120461801f920e1d1f15a2677153138 commit d4a86ed43120461801f920e1d1f15a2677153138 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2018-05-13 20:54:49 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2018-05-13 21:04:50 +0000 net-libs/aqbanking: 5.7.8 version bump Bug: https://bugs.gentoo.org/602858 net-libs/aqbanking/Manifest | 1 + net-libs/aqbanking/aqbanking-5.7.8.ebuild | 68 +++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+)