[Bug 1835922] [NEW] missing gl* symbols in version 19.0.2

2019-07-09 Thread Jean-Marc Le Roux
Public bug reported:

Linking with libosmesa6-dev version 19.0.2 will fail because all the gl*
symbols are missing:

```
[100%] Linking CXX executable bin/minko-converter
../smartshape-engine/build/plugin/devil/bin/libminko-plugin-devil.a(jas_stream.c.o):
 In function `jas_stream_tmpfile':
jas_stream.c:(.text+0x6fd): warning: the use of `tmpnam' is dangerous, better 
use `mkstemp'
../smartshape-engine/build/framework/bin/libminko-framework.a(OpenGLES2Context.cpp.o):
 In function `minko::render::OpenGLES2Context::clear(unsigned int, float, 
float, float, float, float, unsigned int, unsigned int)':
OpenGLES2Context.cpp:(.text+0xb3): undefined reference to `glDepthMask'
OpenGLES2Context.cpp:(.text+0xd9): undefined reference to `glClearDepth'
OpenGLES2Context.cpp:(.text+0xe7): undefined reference to `glClearColor'
OpenGLES2Context.cpp:(.text+0xfc): undefined reference to `glClearStencil'
../smartshape-engine/build/framework/bin/libminko-framework.a(OpenGLES2Context.cpp.o):
 In function `minko::render::OpenGLES2Context::drawTriangles(unsigned int, 
unsigned int, int)':
OpenGLES2Context.cpp:(.text+0x120): undefined reference to `glBindBuffer'
../smartshape-engine/build/framework/bin/libminko-framework.a(OpenGLES2Context.cpp.o):
 In function `minko::render::OpenGLES2Context::drawTriangles(unsigned int, 
int)':
OpenGLES2Context.cpp:(.text+0x153): undefined reference to `glBindBuffer'
../smartshape-engine/build/framework/bin/libminko-framework.a(OpenGLES2Context.cpp.o):
 In function `minko::render::OpenGLES2Context::uploadVertexBufferData(unsigned 
int, unsigned int, unsigned int, void*)':
OpenGLES2Context.cpp:(.text+0x191): undefined reference to `glBindBuffer'
../smartshape-engine/build/framework/bin/libminko-framework.a(OpenGLES2Context.cpp.o):
 In function `minko::render::OpenGLES2Context::uploadIndexBufferData(unsigned 
int, unsigned int, unsigned int, void*)':
OpenGLES2Context.cpp:(.text+0x1db): undefined reference to `glBindBuffer'
../smartshape-engine/build/framework/bin/libminko-framework.a(OpenGLES2Context.cpp.o):
 In function `minko::render::OpenGLES2Context::deleteVertexBuffer(unsigned 
int)':
OpenGLES2Context.cpp:(.text+0x297): undefined reference to `glBindBuffer'
OpenGLES2Context.cpp:(.text+0x2aa): undefined reference to `glBufferData'
OpenGLES2Context.cpp:(.text+0x2b9): undefined reference to `glDeleteBuffers'
../smartshape-engine/build/framework/bin/libminko-framework.a(OpenGLES2Context.cpp.o):
 In function `minko::render::OpenGLES2Context::deleteIndexBuffer(unsigned int)':
OpenGLES2Context.cpp:(.text+0x332): undefined reference to `glBindBuffer'
OpenGLES2Context.cpp:(.text+0x345): undefined reference to `glBufferData'
OpenGLES2Context.cpp:(.text+0x354): undefined reference to `glDeleteBuffers'
../smartshape-engine/build/framework/bin/libminko-framework.a(OpenGLES2Context.cpp.o):
 In function `minko::render::OpenGLES2Context::setVertexBufferAt(unsigned int, 
unsigned int, unsigned int, unsigned int, unsigned int)':
OpenGLES2Context.cpp:(.text+0x527): undefined reference to `glBindBuffer'
OpenGLES2Context.cpp:(.text+0x559): undefined reference to 
`glVertexAttribPointer'
OpenGLES2Context.cpp:(.text+0x59a): undefined reference to 
`glDisableVertexAttribArray'
OpenGLES2Context.cpp:(.text+0x61e): undefined reference to 
`glEnableVertexAttribArray'
../smartshape-engine/build/framework/bin/libminko-framework.a(OpenGLES2Context.cpp.o):
 In function `minko::render::OpenGLES2Context::createVertexAttributeArray()':
OpenGLES2Context.cpp:(.text+0x65f): undefined reference to `glGenVertexArrays'
../smartshape-engine/build/framework/bin/libminko-framework.a(OpenGLES2Context.cpp.o):
 In function 
