Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 241490

Summary: kde-base/libksieve-4.1.2 (kdepim) failed to configure
Product: Gentoo Linux Reporter: Igor Ulyanov <disinbox>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: VERIFIED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build log
build environment

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.