From owner-freebsd-questions@FreeBSD.ORG Tue Jan 5 13:01:17 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80D2610656B7 for ; Tue, 5 Jan 2010 13:01:17 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 0F3A78FC0C for ; Tue, 5 Jan 2010 13:01:16 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for freebsd-questions@freebsd.org with esmtp (envelope-from ) id <1NS92B-0004Wk-Tl>; Tue, 05 Jan 2010 14:01:15 +0100 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) for freebsd-questions@freebsd.org with esmtpsa (envelope-from ) id <1NS92B-0002E0-S4>; Tue, 05 Jan 2010 14:01:15 +0100 Message-ID: <4B433861.2080009@zedat.fu-berlin.de> Date: Tue, 05 Jan 2010 13:02:25 +0000 From: "O. Hartmann" Organization: Freie =?ISO-8859-15?Q?Universit=E4t_Berlin?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.5) Gecko/20091221 Thunderbird/3.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Subject: Qt4: Help, can not install or update any QT lib/app anymore! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2010 13:01:17 -0000 Dear Sirs, on a very 'production'-sensitive box I get an error whenever I try to install any qt4-related application or library. After deinstalling every qt4-lib/-app, and deleting every /usr/local/*/qt4 directory, I'm incapable of installing anything related to Qt4, even qt4-corelib fails. I need those qt4-stuff for several applications and would appreciate any help. Please email, I'm not subscriber of the -question'-mailinglist. Thanks in advance, Oliver thusnelda# make install clean ===> qt4-corelib-4.5.3 depends on package: qt4-qmake>=4.5.3 - found ===> qt4-corelib-4.5.3 depends on package: qt4-moc>=4.5.3 - not found ===> Verifying install for qt4-moc>=4.5.3 in /usr/ports/devel/qt4-moc ===> Building for qt4-moc-4.5.3 [...] c++ -c -O2 -pipe -march=nocona -fno-strict-aliasing -O2 -pipe -march=nocona -fno-strict-aliasing -Wall -W -DQT_BOOTSTRAPPED -DQT_LITE_UNICODE -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_CODECS -DQT_NO_DATASTREAM -DQT_NO_GEOM_VARIANT -DQT_NO_LIBRARY -DQT_NO_QOBJECT -DQT_NO_STL -DQT_NO_SYSTEMLOCALE -DQT_NO_TEXTSTREAM -DQT_NO_THREAD -DQT_NO_UNICODETABLES -DQT_NO_USING_NAMESPACE -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../include -I../../../include/QtCore -I../../../include/QtXml -I/usr/local/include -o .obj/release-static/qfsfileengine.o ../../corelib/io/qfsfileengine.cpp ../../corelib/io/qfsfileengine.cpp: In member function 'bool QFSFileEnginePrivate::openFh(QFlags, FILE*)': ../../corelib/io/qfsfileengine.cpp:309: error: 'QT_FSEEK' was not declared in this scope ../../corelib/io/qfsfileengine.cpp: In member function 'qint64 QFSFileEnginePrivate::posFdFh() const': ../../corelib/io/qfsfileengine.cpp:531: error: 'QT_FTELL' was not declared in this scope ../../corelib/io/qfsfileengine.cpp: In member function 'bool QFSFileEnginePrivate::seekFdFh(qint64)': ../../corelib/io/qfsfileengine.cpp:561: error: 'QT_OFF_T' was not declared in this scope ../../corelib/io/qfsfileengine.cpp:561: error: 'QT_FSEEK' was not declared in this scope ../../corelib/io/qfsfileengine.cpp: In member function 'qint64 QFSFileEnginePrivate::readFdFh(char*, qint64)': ../../corelib/io/qfsfileengine.cpp:636: error: 'QT_FTELL' was not declared in this scope ../../corelib/io/qfsfileengine.cpp:636: error: 'QT_FSEEK' was not declared in this scope ../../corelib/io/qfsfileengine.cpp: In member function 'qint64 QFSFileEnginePrivate::readLineFdFh(char*, qint64)': ../../corelib/io/qfsfileengine.cpp:707: error: 'QT_OFF_T' was not declared in this scope ../../corelib/io/qfsfileengine.cpp:707: error: expected `;' before 'oldPos' ../../corelib/io/qfsfileengine.cpp:712: error: 'oldPos' was not declared in this scope ../../corelib/io/qfsfileengine.cpp:712: error: 'QT_FTELL' was not declared in this scope *** Error code 1 Stop in /usr/ports/devel/qt4-moc/work/qt-x11-opensource-src-4.5.3/src/tools/bootstrap. *** Error code 1 Stop in /usr/ports/devel/qt4-moc. *** Error code 1 Stop in /usr/ports/devel/qt4-corelib.