Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 371459 - kfmclient-4.6.80 failed to emerge: "config-apps.h.cmake does not exist"
Summary: kfmclient-4.6.80 failed to emerge: "config-apps.h.cmake does not exist"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-13 19:22 UTC by Peter Albrecht
Modified: 2011-06-19 11:01 UTC (History)
0 users

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


Attachments
The build log: /var/tmp/portage/kde-base/kfmclient-4.6.80/temp/build.log (build.log,7.00 KB, text/plain)
2011-06-13 19:36 UTC, Peter Albrecht
Details
output of "emerge --info" (emerge_info.txt,4.62 KB, text/plain)
2011-06-13 19:36 UTC, Peter Albrecht
Details
output of "emerge -pqv" (emerge_pqv.txt,392 bytes, text/plain)
2011-06-13 19:37 UTC, Peter Albrecht
Details
The ebuild environment: /var/tmp/portage/kde-base/kfmclient-4.6.80/temp/environment (environment,170.88 KB, text/plain)
2011-06-13 19:37 UTC, Peter Albrecht
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Albrecht 2011-06-13 19:22:09 UTC
kde-base/kfmclient-4.6.80 fails to emerge. I'm using "kde" overlay (git://git.overlays.gentoo.org/proj/kde.git).

This is the first time, I'm building an unstable KDE so there's a big chance I'm missed something.

Reproducible: Always

Steps to Reproduce:
1. emerge --sync (12.06.2011)
2. emerge -va -uND world
3. revdep-rebuild
4. dispath-conf
5. layman -a kde
6. ln -s /var/lib/layman/kde/Documentation/package.keywords/kde-4.7.keywords /etc/portage/package.keywords/kde-4.7
7. ln -s /var/lib/layman/kde/Documentation/package.unmask/kde-4.7 /etc/portage/package.unmask/kde-4.7
8. emerge -va -uND world


Actual Results:  
emerge fails, because it misses the file "config-apps.h.cmake"

Expected Results:  
emerge succeeds and installs package kfmclient

console output:

-- Looking for getpeereid
-- Looking for getpeereid - not found
-- Looking for statvfs
-- Looking for statvfs - found
CMake Error: File /var/tmp/portage/kde-base/kfmclient-4.6.80/work/kfmclient-4.6.80/config-apps.h.cmake does not exist.
CMake Error at CMakeLists.txt:16 (configure_file):
  configure_file Problem configuring file

-- <<< Gentoo configuration >>>
Build type      Gentoo
Install path    /usr
Compiler flags:
C               -O2 -march=core2 -msse4.1 -pipe  -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common
C++             -O2 -march=core2 -msse4.1 -pipe  -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden
Linker flags:
Executable      -Wl,--enable-new-dtags -Wl,-O1 -Wl,--as-needed
Module          -Wl,--enable-new-dtags -Wl,--fatal-warnings -Wl,--no-undefined -lc -Wl,-O1 -Wl,--as-needed
Shared          -Wl,--enable-new-dtags -Wl,--fatal-warnings -Wl,--no-undefined -lc -Wl,-O1 -Wl,--as-needed

-- Configuring incomplete, errors occurred!
 * ERROR: kde-base/kfmclient-4.6.80 failed (configure phase):
 *   cmake failed
 * 
 * Call stack:
 *     ebuild.sh, line   56:  Called src_configure
 *   environment, line 4422:  Called kde4-meta_src_configure
 *   environment, line 3528:  Called kde4-base_src_configure
 *   environment, line 3218:  Called cmake-utils_src_configure
 *   environment, line 1340:  Called _execute_optionaly 'src_configure'
 *   environment, line  720:  Called enable_cmake-utils_src_configure
 *   environment, line 1660:  Called die
 * The specific snippet of code:
 *       "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";
 * 
 * If you need support, post the output of 'emerge --info =kde-base/kfmclient-4.6.80',
[...]

----------------
This also happens when emerging kdialog-4.6.80:
CMake Error: File /var/tmp/portage/kde-base/kdialog-4.6.80/work/kdialog-4.6.80/config-apps.h.cmake does not exist.
Comment 1 Peter Albrecht 2011-06-13 19:36:13 UTC
Created attachment 276947 [details]
The build log: /var/tmp/portage/kde-base/kfmclient-4.6.80/temp/build.log
Comment 2 Peter Albrecht 2011-06-13 19:36:37 UTC
Created attachment 276949 [details]
output of "emerge --info"
Comment 3 Peter Albrecht 2011-06-13 19:37:05 UTC
Created attachment 276951 [details]
output of "emerge -pqv"
Comment 4 Peter Albrecht 2011-06-13 19:37:39 UTC
Created attachment 276953 [details]
The ebuild environment: /var/tmp/portage/kde-base/kfmclient-4.6.80/temp/environment
Comment 5 Peter Albrecht 2011-06-13 19:47:53 UTC
Someone else also encountered this problem: http://pastebin.com/TtFWJLYj

But I could not find a webpage refering to this "paste". Especially not a bug-report at bugs.gentoo.org.
Comment 6 Jonathan Callen (RETIRED) gentoo-dev 2011-06-19 02:16:16 UTC
This has been fixed in the overlay and in the tree
Comment 7 Peter Albrecht 2011-06-19 11:01:40 UTC
(In reply to comment #6)
> This has been fixed in the overlay and in the tree

Bugfix confirmed! Thanks a lot!