Re: devel/kdesdk4: compilation dies on FreeBSD 10.0-BETA and FreeBSD 11.0-CURRENT

2013-11-03 Thread Raphael Kubo da Costa
O. Hartmann ohart...@zedat.fu-berlin.de writes:

 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=c++11 defined for building the base/world - and in /etc/make.conf
 -march=native 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=c++11 or
 -O3 optimisations, but the error belwo still occur.

I've sent some patches upstream for review that should fix this issue,
and am currently waiting for review: 
http://article.gmane.org/gmane.linux.umbrello.devel/11418
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: devel/kdesdk4: compilation dies on FreeBSD 10.0-BETA and FreeBSD 11.0-CURRENT

2013-11-01 Thread Tijl Coosemans
On Thu, 31 Oct 2013 18:27:22 -0700 Cy Schubert wrote:
 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.
 
 Haven't had a chance to look at this, not that I'm volunteering, but just 
 to say me too.

You need to email the maintainer.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: devel/kdesdk4: compilation dies on FreeBSD 10.0-BETA and FreeBSD 11.0-CURRENT

2013-11-01 Thread Cy Schubert
In message 20131101092933.2253b...@kalimero.tijl.coosemans.org, Tijl 
Cooseman
s writes:
 On Thu, 31 Oct 2013 18:27:22 -0700 Cy Schubert wrote:
  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.
  
  Haven't had a chance to look at this, not that I'm volunteering, but just 
  to say me too.
 
 You need to email the maintainer.

Looks like there's a PR open for it since 26 OCT. That should be enough.


-- 
Cheers,
Cy Schubert cy.schub...@komquats.com
FreeBSD UNIX:  c...@freebsd.org   Web:  http://www.FreeBSD.org


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: devel/kdesdk4: compilation dies on FreeBSD 10.0-BETA and FreeBSD 11.0-CURRENT

2013-10-31 Thread Cy Schubert
In message 20131026154849.6ae73...@thor.walstatt.dyndns.org, O. 
Hartmann wr
ites:
 --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_emptystd::__1::basic_stringQChar,
 std::__1::char_traitsQChar, std::__1::allocatorQChar ::__rep'
 bool =3D is_empty_T1::value


Haven't had a chance to look at this, not that I'm volunteering, but just 
to say me too.


-- 
Cheers,
Cy Schubert cy.schub...@komquats.com
FreeBSD UNIX:  c...@freebsd.org   Web:  http://www.FreeBSD.org


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


devel/kdesdk4: compilation dies on FreeBSD 10.0-BETA and FreeBSD 11.0-CURRENT

2013-10-26 Thread O. Hartmann

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=c++11 defined for building the base/world - and in /etc/make.conf
-march=native 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=c++11 or
-O3 optimisations, but the error belwo still occur.

Has someone a solution? 

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/codeimport/kdevcppparser/ast.cpp:20:
In file included
from 
/usr/ports/devel/kdesdk4/work/kdesdk-4.10.5/umbrello/umbrello/codeimport/kdevcppparser/ast.h:23:
In file included
from 
/usr/ports/devel/kdesdk4/work/kdesdk-4.10.5/umbrello/umbrello/codeimport/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/primitives.hpp:16:
In file included
from 
/usr/local/include/boost/spirit/home/classic/core/composite/impl/directives.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/primitives.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/codeimport/kdevcppparser/ast.cpp:20:
In file included
from 
/usr/ports/devel/kdesdk4/work/kdesdk-4.10.5/umbrello/umbrello/codeimport/kdevcppparser/ast.h:23:
In file included
from 
/usr/ports/devel/kdesdk4/work/kdesdk-4.10.5/umbrello/umbrello/codeimport/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_emptystd::__1::basic_stringQChar,
std::__1::char_traitsQChar, std::__1::allocatorQChar ::__rep'
bool = is_empty_T1::value


signature.asc
Description: PGP signature