Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 642222 - kde-apps/kcalcore-17.12.0 w/ PGO - can't find LibIcal while it is installed
Summary: kde-apps/kcalcore-17.12.0 w/ PGO - can't find LibIcal while it is installed
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-25 19:24 UTC by Petross404(Petros S)
Modified: 2017-12-25 23:44 UTC (History)
0 users

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


Attachments
build.log (kde-apps:kcalcore-17.12.0:20171225-185847.log,5.02 KB, text/x-log)
2017-12-25 19:24 UTC, Petross404(Petros S)
Details
emerge --info (info,25.73 KB, text/plain)
2017-12-25 19:25 UTC, Petross404(Petros S)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petross404(Petros S) 2017-12-25 19:24:08 UTC
Created attachment 511602 [details]
build.log

=dev-libs/libical is installed-2.0.0-r3 but I keep getting this error during kde-apps/kcalcore's configuration :  
-- The following REQUIRED packages have not been found:

 * LibIcal (required version >= 1.0), The libical library, <http://sourceforge.net/projects/freeassociation>

CMake Error at /usr/share/cmake/Modules/FeatureSummary.cmake:459 (message):
  feature_summary() Error: REQUIRED package(s) are missing, aborting CMake
  run.
Call Stack (most recent call first):
  CMakeLists.txt:100 (feature_summary)


-- Configuring incomplete, errors occurred!
See also "/tmp/portage/kde-apps/kcalcore-17.12.0/work/kcalcore-17.12.0_build/CMakeFiles/CMakeOutput.log".
 * ERROR: kde-apps/kcalcore-17.12.0::gentoo failed (configure phase):
 *   cmake failed
 * 
 * Call stack:
 *     ebuild.sh, line  124:  Called src_configure
 *   environment, line 4078:  Called kde5_src_configure
 *   environment, line 2920:  Called cmake-utils_src_configure
 *   environment, line 1274:  Called die
 * The specific snippet of code:
 *       "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";
Comment 1 Petross404(Petros S) 2017-12-25 19:25:27 UTC
Created attachment 511604 [details]
emerge --info
Comment 2 Andreas Sturmlechner gentoo-dev 2017-12-25 21:39:41 UTC
-- Found Libical version profiling:/var/tmp/pgo/kcalcore-17.12.0:Cannot create directory
profiling:/var/tmp/pgo/kcalcore-17.12.0/CMakeFiles/cmTC_2a1df.dir/FindLIBICAL.cxx.gcda:Skip
2.0
-- LibIcal version profiling:/var/tmp/pgo/kcalcore-17.12.0:Cannot create directory
profiling:/var/tmp/pgo/kcalcore-17.12.0/CMakeFiles/cmTC_2a1df.dir/FindLIBICAL.cxx.gcda:Skip
2.0 is too old. At least version 1.0 is needed.
-- Could NOT find LibIcal: Found unsuitable version "profiling:/var/tmp/pgo/kcalcore-17.12.0:Cannot create directory
profiling:/var/tmp/pgo/kcalcore-17.12.0/CMakeFiles/cmTC_2a1df.dir/FindLIBICAL.cxx.gcda:Skip
2.0", but required is at least "1.0" (found )


^ the above is looking like profiling issues again.
Comment 3 Andreas Sturmlechner gentoo-dev 2017-12-25 21:59:20 UTC
You could try libical-3.0.1 though, which is currently masked, but comes with many improvements.
Comment 4 Petross404(Petros S) 2017-12-25 22:50:41 UTC
(In reply to Andreas Sturmlechner from comment #2)
> -- Found Libical version profiling:/var/tmp/pgo/kcalcore-17.12.0:Cannot
> create directory
> profiling:/var/tmp/pgo/kcalcore-17.12.0/CMakeFiles/cmTC_2a1df.dir/
> FindLIBICAL.cxx.gcda:Skip
> 2.0
> -- LibIcal version profiling:/var/tmp/pgo/kcalcore-17.12.0:Cannot create
> directory
> profiling:/var/tmp/pgo/kcalcore-17.12.0/CMakeFiles/cmTC_2a1df.dir/
> FindLIBICAL.cxx.gcda:Skip
> 2.0 is too old. At least version 1.0 is needed.
> -- Could NOT find LibIcal: Found unsuitable version
> "profiling:/var/tmp/pgo/kcalcore-17.12.0:Cannot create directory
> profiling:/var/tmp/pgo/kcalcore-17.12.0/CMakeFiles/cmTC_2a1df.dir/
> FindLIBICAL.cxx.gcda:Skip
> 2.0", but required is at least "1.0" (found )
> 
> 
> ^ the above is looking like profiling issues again.

Indeed I have -fprofile-* cflags. Removing them for kde-* did the trick, but I am not sure why. Upgrading libical to masked 3.0.1 didn't help. 

Sorry for the noise.
Comment 5 Andreas Sturmlechner gentoo-dev 2017-12-25 23:44:47 UTC
Here's the deal - we will happily take patches if you find out a fix, until then this is wontfix.