Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 334873 - kde-base/ksplash-4.4.5 fails at cmake compiler test
Summary: kde-base/ksplash-4.4.5 fails at cmake compiler test
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-27 20:15 UTC by Lech Perczak
Modified: 2010-08-28 14:24 UTC (History)
0 users

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


Attachments
Build log (build.log,4.83 KB, text/plain)
2010-08-27 20:16 UTC, Lech Perczak
Details
emerge --info (emerge.info,4.14 KB, text/plain)
2010-08-27 20:17 UTC, Lech Perczak
Details
GCC configuration (gcc-config,72 bytes, text/plain)
2010-08-27 20:18 UTC, Lech Perczak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lech Perczak 2010-08-27 20:15:48 UTC
kde-base/ksplash-4.4.5 fails when cmake is testing if C compiler is working. It returns an error message: Check for working C compiler: /usr/bin/i686-pc-linux-gnu-gcc -- broken
CMake Error at /usr/share/cmake/Modules/CMakeTestCCompiler.cmake:52 (MESSAGE):
  The C compiler "/usr/bin/i686-pc-linux-gnu-gcc" is not able to compile a simple test program (...)

Tried rebuilding CMake (2.8.1-r2) as well as resetting gcc-config.
GCC version is 4.4.3-r2.
The strangest thing is, that all previous KDE 4.4.5 packages compile successfuly, as well as other CMake based packages.
I'm attaching emerge --info and build log.
This package blocks whole KDE 4.4.5 update

Reproducible: Always

Steps to Reproduce:
Comment 1 Lech Perczak 2010-08-27 20:16:14 UTC
Created attachment 245007 [details]
Build log
Comment 2 Lech Perczak 2010-08-27 20:17:05 UTC
Created attachment 245009 [details]
emerge --info
Comment 3 Lech Perczak 2010-08-27 20:18:24 UTC
Created attachment 245011 [details]
GCC configuration
Comment 4 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2010-08-28 09:32:41 UTC
This seems a compiler issue on your box. Have you tried building other packages?
Comment 5 Lech Perczak 2010-08-28 10:39:35 UTC
(In reply to comment #4)
> This seems a compiler issue on your box. Have you tried building other
> packages?
> 

Other KDE packages, as well as other CMake based packages compile fine.
Comment 6 Lech Perczak 2010-08-28 14:24:54 UTC
New update: rebuilding GCC seems to have fixed the problem. We can close this.