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

Bug 62338

Summary: kdenetwork 3.3.0 build fails with errors from interface_wireless.h
Product: Gentoo Linux Reporter: Steve <steve>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Steve 2004-08-30 21:00:01 UTC
When attempting to emerge kdenetwork 3.3.0, the build always fails when with syntax errors in interface_wireless.h, after having errors including files arts/iomanager.h and arts/dispatcher.h (no such file or directory errors)

Reproducible: Always
Steps to Reproduce:
1.emerge kdenetwork
2.
3.

Actual Results:  
the relevant errors that are outputted, after most of the building has been done, 

....

In file included from picture.cpp:23:
interface_wireless.h:24:28: arts/iomanager.h: No such file or directory
interface_wireless.h:25:29: arts/dispatcher.h: No such file or directory
In file included from picture.cpp:23:
interface_wireless.h:98: error: `Arts' is not a class or namespace
interface_wireless.h:99: error: `TimeNotify' is not a class or namespace
interface_wireless.h:99: error: invalid base-class specification
interface_wireless.h:101: error: syntax error before `::' token
interface_wireless.h:102: error: parse error before `::' token
interface_wireless.h:107: error: parse error before `}' token
make[3]: *** [picture.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from locator.cpp:20:
interface_wireless.h:24:28: arts/iomanager.h: No such file or directory
interface_wireless.h:25:29: arts/dispatcher.h: No such file or directory
In file included from locator.cpp:20:
interface_wireless.h:98: error: `Arts' is not a class or namespace
interface_wireless.h:99: error: `TimeNotify' is not a class or namespace
interface_wireless.h:99: error: invalid base-class specification
interface_wireless.h:101: error: syntax error before `::' token
interface_wireless.h:102: error: parse error before `::' token
interface_wireless.h:107: error: parse error before `}' token
make[3]: *** [locator.o] Error 1
In file included from kwifimanager.h:43,
                 from main.cpp:25:
interface_wireless.h:24:28: arts/iomanager.h: No such file or directory
interface_wireless.h:25:29: arts/dispatcher.h: No such file or directory
In file included from kwifimanager.h:43,
                 from main.cpp:25:
interface_wireless.h:98: error: `Arts' is not a class or namespace
interface_wireless.h:99: error: `TimeNotify' is not a class or namespace
interface_wireless.h:99: error: invalid base-class specification
interface_wireless.h:101: error: syntax error before `::' token
interface_wireless.h:102: error: parse error before `::' token
interface_wireless.h:107: error: parse error before `}' token
make[3]: *** [main.o] Error 1
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/portage-build/portage/kdenetwork-3.3.0/work/kdenetwork-3.3.0/wifi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/portage-build/portage/kdenetwork-3.3.0/work/kdenetwork-3.3.0'
make: *** [all] Error 2

!!! ERROR: kde-base/kdenetwork-3.3.0 failed.
!!! Function kde_src_compile, Line 131, Exitcode 2
!!! died running emake, kde_src_compile:make


Expected Results:  
This should have built correctly

my emerge info results:

StevesWorld steve # emerge info
Portage 2.0.50-r10 (default-x86-1.4, gcc-3.3.4, glibc-2.3.4.20040808-r0,
2.6.7-hardened-r7)
=================================================================
System uname: 2.6.7-hardened-r7 i686 AMD Athlon(TM) XP 1700+
Gentoo Base System version 1.5.3
distcc 2.17 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O3 -pipe -mfpmath=sse -fgcse-lm
-maccumulate-outgoing-args"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config
/usr/kde/3.3/share/config:/usr/kde/3.3/env:/usr/kde/3.3/shutdown
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe -mfpmath=sse -fgcse-lm
-maccumulate-outgoing-args"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache cvs fixpackages regenworld strict"
GENTOO_MIRRORS="ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
ftp://mirror.pudas.net/gentoo http://ftp.ntua.gr/pub/linux/gentoo/
http://mirror.pudas.net/gentoo http://gentoo.llarian.net/"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/home/portage-build"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X aalib acl alsa avi cdr crypt cups dga dv dvd esd fam fastcgi
flashforeign-sysvinit gd gif gpm gstreamer icq imap imlib javascript jpeg kde
libwwwmad maildir md5sum memlimit mmx motif mpeg msn ncurses offensive oggvorbis
opengl pam pdflib perl php pic png postgres ppds python qt quicktime readline
samba sdk sdl slang socks5 sse ssl svga tcltk tcpd tiff truetype wmf wmv x86
xml2 xmmsxv xvid yahoo zlib"
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2004-08-31 05:45:38 UTC

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