Re: svn commit: r233391 - head/contrib/libstdc++/libsupc++

2012-03-24 Thread Pedro Giffuni
Ahem.. On 03/23/12 15:10, David Chisnall wrote: Author: theraven Date: Fri Mar 23 20:10:56 2012 New Revision: 233391 URL: http://svn.freebsd.org/changeset/base/233391 Log: Revert ABI breakage in libsupc++. Unfortunately, the ABI was broken upstream for the 4.2 release, which we import

Re: svn commit: r233391 - head/contrib/libstdc++/libsupc++

2012-03-24 Thread Konstantin Belousov
On Sat, Mar 24, 2012 at 11:54:21AM -0400, Alexander Kabaev wrote: > On Fri, 23 Mar 2012 23:39:44 + > David Chisnall wrote: > > > On 23 Mar 2012, at 21:10, Konstantin Belousov wrote: > > > > > The patch just committed made the base-shipped library incompatible > > > with the ports and manual

Re: svn commit: r233391 - head/contrib/libstdc++/libsupc++

2012-03-24 Thread Alexander Kabaev
On Fri, 23 Mar 2012 23:39:44 + David Chisnall wrote: > On 23 Mar 2012, at 21:10, Konstantin Belousov wrote: > > > The patch just committed made the base-shipped library incompatible > > with the ports and manual libstdc++ builds. > > To clarify - the one shipped in the base system has been

Re: svn commit: r233391 - head/contrib/libstdc++/libsupc++

2012-03-23 Thread David Chisnall
On 23 Mar 2012, at 21:10, Konstantin Belousov wrote: > The patch just committed made the base-shipped library incompatible > with the ports and manual libstdc++ builds. To clarify - the one shipped in the base system has been incompatible with the one in ports since late 2007... In future, howe

Re: svn commit: r233391 - head/contrib/libstdc++/libsupc++

2012-03-23 Thread Konstantin Belousov
On Fri, Mar 23, 2012 at 04:49:22PM -0400, Alexander Kabaev wrote: > On Fri, 23 Mar 2012 22:23:35 +0200 > Konstantin Belousov wrote: > > > On Fri, Mar 23, 2012 at 08:10:56PM +, David Chisnall wrote: > > > Author: theraven > > > Date: Fri Mar 23 20:10:56 2012 > > > New Revision: 233391 > > > UR

Re: svn commit: r233391 - head/contrib/libstdc++/libsupc++

2012-03-23 Thread Alexander Kabaev
On Fri, 23 Mar 2012 22:23:35 +0200 Konstantin Belousov wrote: > On Fri, Mar 23, 2012 at 08:10:56PM +, David Chisnall wrote: > > Author: theraven > > Date: Fri Mar 23 20:10:56 2012 > > New Revision: 233391 > > URL: http://svn.freebsd.org/changeset/base/233391 > > > > Log: > > Revert ABI bre

Re: svn commit: r233391 - head/contrib/libstdc++/libsupc++

2012-03-23 Thread Konstantin Belousov
On Fri, Mar 23, 2012 at 08:10:56PM +, David Chisnall wrote: > Author: theraven > Date: Fri Mar 23 20:10:56 2012 > New Revision: 233391 > URL: http://svn.freebsd.org/changeset/base/233391 > > Log: > Revert ABI breakage in libsupc++. > > Unfortunately, the ABI was broken upstream for the