Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 254125 - dolphin-4.1.3 does not compile when kdeprefix is set
Summary: dolphin-4.1.3 does not compile when kdeprefix is set
Status: RESOLVED DUPLICATE of bug 253672
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: kdeprefix
  Show dependency tree
 
Reported: 2009-01-07 17:36 UTC by David Carlos Manuelda
Modified: 2009-01-07 17:43 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 David Carlos Manuelda 2009-01-07 17:36:35 UTC
Dolphin fails to compile when all kde4 stuff is being compiled with kdeprefix set up with this error:

In file included from /var/tmp/portage/kde-base/dolphin-4.1.3/work/dolphin-4.1.3/apps/dolphin/src/dolphinviewcontainer.cpp:55:
/var/tmp/portage/kde-base/dolphin-4.1.3/work/dolphin-4.1.3/apps/dolphin/src/dolphincontextmenu.h:27:29: error: konq_copytomenu.h: No such file or directory
[ 69%] Building CXX object apps/dolphin/src/CMakeFiles/dolphin.dir/dolphindirlister.o
[ 70%] Building CXX object apps/dolphin/src/CMakeFiles/dolphin.dir/dolphincontextmenu.o
In file included from /var/tmp/portage/kde-base/dolphin-4.1.3/work/dolphin-4.1.3/apps/dolphin/src/dolphinviewcontainer.cpp:55:
/var/tmp/portage/kde-base/dolphin-4.1.3/work/dolphin-4.1.3/apps/dolphin/src/dolphincontextmenu.h:123: error: 'KonqCopyToMenu' does not name a type
In file included from /var/tmp/portage/kde-base/dolphin-4.1.3/work/dolphin-4.1.3/apps/dolphin/src/dolphincontextmenu.cpp:21:
/var/tmp/portage/kde-base/dolphin-4.1.3/work/dolphin-4.1.3/apps/dolphin/src/dolphincontextmenu.h:27:29: error: konq_copytomenu.h: No such file or directory
make[2]: *** [apps/dolphin/src/CMakeFiles/dolphin.dir/dolphinviewcontainer.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /var/tmp/portage/kde-base/dolphin-4.1.3/work/dolphin-4.1.3/apps/dolphin/src/dolphincontextmenu.cpp:21:
/var/tmp/portage/kde-base/dolphin-4.1.3/work/dolphin-4.1.3/apps/dolphin/src/dolphincontextmenu.h:123: error: 'KonqCopyToMenu' does not name a type
/var/tmp/portage/kde-base/dolphin-4.1.3/work/dolphin-4.1.3/apps/dolphin/src/dolphincontextmenu.cpp: In member function 'void DolphinContextMenu::openItemContextMenu()':
/var/tmp/portage/kde-base/dolphin-4.1.3/work/dolphin-4.1.3/apps/dolphin/src/dolphincontextmenu.cpp:203: error: 'm_copyToMenu' was not declared in this scope
make[2]: *** [apps/dolphin/src/CMakeFiles/dolphin.dir/dolphincontextmenu.o] Error 1
make[1]: *** [apps/dolphin/src/CMakeFiles/dolphin.dir/all] Error 2
make: *** [all] Error 2
 *
 * ERROR: kde-base/dolphin-4.1.3 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 3416:  Called kde4-meta_src_compile
 *             environment, line 2688:  Called kde4-meta_src_make
 *             environment, line 2737:  Called kde4-base_src_make
 *             environment, line 2438:  Called cmake-utils_src_make
 *             environment, line  894:  Called die
 * The specific snippet of code:
 *           emake "$@" || die "Make failed!";
 *  The die message:
 *   Make failed!
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/portage/kde-base:dolphin-4.1.3:20090107-173419.log'.
 * The ebuild environment file is located at '/var/tmp/portage/kde-base/dolphin-4.1.3/temp/environment'.
 *


Reproducible: Always
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2009-01-07 17:43:45 UTC

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