From owner-freebsd-ports@FreeBSD.ORG Mon Sep 17 11:36:52 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3AEC106564A for ; Mon, 17 Sep 2012 11:36:52 +0000 (UTC) (envelope-from joerg_surmann@snafu.de) Received: from waikiki.ops.eusc.inter.net (waikiki.ops.eusc.inter.net [84.23.254.155]) by mx1.freebsd.org (Postfix) with ESMTP id 7EF8E8FC1F for ; Mon, 17 Sep 2012 11:36:52 +0000 (UTC) X-Trace: 507c6a6f6572675f7375726d616e6e7c37382e35322e3234302e3137337c315444 5a4b482d30303048666b2d45787c31333437383830363337 Received: from waikiki.ops.eusc.inter.net ([10.155.10.19] helo=localhost) by waikiki.ops.eusc.inter.net with esmtpsa (Exim 4.72) id 1TDZKH-000Hfk-Ex for freebsd-ports@freebsd.org; Mon, 17 Sep 2012 13:17:17 +0200 Message-ID: <50570650.3080303@snafu.de> Date: Mon, 17 Sep 2012 13:15:28 +0200 From: Joerg Surmann User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1 MIME-Version: 1.0 To: Freebsd_mailinglist_PORTS X-Enigmail-Version: 1.4.3 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable X-SA-Exim-Connect-IP: 78.52.240.173 X-SA-Exim-Mail-From: joerg_surmann@snafu.de X-SA-Exim-Scanned: No (on waikiki.ops.eusc.inter.net); SAEximRunCond expanded to false Subject: update failed for editors/libreoffice libreoffice-3.5.6.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2012 11:36:52 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi all, i'm running freebsd-9.0 the update libreoffice from ports to 3.5.6.2 hangs here: internal build errors: ERROR: error 65280 occurred while making /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/vcl/prj after: /usr/local/bin/bash cd /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2 source ./Env.Host.sh cd vcl gmake clean # optional gmake -r comes this errors: /usr/local/include/qsocketnotifier.h:46:16: error: variable has incomplete type 'class Q_EXPORT' class Q_EXPORT QSocketNotifier : public QObject ^ /usr/local/include/qsocketnotifier.h:46:7: note: forward declaration of 'Q_EXPORT' class Q_EXPORT QSocketNotifier : public QObject ^ /usr/local/include/qsocketnotifier.h:46:32: error: expected ';' after top level declarator class Q_EXPORT QSocketNotifier : public QObject ^ =20 ; = = = =20 =20 /usr/local/include/qsocketnotifier.h:46:34: error: expected unqualified-i= d class Q_EXPORT QSocketNotifier : public QObject ^ /usr/local/include/qsocketnotifier.h:80:12: error: expected a class or namespace inline int QSocketNotifier::socket() const ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/vcl/unx/kde4= /KDEData.cxx:31: In file included from /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/vcl/unx/kde4= //KDEXLib.hxx:37: /usr/local/include/qtimer.h:82:13: error: use of undeclared identifier 'QTimer'; did you mean 'Timer'? inline bool QTimer::isActive() const ^~~~~~ Timer /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/vcl/inc/svda= ta.hxx:89:7: note: 'Timer' declared here class Timer; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/vcl/unx/kde4= /KDEData.cxx:31: In file included from /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/vcl/unx/kde4= //KDEXLib.hxx:37: /usr/local/include/qtimer.h:82:13: error: incomplete type 'Timer' named in nested name specifier inline bool QTimer::isActive() const ^~~~~~~~ /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/vcl/inc/svda= ta.hxx:89:7: note: forward declaration of 'Timer' class Timer; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/vcl/unx/kde4= /KDEData.cxx:31: /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/vcl/unx/kde4= //KDEXLib.hxx:46:9: error: unknown type name 'VCLKDEApplication' VCLKDEApplication* m_pApplication; ^ /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/vcl/unx/kde4= //KDEXLib.hxx:56:13: error: unknown type name 'QSocketNotifier' QSocketNotifier* notifier; ^ /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/vcl/unx/kde4= //KDEXLib.hxx:59:9: error: unknown type name 'QTimer'; did you mean 'Timer'? QTimer timeoutTimer; ^~~~~~ Timer /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/vcl/inc/svda= ta.hxx:89:7: note: 'Timer' declared here class Timer; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/vcl/unx/kde4= /KDEData.cxx:31: /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/vcl/unx/kde4= //KDEXLib.hxx:59:16: error: field has incomplete type 'Timer' QTimer timeoutTimer; ^ /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/vcl/inc/svda= ta.hxx:89:7: note: forward declaration of 'Timer' class Timer; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/vcl/unx/kde4= /KDEData.cxx:31: /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/vcl/unx/kde4= //KDEXLib.hxx:60:9: error: unknown type name 'QTimer'; did you mean 'Timer'? QTimer userEventTimer; ^~~~~~ Timer /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/vcl/inc/svda= ta.hxx:89:7: note: 'Timer' declared here class Timer; ^ In file included from /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/vcl/unx/kde4= /KDEData.cxx:31: /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/vcl/unx/kde4= //KDEXLib.hxx:60:16: error: field has incomplete type 'Timer' QTimer userEventTimer; ^ /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/vcl/inc/svda= ta.hxx:89:7: note: forward declaration of 'Timer' class Timer; ^ 12 errors generated. gmake: *** [/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.6.2/workdir/unx= fbsd.pro/CxxObject/vcl/unx/kde4/KDEData.o] Fehler 1 Any suggestions? Thanks Suri -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBCAAGBQJQVwZQAAoJEDyDkpKh+9pTh94P/13BfQumbFRJsPi2QFC44inG 9vXEHiaS/KQIDXqgeNpw6HAbHyfy4fZXlFY7IwzOgeQMt8AiFedX9znQuSXYCO37 4zudbq+0uQ4hLu3Z2M/kkwXmnBT6N/gcWwcl+zphahyZlxbNJ1dhAFxYB/lf3UtK yhxEXYfvb1cN66vMAvhpGxBvM1Ge112IXm80qhnDif2bPZNRe1Ufc0IdEuCDL/7L 7RS/3VFBSGHueeps+PgYFzxQEttaq2psIGUaSuJ3V8LxAeJm8yRSxglDsJzmKABc 3S9UWCAMU828c+J4UiLgRc6/zfLY5EjIdBhQrmy00Nj/fth6IOU7zs+i4M+sUdrc IJVnUKOo+ldkebT41L6f0nn/rNs4fLvxercvpAef8JsUTdrCUaHOwAyS0nlT5Zhn iXqHsemXJqqY/vgaoYR3Hnp1shWjRfwI+rPfwl+SKWTWOJ2JybG1BTuLl/G+m+g9 D620hJdQVUyho+NkP2Egr0qs8oQMIOZahWrmWV0ZPyW+Z1jWNxTPsDR1N8ZVg0P0 UCB+7SL77yuX83oG4GAl4HIurRLO9oqDsFkAonNSGBRasfCnO+rljsBjONdmBFHq hwzYNMt8DS1PBbV6gUMzmt0onb84hgaQ2drWYXubn5GQYwPWmdrsWi7b9oA3KuSn Q+q0rJBzwesEUVDpwVdF =3D+KAo -----END PGP SIGNATURE-----