`minko::render::OpenGLES2Context::deleteVertexAttributeArray(unsigned int)':
OpenGLES2Context.cpp:(.text+0x6b3): undefined reference to 
`glDeleteVertexArrays'
../smartshape-engine/build/framework/bin/libminko-framework.a(OpenGLES2Context.cpp.o):
 In function `minko::render::OpenGLES2Context::uploadCubeTextureData(unsigned 
int, minko::render::CubeTexture::Face, unsigned int, unsigned int, unsigned 
int, void*)':
OpenGLES2Context.cpp:(.text+0x6e4): undefined reference to `glBindTexture'
OpenGLES2Context.cpp:(.text+0x736): undefined reference to `glTexImage2D'
../smartshape-engine/build/framework/bin/libminko-framework.a(OpenGLES2Context.cpp.o):
 In function `minko::render::OpenGLES2Context::uploadTexture2dData(unsigned 
int, unsigned int, unsigned int, unsigned int, void*)':
OpenGLES2Context.cpp:(.text+0x7c5): undefined reference to `glBindTexture'
OpenGLES2Context.cpp:(.text+0x7ec): undefined reference to `glTexSubImage2D'
../smartshape-engine/build/framework/bin/libminko-framework.a(OpenGLES2Context.cpp.o):
 In function `minko::render::OpenGLES2Context::setShaderSource(unsigned int, 
std::__cxx11::basic_string, std::allocator > 
const&)':
OpenGLES2Context.cpp:(.text+0x888): undefined reference to `glShaderSource'
../smartshape-engine/build/framework/bin/libminko-framework.a(OpenGLES2Context.cpp.o):
 In function 

[Bug 1743247] Re: B2 Python APIs are missing

2018-01-17 Thread Jean-Marc Le Roux
Reinstalling duplicity after installing b2 (pip install b2) apparently
did the trick.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1743247

Title:
  B2 Python APIs are missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1743247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1743247] Re: B2 Python APIs are missing

2018-01-17 Thread Jean-Marc Le Roux
Same issue here.

# pip --version
pip 1.5.4 from /usr/lib/python2.7/dist-packages (python 2.7)
# pip2 --version
pip 1.5.4 from /usr/lib/python2.7/dist-packages (python 2.7)
# pip3 --version
pip 1.5.4 from /usr/lib/python3/dist-packages (python 3.4)

I tried:

pip install b2
pip2 install b2
pip3 install b2

And I still have the same error:

BackendException: B2 backend requires B2 Python APIs (pip install b2)

It was working fine until now (Ubuntu 14.04 64bit).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1743247

Title:
  B2 Python APIs are missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1743247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1702407] Re: Startup crash after upgrading to 59.0.3071.109 on trusty/xenial/yakkety

2017-07-17 Thread Jean-Marc Le Roux
I'm still having the exact same problem with chromium-browser
(59.0.3071.109-0ubuntu0.16.10.1357).

Received signal 11 SEGV_MAPERR 0010
#0 0x7fbf377680c6 base::debug::StackTrace::StackTrace()
#1 0x7fbf377684ab 
#2 0x7fbf37a95630 
#3 0x560ced1a6fd8 
#4 0x560ced1a9866 
#5 0x560ced1aa00e 
#6 0x560ced1aa33f 
#7 0x7fbf377e5831 
#8 0x7fbf37769b4a base::debug::TaskAnnotator::RunTask()
#9 0x7fbf377941e0 base::MessageLoop::RunTask()
#10 0x7fbf37795c9d base::MessageLoop::DeferOrRunPendingTask()
#11 0x7fbf37796b3d 
#12 0x7fbf37797612 base::MessagePumpLibevent::Run()
#13 0x7fbf37793235 base::MessageLoop::RunHandler()
#14 0x7fbf377bdef8 base::RunLoop::Run()
#15 0x7fbf377eadc6 base::Thread::ThreadMain()
#16 0x7fbf377e56b6 
#17 0x7fbf37a8b6ca start_thread
#18 0x7fbf21210caf clone
  r8: 0001  r9: 560ceec653ac r10: 560ceec653b0 r11: 
7fbf2129b330
 r12: 7fbe8b559fb0 r13: 0008 r14: 0008 r15: 
7fbe8b559e70
  di:   si: 7fbe8b559e70  bp: 7fbe8b559ec0  bx: 
7fbe8b559e70
  dx: 7fbe6c107420  ax:   cx: 44495547  sp: 
7fbe8b559e20
  ip: 560ced1a6fd8 efl: 00010202 cgf: 002b0033 erf: 
0004
 trp: 000e msk:  cr2: 0010
[end of stack trace]
Calling _exit(1). Core file will not be generated.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1702407

Title:
  Startup crash after upgrading to 59.0.3071.109 on
  trusty/xenial/yakkety

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1702407/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs