Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 784272 - rebuild qt breaks with internal compiler error
Summary: rebuild qt breaks with internal compiler error
Keywords:
Status: CLOSED DUPLICATE of bug 783586
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-01-24 12:32 UTC by Than Ngo
Modified: 2012-01-24 13:14 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-01-24 13:14:05 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Than Ngo 2012-01-24 12:32:07 UTC
Description of problem:
rebuild qt breaks with internal compiler error


Version-Release number of selected component (if applicable):
gcc-4.7.0-0.8.fc17.i686

How reproducible:
rebuild qt


Actual results:

gcc breaks with internal compiler error:

g++ -c -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -O2 -fvisibility=hidden -fvisibility-inlines-hidden -D_REENTRANT -Wall -W -fPIC -DQT_NO_DEBUG -DQT_PLUGIN -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3 -DQT_HAVE_SSE4_1 -DQT_HAVE_SSE4_2 -DQT_HAVE_AVX -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I../../../../mkspecs/linux-g++ -I. -I../../../../include/QtCore -I../../../../include/QtNetwork -I../../../../include/QtDBus -I../../../../include -I.moc/release-shared -o .obj/release-shared/qnetworkmanagerengine.o qnetworkmanagerengine.cpp
In file included from ../../../../include/QtDBus/qdbuspendingreply.h:1:0,
                 from ../../../../include/QtDBus/../../src/dbus/qdbusreply.h:52,
                 from ../../../../include/QtDBus/qdbusreply.h:1,
                 from ../../../../include/QtDBus/../../src/dbus/qdbusconnectioninterface.h:48,
                 from ../../../../include/QtDBus/qdbusconnectioninterface.h:1,
                 from ../../../../include/QtDBus/QtDBus:8,
                 from qnetworkmanagerservice.h:56,
                 from qnetworkmanagerengine.h:58,
                 from qnetworkmanagerengine.cpp:42:
../../../../include/QtDBus/../../src/dbus/qdbuspendingreply.h: In substitution of 'template<class T1, class T2, class T3, class T4, class T5, class T6, class T7, class T8> template<int Index> const typename QDBusPendingReply<T1, T2, T3, T4, T5, T6, T7, T8>::Select::Type QDBusPendingReply::argumentAt() const [with int Index = <missing>; T1 = 0; T2 = <missing>; T3 = <missing>; T4 = <missing>; T5 = <missing>; T6 = <missing>; T7 = <missing>; T8 = <missing>]':
../../../../include/QtDBus/../../src/dbus/qdbuspendingreply.h:181:30:   required from 'typename QDBusPendingReply<T1, T2, T3, T4, T5, T6, T7, T8>::Select<0>::Type QDBusPendingReply<T1, T2, T3, T4, T5, T6, T7, T8>::value() const [with T1 = QDBusObjectPath; T2 = void; T3 = void; T4 = void; T5 = void; T6 = void; T7 = void; T8 = void; typename QDBusPendingReply<T1, T2, T3, T4, T5, T6, T7, T8>::Select<0>::Type = QDBusObjectPath]'
qnetworkmanagerengine.cpp:521:46:   required from here
../../../../include/QtDBus/../../src/dbus/qdbuspendingreply.h:170:40: internal compiler error: in tsubst, at cp/pt.c:11285

Expected results:
qt should be built fine

Additional info:

Comment 1 Jakub Jelinek 2012-01-24 13:14:05 UTC

*** This bug has been marked as a duplicate of bug 783586 ***


Note You need to log in before you can comment on or make changes to this bug.