[Bug 1858203] Re: Patch for glibc Bug 23538 - "Hang in pthread_cond_broadcast" not available on Ubuntu LTS

2020-01-03 Thread Gregor Jasny via ubuntu-bugs
The upstream glibc commit containing the patch is here: https://sourceware.org/git/?p=glibc.git;a=commit;f=nptl/pthread_cond_common.c;h=99ea93ca31795469d2a1f1570f17a5c39c2eb7e2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1841269] Re: dvbv5-scan Segmentation fault

2019-09-01 Thread Gregor Jasny via ubuntu-bugs
** Changed in: v4l-utils (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1841269 Title: dvbv5-scan Segmentation fault To manage notifications about this

[Bug 1841269] Re: dvbv5-scan Segmentation fault

2019-09-01 Thread Gregor Jasny via ubuntu-bugs
You could use the https://launchpad.net/~libv4l/+archive/ubuntu/development PPA to get a fixed version. I'll update the stable PPA soon. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1841269 Title:

Re: [Bug 1823650] Re: v4l-utils ftbfs in cosmic

2019-04-14 Thread Gregor Jasny via ubuntu-bugs
Hello, attached you'll find the debdiff with critical patches for v4l-utils 1.14 in cosmic. All of them have been taken from v4l-utils stable-1.14 branch. The source of this debdiff could be found in the debian v4l-utils repo on salsa in the cosmic branch:

[Bug 1823650] Re: v4l-utils ftbfs in cosmic

2019-04-08 Thread Gregor Jasny via ubuntu-bugs
I verified that https://git.linuxtv.org/v4l- utils.git/commit/?h=stable-1.14=b6c3e824967e25857a41e1c0e23d010317566467 and https://git.linuxtv.org/v4l- utils.git/commit/?h=stable-1.14=65b6f255a02de403621e478aac701e3ee56806a4 fix the build issue. However there are some more fixes (double free and

[Bug 1823650] Re: v4l-utils ftbfs in cosmic

2019-04-08 Thread Gregor Jasny via ubuntu-bugs
Hello, maybe the following commit from the stable-1.14 branch fixes it: https://git.linuxtv.org/v4l- utils.git/commit/?h=stable-1.14=65b6f255a02de403621e478aac701e3ee56806a4 How could I re-create your setup? Thanks, -Gregor -- You received this bug notification because you are a member of

[Bug 1811678] Re: Inconsistent OpenGL support across architectures

2019-01-14 Thread Gregor Jasny via ubuntu-bugs
I guess this is due to the following lines in debian/rules: gles2_architectures := armel armhf arm64 ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(gles2_architectures))) extra_configure_opts += -opengl es2 else extra_configure_opts += -opengl desktop endif Still my

[Bug 1811678] [NEW] Inconsistent OpenGL support across architectures

2019-01-14 Thread Gregor Jasny via ubuntu-bugs
Public bug reported: Hello, today I noticed build failures of v4l-utils on arm64 hosts: https://launchpadlibrarian.net/406083796/buildlog_ubuntu-bionic-arm64.v4l-utils_1.17.1-201901131615~ubuntu18.04.1_BUILDING.txt.gz This is due to the OpenGLES2 feature is enabled on arm64 (but this feature is

[Bug 1769657] Re: update toolchain packages for bionic

2018-07-30 Thread Gregor Jasny via ubuntu-bugs
Hello doko, could you please tell if the work described in this issue is likely to happen in Bionic? I'd like to use clang and with C++17 and with libstdc++-7-dev I'm running into the issue described in https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=877838 There's an upstream libstdc++