Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58559 - kdemultimedia-3.2.3 fails to compile: `KArtsServer' undeclared
Summary: kdemultimedia-3.2.3 fails to compile: `KArtsServer' undeclared
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Benjamin Coles
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-27 08:48 UTC by Anastasia Hernández
Modified: 2011-10-30 23:16 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anastasia Hernández 2004-07-27 08:48:22 UTC
When I try to emerge kdemultimedia-3.2.1, I get the following error:

/* kmultimedia-3.2.3 output error */

g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../arts/runtime -I../../arts/runtime  -I/usr/kde/3.2/include/art3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=athlon -O2 -pipe -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -fali-args -ffast-math -fprefetch-loop-arrays -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE NO_COMPAT -DQT_NO_TRANSLATION  -c -o autorouter.o autorouter.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../arts/runtime -I../../arts/runtime  -I/usr/kde/3.2/include/art3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=athlon -O2 -pipe -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -fali-args -ffast-math -fprefetch-loop-arrays -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE NO_COMPAT -DQT_NO_TRANSLATION  -c -o main.o main.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../arts/runtime -I../../arts/runtime  -I/usr/kde/3.2/include/art3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=athlon -O2 -pipe -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -fali-args -ffast-math -fprefetch-loop-arrays -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE NO_COMPAT -DQT_NO_TRANSLATION  -c -o module.o module.cpp
/usr/qt/3/bin/moc ./propertypanel.h -o propertypanel.moc
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../arts/runtime -I../../arts/runtime  -I/usr/kde/3.2/include/art3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -DNDEBUG -DNO_DEBUG -O2 -march=athlon -O2 -pipe -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -fali-args -ffast-math -fprefetch-loop-arrays -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE NO_COMPAT -DQT_NO_TRANSLATION  -c -o structure.o structure.cpp
structure.cpp:24:25: kartsserver.h: No such file or directory
structure.cpp: In member function `virtual bool Structure::startExecute()':
structure.cpp:109: error: `KArtsServer' undeclared (first use this function)
structure.cpp:109: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
make[4]: *** [structure.o] Error 1
make[4]: *** Waiting for unfinished jobs....
main.cpp:56:25: kartsserver.h: No such file or directory
main.cpp: In member function `bool ArtsBuilderWindow::save(QString)':
main.cpp:605: error: `KArtsServer' undeclared (first use this function)
main.cpp:605: error: (Each undeclared identifier is reported only once for each
   function it appears in.)
make[4]: *** [main.o] Error 1
make[4]: Leaving directory `/var/tmp/portage/kdemultimedia-3.2.3/work/kdemultimedia-3.2.3/a
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.2.3/work/kdemultimedia-3.2.3/a
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdemultimedia-3.2.3/work/kdemultimedia-3.2.3/a
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdemultimedia-3.2.3/work/kdemultimedia-3.2.3'
make: *** [all] Error 2

!!! ERROR: kde-base/kdemultimedia-3.2.3 failed.
!!! Function kde_src_compile, Line 130, Exitcode 2
!!! died running emake, kde_src_compile:make

/* End output */

I have tried all this without success:

1. Re-emerge arts-1.2.3 and kdemultimedia-3.2.3

2. Re-emerge kdemultimedia-3.2.3 changing to MAKEOPTS="-j1" 
in /etc/make.globals.

3. Re-emerger taglib-1.0 and kmultimedia-3.2.3

Any help is appreciated.

Thanks.

Reproducible: Always
Steps to Reproduce:
Comment 1 Anastasia Hernández 2004-07-27 13:07:35 UTC
Solved with:

USE="arts" emerge kdelibs kdemultimedia