From owner-freebsd-stable@FreeBSD.ORG Fri Apr 18 12:32:19 2014 Return-Path: Delivered-To: freebsd-stable@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 98B8B4C1 for ; Fri, 18 Apr 2014 12:32:19 +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 541EA1A69 for ; Fri, 18 Apr 2014 12:32:19 +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 <1Wb7xo-002PIa-G2>; Fri, 18 Apr 2014 14:32:16 +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 <1Wb7xo-002PWA-Al>; Fri, 18 Apr 2014 14:32:16 +0200 Date: Fri, 18 Apr 2014 14:32:04 +0200 From: "O. Hartmann" To: Schaich Alonso Subject: Re: [9.2-STABLE/CLANG 3.3|3.4] x11/kdelibs4 Message-ID: <20140418143204.2dffe6fe@munin.walstatt.dyndns.org> In-Reply-To: <20140418130114.cf13b401d5c55d4dfea93c54@fastmail.fm> References: <20140418081014.2ac2536e@munin.walstatt.dyndns.org> <20140418130114.cf13b401d5c55d4dfea93c54@fastmail.fm> 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_/q_fIQ+BFgjqZl1kH6ZxSWEm"; protocol="application/pgp-signature" X-Originating-IP: 92.231.184.15 X-ZEDAT-Hint: A Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 12:32:19 -0000 --Sig_/q_fIQ+BFgjqZl1kH6ZxSWEm Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Fri, 18 Apr 2014 13:01:14 +0200 Schaich Alonso wrote: > On Fri, 18 Apr 2014 08:10:14 +0200 > "O. Hartmann" wrote: >=20 > > Hello, > >=20 > > 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. > >=20 > > 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. > >=20 > > Regards and thank you, > >=20 > > Oliver >=20 > Can you check the output of > # ps daux > for a hierarchial list of running processes when the build process > starts hanging (i.e. find out what process cmake is waiting to > finish)? >=20 > Next, could you check whether this also happens if you build kdelibs > with gcc? >=20 > As a wild guess this could be a race condition, then disabling > multi-processor build (by writing "MAKE_JOBS_UNSAFE=3Dyes" > into /etc/make.conf, or by using something like "make > MAKE_JOBS_UNSAFE=3Dyes -C /usr/ports/x11/kdelibs4 deinstall clean build > package reinstall clean" instead of portmaster) would "fix" it for > you. >=20 > Alonso I did so, and I'm now stuck at this stage, compiler doesn't proceed: 3 warnings generated. [ 73%] Building CXX object khtml/CMakeFiles/khtml.dir/css/parser.o In file included from /usr/ports/x11/kdelibs4/work/kdelibs-4.12.4/khtml/css/parser.cpp:106: 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 ) ] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ load: 1.05 cmd: clang++ 36933 [running] 304.41r 298.16u 6.15s 100% 73072k --Sig_/q_fIQ+BFgjqZl1kH6ZxSWEm Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQEcBAEBAgAGBQJTURtNAAoJEOgBcD7A/5N8GKEIAINifTI30HQFd2zcjN1K7jWj dG3jbNaO3uj8uv7h/nxwrI48F4Qa1260ganBWKhkedT2sHqEX15IQJVI3kO50kLF Hr4OUYUYOVIySKYZO8BS/Vb6alhuayS3GGEG3q6wb8ofGYlsTs/XO8W7I8LF/d+K Rzme7efZckO01Hu4gormXUHdAERxn9hZS4GsziqpVcR/dfQeR8ohiUMcu+xwXy9I d9KLFKi8wqh1P6NgznT3L1yiDzquvBab4EXwCo8a7tKq59Q+obm5QZxHZKPmlkUx 1KKfnEWj7EqIQyf6M4PRhzNXFNxTAOo2gBtc0JsCIFesBpiq27Zu+Enxjq2i26w= =4cbq -----END PGP SIGNATURE----- --Sig_/q_fIQ+BFgjqZl1kH6ZxSWEm--