Re: svn commit: r273382 - head/contrib/libcxxrt

2014-11-06 Thread David Chisnall
On 6 Nov 2014, at 01:04, Rui Paulo rpa...@me.com wrote: I don't think the non-temporary fix was ever committed. What's the problem? Is something else defining these methods? Yes, they're defined by libc++ too. The problem is that gcc 4.9 wants to be able to throw bad_array_new_length

Re: svn commit: r273382 - head/contrib/libcxxrt

2014-11-06 Thread Baptiste Daroussin
On Thu, Nov 06, 2014 at 09:36:52AM +, David Chisnall wrote: On 6 Nov 2014, at 01:04, Rui Paulo rpa...@me.com wrote: I don't think the non-temporary fix was ever committed. What's the problem? Is something else defining these methods? Yes, they're defined by libc++ too. The

Re: svn commit: r273382 - head/contrib/libcxxrt

2014-11-05 Thread Rui Paulo
On Oct 21, 2014, at 05:52, Baptiste Daroussin b...@freebsd.org wrote: Author: bapt Date: Tue Oct 21 12:52:01 2014 New Revision: 273382 URL: https://svnweb.freebsd.org/changeset/base/273382 Log: Fix build by marking the new functions as weak This is a temporary fix I don't think the

svn commit: r273382 - head/contrib/libcxxrt

2014-10-21 Thread Baptiste Daroussin
Author: bapt Date: Tue Oct 21 12:52:01 2014 New Revision: 273382 URL: https://svnweb.freebsd.org/changeset/base/273382 Log: Fix build by marking the new functions as weak This is a temporary fix Modified: head/contrib/libcxxrt/stdexcept.cc Modified: head/contrib/libcxxrt/stdexcept.cc