Bug#634038: alsa-base depends on procps

2011-07-16 Thread Richard Allen
Package: alsa-base Version: 1.0.23+dfsg-2 alsa-base has a dependency on procps. If you remove procps, alsa may not function properly. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#634038: [Pkg-alsa-devel] Bug#634038: alsa-base depends on procps

2011-07-16 Thread Richard Allen
I believe 'alsa reload' uses ps. Would you like the command line output? On Jul 16, 2011 9:09 AM, Elimar Riesebieter riese...@lxtec.de wrote: * Richard Allen [110716 04:10 -0500]: Package: alsa-base Version: 1.0.23+dfsg-2 alsa-base has a dependency on procps. If you remove procps, alsa may

Bug#737275: Clang crashes on SPARC

2014-01-31 Thread Richard Allen
Package: clang Version: 1.3.0-6.2 Invoking clang on any 'c' file including stdlib.h crashes the compiler with a Bus Error and a backtrace. Crash log is below. -Richard rsaxvc@home:~/code$ cat test.c #include stdlib.h rsaxvc@home:~/code$ clang test.c clang: warning: unknown platform, assuming

Bug#737275: Clang crashes on SPARC

2014-04-22 Thread Richard Allen
Hey, got it narrowed down more. typedef __typeof__(((int*)0)-((int*)0)) ptrdiff_t; This crashes clang 3.0, but it appears to be the same problem as was on 3.0 and 3.4. On Sat, Feb 8, 2014 at 7:59 PM, Richard Allen rsa...@gmail.com wrote: 3.4 faults as well. I'm trying to find another Debian

Bug#737275: Clang crashes on SPARC

2014-04-22 Thread Richard Allen
And a little more: //Works int x; typedef __typeof__(x) int2; //Works typedef __typeof__(0) int_t; //Dies typedef __typeof__((int*)0) intptr_t; //Dies //typedef __typeof__(((int*)0)-((int*)0)) ptrdiff_t; On Tue, Apr 22, 2014 at 11:30 PM, Richard Allen rsa...@gmail.com wrote: Hey, got

Bug#763838: libopencv-highgui2.4: Webcam capture failures

2014-10-02 Thread Richard Allen
Package: libopencv-highgui2.4 Version: 2.4.9.1+dfsg-1 Severity: important Dear Maintainer, It appears webcam capture is broken. I tried a PS3 Eye(RGB/YUV) and a PS2 Eyetoy(JPG). On AMD64 both result in garbage. On another jessie box, this time i386, both cameras crash. *** Reporter, please

Bug#763838: Example frame capture

2014-10-02 Thread Richard Allen
So, I captured the frame as a BMP, but imgur converted it to BMP. http://i.imgur.com/ZjUSWqh.png But, if you convert it back to RGB888 BMP, you can see the raw data/strings with a hex editor.

Bug#763838: Some progress

2014-10-03 Thread Richard Allen
Building the debian opencv git repo with GCC4.9.1 with the following changes to the default cmake{disable: opencl*, ffmpeg} worked!

Bug#849359: Flent missing package dependency

2016-12-25 Thread Richard Allen
Package: flent Version: 0.15.0-3 I believe there is a missing dependency for flent. I also installed python-setuptools, but that did not fix it. Error: rsaxvc@rsaxvc:~$ flent Traceback (most recent call last): File "/usr/bin/flent", line 6, in from pkg_resources import load_entry_point

Bug#860355:

2017-04-14 Thread Richard Allen
Thanks Paul. I will do so.

Bug#860355: general: archive.debian.org certificate expired

2017-04-14 Thread Richard Allen
Package: general Severity: normal Dear Maintainer, * What led up to the situation? - Attempting to access https://archive.debian.net/etch/libc6 * What exactly did you do (or not do) that was effective (or ineffective)? Attempted to access https://archive.debian.net/etch/libc6 using

Bug#1005721: [Pkg-samba-maint] Bug#1005721: samba: Intermittent segfault+coredump when volume_label calls strlen

2022-02-13 Thread Richard Allen
Thanks Andrew, I've done so, resulting in https://bugzilla.samba.org/show_bug.cgi?id=14978 . https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1914420 seems to have the same backtrace as well. -Richard