From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Mar 23 16:00:07 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1CBF106566B for ; Sun, 23 Mar 2008 16:00:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C70F98FC1A for ; Sun, 23 Mar 2008 16:00:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2NG062W069930 for ; Sun, 23 Mar 2008 16:00:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2NG06Nf069929; Sun, 23 Mar 2008 16:00:06 GMT (envelope-from gnats) Resent-Date: Sun, 23 Mar 2008 16:00:06 GMT Resent-Message-Id: <200803231600.m2NG06Nf069929@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 904D7106564A for ; Sun, 23 Mar 2008 15:50:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 77C1A8FC14 for ; Sun, 23 Mar 2008 15:50:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m2NFo3Ku054918 for ; Sun, 23 Mar 2008 15:50:03 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m2NFo39w054917; Sun, 23 Mar 2008 15:50:03 GMT (envelope-from nobody) Message-Id: <200803231550.m2NFo39w054917@www.freebsd.org> Date: Sun, 23 Mar 2008 15:50:03 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/122017: x11-toolkits/qt4-gui (qt4-gui-4.3.1) (new compiler error) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Mar 2008 16:00:07 -0000 >Number: 122017 >Category: ports >Synopsis: x11-toolkits/qt4-gui (qt4-gui-4.3.1) (new compiler error) >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 23 16:00:06 UTC 2008 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 7.0-STABLE/AMD64 >Organization: FU Berlin >Environment: >Description: On FreeBSD 7.0/STABLE AMD64 platform port x11-toolkits/qt4-gui (qt4-gui-4.3.1) end up with compilation error (see appendix). This error does not go away after recompilation of all related requisite qt4 ports and tools (option -R of portupgrade or manual reinstallation). error: .... c++ -c -O2 -fno-strict-aliasing -pipe -march=k8 -I. -I../../include/Qt -I/usr/local/include -fno-exceptions -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -O2 -fno-strict-aliasing -pipe -march=k8 -Wall -W -fPIC -DQT_SHARED -DQT_BUILD_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_44_API_QSQLQUERY_FINISH -DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_RASTER_IMAGEENGINE -DQT_HAVE_MMX -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_NO_STYLE_MAC -DQT_NO_STYLE_WINDOWSVISTA -DQT_NO_STYLE_WINDOWSXP -DQ_INTERNAL_QAPP_SRC -DQT_NO_DEBUG -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/local/share/qt4/mkspecs/freebsd-g++ -I. -I../../include/QtCore -I../../include/QtCore -I../../include -I../../include/QtGui -I/usr/local/include/freetype2 -I../3rdparty/harfbuzz/src -Idialogs -I.moc/release-shared -I/usr/local/include -I.uic/release-shared -I/usr/local/include -o .obj/release-shared/qcombobox.o widgets/qcombobox.cpp widgets/qcombobox.cpp: In member function 'virtual void QComboBoxPrivateContainer::resizeEvent(QResizeEvent*)': widgets/qcombobox.cpp:351: error: 'SH_Menu_Mask' is not a member of 'QStyle' *** Error code 1 Stop in /usr/ports/x11-toolkits/qt4-gui/work/qt-x11-opensource-src-4.3.4/src/gui. *** Error code 1 Stop in /usr/ports/x11-toolkits/qt4-gui. *** Error code 1 Stop in /usr/ports/x11-toolkits/qt4-gui. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.2448.0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=qt4-gui-4.3.1 UPGRADE_PORT_VER=4.3.1 make >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: