Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 333905 - x11-libs/qt-gui-4.6.3 does not compile
Summary: x11-libs/qt-gui-4.6.3 does not compile
Status: RESOLVED DUPLICATE of bug 320017
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-22 06:45 UTC by 3PO
Modified: 2010-08-23 17:37 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description 3PO 2010-08-22 06:45:54 UTC
Hi,
Copmiler breaks with error as follows:

.....
Gtk theme support cannot be enabled due to functionality tests!
 Turn on verbose messaging (-v) to ./configure to see the final report.
 If you believe this message is in error you may use the continue
 switch (-continue) to ./configure to continue.
 * ERROR: x11-libs/qt-gui-4.6.3 failed:
 *   ./configure failed
 *
 * Call stack:
 *     ebuild.sh, line   48:  Called src_configure
 *   environment, line 3841:  Called qt4-build_src_configure
 *   environment, line 3459:  Called die
 * The specific snippet of code:
 *       ./configure ${myconf} || die "./configure failed";
 *
 * If you need support, post the output of 'emerge --info =x11-libs/qt-gui-4.6.3',
 * the complete build log and the output of 'emerge -pqv =x11-libs/qt-gui-4.6.3'.
 * The complete build log is located at '/log/portage/x11-libs:qt-gui-4.6.3:20100822-053953.log'.
 * The ebuild environment file is located at '/tmp/portage/x11-libs/qt-gui-4.6.3/temp/environment'.
 * S: '/tmp/portage/x11-libs/qt-gui-4.6.3/work/qt-everywhere-opensource-src-4.6.3'

>>> Failed to emerge x11-libs/qt-gui-4.6.3, Log file:

>>>  '/log/portage/x11-libs:qt-gui-4.6.3:20100822-053953.log'


Log -->  http://pastebin.com/u5tdm9n8

emerge --info --> http://pastebin.com/ghwRGVUg

Reproducible: Always
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2010-08-22 21:02:47 UTC
Please attach emerge --info and build.log in this bug. Don't use pastebin since it gets expired sooner or later

thanks
Comment 2 Alex Alexander (RETIRED) gentoo-dev 2010-08-23 06:54:46 UTC
please try without ccache.
Comment 3 Davide Pesavento (RETIRED) gentoo-dev 2010-08-23 09:54:16 UTC
Might be related to libpng upgrade...
Comment 4 3PO 2010-08-23 15:37:45 UTC
> please try without ccache.

How can i do this?


> Might be related to libpng upgrade...

vdr01 ~ # eix libpng
[I] media-libs/libpng
     Available versions:
        (1.2)   1.2.44
        (0)     1.4.3
     Installed versions:  1.2.44(1.2)(23:47:20 19.08.2010) 1.4.3(23:07:23 18.08.2010)
     Homepage:            http://www.libpng.org/
     Description:         Portable Network Graphics library
Comment 5 Davide Pesavento (RETIRED) gentoo-dev 2010-08-23 16:02:52 UTC
Please try:
emerge -1 cairo pango gtk+


*** This bug has been marked as a duplicate of bug 320017 ***
Comment 6 3PO 2010-08-23 17:37:48 UTC
1000 THX @  Davide Pesavento,

after : emerge -1 cairo pango gtk+

it works now, ;)