[Bug 1201246] Re: lp:mir FTBFS: error: looser throw specifier for ‘testing::NiceMockM::~NiceMock()

2013-10-03 Thread Daniel van Vugt
** Changed in: mir Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1201246 Title: lp:mir FTBFS: error: looser throw specifier for ‘testing::NiceMockM::~NiceMock()

[Bug 1201246] Re: lp:mir FTBFS: error: looser throw specifier for ‘testing::NiceMockM::~NiceMock()

2013-07-16 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/gcc-4.7 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1201246 Title: lp:mir FTBFS: error: looser throw specifier for ‘testing::NiceMockM::~NiceMock() To manage

[Bug 1201246] Re: lp:mir FTBFS: error: looser throw specifier for ‘testing::NiceMockM::~NiceMock()

2013-07-15 Thread Matthias Klose
** Also affects: gcc-4.7 (Ubuntu) Importance: Undecided Status: New ** Package changed: gcc-defaults (Ubuntu) = gcc-4.8 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1201246

[Bug 1201246] Re: lp:mir FTBFS: error: looser throw specifier for ‘testing::NiceMockM::~NiceMock()

2013-07-15 Thread kevin gunn
** Changed in: mir Importance: Undecided = Low ** Changed in: mir Status: New = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1201246 Title: lp:mir FTBFS: error: looser throw

[Bug 1201246] Re: lp:mir FTBFS: error: looser throw specifier for ‘testing::NiceMockM::~NiceMock()

2013-07-15 Thread Launchpad Bug Tracker
This bug was fixed in the package gcc-4.7 - 4.7.3-6ubuntu1 --- gcc-4.7 (4.7.3-6ubuntu1) saucy; urgency=low * Merge with Debian; remaining changes: - Build from upstream source. gcc-4.7 (4.7.3-6) unstable; urgency=low * Update to SVN 20130715 (r200955) from the

[Bug 1201246] Re: lp:mir FTBFS: error: looser throw specifier for ‘testing::NiceMockM::~NiceMock()

2013-07-14 Thread Daniel van Vugt
Workaround: Edit: include/gmock/gmock-generated-nice-strict.h and change: virtual ~NiceMock() { to: virtual ~NiceMock() noexcept { -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1201246 Title:

[Bug 1201246] Re: lp:mir FTBFS: error: looser throw specifier for ‘testing::NiceMockM::~NiceMock()

2013-07-14 Thread Daniel van Vugt
And that's why it's a bad idea to live on the edge of language specs. Compilers will always be several years behind and/or incomplete/buggy in their implementation. :( -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1201246] Re: lp:mir FTBFS: error: looser throw specifier for ‘testing::NiceMockM::~NiceMock()

2013-07-14 Thread Daniel van Vugt
Sorry, ignore that workaround. It only works if you do it halfway through the build. It will only cause new problems if you rebuild. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1201246 Title:

[Bug 1201246] Re: lp:mir FTBFS: error: looser throw specifier for ‘testing::NiceMockM::~NiceMock()

2013-07-14 Thread Daniel van Vugt
Real workaround for raring; install gcc-4.8: sudo apt-add-repository https://launchpad.net/~ubuntu-toolchain-r/+archive/test sudo apt-get update sudo apt-get install g++-4.8 cmake .. -DCMAKE_C_COMPILER=gcc-4.8 -DCMAKE_CXX_COMPILER=g++-4.8 -- You received this bug notification because

[Bug 1201246] Re: lp:mir FTBFS: error: looser throw specifier for ‘testing::NiceMockM::~NiceMock()

2013-07-14 Thread Bug Watch Updater
Launchpad has imported 15 comments from the remote bug at http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50043. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at

[Bug 1201246] Re: lp:mir FTBFS: error: looser throw specifier for ‘testing::NiceMockM::~NiceMock()

2013-07-14 Thread Daniel van Vugt
** Tags added: portability -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1201246 Title: lp:mir FTBFS: error: looser throw specifier for ‘testing::NiceMockM::~NiceMock() To manage notifications