[Touch-packages] [Bug 1546676] Re: EglSyncFence tests depend on android platform

2016-04-10 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Committed => 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/1546676

Title:
  EglSyncFence tests depend on android platform

Status in Mir:
  Fix Released
Status in Mir 0.20 series:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  If you build for MIR_PLATFORM=mesa-kms;mesa-x11 then you get build
  errors:

  CMakeFiles/mir_unit_tests.dir/graphics/test_egl_sync_fence.cpp.o: In function 
`EglSyncFence_can_wait_for_fence_with_timeout_Test::TestBody()':
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:100:
 undefined reference to 
`mir::graphics::EGLSyncFence::EGLSyncFence(std::shared_ptr
 const&)'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:101:
 undefined reference to `mir::graphics::EGLSyncFence::raise()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:102:
 undefined reference to 
`mir::graphics::EGLSyncFence::wait_for(std::chrono::duration >)'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:100:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:100:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  CMakeFiles/mir_unit_tests.dir/graphics/test_egl_sync_fence.cpp.o: In function 
`EglSyncFence_can_clear_without_waiting_Test::TestBody()':
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:118:
 undefined reference to 
`mir::graphics::EGLSyncFence::EGLSyncFence(std::shared_ptr
 const&)'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:119:
 undefined reference to `mir::graphics::EGLSyncFence::raise()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:120:
 undefined reference to `mir::graphics::EGLSyncFence::reset()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:118:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:118:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  CMakeFiles/mir_unit_tests.dir/graphics/test_egl_sync_fence.cpp.o: In function 
`void 
__gnu_cxx::new_allocator::construct(mir::graphics::EGLSyncExtensions*)':
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'

  https://launchpadlibrarian.net/240210508/buildlog_ubuntu-xenial-
  arm64.mir_0.20.0+16.04.20160217.3-0ubuntu1_BUILDING.txt.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1546676/+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


[Touch-packages] [Bug 1546676] Re: EglSyncFence tests depend on android platform

2016-02-24 Thread Daniel van Vugt
This bug got separate (diverged) fixes in Mir 0.21 and 0.20. So that's
why it has two separate tasks.

-- 
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/1546676

Title:
  EglSyncFence tests depend on android platform

Status in Mir:
  Fix Committed
Status in Mir 0.20 series:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  If you build for MIR_PLATFORM=mesa-kms;mesa-x11 then you get build
  errors:

  CMakeFiles/mir_unit_tests.dir/graphics/test_egl_sync_fence.cpp.o: In function 
`EglSyncFence_can_wait_for_fence_with_timeout_Test::TestBody()':
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:100:
 undefined reference to 
`mir::graphics::EGLSyncFence::EGLSyncFence(std::shared_ptr
 const&)'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:101:
 undefined reference to `mir::graphics::EGLSyncFence::raise()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:102:
 undefined reference to 
`mir::graphics::EGLSyncFence::wait_for(std::chrono::duration >)'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:100:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:100:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  CMakeFiles/mir_unit_tests.dir/graphics/test_egl_sync_fence.cpp.o: In function 
`EglSyncFence_can_clear_without_waiting_Test::TestBody()':
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:118:
 undefined reference to 
`mir::graphics::EGLSyncFence::EGLSyncFence(std::shared_ptr
 const&)'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:119:
 undefined reference to `mir::graphics::EGLSyncFence::raise()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:120:
 undefined reference to `mir::graphics::EGLSyncFence::reset()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:118:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:118:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  CMakeFiles/mir_unit_tests.dir/graphics/test_egl_sync_fence.cpp.o: In function 
`void 
__gnu_cxx::new_allocator::construct(mir::graphics::EGLSyncExtensions*)':
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'

  https://launchpadlibrarian.net/240210508/buildlog_ubuntu-xenial-
  arm64.mir_0.20.0+16.04.20160217.3-0ubuntu1_BUILDING.txt.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1546676/+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


[Touch-packages] [Bug 1546676] Re: EglSyncFence tests depend on android platform

2016-02-24 Thread Daniel van Vugt
** Changed in: mir
   Status: Fix Released => Fix Committed

-- 
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/1546676

Title:
  EglSyncFence tests depend on android platform

Status in Mir:
  Fix Committed
Status in Mir 0.20 series:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  If you build for MIR_PLATFORM=mesa-kms;mesa-x11 then you get build
  errors:

  CMakeFiles/mir_unit_tests.dir/graphics/test_egl_sync_fence.cpp.o: In function 
