From owner-freebsd-ports@FreeBSD.ORG Sat Oct 26 13:48:54 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 707CBFFF for ; Sat, 26 Oct 2013 13:48:54 +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]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 05A0A2E43 for ; Sat, 26 Oct 2013 13:48:53 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.80.1) for freebsd-ports@freebsd.org with esmtp (envelope-from ) id <1Va4EW-002ALo-9L>; Sat, 26 Oct 2013 15:48:52 +0200 Received: from g226182226.adsl.alicedsl.de ([92.226.182.226] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.80.1) for freebsd-ports@freebsd.org with esmtpsa (envelope-from ) id <1Va4EW-003mGd-4A>; Sat, 26 Oct 2013 15:48:52 +0200 Date: Sat, 26 Oct 2013 15:48:49 +0200 From: "O. Hartmann" To: FreeBSD Ports Subject: devel/kdesdk4: compilation dies on FreeBSD 10.0-BETA and FreeBSD 11.0-CURRENT Message-ID: <20131026154849.6ae73887@thor.walstatt.dyndns.org> Organization: FU Berlin X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd11.0) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/MhM_9F_m.5F3EXpX6HvTQPM"; protocol="application/pgp-signature" X-Originating-IP: 92.226.182.226 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Oct 2013 13:48:54 -0000 --Sig_/MhM_9F_m.5F3EXpX6HvTQPM Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Since a while, I'm unable ti update/recompile/install port devel/kdesdk4 on both FreeBSD 10.0 (starting with the last CURRENT, over ALPHA up to BETA2 now) and on all systems running FreeBSD 11.0-CURRENT. The only extraordinary option in my environment is in /etc/src.conf -sdt=3Dc++11 defined for building the base/world - and in /etc/make.conf -march=3Dnative and -O3 as the default. It doesn't matter wether I switch over to plain standard either in /etc/src.conf (which is exclusively for world as I understand) or in /etc/make.conf. The error(s) shown below are present on ALL FreeBSD 10 and FreeBSD 11 machines and that is a bunch of 4 machines. I have, so far, rebuilt all boxes with world ommiting "-std=3Dc++11" or -O3 optimisations, but the error belwo still occur. Has someone a solution?=20 Please set me CC. Regards and thanks in advance, Oliver [...] In file included from /usr/ports/devel/kdesdk4/work/kdesdk-4.10.5/umbrello/umbrello/codeimpo= rt/kdevcppparser/ast.cpp:20: In file included from /usr/ports/devel/kdesdk4/work/kdesdk-4.10.5/umbrello/umbrello/codeimpo= rt/kdevcppparser/ast.h:23: In file included from /usr/ports/devel/kdesdk4/work/kdesdk-4.10.5/umbrello/umbrello/codeimpo= rt/kdevcppparser/position.h:41: In file included from /usr/local/include/boost/spirit/include/classic.hpp:11: In file included from /usr/local/include/boost/spirit/home/classic.hpp:24: In file included from /usr/local/include/boost/spirit/home/classic/core.hpp:32: In file included from /usr/local/include/boost/spirit/home/classic/core/primitives/primitive= s.hpp:16: In file included from /usr/local/include/boost/spirit/home/classic/core/composite/impl/direc= tives.ipp:16: In file included from /usr/local/include/boost/spirit/home/classic/core/scanner/skipper.hpp:= 16: In file included from /usr/local/include/boost/spirit/home/classic/core/primitives/impl/prim= itives.ipp:26: /usr/include/c++/v1/string:1143:24: error: union member '__lx' has a non-trivial constructor value_type __lx; [...] In file included from /usr/ports/devel/kdesdk4/work/kdesdk-4.10.5/umbrello/umbrello/codeimpo= rt/kdevcppparser/ast.cpp:20: In file included from /usr/ports/devel/kdesdk4/work/kdesdk-4.10.5/umbrello/umbrello/codeimpo= rt/kdevcppparser/ast.h:23: In file included from /usr/ports/devel/kdesdk4/work/kdesdk-4.10.5/umbrello/umbrello/codeimpo= rt/kdevcppparser/position.h:41: In file included from /usr/local/include/boost/spirit/include/classic.hpp:11: In file included from /usr/local/include/boost/spirit/home/classic.hpp:24: In file included from /usr/local/include/boost/spirit/home/classic/core.hpp:28: In file included from /usr/local/include/boost/spirit/home/classic/core/match.hpp:15: In file included from /usr/local/include/boost/optional.hpp:15: In file included from /usr/local/include/boost/optional/optional.hpp:19: In file included from /usr/include/c++/v1/algorithm:627: /usr/include/c++/v1/memory:1951:55: error: no member named 'value' in 'std::__1::is_empty, std::__1::allocator >::__rep>' bool =3D is_empty<_T1>::value --Sig_/MhM_9F_m.5F3EXpX6HvTQPM Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQEcBAEBAgAGBQJSa8hBAAoJEOgBcD7A/5N8Ii4H+QEBHQCVAdyPrOqnLDhHiBJg hAKTZ2f8oOHUKVrOxsrlUV7LWt0hFwFC3o2q7rSFYzAj7tRLqP2XVtfK56zh8aqv tim5IMOgTstRy6aeHbl+OOL+gbSGVgGiTV6gNNo+ZY5tGSHtOODNnvX+UREUmfGl pP6lZqDuE38tULXpmpAf4G9yjF3y3xcU02+EX+b4J8zoYt0++rFO60AibfJbqTke 5XefrzUEC15V/uKLAgQ7oZ4F57+bpNz3M5FhTDt0UwXMgZmvbToMLdPlMB48pZtF 3CShBNn9gUxGSL0Fop4XDFuzm7U+D3MLfjYShjesArdUC2Dbr1zzfvnEWGVR238= =vR82 -----END PGP SIGNATURE----- --Sig_/MhM_9F_m.5F3EXpX6HvTQPM--