[Bug 1968010] Re: Using a geometry shader on a graphics driver that supports OpenGl 3.2 but not EXT_geometry_shader4 crashes

2022-04-06 Thread simonschmeisser
I created a patch for focal (applies to bionic as well). It was build on my PPA https://launchpad.net/~s-schmeisser/+archive/ubuntu/ogre-1.9-focal and https://launchpad.net/~s-schmeisser/+archive/ubuntu/ogre-1.9-bionic and tested on both Focal and Bionic with the mesa driver, amdgpu driver and

[Bug 1968010] [NEW] Using a geometry shader on a graphics driver that supports OpenGl 3.2 but not EXT_geometry_shader4 crashes

2022-04-06 Thread simonschmeisser
Public bug reported: When using geometry shaders in RViz (which uses ogre-1.9) it crashes because the GL rendering system in ogre-1.9 assumes that drivers support EXT_geometry_shader4 as well when they support OpenGL 3.2. With the extension it is necessary to call glProgramParameteriEXT but with

[Bug 1958283] Re: linux-firmware missing renoir_ta

2022-01-26 Thread simonschmeisser
Not being able to use my T14s builtin screen is pretty annoying, can the SRU already be tested somewhere? Do you need further information? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1958283 Title:

[Bug 1941752] Re: Regression: exiv2 0.27.3-3ubuntu1.5 makes Gwenview crash when opening images exported by darktable

2021-12-30 Thread simonschmeisser
This is a debdiff applicable for focal-security. This backports an upstream fix for the regression introduced when fixing CVE-2021-37620. I build it locally in pbuilder and it fixes the crash in gwenview as expected. ** Patch added: "1-0.27.2-8ubuntu2.7.debdiff"

[Bug 1909835] Re: OGRE_BITES_HAVE_SDL flag set to 0, which disables basic Input / Ouput Functionality

2021-02-24 Thread simonschmeisser
unfortunately a somewhat unfinished/rough version of the ogre packaging ended up in Ubuntu 20.04. Please use my PPA for 20.04 or compile from source. For newer releases of Ubuntu the sdl feature is already enabled as they sync a newer version from Debian. Most packages are maintained as Debian

[Bug 1873697] [NEW] Please sync ogre-1.12 from debian sid once more

2020-04-19 Thread simonschmeisser
Public bug reported: We updated this package in Debian to the latest upstream release and removed some no longer needed build-dependencies. Also some issues with the python bindings were fixes. It would be great to have another sync before the final freeze. Thanks! Simon ** Affects: ogre-1.12

[Bug 1870768] Re: Please sync ogre-1.12 from debian sid

2020-04-04 Thread simonschmeisser
It was unclear from https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages if I need to subscribe any special list or file this bug against a special package so I tagged Kyle and Jose as you are the only ones I know with both Ubuntu and ROS affiliation. Please excuse the noise and if necessary

[Bug 1870768] [NEW] Please sync ogre-1.12 from debian sid

2020-04-04 Thread simonschmeisser
Public bug reported: libogre-1.12 can be installed side by side with the quite antique version 1.9.0 released in 2013 which is currently in focal. Debian upload process unfortunately took too long (2 month in NEW queue) to get this package in before import freeze. There should be no impact or

[Bug 1817595] Re: [SRU] urdfdom-headers and urdfdom should not use locale dependent parsing for floating point numbers

2019-11-06 Thread simonschmeisser
That's why I would have preferred a simple update to 1.0.3 patch release ... it's not only cmake but also a support issue as now you have differentiate between upstream 1.0.0 and ubuntu 1.0.0 I just hope that as soon as this hits the update channels most/all people will install it automatically

[Bug 1817595] Re: [SRU] urdfdom-headers and urdfdom should not use locale dependent parsing for floating point numbers

2019-10-31 Thread simonschmeisser
** Tags removed: verification-needed verification-needed-bionic ** Tags added: verification-done-bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1817595 Title: [SRU] urdfdom-headers and

[Bug 1817595] Re: [SRU] urdfdom-headers and urdfdom should not use locale dependent parsing for floating point numbers

2019-10-31 Thread simonschmeisser
Hello Chris (raof), Matthew (mathew-hodson) and others involved, I enabled bionic-proposed yesterday evening, installed both new packages (urdfdom and urdfdom-headers) and can confirm the bugs fixed. Thanks a lot to everybody involved! I was not able to find any fields where I could set

[Bug 1817595] Re: [SRU] urdfdom-headers and urdfdom should not use locale dependent parsing for floating point numbers

2019-02-26 Thread simonschmeisser
** Also affects: urdfdom (Ubuntu) Importance: Undecided Status: New ** Description changed: In the effort to reduce boost dependency in urdfdom and urdfdom-headers [2] regressions wrt locale handling were introduced. Parsing of floating point values in URDF (a XML language) was

[Bug 1817595] Re: [SRU] urdfdom-headers and urdfdom should not use locale dependent parsing for floating point numbers

2019-02-25 Thread simonschmeisser
** Bug watch added: github.com/ros/urdfdom_headers/issues #45 https://github.com/ros/urdfdom_headers/issues/45 ** Also affects: urdfdom-headers via https://github.com/ros/urdfdom_headers/issues/45 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 1817595] [NEW] [SRU] urdfdom-headers and urdfdom should not use locale dependent parsing for floating point numbers

2019-02-25 Thread simonschmeisser
Public bug reported: In the effort to reduce boost dependency in urdfdom and urdfdom-headers [2] regressions wrt locale handling were introduced. Parsing of floating point values in URDF (a XML language) was now locale dependent, ie on European systems were the decimal separator is "," instead of