Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107607 - qbankmanager-0.9.29 compile issue
Summary: qbankmanager-0.9.29 compile issue
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-29 08:00 UTC by Walter Meinl
Modified: 2006-01-17 13:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
complete error output (qbank.err,3.10 KB, text/plain)
2005-09-29 08:02 UTC, Walter Meinl
Details
Patch originally from T2 added one additional file for 0.9.30_beta (qbankmanager-uic.patch,5.02 KB, text/plain)
2005-11-30 13:43 UTC, Walter Meinl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Walter Meinl 2005-09-29 08:00:13 UTC
after successful emerge of aqbanking-1.6.0_beta (with USE=qt) I tried to update
qbankmanager. However compilation stopped, see attached error message:
editcategory.ui.cpp:21:30: error: categorylistview.h: No such file or directory.
As nobody else seems to see this issue, I am unsure, if it has to do with my
system???


Reproducible: Always
Steps to Reproduce:
1. USE=qt emerge =aqbanking-1.6.0_beta
2. emerge =qbankmanager-0.9.29
3.

Actual Results:  
compile stops, complaining not to find the file "categorylistview.h"

Expected Results:  
successfully compile

Here is emerge --info:
Portage 2.0.52-r1 (default-linux/x86/2005.0, gcc-4.0.2, glibc-2.3.5.20050722-r0,
2.6.13-suspend2-r4 i686)
=================================================================
System uname: 2.6.13-suspend2-r4 i686 Mobile Intel(R) Pentium(R) 4 - M CPU 2.00GHz
Gentoo Base System version 1.12.0_pre8
ccache version 2.4 [enabled]
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.13
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/bind /var/qmail/control /var/service"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks fixpackages sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--sort-common -s"
LINGUAS="de en"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/overlays/bmg-main /usr/local/portage
/usr/local/overlays/test"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="x86 X aalib acl acpi alsa arts artswrappersuid async avi berkdb
bitmap-fonts bmg bmp bonobo browserplugin bzip2 cairo cdparanoia cdr cdrom
chipcard chroot crypt cups curl dbus directfb dvd dvdread eds emboss encode
epiphany esd fam fb fbcon fbsplash ffmpeg firefox flac flash font-server
foomaticdb foreign-package foreign-sysvinit fortran freetype gb gd gdbm gif gimp
gimpprint glibc-omitfp glitz gnome gnomedb gnutls gpm gstreamer gtk gtk2 gtkhtml
guile hal hbci howl imagemagick imlib insecure-drivers java javascript jpeg kde
ldap libcaca libg++ libgda libwww logrotate lzw-tiff mad mikmod mmx mmx2 motif
mozilla moznocompose moznoirc moznomail mozpango mozpython mozsvg mp3 mpeg
ncurses nfsv4 nls nptl nptlonly nsplugin odbc ogg oggvorbis opengl oss pam
pcmcia pdflib perl pic pie png pwdb python qt quicktime readline real rtc ruby
samba scanner sdl slang spell sse sse2 ssl svg svga symlink tcltk tcpd tga tiff
truetype truetype-fonts type1-fonts unicode ups usb userlocales uudeview vorbis
wifi win32codecs wmf xine xml xml2 xmms xosd xprint xscreensaver xv xvid zlib
video_cards_radeon linguas_de linguas_en userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LC_ALL
Comment 1 Walter Meinl 2005-09-29 08:02:30 UTC
Created attachment 69491 [details]
complete error output
Comment 2 Walter Meinl 2005-11-08 13:17:08 UTC
I am still a little bit uncertain, because obviously nobody else sees this. And
I don't even find a notice in the upstream mailing list. Switching to gcc-3.4.4
didn't help, I got the same error. Finally I found a patch that let me build a
working qbankmanager. As there might be license issues I only post the URL and
everybody interested may want to decide, if he is allowed to use it:
http://svn.exactcode.de/t2/trunk/package/office/qbankmanager/uic.patch
I changed the ebuild to apply the patch after unpacking the
${FILESDIR}/editcategoryreport.ui.gz file
Comment 3 Walter Meinl 2005-11-29 02:06:28 UTC
I see virtually the same issue with qbankmanager-0.9.30_beta. So, how can
anybody compile this program? I am totally at a loss
Comment 4 Timo Gurr (RETIRED) gentoo-dev 2005-11-30 09:28:02 UTC
Same problem here. 
Comment 5 Walter Meinl 2005-11-30 13:43:03 UTC
Created attachment 73854 [details]
Patch originally from T2 added one additional file for 0.9.30_beta

The situation got somehow worse as a new additional file referencing to
*listview.h files was added to the source tarball. I added this to the patch of
which I posted the web address in comment #2 I think as all the patched files
strip out only such listview.h references copyright issues are obsolete. I hope
the patch applies cleanly (as the files in the tarball seem to be a mixture
between UNIX and DOS format, doesn't make it easier).
Comment 6 Hanno Böck gentoo-dev 2006-01-14 01:28:42 UTC
Well, two questions:
Did you send your patches to the upstream author? If not, can you please check if this error still occurs with 0.9.31 and if yes, send your patch to the openhbci-list?
Comment 7 Walter Meinl 2006-01-15 07:15:33 UTC
(In reply to comment #6)
> Well, two questions:
> Did you send your patches to the upstream author? If not, can you please check
> if this error still occurs with 0.9.31 and if yes, send your patch to the
> openhbci-list?
> 
question 1: no, I didn't yet and I wondered why nobody reported there this issue. Today (after resolving the problem) I found this http://www.onlinebanking-forum.de/phpBB2/viewtopic.php?t=3746 Ok, seems to me that my solution was not the worst ;-)
question 2: is also answered in the thread mentioned above, 0.9.31_beta has the propper corrections and builds.
Just FYI, I also tried the brandnew 0.9.32 version. However this requires aqbanking-1.9.0_beta, which in turn has also similar problems with some ui-files. These problems are currently revised in cvs. In this case also a report on the open-hbci list exists (so for 1.9.x it would be better to wait).
Feel free to close the bug (may of course need to bump qbankmanager accordingly)
Comment 8 Hanno Böck gentoo-dev 2006-01-17 13:54:24 UTC
qbankmanager-0.33 and aqbanking-1.9.1_beta added to the tree, so this should be fixed.