Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 56082

Summary: qtella 0.6.4 compilation error
Product: Gentoo Linux Reporter: Johnny Wezel <j>
Component: Current packagesAssignee: Gentoo net-p2p team <net-p2p>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: ppc
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Johnny Wezel 2004-07-04 12:33:52 UTC
Qtella fails to build. Here's the log:

main.cpp: In function `int main(int, char**)':
main.cpp:76: error: `KCmdLineArgs' undeclared (first use this function)
main.cpp:76: error: (Each undeclared identifier is reported only once for each
   function it appears in.)
main.cpp:76: error: `args' undeclared (first use this function)
main.cpp:76: error: parse error before `::' token
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/qtella-0.6.4/work/qtella-0.6.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/qtella-0.6.4/work/qtella-0.6.4'
make: *** [all] Error 2
 
!!! ERROR: net-p2p/qtella-0.6.4 failed.
!!! Function kde_src_compile, Line 129, Exitcode 2
!!! died running emake, kde_src_compile:make

Reproducible: Always
Steps to Reproduce:
1. emerge qtella (well, I did a emerge world, but it shouldn't make a difference)
Actual Results:  
failure

Expected Results:  
success

Portage 2.0.50-r8 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3.20040420-r0,
2.4.22-gentoo-r7)
=================================================================
System uname: 2.4.22-gentoo-r7 i686 Pentium III (Coppermine)
Gentoo Base System version 1.4.16
distcc 2.13 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium3 -funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium3 -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.inode.at/
http://ftp.snt.utwente.nl/pub/os/linux/gentoo
http://sunsite.cnlab-switch.ch/ftp/mirror/gentoo/
http://ftp.uni-erlangen.de/pub/mirrors/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.nl.gentoo.org/gentoo-portage"
USE="3dnow X acpi alsa avi berkdb cdr crypt cups encode esd foomaticdb freetype
gdbm gif gnome gpm gtk gtk2 imlib imlib2 innodb java jpeg ldap libg++ libwww mad
mcal mikmod motif mozilla mpeg ncurses nls odbc oggvorbis opengl oss pam pda
pdflib perl png python qt quicktime readline ruby sdl slang spell ssl svg tcltk
tcpd tiff truetype wxwin wxwindows x86 xml2 xmms xv zlib"
Comment 1 Jon Hood (RETIRED) gentoo-dev 2004-07-04 13:50:46 UTC
Could you please try qtella-0.7.0 in portage; it has a patch by me and centic that should fix this problem; in a few days, I'll try to put it in the stable branch.

*** This bug has been marked as a duplicate of 55284 ***