From owner-freebsd-ports@FreeBSD.ORG Mon Oct 28 16:21:58 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 76082D82; Mon, 28 Oct 2013 16:21:58 +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 0E1C12AC4; Mon, 28 Oct 2013 16:21:57 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.80.1) with esmtp (envelope-from ) id <1VapZe-0029Gn-1Z>; Mon, 28 Oct 2013 17:21:50 +0100 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198] helo=telesto) by inpost2.zedat.fu-berlin.de (Exim 4.80.1) with esmtpsa (envelope-from ) id <1VapZd-002lbP-UO>; Mon, 28 Oct 2013 17:21:50 +0100 Date: Mon, 28 Oct 2013 17:21:45 +0100 From: "O. Hartmann" To: FreeBSD CURRENT , FreeBSD Ports Subject: 10.0BETA and 11.0 CURRENT: devel/kdesdk: error: union member '__lx' has a non-trivial constructor value_type __lx; ^ /usr/include/c++/v1/string:1140:9 Message-ID: <20131028172145.6ea856cb@telesto> Organization: FU Berlin X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/eI/8hUSwX3Mhk1/EMSV._/b"; protocol="application/pgp-signature" X-Originating-IP: 130.133.86.198 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: Mon, 28 Oct 2013 16:21:58 -0000 --Sig_/eI/8hUSwX3Mhk1/EMSV._/b Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On freeBSD > 10.0-BETA it is impossible to compile/install port devel/kdesdk which is crucial for devel/kdevelop-kde4. The error occured is shown below. I already have tried rebuilding devel/kdevelop with portmaster -f devel/kdevelop-kde4 to ensure that all requisite ports are up and not compiled with compiler option -std=3Dc++11 (defined in my /etc/src.conf, but some ports violently incorporate this file, too, like port graphics/libfpx. This problem is sticky since gcc has gone from FBSD 10.0-CURRENT and it is a pain in the ass if someone relies on a CDE like kdevelop which now is considered broken. Does anyone have a glue what to look for to solve the problem? 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; ^ /usr/include/c++/v1/string:1140:9: note: in instantiation of member class 'std::__1::basic_string, std::__1::allocator >::__short::' >requested here union ^ /usr/include/c++/v1/string:1150:37: note: in >instantiation of member class 'std::__1::basic_stringstd::__1::char_traits, std::__1::allocator >::__short' >requested here union __lx{__long __lx; __short __lxx;}; >^ /usr/include/c++/v1/string:1152:23: note: in instantiation of member >class 'std::__1::basic_string, >std::__1::allocator >::__lx' requested here enum {__n_words =3D >sizeof(__lx) / sizeof(size_type)}; ^ /usr/ports/devel/kdesdk4/work/kdesdk-4.10.5/umbrello/umbrello/codeimport/kd= evcppparser/position.h:48:33: note: in instantiation of template class 'std::__1::basic_string, std::__1::allocator >' requested here class PositionFilename : public PositionFilenameType ^ /usr/local/include/qt4/QtCore/qchar.h:74:5: note: because type 'QChar' has a user-provided default constructor QChar(); ^ 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_/eI/8hUSwX3Mhk1/EMSV._/b Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQEcBAEBAgAGBQJSbo8dAAoJEOgBcD7A/5N8h+0H/31jWJ30O+5VCgOz3KuHyn4L vk2BZBkpqirX7TsINg28iT8Isyg5EhyEnt3U1lEDCVmOXIlPvSWBiVAlDemRfPa8 ec8vHCNqP7vD1hL/u00NFngr6AZSuN0VnABonmzmse5+vom9LUUOTJtLWOnFdHL9 sOQf1pQDKDKrqkjFFYNFt9sa8TrzpWcbNYRG+OpTWFEYA8otth/KQbLp8mCz8rpP kpI8QJvjTeeWP0w398t3ve23mGDHqK0uskSpFRCqPW5b3uFkEyDe8smnSMnP+89D +4cln3cwNVbnvZYgLQeVm87Fg+mtD9T/2zkWWG4YsprUkFiXy0ryISJJkLTbdmY= =GeHD -----END PGP SIGNATURE----- --Sig_/eI/8hUSwX3Mhk1/EMSV._/b--