[Bug 1610168] Re: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification

2017-09-28 Thread Launchpad Bug Tracker
This bug was fixed in the package libc++ - 3.7.0-1ubuntu0.1 --- libc++ (3.7.0-1ubuntu0.1) xenial; urgency=medium * Fix error int the string header in c++11 mode (LP: #1610168). -- Sergey Vidyuk Sat, 24 Jun 2017 18:09:34 +0700 ** Changed in: libc++

[Bug 1610168] Re: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification

2017-09-14 Thread Mathew Hodson
** Tags removed: verification-needed verification-needed-xenial ** Tags added: verification-done-xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1610168 Title: error: 'basic_string<_CharT,

[Bug 1610168] Re: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification

2017-09-14 Thread Giuseppe D'Angelo
Seems to be working just fine here, thank you very much! Verification steps: 1. Get a C++11 source file that #includes : #include int main() { std::string s{"foobar"}; } 2. compile it with clang++ -stdlib=libc++ -std=c++11 3. if it compiles (which now it does) the bug is fixed. -- You

[Bug 1610168] Re: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification

2017-09-14 Thread Brian Murray
Hello Giuseppe, or anyone else affected, Accepted libc++ into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/libc++/3.7.0-1ubuntu0.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1610168] Re: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification

2017-09-01 Thread LocutusOfBorg
** Changed in: libc++ (Ubuntu Xenial) Status: New => In Progress ** Changed in: libc++ (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1610168

[Bug 1610168] Re: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification

2017-08-31 Thread Mathew Hodson
** Changed in: libc++ (Ubuntu Xenial) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1610168 Title: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing

[Bug 1610168] Re: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification

2017-08-31 Thread Brian Murray
** Also affects: libc++ (Ubuntu Xenial) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1610168 Title: error: 'basic_string<_CharT, _Traits, _Allocator>'

[Bug 1610168] Re: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification

2017-08-31 Thread Bug Watch Updater
** Changed in: libc++ (Debian) Status: Unknown => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1610168 Title: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing

[Bug 1610168] Re: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification

2017-08-31 Thread Mathew Hodson
** Bug watch added: Debian Bug tracker #808086 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808086 ** Also affects: libc++ (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808086 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 1610168] Re: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification

2017-08-30 Thread Simon Quigley
Sponsored to Xenial. Thank you for your contribution to Ubuntu! It's really appreciated. :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1610168 Title: error: 'basic_string<_CharT, _Traits,

[Bug 1610168] Re: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification

2017-08-30 Thread LocutusOfBorg
** Changed in: libc++ (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1610168 Title: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing

[Bug 1610168] Re: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification

2017-08-30 Thread Giuseppe D'Angelo
Added the SRU info, added ~ubuntu-bug-control. ** Description changed: This is mirroring Debian bug #808086 https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=808086 Compiling any source file that includes with clang 3.8 and -std=c++11 -stdlib=libc++ results in a compile error.

[Bug 1610168] Re: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification

2017-08-30 Thread Giuseppe D'Angelo
Could also someone set the severity to High? As per: "Renders essential features or functionality of the application or dependencies broken or ineffective " -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1610168] Re: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification

2017-08-30 Thread Giuseppe D'Angelo
Hello, Xenial is still affected by this AFAICS. And yes, I'd like it to be fixed there. 17.04/17.10 shouldn't be affected, as they're using libc++ 3.9.1 which has fixed the corresponding bug in Debian. (No idea about ~ubuntu- sponsors, to be honest...). -- You received this bug notification

[Bug 1610168] Re: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification

2017-08-30 Thread Simon Quigley
Hello! Could you please indicate which releases are still affected by this? Also, if you would like to get this in Xenial, which is a stable release, please follow the SRU policy: https://wiki.ubuntu.com/StableReleaseUpdates For now, I'm unsubscribing ~ubuntu-sponsors because it's not clear what

[Bug 1610168] Re: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification

2017-06-25 Thread Ubuntu Foundations Team Bug Bot
The attachment "proposed patch to the deb package in xenial" seems to be a debdiff. The ubuntu-sponsors team has been subscribed to the bug report so that they can review and hopefully sponsor the debdiff. If the attachment isn't a patch, please remove the "patch" flag from the attachment,

[Bug 1610168] Re: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification

2017-06-25 Thread VestniK
I've added patch to solve this issue to the list of debian/patches rebuild the package and checked that this issue is fixed. Debdiff file is attached. ** Attachment added: "proposed patch to the deb package in xenial"

[Bug 1610168] Re: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification

2016-10-24 Thread Tony Lewis
This problem's still active in 16.10 (Yakkety). Discussion of this issue on Stack Overflow: http://stackoverflow.com/q/37096062 One commenter ("peppe") argues this bug is worse on Ubuntu than on Debian because the broken version only ships as experimental in Debian. Workaround:

[Bug 1610168] Re: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification

2016-09-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: libc++ (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1610168 Title: