Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3034 - cannot complete emerge of KDE 3.0.1
Summary: cannot complete emerge of KDE 3.0.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Dan Armak (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-25 19:04 UTC by Robert Roland
Modified: 2003-02-04 19:42 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 Robert Roland 2002-05-25 19:04:04 UTC
Compile starts and then errors out with the following message:

g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3/include -I/usr/qt/3/include
-I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -DNDEBUG -DNO_DEBUG -O2
-mcpu=i686 -O3 -pipe -fno-exceptions -fno-check-new -c
kwin_openlook_la.all_cpp.cpp -Wp,-MD,.deps/kwin_openlook_la.all_cpp.TPlo  -fPIC
-DPIC -o .libs/kwin_openlook_la.all_cpp.o
In file included from kwin_openlook_la.all_cpp.cpp:2:
OpenLook.cpp:37: kwin/workspace.h: No such file or directory
OpenLook.cpp:38: kwin/options.h: No such file or directory
In file included from OpenLook.cpp:40,
                 from kwin_openlook_la.all_cpp.cpp:2:
OpenLook.h:27: kwin/client.h: No such file or directory
In file included from OpenLook.cpp:40,
                 from kwin_openlook_la.all_cpp.cpp:2:
OpenLook.h:36: `Client' is not a class or namespace
OpenLook.h:36: confused by earlier errors, bailing out
cpp0: output pipe has been closed
make[3]: *** [kwin_openlook_la.all_cpp.lo] Error 1
make[3]: Leaving directory
`/var/tmp/portage/kdeartwork-3.0.1/work/kdeartwork-3.0.1/kwin-styles/openlook'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/kdeartwork-3.0.1/work/kdeartwork-3.0.1/kwin-styles'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdeartwork-3.0.1/work/kdeartwork-3.0.1'
make: *** [all] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function kde_src_compile, Line -3694, Exitcode 2
!!! died running emake, kde_src_compile:make

!!! emerge aborting on  /usr/portage/kde-base/kdeartwork/kdeartwork-3.0.1.ebuild .
Comment 1 Dan Armak (RETIRED) gentoo-dev 2002-05-26 03:36:24 UTC
The kdeartwork ebuild was missing a dep on kdebase. I've now added it, should 
fix this.