`EglSyncFence_can_wait_for_fence_with_timeout_Test::TestBody()':
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:100:
 undefined reference to 
`mir::graphics::EGLSyncFence::EGLSyncFence(std::shared_ptr
 const&)'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:101:
 undefined reference to `mir::graphics::EGLSyncFence::raise()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:102:
 undefined reference to 
`mir::graphics::EGLSyncFence::wait_for(std::chrono::duration >)'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:100:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:100:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  CMakeFiles/mir_unit_tests.dir/graphics/test_egl_sync_fence.cpp.o: In function 
`EglSyncFence_can_clear_without_waiting_Test::TestBody()':
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:118:
 undefined reference to 
`mir::graphics::EGLSyncFence::EGLSyncFence(std::shared_ptr
 const&)'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:119:
 undefined reference to `mir::graphics::EGLSyncFence::raise()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:120:
 undefined reference to `mir::graphics::EGLSyncFence::reset()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:118:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:118:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  CMakeFiles/mir_unit_tests.dir/graphics/test_egl_sync_fence.cpp.o: In function 
`void 
__gnu_cxx::new_allocator::construct(mir::graphics::EGLSyncExtensions*)':
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'

  https://launchpadlibrarian.net/240210508/buildlog_ubuntu-xenial-
  arm64.mir_0.20.0+16.04.20160217.3-0ubuntu1_BUILDING.txt.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1546676/+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


[Touch-packages] [Bug 1546676] Re: EglSyncFence tests depend on android platform

2016-02-23 Thread Alan Griffiths
** 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/1546676

Title:
  EglSyncFence tests depend on android platform

Status in Mir:
  Fix Released
Status in Mir 0.20 series:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  If you build for MIR_PLATFORM=mesa-kms;mesa-x11 then you get build
  errors:

  CMakeFiles/mir_unit_tests.dir/graphics/test_egl_sync_fence.cpp.o: In function 
`EglSyncFence_can_wait_for_fence_with_timeout_Test::TestBody()':
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:100:
 undefined reference to 
`mir::graphics::EGLSyncFence::EGLSyncFence(std::shared_ptr
 const&)'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:101:
 undefined reference to `mir::graphics::EGLSyncFence::raise()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:102:
 undefined reference to 
`mir::graphics::EGLSyncFence::wait_for(std::chrono::duration >)'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:100:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:100:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  CMakeFiles/mir_unit_tests.dir/graphics/test_egl_sync_fence.cpp.o: In function 
`EglSyncFence_can_clear_without_waiting_Test::TestBody()':
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:118:
 undefined reference to 
`mir::graphics::EGLSyncFence::EGLSyncFence(std::shared_ptr
 const&)'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:119:
 undefined reference to `mir::graphics::EGLSyncFence::raise()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:120:
 undefined reference to `mir::graphics::EGLSyncFence::reset()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:118:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:118:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  CMakeFiles/mir_unit_tests.dir/graphics/test_egl_sync_fence.cpp.o: In function 
`void 
__gnu_cxx::new_allocator::construct(mir::graphics::EGLSyncExtensions*)':
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'

  https://launchpadlibrarian.net/240210508/buildlog_ubuntu-xenial-
  arm64.mir_0.20.0+16.04.20160217.3-0ubuntu1_BUILDING.txt.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1546676/+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


[Touch-packages] [Bug 1546676] Re: EglSyncFence tests depend on android platform

2016-02-23 Thread Alan Griffiths
** Changed in: mir
   Status: Fix Committed => 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/1546676

Title:
  EglSyncFence tests depend on android platform

Status in Mir:
  Fix Released
Status in Mir 0.20 series:
  Fix Released
Status in mir package in Ubuntu:
  Triaged

Bug description:
  If you build for MIR_PLATFORM=mesa-kms;mesa-x11 then you get build
  errors:

  CMakeFiles/mir_unit_tests.dir/graphics/test_egl_sync_fence.cpp.o: In function 
`EglSyncFence_can_wait_for_fence_with_timeout_Test::TestBody()':
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:100:
 undefined reference to 
`mir::graphics::EGLSyncFence::EGLSyncFence(std::shared_ptr
 const&)'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:101:
 undefined reference to `mir::graphics::EGLSyncFence::raise()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:102:
 undefined reference to 
`mir::graphics::EGLSyncFence::wait_for(std::chrono::duration >)'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:100:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:100:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  CMakeFiles/mir_unit_tests.dir/graphics/test_egl_sync_fence.cpp.o: In function 
`EglSyncFence_can_clear_without_waiting_Test::TestBody()':
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:118:
 undefined reference to 
`mir::graphics::EGLSyncFence::EGLSyncFence(std::shared_ptr
 const&)'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:119:
 undefined reference to `mir::graphics::EGLSyncFence::raise()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:120:
 undefined reference to `mir::graphics::EGLSyncFence::reset()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:118:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:118:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  CMakeFiles/mir_unit_tests.dir/graphics/test_egl_sync_fence.cpp.o: In function 
