Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 225173 - x11-themes/qtcurve-qt4-0.59.3: failed to compile while updating from 0.57.1
Summary: x11-themes/qtcurve-qt4-0.59.3: failed to compile while updating from 0.57.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-07 02:50 UTC by Simeon Maryasin
Modified: 2008-06-07 17:18 UTC (History)
2 users (show)

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


Attachments
build log (build.log,10.74 KB, text/plain)
2008-06-07 02:52 UTC, Simeon Maryasin
Details
emerge --info (emerge --info,4.41 KB, text/plain)
2008-06-07 12:17 UTC, Simeon Maryasin
Details
build log (in English) (build.log,9.58 KB, text/plain)
2008-06-07 12:19 UTC, Simeon Maryasin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Simeon Maryasin 2008-06-07 02:50:25 UTC
When I tried to update system (emerge --sync + emerge -uvD world), it crashed while compiling x11-themes/qtcurve-qt4-0.59.3.

Reproducible: Always

Steps to Reproduce:
1. emerge =x11-themes/qtcurve-qt4-0.59.3

Actual Results:  
 *
 * ERROR: x11-themes/qtcurve-qt4-0.59.3 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line  799:  Called cmake-utils_src_compile
 *             environment, line  148:  Called cmake-utils_src_make
 *             environment, line  188:  Called die
 * The specific snippet of code:
 *           emake "$@" || die "Make failed!";
 *  The die message:
 *   Make failed!
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/x11-themes/qtcurve-qt4-0.59.3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-themes/qtcurve-qt4-0.59.3/temp/environment


 *
 * ERROR: x11-themes/qtcurve-qt4-0.59.3 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line  799:  Called cmake-utils_src_compile
 *             environment, line  148:  Called cmake-utils_src_make
 *             environment, line  188:  Called die
 * The specific snippet of code:
 *           emake "$@" || die "Make failed!";
 *  The die message:
 *   Make failed!
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/x11-themes/qtcurve-qt4-0.59.3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-themes/qtcurve-qt4-0.59.3/temp/environment
Comment 1 Simeon Maryasin 2008-06-07 02:52:19 UTC
Created attachment 155781 [details]
build log
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2008-06-07 10:46:21 UTC
Please do LC_MESSAGES="C" emerge -1 =x11-themes/qtcurve-qt4-0.59.3 and attach the build.log. The chance that the maintainer speaks Russian is relatively low.

emerge --info missing as well.
Comment 3 Simeon Maryasin 2008-06-07 12:17:50 UTC
Created attachment 155807 [details]
emerge --info
Comment 4 Simeon Maryasin 2008-06-07 12:19:21 UTC
Created attachment 155809 [details]
build log (in English)
Comment 5 Simeon Maryasin 2008-06-07 12:21:33 UTC
(In reply to comment #2)
> Please do LC_MESSAGES="C" emerge -1 =x11-themes/qtcurve-qt4-0.59.3 and attach
> the build.log. The chance that the maintainer speaks Russian is relatively low.
> 
> emerge --info missing as well.
> 

Thank you. I've just didn't look at that messages...
Comment 6 Ben de Groot (RETIRED) gentoo-dev 2008-06-07 13:24:01 UTC
I'm suspecting this bug is due to your use of KDE 4, which at present is not supported on Gentoo. I'll keep the bug open for now and investigate a bit further.
Comment 7 Erik Zeek 2008-06-07 14:15:42 UTC
(In reply to comment #6)
> I'm suspecting this bug is due to your use of KDE 4, which at present is not
> supported on Gentoo. I'll keep the bug open for now and investigate a bit
> further.
> 

Perhaps the flags mentioned in bug 225197 would help.
Comment 8 Ben de Groot (RETIRED) gentoo-dev 2008-06-07 17:18:28 UTC
After discussing this with my kde herd brothers ;-) we found that with kde-4 support it is also necessary to have qt-gui-4.4. As discussed in bug 225197, we added a kde useflag to the qtcurve-qt4-0.59.3-r1 ebuild, so you can enable or disable this kde-4 support. Disabling the kde useflag for this updated ebuild should prevent triggering the bug you ran into.