NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bin/46978: internal compiler error building qt4-libs
>Number: 46978
>Category: bin
>Synopsis: internal compiler error building qt4-libs
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: bin-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Sep 18 06:55:00 +0000 2012
>Originator: Alan Barrett
>Release: NetBSD 6.99.11
>Organization:
Not much
>Environment:
NetBSD 6.99.11 i386
Architecture: i386
Machine: i386
>Description:
Building pkgsrc/x11/qt4-libs fails with the following messages from the
c++ compiler:
painting/qdrawhelper_mmx.cpp: In function 'void qt_blend_color_argb_mmx(int,
const QSpan*, void*)':
painting/qdrawhelper_mmx.cpp:115:1: internal compiler error: in insert_save, at
caller-save.c:1306
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
Since the compiler comes from the NetBSD base system, I am
filing this as "Category: bin".
>How-To-Repeat:
1. NetBSD 6.99.11 i386, built from sources checked out with
cvs update -D"2012-09-15 12:00 UTC".
2. pkgsrc source tree checked out from CVS with the same
cvs update -D"2012-09-15 12:00 UTC".
3. cd pkgsrc/x11/qt4-libs ; make
I used a pkg_comp chroot, but I have seen the same problem
without it.
4. After a long time, it fails. The last command, and the
error messages, are:
libtool --silent --mode=compile c++ -c -Winline -mmmx -O2 -I/usr/pkg/include \
-I/usr/include/krb5 -I/usr/include -I/usr/X11R7/include \
-I/usr/X11R7/include/freetype2 -I/usr/pkg/include -I/usr/include/krb5 \
-I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 \
-D_REENTRANT -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -fPIC \
-DQT_SHARED -DQT_BUILD_GUI_LIB -DQT_NO_USING_NAMESPACE \
-DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT \
-DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_NO_OPENTYPE -DQT_NO_STYLE_MAC \
-DQT_NO_STYLE_WINDOWSVISTA -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_WINDOWSCE \
-DQT_NO_STYLE_WINDOWSMOBILE -DQT_NO_STYLE_S60 -DQ_INTERNAL_QAPP_SRC \
-DQT_NO_DEBUG -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 -I../../mkspecs/netbsd-g++ -I. -I../../include/QtCore \
-I../../include -I../../include/QtGui -I.rcc/release-shared \
-I../3rdparty/xorg -Iimage -I/usr/X11R7/include/freetype2 \
-I../3rdparty/harfbuzz/src -Idialogs -I.moc/release-shared \
-I/usr/X11R7/include -I.uic/release-shared -I/usr/pkg/include \
painting/qdrawhelper_mmx.cpp -o .obj/release-shared/qdrawhelper_mmx.lo
painting/qdrawhelper_mmx.cpp: In function 'void qt_blend_color_argb_mmx(int,
const QSpan*, void*)':
painting/qdrawhelper_mmx.cpp:115:1: internal compiler error: in insert_save, at
caller-save.c:1306
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
gmake[1]: *** [.obj/release-shared/qdrawhelper_mmx.lo] Error 1
gmake[1]: Leaving directory
`/pkg_comp/obj/pkgsrc/x11/qt4-libs/work.apb/qt-everywhere-opensource-src-4.8.3/src/gui'
gmake: *** [sub-gui-sub_src_target_ordered] Error 2
*** Error code 2
Stop.
make: stopped in /usr/pkgsrc/x11/qt4-libs
*** Error code 1
>Fix:
Not known.
Home |
Main Index |
Thread Index |
Old Index