Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 294770 - compile error on x11-libs/qt-core-4.5.3-r2
Summary: compile error on x11-libs/qt-core-4.5.3-r2
Status: VERIFIED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-26 22:21 UTC by Steven Raspe
Modified: 2009-11-28 19:06 UTC (History)
0 users

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 Steven Raspe 2009-11-26 22:21:47 UTC
When compiling x11-libs/qt-core-4.5.3-r2 on a XEN hosted machine (not under my administration) whith an image installed by the hosting provider, I get the following error when compiling qt-core:
 * ERROR: x11-libs/qt-core-4.5.3-r2 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_configure
 *             environment, line 3462:  Called qt4-build_src_configure
 *             environment, line 3128:  Called die
 * The specific snippet of code:
 *       ./configure ${myconf} || die "./configure failed";
 *  The die message:
 *   ./configure failed



Reproducible: Always

Steps to Reproduce:

Actual Results:  
This is the last command from the log file.

x86_64-pc-linux-gnu-g++ -c -o pbuilder_pbx.o -O2 -pipe  -pipe -DQMAKE_OPENSOURCE_EDITION -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac -I/var/tmp/portage/x11-libs/qt-core-4.5.3-r2/work/qt-x11-opensource-src-4.5.3/include -I/var/tmp/portage/x11-libs/qt-core-4.5.3-r2/work/qt-x11-opensource-src-4.5.3/include/QtCore -I/var/tmp/portage/x11-libs/qt-core-4.5.3-r2/work/qt-x11-opensource-src-4.5.3/src/corelib/global -I/var/tmp/portage/x11-libs/qt-core-4.5.3-r2/work/qt-x11-opensource-src-4.5.3/src/script -DQT_NO_PCRE -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I/var/tmp/portage/x11-libs/qt-core-4.5.3-r2/work/qt-x11-opensource-src-4.5.3/mkspecs/linux-g++ -DHAVE_QCONFIG_CPP -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT  generators/mac/pbuilder_pbx.cpp
{standard input}: Assembler messages:
{standard input}:32268: Warning: end of file not at end of a line; newline inserted
{standard input}:33576: Error: unknown pseudo-op: `.uleb'
x86_64-pc-linux-gnu-g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <URL:http://bugs.gentoo.org/> for instructions.
gmake: *** [pbuilder_pbx.o] Error 1
 ^[[31;01m*^[[0m
 ^[[31;01m*^[[0m ERROR: x11-libs/qt-core-4.5.3-r2 failed.
 ^[[31;01m*^[[0m Call stack:
 ^[[31;01m*^[[0m               ebuild.sh, line   49:  Called src_configure
 ^[[31;01m*^[[0m             environment, line 3462:  Called qt4-build_src_configure
 ^[[31;01m*^[[0m             environment, line 3128:  Called die
 ^[[31;01m*^[[0m The specific snippet of code:
 ^[[31;01m*^[[0m       ./configure ${myconf} || die "./configure failed";
 ^[[31;01m*^[[0m  The die message:
 ^[[31;01m*^[[0m   ./configure failed
 ^[[31;01m*^[[0m
 ^[[31;01m*^[[0m If you need support, post the topmost build error, and the call stack if relevant.
 ^[[31;01m*^[[0m A complete build log is located at '/var/tmp/portage/x11-libs/qt-core-4.5.3-r2/temp/build.log'.
Comment 1 Rafał Mużyło 2009-11-27 03:59:04 UTC
Are you sure you're not running out of memory/disk space ?
Comment 2 Patrick Lauer gentoo-dev 2009-11-27 16:40:34 UTC
please attach emerge --info
Comment 3 Steven Raspe 2009-11-28 19:06:24 UTC
Thanks Rafal!

That was my problem... Aparently the service proveder only created 256 MB Swap next to the 128 mb internal. After adding a swap file it worked fine.

Never thought to look at that..

Cheers!