Bug 784272
| Summary: | rebuild qt breaks with internal compiler error | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Than Ngo <than> |
| Component: | gcc | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | jakub |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-01-24 13:14:05 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
*** This bug has been marked as a duplicate of bug 783586 *** |
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: