From owner-freebsd-ports@FreeBSD.ORG Fri Apr 18 06:10:39 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 29E4484D; Fri, 18 Apr 2014 06:10:39 +0000 (UTC) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B48A81605; Fri, 18 Apr 2014 06:10:38 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.82) with esmtp (envelope-from ) id <1Wb20M-0012cP-2Z>; Fri, 18 Apr 2014 08:10:30 +0200 Received: from g231184015.adsl.alicedsl.de ([92.231.184.15] helo=munin.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.82) with esmtpsa (envelope-from ) id <1Wb20L-001uaA-TW>; Fri, 18 Apr 2014 08:10:30 +0200 Date: Fri, 18 Apr 2014 08:10:14 +0200 From: "O. Hartmann" To: freebsd-stable@freebsd.org, FreeBSD Ports Subject: [9.2-STABLE/CLANG 3.3|3.4] x11/kdelibs4 Message-ID: <20140418081014.2ac2536e@munin.walstatt.dyndns.org> Organization: FU Berlin X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd9.2) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/ls=+Y_.p2LD5RZONOYK_.N0"; protocol="application/pgp-signature" X-Originating-IP: 92.231.184.15 X-ZEDAT-Hint: A X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 06:10:39 -0000 --Sig_/ls=+Y_.p2LD5RZONOYK_.N0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hello, I run on a 9.2-STABLE box since a couple of weeks for now always into the same problem. The port x11/kdelibs4 has been updated or needs to be recompiled but the compiling process gets stuck forever (now I let the system being stuck over night ~ 12 hours). I think this isn't correct and I try to find out what is the cause since I desperately need to update ports relying on x11/kdelibs4. The process ends up always at 98%, see below. I already completely deinstalled the port and let the portmaster update process recreate it, but it is the same status at the end. Regards and thank you, Oliver [ 98%] Building CXX object khtml/CMakeFiles/khtml.dir/html/html_documentimpl.o In file included from /usr/ports/x11/kdelibs4/work/kdelibs-4.12.4/khtml/html/html_documentim= pl.cpp:25: In file included from /usr/ports/x11/kdelibs4/work/kdelibs-4.12.4/khtml/html/html_documentim= pl.h:27: In file included from /usr/ports/x11/kdelibs4/work/kdelibs-4.12.4/khtml/xml/dom_docimpl.h:30: In file included from /usr/ports/x11/kdelibs4/work/kdelibs-4.12.4/khtml/xml/dom_elementimpl.= h:29: In file included from /usr/ports/x11/kdelibs4/work/kdelibs-4.12.4/khtml/xml/dom_nodeimpl.h:3= 3: In file included from /usr/ports/x11/kdelibs4/work/kdelibs-4.12.4/khtml/misc/idstring.h:27: = /usr/ports/x11/kdelibs4/work/kdelibs-4.12.4/khtml/xml/dom_stringimpl.h:52:6: warning: cast from 'char *' to 'QChar *' increases required alignment from 1 to 2 [-Wcast-align] s =3D QT_ALLOC_QCHAR_VEC( havestr ? len : 1 ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/ports/x11/kdelibs4/work/kdelib= s-4.12.4/khtml/xml/dom_stringimpl.h:35:33: note: expanded from macro 'QT_ALLOC_QCHAR_VEC' #define QT_ALLOC_QCHAR_VEC( N ) (QChar*) new char[ sizeof(QChar)*( N ) ] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/ports/x11/kdelibs4/work/kdeli= bs-4.12.4/khtml/xml/dom_stringimpl.h:66:6: warning: cast from 'char *' to 'QChar *' increases required alignment from 1 to 2 [-Wcast-align] s =3D QT_ALLOC_QCHAR_VEC( 1 ); ^~~~~~~~~~~~~~~~~~~~~~~ /usr/ports/x11/kdelibs4/work/kdelibs-4.12.4/khtml/x= ml/dom_stringimpl.h:35:33: note: expanded from macro 'QT_ALLOC_QCHAR_VEC' #define QT_ALLOC_QCHAR_VEC( N ) (QChar*) new char[ sizeof(QChar)*( N ) ] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/ports/x11/kdelibs4/work/kdeli= bs-4.12.4/khtml/xml/dom_stringimpl.h:73:6: warning: cast from 'char *' to 'QChar *' increases required alignment from 1 to 2 [-Wcast-align] s =3D QT_ALLOC_QCHAR_VEC( havestr ? length : 1 ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/ports/x11/kdelibs4/work/kde= libs-4.12.4/khtml/xml/dom_stringimpl.h:35:33: note: expanded from macro 'QT_ALLOC_QCHAR_VEC' #define QT_ALLOC_QCHAR_VEC( N ) (QChar*) new char[ sizeof(QChar)*( N ) ] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 98%] Building CXX object khtml/CMakeFiles/khtml.dir/kcookiejar_interface.o 3 warnings generated. 5 warnings generated. --Sig_/ls=+Y_.p2LD5RZONOYK_.N0 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQEcBAEBAgAGBQJTUMHUAAoJEOgBcD7A/5N8yAUH/jJt0CfuldEM3FtGOQ55nJqI rbjfSVDdwp02qTdvP+hw3PpzCiVK59nLa410HsXvPM6I035/4OepitncioMqRYBv QGJsso7RMqSmBlIocyoavRezHjth/xVUwYlLRJDJ/pO9mScmdZ2DS2BcdRc2u+Lp ntEYCjTj9Xcc6K6fleRMVZSIdH1vK1KsJInARDm+JnUn73w+V2icgOwtzEKxJgsS Ui4iihDw+GDoG10Mzfk2QMpJTeZAioDArrV0x/b+HyAY/BgYwyKkuXv0MGC49m1N eNhjxmKvKx1OakpO9G1aW9lfVe2wo4hnHFlRf1oTwH4HeKy8CzWIKwYxSWtg234= =/zVs -----END PGP SIGNATURE----- --Sig_/ls=+Y_.p2LD5RZONOYK_.N0--