[Bug 219484] cad/openvsp: Fails to build with lang/gcc6 or later on 10.3 (< 11.0)

2017-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219484 Kubilay Kocak changed: What|Removed |Added Resolution|FIXED |--- Status|Closed

Re: [package - head-amd64-default][games/simutrans] Failed for simutrans-120.2.2 in build

2017-07-29 Thread Mark Millard
On 2017-Jul-28, at 4:59 PM, Tijl Coosemans wrote: > On Fri, 28 Jul 2017 19:54:04 +0200 Dimitry Andric wrote: >> On 28 Jul 2017, at 13:55, Tijl Coosemans wrote: >>> >>> On Thu, 27 Jul 2017 21:42:01 + pkg-fall...@freebsd.org wrote: >> ... In file included from squirrel/squirrel/sqvm.

[Bug 219484] cad/openvsp: Fails to build with lang/gcc6 or later on 10.3 (< 11.0)

2017-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219484 Gerald Pfeifer changed: What|Removed |Added Flags|merge-quarterly?|merge-quarterly- Resoluti

libcxxrt seems to lack some features that are present in libc++abi

2017-07-29 Thread Oleg Lelchuk
libcxxrt seems to lack some features that are present in libc++abi. If I compile this code and link it against libcxxrt: #include #include int main() { int&& ref{4}; std::cout << boost::typeindex::type_id_with_cvr().pretty_name() << std::endl; } Then I get the message: "Abort (

Re: libcxxrt seems to lack some features that are present in libc++abi

2017-07-29 Thread Dimitry Andric
On 29 Jul 2017, at 18:14, Oleg Lelchuk wrote: > > libcxxrt seems to lack some features that are present in libc++abi. If I > compile this code and link it against libcxxrt: > > #include > #include > > int main() > { >int&& ref{4}; >std::cout << > boost::typeindex::type_id_with

Re: libcxxrt seems to lack some features that are present in libc++abi

2017-07-29 Thread David Chisnall
On 29 Jul 2017, at 17:55, Dimitry Andric wrote: > > The demangler in libcxxrt is indeed rather old, and we should replace it > with something newer. I'm not sure if the demangler of libc++abi is the > right one yet, since upstream seems to still be discussing which of > their three (or thereabou

Re: [package - head-amd64-default][games/simutrans] Failed for simutrans-120.2.2 in build

2017-07-29 Thread Tijl Coosemans
On Sat, 29 Jul 2017 00:34:39 -0700 Mark Millard wrote: > On 2017-Jul-28, at 4:59 PM, Tijl Coosemans wrote: >> On Fri, 28 Jul 2017 19:54:04 +0200 Dimitry Andric >> wrote: >>> On 28 Jul 2017, at 13:55, Tijl Coosemans wrote: On Thu, 27 Jul 2017 21:42:01 + pkg-fall...@freebsd.or

Re: [package - head-amd64-default][games/simutrans] Failed for simutrans-120.2.2 in build

2017-07-29 Thread Mark Millard
On 2017-Jul-29, at 12:27 PM, Tijl Coosemans wrote: > On Sat, 29 Jul 2017 00:34:39 -0700 Mark Millard > wrote: >> On 2017-Jul-28, at 4:59 PM, Tijl Coosemans wrote: >>> On Fri, 28 Jul 2017 19:54:04 +0200 Dimitry Andric >>> wrote: On 28 Jul 2017, at 13:55, Tijl Coosemans wrote: >

Re: [package - head-amd64-default][games/simutrans] Failed for simutrans-120.2.2 in build

2017-07-29 Thread Tijl Coosemans
On Sat, 29 Jul 2017 12:43:59 -0700 Mark Millard wrote: > On 2017-Jul-29, at 12:27 PM, Tijl Coosemans wrote: >> On Sat, 29 Jul 2017 00:34:39 -0700 Mark Millard >> wrote: >>> On 2017-Jul-28, at 4:59 PM, Tijl Coosemans wrote: On Fri, 28 Jul 2017 19:54:04 +0200 Dimitry Andric wrote

Re: [package - head-amd64-default][games/simutrans] Failed for simutrans-120.2.2 in build

2017-07-29 Thread Mark Millard
On 2017-Jul-29, at 2:06 PM, Tijl Coosemans wrote: > On Sat, 29 Jul 2017 12:43:59 -0700 Mark Millard > wrote: >> On 2017-Jul-29, at 12:27 PM, Tijl Coosemans wrote: . . . >>> >>> But none of this should be exposed to C++98 code. >> >> Only if the compiler is told to compile the code as

Re: [package - head-amd64-default][games/simutrans] Failed for simutrans-120.2.2 in build

2017-07-29 Thread Mark Millard
[I oversimplified one point.] On 2017-Jul-29, at 3:24 PM, Mark Millard wrote: > On 2017-Jul-29, at 2:06 PM, Tijl Coosemans wrote: > >> On Sat, 29 Jul 2017 12:43:59 -0700 Mark Millard >> wrote: >>> On 2017-Jul-29, at 12:27 PM, Tijl Coosemans wrote: > . . . But none of this sho