`void 
__gnu_cxx::new_allocator::construct(mir::graphics::EGLSyncExtensions*)':
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'

  https://launchpadlibrarian.net/240210508/buildlog_ubuntu-xenial-
  arm64.mir_0.20.0+16.04.20160217.3-0ubuntu1_BUILDING.txt.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1546676/+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


[Touch-packages] [Bug 1546676] Re: EglSyncFence tests depend on android platform

2016-02-23 Thread Alan Griffiths
** Changed in: mir/0.20
   Status: Fix Committed => 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/1546676

Title:
  EglSyncFence tests depend on android platform

Status in Mir:
  Fix Committed
Status in Mir 0.20 series:
  Fix Released
Status in mir package in Ubuntu:
  Triaged

Bug description:
  If you build for MIR_PLATFORM=mesa-kms;mesa-x11 then you get build
  errors:

  CMakeFiles/mir_unit_tests.dir/graphics/test_egl_sync_fence.cpp.o: In function 
`EglSyncFence_can_wait_for_fence_with_timeout_Test::TestBody()':
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:100:
 undefined reference to 
`mir::graphics::EGLSyncFence::EGLSyncFence(std::shared_ptr
 const&)'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:101:
 undefined reference to `mir::graphics::EGLSyncFence::raise()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:102:
 undefined reference to 
`mir::graphics::EGLSyncFence::wait_for(std::chrono::duration >)'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:100:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:100:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  CMakeFiles/mir_unit_tests.dir/graphics/test_egl_sync_fence.cpp.o: In function 
`EglSyncFence_can_clear_without_waiting_Test::TestBody()':
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:118:
 undefined reference to 
`mir::graphics::EGLSyncFence::EGLSyncFence(std::shared_ptr
 const&)'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:119:
 undefined reference to `mir::graphics::EGLSyncFence::raise()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:120:
 undefined reference to `mir::graphics::EGLSyncFence::reset()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:118:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:118:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  CMakeFiles/mir_unit_tests.dir/graphics/test_egl_sync_fence.cpp.o: In function 
`void 
__gnu_cxx::new_allocator::construct(mir::graphics::EGLSyncExtensions*)':
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'

  https://launchpadlibrarian.net/240210508/buildlog_ubuntu-xenial-
  arm64.mir_0.20.0+16.04.20160217.3-0ubuntu1_BUILDING.txt.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1546676/+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


[Touch-packages] [Bug 1546676] Re: EglSyncFence tests depend on android platform

2016-02-18 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: mir (Ubuntu)
   Importance: Undecided => Critical

** Changed in: mir/0.20
 Assignee: Alan Griffiths (alan-griffiths) => Kevin DuBois (kdub)

** Changed in: mir (Ubuntu)
   Status: New => Triaged

-- 
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/1546676

Title:
  EglSyncFence tests depend on android platform

Status in Mir:
  Fix Committed
Status in Mir 0.20 series:
  Fix Committed
Status in mir package in Ubuntu:
  Triaged

Bug description:
  If you build for MIR_PLATFORM=mesa-kms;mesa-x11 then you get build
  errors:

  CMakeFiles/mir_unit_tests.dir/graphics/test_egl_sync_fence.cpp.o: In function 
`EglSyncFence_can_wait_for_fence_with_timeout_Test::TestBody()':
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:100:
 undefined reference to 
`mir::graphics::EGLSyncFence::EGLSyncFence(std::shared_ptr
 const&)'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:101:
 undefined reference to `mir::graphics::EGLSyncFence::raise()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:102:
 undefined reference to 
`mir::graphics::EGLSyncFence::wait_for(std::chrono::duration >)'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:100:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:100:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  CMakeFiles/mir_unit_tests.dir/graphics/test_egl_sync_fence.cpp.o: In function 
`EglSyncFence_can_clear_without_waiting_Test::TestBody()':
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:118:
 undefined reference to 
`mir::graphics::EGLSyncFence::EGLSyncFence(std::shared_ptr
 const&)'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:119:
 undefined reference to `mir::graphics::EGLSyncFence::raise()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:120:
 undefined reference to `mir::graphics::EGLSyncFence::reset()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:118:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  
/«BUILDDIR»/mir-0.20.0+16.04.20160217.3/tests/unit-tests/graphics/test_egl_sync_fence.cpp:118:
 undefined reference to `mir::graphics::EGLSyncFence::~EGLSyncFence()'
  CMakeFiles/mir_unit_tests.dir/graphics/test_egl_sync_fence.cpp.o: In function 
`void 
__gnu_cxx::new_allocator::construct(mir::graphics::EGLSyncExtensions*)':
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'
  /usr/include/c++/5/bits/shared_ptr_base.h:518: undefined reference to 
`mir::graphics::EGLSyncExtensions::EGLSyncExtensions()'

  https://launchpadlibrarian.net/240210508/buildlog_ubuntu-xenial-
  arm64.mir_0.20.0+16.04.20160217.3-0ubuntu1_BUILDING.txt.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1546676/+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