Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89013 - [VERSION BUMP] QT4 Beta 2 is available
Summary: [VERSION BUMP] QT4 Beta 2 is available
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL: http://www.trolltech.com/newsroom/ann...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-13 13:43 UTC by Dennis Schridde
Modified: 2005-04-14 11:02 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 Dennis Schridde 2005-04-13 13:43:49 UTC
QT4 Beta 2 is available:
http://www.trolltech.com/newsroom/announcements/00000200.html

Reproducible: Always
Steps to Reproduce:
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2005-04-13 13:45:06 UTC
And it's been in portage now for a long time.
Comment 2 Dennis Schridde 2005-04-13 13:54:35 UTC
You are right.
SORRY!
Couldn't find it on packages.gentoo.org (looked only on the mainsite) and my local tree(forgot to unmask it).
Sorry again.
Comment 3 Caleb Tennis (RETIRED) gentoo-dev 2005-04-13 14:06:41 UTC
Note that the digests are wrong (as I based it off of the commercial version as the open source wasn't available when I was doing my work), so you'll have to emerge sync to get the latest copy.
Comment 4 Dennis Schridde 2005-04-13 14:46:29 UTC
Erm, it seems to me that not only the digest is wrong, but also the whole filename.
According to http://www.trolltech.com/download/betas.html the filename should be qt-x11-opensource-4.0.0-b2.tar.bz2, but the one in the ebuild is qt-x11-beta-4.0.0-b2.tar.bz2
Comment 5 Caleb Tennis (RETIRED) gentoo-dev 2005-04-14 05:06:18 UTC
Yep, should have been fixed yesterday with the same reasons as comment #4.
Comment 6 Caleb Tennis (RETIRED) gentoo-dev 2005-04-14 05:06:28 UTC
Err, #3
Comment 7 younker 2005-04-14 07:01:06 UTC
Ebuild failed with gcc4, following is the error message
g++ -Wl,-O2 -o ../../bin/qtconfig .obj/release-shared/colorbutton.o .obj/release-shared/main.o .obj/release-shared/previewframe.o .obj/release-shared/previewwidget.o .obj/release-shared/mainwindow.o .obj/release-shared/paletteeditoradvanced.o .obj/release-shared/moc_colorbutton.o .obj/release-shared/moc_previewframe.o .obj/release-shared/moc_previewwidget.o .obj/release-shared/moc_mainwindow.o .obj/release-shared/moc_paletteeditoradvanced.o .obj/release-shared/mainwindowbase.o .obj/release-shared/paletteeditoradvancedbase.o .obj/release-shared/previewwidgetbase.o .obj/release-shared/moc_mainwindowbase.o .obj/release-shared/moc_paletteeditoradvancedbase.o .obj/release-shared/moc_previewwidgetbase.o .obj/release-shared/qmake_image_collection.o   -L/usr/lib/mysql -L/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/lib -L/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/lib -lQtCore -lQtGui -lQt3Support -lpthread -ldl
make[2]: Leaving directory `/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/tools/qtconfig'
make[1]: Leaving directory `/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/tools'

!!! ERROR: x11-libs/qt-4.0.0_beta2 failed.
!!! Function src_compile, Line 121, Exitcode 1
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.
Comment 8 Caleb Tennis (RETIRED) gentoo-dev 2005-04-14 07:16:26 UTC
There's no error there, you need to post more of the log.
Comment 9 Dennis Schridde 2005-04-14 10:34:24 UTC
I agree, there is no error. But I can't compile it, either.

I'll give you the last 'few' lines. ;)

cd qtconfig && make all
make[2]: Entering directory `/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/tools/qtconfig'
make[2]: Warning: File `Makefile' has modification time 6.1e+02 s in the future
g++ -c -pipe -I/usr/include/mysql -march=athlon-xp -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/mkspecs/linux-g++ -I. -I../../include/Qt3Support -I../../include/QtGui -I../../include/QtCore -I../../include -I. -I.moc/release-shared -I. -o .obj/release-shared/colorbutton.o colorbutton.cpp
/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/bin/uic -3 /var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/bin/uic3 previewwidgetbase.ui -o ui_previewwidgetbase.h
/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/bin/uic -3 /var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/bin/uic3 paletteeditoradvancedbase.ui -o ui_paletteeditoradvancedbase.h
/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/bin/moc -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/mkspecs/linux-g++ -I. -I../../include/Qt3Support -I../../include/QtGui -I../../include/QtCore -I../../include -I. -I.moc/release-shared -I. colorbutton.h -o .moc/release-shared/moc_colorbutton.cpp
/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/bin/uic3 -embed qtconfig images/appicon.png -o qmake_image_collection.cpp
/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/bin/uic3 -decl ui_previewwidgetbase.h previewwidgetbase.ui -o previewwidgetbase.h
/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/bin/uic3 -decl ui_paletteeditoradvancedbase.h paletteeditoradvancedbase.ui -o paletteeditoradvancedbase.h
g++ -c -pipe -I/usr/include/mysql -march=athlon-xp -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/mkspecs/linux-g++ -I. -I../../include/Qt3Support -I../../include/QtGui -I../../include/QtCore -I../../include -I. -I.moc/release-shared -I. -o .obj/release-shared/moc_colorbutton.o .moc/release-shared/moc_colorbutton.cpp
/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/bin/moc -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/mkspecs/linux-g++ -I. -I../../include/Qt3Support -I../../include/QtGui -I../../include/QtCore -I../../include -I. -I.moc/release-shared -I. previewframe.h -o .moc/release-shared/moc_previewframe.cpp
/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/bin/moc -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/mkspecs/linux-g++ -I. -I../../include/Qt3Support -I../../include/QtGui -I../../include/QtCore -I../../include -I. -I.moc/release-shared -I. previewwidget.h -o .moc/release-shared/moc_previewwidget.cpp
/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/bin/moc -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/mkspecs/linux-g++ -I. -I../../include/Qt3Support -I../../include/QtGui -I../../include/QtCore -I../../include -I. -I.moc/release-shared -I. paletteeditoradvanced.h -o .moc/release-shared/moc_paletteeditoradvanced.cpp
/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/bin/uic3 -impl paletteeditoradvancedbase.h paletteeditoradvancedbase.ui -o paletteeditoradvancedbase.cpp
/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/bin/uic3 -impl previewwidgetbase.h previewwidgetbase.ui -o previewwidgetbase.cpp
/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/bin/moc -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/mkspecs/linux-g++ -I. -I../../include/Qt3Support -I../../include/QtGui -I../../include/QtCore -I../../include -I. -I.moc/release-shared -I. paletteeditoradvancedbase.h -o .moc/release-shared/moc_paletteeditoradvancedbase.cpp
/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/bin/moc -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/mkspecs/linux-g++ -I. -I../../include/Qt3Support -I../../include/QtGui -I../../include/QtCore -I../../include -I. -I.moc/release-shared -I. previewwidgetbase.h -o .moc/release-shared/moc_previewwidgetbase.cpp
g++ -c -pipe -I/usr/include/mysql -march=athlon-xp -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/mkspecs/linux-g++ -I. -I../../include/Qt3Support -I../../include/QtGui -I../../include/QtCore -I../../include -I. -I.moc/release-shared -I. -o .obj/release-shared/qmake_image_collection.o qmake_image_collection.cpp
/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/bin/uic -3 /var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/bin/uic3 mainwindowbase.ui -o ui_mainwindowbase.h
g++ -c -pipe -I/usr/include/mysql -march=athlon-xp -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/mkspecs/linux-g++ -I. -I../../include/Qt3Support -I../../include/QtGui -I../../include/QtCore -I../../include -I. -I.moc/release-shared -I. -o .obj/release-shared/previewframe.o previewframe.cpp
g++ -c -pipe -I/usr/include/mysql -march=athlon-xp -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/mkspecs/linux-g++ -I. -I../../include/Qt3Support -I../../include/QtGui -I../../include/QtCore -I../../include -I. -I.moc/release-shared -I. -o .obj/release-shared/previewwidget.o previewwidget.cpp
g++ -c -pipe -I/usr/include/mysql -march=athlon-xp -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/mkspecs/linux-g++ -I. -I../../include/Qt3Support -I../../include/QtGui -I../../include/QtCore -I../../include -I. -I.moc/release-shared -I. -o .obj/release-shared/paletteeditoradvanced.o paletteeditoradvanced.cpp
g++ -c -pipe -I/usr/include/mysql -march=athlon-xp -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/mkspecs/linux-g++ -I. -I../../include/Qt3Support -I../../include/QtGui -I../../include/QtCore -I../../include -I. -I.moc/release-shared -I. -o .obj/release-shared/moc_previewframe.o .moc/release-shared/moc_previewframe.cpp
g++ -c -pipe -I/usr/include/mysql -march=athlon-xp -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/mkspecs/linux-g++ -I. -I../../include/Qt3Support -I../../include/QtGui -I../../include/QtCore -I../../include -I. -I.moc/release-shared -I. -o .obj/release-shared/moc_previewwidget.o .moc/release-shared/moc_previewwidget.cpp
g++ -c -pipe -I/usr/include/mysql -march=athlon-xp -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/mkspecs/linux-g++ -I. -I../../include/Qt3Support -I../../include/QtGui -I../../include/QtCore -I../../include -I. -I.moc/release-shared -I. -o .obj/release-shared/moc_paletteeditoradvanced.o .moc/release-shared/moc_paletteeditoradvanced.cpp
g++ -c -pipe -I/usr/include/mysql -march=athlon-xp -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/mkspecs/linux-g++ -I. -I../../include/Qt3Support -I../../include/QtGui -I../../include/QtCore -I../../include -I. -I.moc/release-shared -I. -o .obj/release-shared/paletteeditoradvancedbase.o paletteeditoradvancedbase.cpp
g++ -c -pipe -I/usr/include/mysql -march=athlon-xp -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/mkspecs/linux-g++ -I. -I../../include/Qt3Support -I../../include/QtGui -I../../include/QtCore -I../../include -I. -I.moc/release-shared -I. -o .obj/release-shared/previewwidgetbase.o previewwidgetbase.cpp
g++ -c -pipe -I/usr/include/mysql -march=athlon-xp -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/mkspecs/linux-g++ -I. -I../../include/Qt3Support -I../../include/QtGui -I../../include/QtCore -I../../include -I. -I.moc/release-shared -I. -o .obj/release-shared/moc_paletteeditoradvancedbase.o .moc/release-shared/moc_paletteeditoradvancedbase.cpp
g++ -c -pipe -I/usr/include/mysql -march=athlon-xp -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/mkspecs/linux-g++ -I. -I../../include/Qt3Support -I../../include/QtGui -I../../include/QtCore -I../../include -I. -I.moc/release-shared -I. -o .obj/release-shared/moc_previewwidgetbase.o .moc/release-shared/moc_previewwidgetbase.cpp
/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/bin/uic3 -decl ui_mainwindowbase.h mainwindowbase.ui -o mainwindowbase.h
g++ -c -pipe -I/usr/include/mysql -march=athlon-xp -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/mkspecs/linux-g++ -I. -I../../include/Qt3Support -I../../include/QtGui -I../../include/QtCore -I../../include -I. -I.moc/release-shared -I. -o .obj/release-shared/main.o main.cpp
g++ -c -pipe -I/usr/include/mysql -march=athlon-xp -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/mkspecs/linux-g++ -I. -I../../include/Qt3Support -I../../include/QtGui -I../../include/QtCore -I../../include -I. -I.moc/release-shared -I. -o .obj/release-shared/mainwindow.o mainwindow.cpp
/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/bin/moc -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/mkspecs/linux-g++ -I. -I../../include/Qt3Support -I../../include/QtGui -I../../include/QtCore -I../../include -I. -I.moc/release-shared -I. mainwindow.h -o .moc/release-shared/moc_mainwindow.cpp
/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/bin/uic3 -impl mainwindowbase.h mainwindowbase.ui -o mainwindowbase.cpp
/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/bin/moc -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/mkspecs/linux-g++ -I. -I../../include/Qt3Support -I../../include/QtGui -I../../include/QtCore -I../../include -I. -I.moc/release-shared -I. mainwindowbase.h -o .moc/release-shared/moc_mainwindowbase.cpp
g++ -c -pipe -I/usr/include/mysql -march=athlon-xp -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/mkspecs/linux-g++ -I. -I../../include/Qt3Support -I../../include/QtGui -I../../include/QtCore -I../../include -I. -I.moc/release-shared -I. -o .obj/release-shared/moc_mainwindow.o .moc/release-shared/moc_mainwindow.cpp
g++ -c -pipe -I/usr/include/mysql -march=athlon-xp -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/mkspecs/linux-g++ -I. -I../../include/Qt3Support -I../../include/QtGui -I../../include/QtCore -I../../include -I. -I.moc/release-shared -I. -o .obj/release-shared/mainwindowbase.o mainwindowbase.cpp
g++ -c -pipe -I/usr/include/mysql -march=athlon-xp -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/mkspecs/linux-g++ -I. -I../../include/Qt3Support -I../../include/QtGui -I../../include/QtCore -I../../include -I. -I.moc/release-shared -I. -o .obj/release-shared/moc_mainwindowbase.o .moc/release-shared/moc_mainwindowbase.cpp
g++  -o ../../bin/qtconfig .obj/release-shared/colorbutton.o .obj/release-shared/main.o .obj/release-shared/previewframe.o .obj/release-shared/previewwidget.o .obj/release-shared/mainwindow.o .obj/release-shared/paletteeditoradvanced.o .obj/release-shared/moc_colorbutton.o .obj/release-shared/moc_previewframe.o .obj/release-shared/moc_previewwidget.o .obj/release-shared/moc_mainwindow.o .obj/release-shared/moc_paletteeditoradvanced.o .obj/release-shared/mainwindowbase.o .obj/release-shared/paletteeditoradvancedbase.o .obj/release-shared/previewwidgetbase.o .obj/release-shared/moc_mainwindowbase.o .obj/release-shared/moc_paletteeditoradvancedbase.o .obj/release-shared/moc_previewwidgetbase.o .obj/release-shared/qmake_image_collection.o   -L/usr/lib/mysql -L/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/lib -L/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/lib -lQtCore -lQtGui -lQt3Support -lpthread -ldl
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
make[2]: Leaving directory `/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/tools/qtconfig'
make[1]: warning:  Clock skew detected.  Your build may be incomplete.
make[1]: Leaving directory `/var/tmp/portage/qt-4.0.0_beta2/work/qt-x11-opensource-4.0.0-b2/tools'

!!! ERROR: x11-libs/qt-4.0.0_beta2 failed.
!!! Function src_compile, Line 121, Exitcode 1
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.
Comment 10 Dennis Schridde 2005-04-14 10:36:14 UTC
I think emerge "die"s somewhere, but I can't figure out where that could be.
Comment 11 Caleb Tennis (RETIRED) gentoo-dev 2005-04-14 10:59:57 UTC
I think I see the problem:

-    use examples && emake sub-demos sub-examples sub-tutorial || die
+    use examples && ( emake sub-demos sub-examples sub-tutorial || die )
Comment 12 Caleb Tennis (RETIRED) gentoo-dev 2005-04-14 11:02:18 UTC
Note that I've also run to some problems where the beta1 was getting in the way - that is, I had to uninstall it before I tryed to merge beta2.