Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 464088 - kde-base/plasma-workspace-4.10.1-r1 fails to merge
Summary: kde-base/plasma-workspace-4.10.1-r1 fails to merge
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-01 15:18 UTC by Willard Dawson
Modified: 2013-04-02 10:36 UTC (History)
0 users

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


Attachments
emerge info (emerge-info,16.27 KB, text/plain)
2013-04-01 15:18 UTC, Willard Dawson
Details
emerge -pqv (emerge-pqv,142 bytes, text/plain)
2013-04-01 15:18 UTC, Willard Dawson
Details
emerge environment (environment,272.87 KB, text/plain)
2013-04-01 15:19 UTC, Willard Dawson
Details
build log (build.log.bz2,40.75 KB, application/x-bzip)
2013-04-01 15:22 UTC, Willard Dawson
Details
CMakeCache.txt (CMakeCache.txt,113.32 KB, text/plain)
2013-04-01 20:19 UTC, Willard Dawson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Willard Dawson 2013-04-01 15:18:00 UTC
Created attachment 343942 [details]
emerge info

Fails in compile phase with:

/var/tmp/portage/kde-base/plasma-workspace-4.10.1-r1/work/plasma-workspace-4.10.1/plasma/generic/runners/nepomuksearch/nepomuksearchrunner.cpp:35:41: fatal error: Nepomuk2/Query/ResultIterator: No such file or directory
Comment 1 Willard Dawson 2013-04-01 15:18:45 UTC
Created attachment 343944 [details]
emerge -pqv
Comment 2 Willard Dawson 2013-04-01 15:19:08 UTC
Created attachment 343946 [details]
emerge environment
Comment 3 Willard Dawson 2013-04-01 15:22:55 UTC
Created attachment 343948 [details]
build log
Comment 4 Michael Palimaka (kensington) gentoo-dev 2013-04-01 17:20:38 UTC
That is really weird, NepomukCore_FOUND is used to report its availability:

-----------------------------------------------------------------------------
-- The following OPTIONAL packages could NOT be located on your system.
-- Consider installing them to enable more features from this software.
-----------------------------------------------------------------------------
   * Nepomuk  <nepomuk-core>
     Nepomuk Core Library
     Required to build Nepomuk features.

but is also used to control building of the runner causing the error:

if(NepomukCore_FOUND)
  add_subdirectory(nepomuksearch)
endif(NepomukCore_FOUND)


Could you please attach /var/tmp/portage/kde-base/plasma-workspace-4.10.1-r1/work/plasma-workspace-4.10.1_build/CMakeCache.txt ?
Comment 5 Willard Dawson 2013-04-01 20:19:10 UTC
Created attachment 343994 [details]
CMakeCache.txt
Comment 6 Willard Dawson 2013-04-02 03:17:07 UTC
Using eix, I found a number of "stuck" KDE items.  I couldn't get past plasma-workplace, so I un-emerged:

kde-base/plasma-workspace kde-base/nepomuk-core kde-base/nepomuk kde-base/kdeplasma-addons kde-base/kdebase-startkde kde-base/kdebase-meta

Then, I re-emerged kde-base/kdebase-meta. This resulted in three packages being merged:

kde-base/plasma-workspace-4.10.1-r1
kde-base/kdebase-startkde-4.10.1
kde-base/kdebase-startkde-4.10.1

Nothing left to update, so we should probably just close this bug at this point.

Thanks.
Comment 7 Michael Palimaka (kensington) gentoo-dev 2013-04-02 10:36:55 UTC
OK, thanks for the update.