Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 241490 - kde-base/libksieve-4.1.2 (kdepim) failed to configure
Summary: kde-base/libksieve-4.1.2 (kdepim) failed to configure
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-12 00:08 UTC by Igor Ulyanov
Modified: 2009-01-28 14:31 UTC (History)
0 users

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


Attachments
build log (build.log,5.97 KB, text/plain)
2008-10-12 00:11 UTC, Igor Ulyanov
Details
build environment (environment,128.56 KB, text/plain)
2008-10-12 00:13 UTC, Igor Ulyanov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Igor Ulyanov 2008-10-12 00:08:06 UTC
kde-meta failed to merge at libkdesieve configuration. Next time ive executed emerge kde-meta, building sequence have been changed and i am not sure this bug will be reproduced (still merging kde, need time).


Reproducible: Couldn't Reproduce

Steps to Reproduce:
emerge -av kde-meta

Actual Results:  
-- Usable assuan flavours found:  vanilla pthread pth
-- Performing Test HAVE_ASSUAN_FD_T
-- Performing Test HAVE_ASSUAN_FD_T - Success
-- Looking for assuan_inquire_ext
-- Looking for assuan_inquire_ext - found
-- Performing Test HAVE_NEW_STYLE_ASSUAN_INQUIRE_EXT
-- Performing Test HAVE_NEW_STYLE_ASSUAN_INQUIRE_EXT - Success
-- Performing Test HAVE_GPG_ERR_SOURCE_KLEO
terminate called after throwing an instance of 'std::out_of_range'
  what():  basic_string::erase
/var/tmp/portage/kde-base/libksieve-4.1.2/temp/environment: line 707: 20342 Aborted                 (core dumped) cmake ${cmakeargs} "${S}"


Expected Results:  
kdepim merged
Comment 1 Igor Ulyanov 2008-10-12 00:11:51 UTC
Created attachment 168096 [details]
build log
Comment 2 Igor Ulyanov 2008-10-12 00:13:08 UTC
Created attachment 168098 [details]
build environment
Comment 3 Tomáš Chvátal (RETIRED) gentoo-dev 2008-10-12 08:54:06 UTC
This is some wierd cmake issue.

Try env-update, source /etc/proifle or restart your computer, problem should go away.

Close if helps
Comment 4 Szymon Szypulski 2008-10-12 10:42:47 UTC
env-update && source /etc/profile helps
Comment 5 Milko Krachounov 2008-11-09 16:22:21 UTC
How and where this was fixed? Some details on it? I'm experiencing this problem when trying to upgrade to KDE 4.1.3.
Comment 6 Tomáš Chvátal (RETIRED) gentoo-dev 2008-11-09 16:28:01 UTC
use FEATURES="-sandbox" in make.conf
This is cmake bug. And dont post to closed bugs if you want to get your answer. :]
Comment 7 Jiri Tyr 2009-01-28 14:31:47 UTC
(In reply to comment #4)
> env-update && source /etc/profile helps

I can confirm that this fixes the problem.