This bug was fixed in the package mir - 0.7.3+14.10.20140918.1-0ubuntu1 --------------- mir (0.7.3+14.10.20140918.1-0ubuntu1) utopic; urgency=medium
[ Andreas Pokorny ] * New upstream release 0.7.3 (https://launchpad.net/mir/+milestone/0.7.3) - Bug fixes . Fix constructor syntax errors (LP: #1369389) . server: Workaround for unresponsive clients causing the server to hang (LP: #1350207) . Relax strict dependencies of graphics drivers on an exact version of the libmirplatform2 package. It's blocking CI. (LP: #1370866) . Update cmake scripts to current version of gcovr. [ Ubuntu daily release ] * New rebuild forced -- Ubuntu daily release <ps-jenk...@lists.canonical.com> Thu, 18 Sep 2014 14:54:51 +0000 ** Changed in: mir (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mir in Ubuntu. https://bugs.launchpad.net/bugs/1369389 Title: Mir FTBFS with gcc 4.9.1-14 (utopic update): auto_unblock_thread.h:44:46: error: no matching function for call to ‘std::thread::thread(<brace-enclosed initializer list>)’ Status in Mir: Fix Committed Status in Mir 0.7 series: Fix Committed Status in “mir” package in Ubuntu: Fix Released Bug description: Since updating my utopic build machine today, Mir no longer builds: In file included from /home/dan/bzr/mir/dev/tests/unit-tests/compositor/test_buffer_queue.cpp:26:0: /home/dan/bzr/mir/dev/tests/include/mir_test/auto_unblock_thread.h: In instantiation of ‘mir::test::AutoUnblockThread::AutoUnblockThread(const std::function<void()>&, Callable&&, Args&& ...) [with Callable = void (&)(mir::compositor::BufferQueue&, std::atomic<bool>&); Args = {std::reference_wrapper<mir::compositor::BufferQueue>, std::reference_wrapper<std::atomic<bool> >}]’: /home/dan/bzr/mir/dev/tests/unit-tests/compositor/test_buffer_queue.cpp:426:59: required from here /home/dan/bzr/mir/dev/tests/include/mir_test/auto_unblock_thread.h:44:46: error: no matching function for call to ‘std::thread::thread(<brace-enclosed initializer list>)’ : unblock{unblock}, thread{f, args...} ^ /home/dan/bzr/mir/dev/tests/include/mir_test/auto_unblock_thread.h:44:46: note: candidates are: In file included from /home/dan/bzr/mir/dev/tests/include/mir_test/auto_unblock_thread.h:29:0, from /home/dan/bzr/mir/dev/tests/unit-tests/compositor/test_buffer_queue.cpp:26: /usr/include/c++/4.9/thread:133:7: note: std::thread::thread(_Callable&&, _Args&& ...) [with _Callable = void (&)(mir::compositor::BufferQueue&, std::atomic<bool>&); _Args = {std::reference_wrapper<mir::compositor::BufferQueue>&&&, std::reference_wrapper<std::atomic<bool> >&&&}] thread(_Callable&& __f, _Args&&... __args) ^ /usr/include/c++/4.9/thread:133:7: note: no known conversion for argument 2 from ‘std::reference_wrapper<mir::compositor::BufferQueue>&&’ to ‘std::reference_wrapper<mir::compositor::BufferQueue>&&&’ /usr/include/c++/4.9/thread:128:5: note: std::thread::thread(std::thread&&) thread(thread&& __t) noexcept ^ /usr/include/c++/4.9/thread:128:5: note: candidate expects 1 argument, 3 provided /usr/include/c++/4.9/thread:122:5: note: std::thread::thread() thread() noexcept = default; ^ .... To manage notifications about this bug go to: https://bugs.launchpad.net/mir/+bug/1369389/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp