Bug#969199: d-shlibs: libpython3-dev incorrect matcher

2020-08-29 Thread John van der Kamp
Package: d-shlibs Version: 0.93 Severity: normal Tags: patch Dear Maintainer, While trying to build a newer version of fontforge on debian stable I received a build error. This is the as what seems to be reported for #943997 and #949793. The regex is incorrect and misses a \ before the ?

Bug#864836: emacs24: common lisp aliases not loaded

2017-06-15 Thread John van der Kamp
Package: emacs24 Version: 24.5+1-11 Severity: normal Dear Maintainer, I was unable to use company-rtags package, because functions like caadr and cadadr are unavailable. M-x describe-function does not result in a function. Evaluating this: (caadr '((a b) (c d))) returns the error: Symbol's

Bug#583741: gnumeric: Segfault in Text Import Configuration wizard

2010-05-30 Thread John van der Kamp
Package: gnumeric Version: 1.10.4-1 Severity: normal If you don't complete all steps in the wizard, but click on Finish before the last page, gnumeric will segfault. I copy/paste a table from HTML, press Finish on the first page, and it crashes. If I complete the wizard and change nothing on

Bug#579427: tinyproxy patch for reload memleak

2010-05-27 Thread John van der Kamp
Hi, Valgrind reports that the regcomp functions used in the conf.c file leak. This is because regfree is never called. I fixed this by adding a cleaning function, and also running the regcomp loop just once. It was done every time the config was loaded, and since it did not free, it would

Bug#524535: subtitleeditor: Error on upgrading packages

2009-04-17 Thread John van der Kamp
Package: subtitleeditor Version: 0.30.0-1 Severity: normal While upgrading, I got the following error: --- Selecting previously deselected package libsubtitleeditor0. (Reading database ... 180233 files and directories currently installed.) Unpacking libsubtitleeditor0 (from

Bug#522091: udev: unable to make hdd go standby

2009-03-31 Thread John van der Kamp
Package: udev Version: 0.140-1 Severity: normal Normally, I set a harddisk to standby using hdparm (hdparm -y /dev/sda) on startup (rc.local), but udev immediately spins the harddisk backup. Only after stopping udev would the harddisk stay in standby mode. I had no problems with udev 0.125 with

Bug#482817: pidofproc and %PPID

2008-11-28 Thread John van der Kamp
Hi, I've been trying to debug this myself too, and actually thought like in bug #506995 that portmap was running twice, since it would be started from /etc/rcS.d/S40networking (which kicks /etc/network/if-up.d/nfsmount.sh) and also from /etc/rcS.d/S43portmap. So I disabled the rcS.d portmap and

Bug#502234: nvidia-cg-toolkit: perl runtime warnings during upgrade

2008-10-14 Thread John van der Kamp
Package: nvidia-cg-toolkit Version: 2.0.0015.deb2 Severity: normal While upgrading nvidia-cg-toolkit to 2.0.0015.deb2, perl complained about closedir() on invalid dirhandle. Full output of the upgrade: Setting up nvidia-cg-toolkit (2.0.0015.deb2) ... Using

Bug#482016: gosa: needless errors/warnings are printed on uninstall

2008-05-20 Thread John van der Kamp
Package: gosa Version: 2.5.16-1 Severity: minor While uninstalling gosa with 'apt-get --purge remove gosa', these errors were printed: --- Package `apache' is not installed and no info is available. Use dpkg --info (= dpkg-deb --info) to examine archive files, and dpkg --contents (= dpkg-deb

Bug#445042: gjiten segfaults on specific sequence

2007-10-02 Thread John van der Kamp
Package: gjiten Version: 2.6-1 Severity: normal Tags: patch Hi, I encountered a segfault in gjiten today, and you can reproduce it with the following steps: 1. search for a string 2. click the kanjidic button 3. close the worddic window 4. click the worddic button 5. for a string again it will

Bug#445042: Show Radical List works only the first time

2007-10-02 Thread John van der Kamp
Whoops, sorry .. mailed the last patch to the wrong bug report. That was for bug 438054 obviously. John -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#445042: Show Radical List works only the first time

2007-10-02 Thread John van der Kamp
Package: gjiten Version: 2.6-1 Followup-For: Bug #445042 Hi, Since I was already debugging for my bug (#445042), I also created a patch for this bug. It seems the kanji file is being cached in globals, but not correctly reset when the window is closed. Again, I don't know for the other

Bug#441544: bdb: unable to allocate memory for mutex; resize mutex region

2007-09-19 Thread John van der Kamp
Yes, this works correctly for me now. Thanks. John On Wed, 19 Sep 2007, Florian Weimer wrote: * John v.: seems to be a BDB issue. You can easely reproduce this bug: On an Etch box: $ svnadmin create --fs-type bdb test copy test to unstable, and try to checkout this svn. You'll get this

Bug#420449: xserver-xorg-core update breaks the nvidia-legacy driver

2007-04-24 Thread John van der Kamp
Hi, I just had the same problem. I tried to fix this by renaming the nvidia_drv.o to nvidia_drv.so, but then I got this error: (II) LoadModule: nvidia (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so dlopen: /usr/lib/xorg/modules/drivers//nvidia_drv.so: only ET_DYN and ET_EXEC can

Bug#420699: nvidia-glx-legacy-ia32 and ia32-libs have conflicting files

2007-04-24 Thread John van der Kamp
Package: nvidia-glx-legacy-ia32 Version: 1.0.7184-3 Severity: normal I just tried to install the nvidia-glx-legacy-ia32 package, but it conflicted with ia32-libs because of /emul/ia32-linux/usr/lib/libGL.so John -- System Information: Debian Release: lenny/sid APT prefers unstable APT

Bug#399761: lib3ds.a need recompilation

2007-02-19 Thread John van der Kamp
Hi, I'm having the same problems, but I had to dig somewhat deeper to make it work again. I can currently choose from: * build with CC=/usr/bin/gcc-3.3 * build without -O2 After creating the package, the 3ds file can be correctly read again. Seems compiling with gcc-4.1 and -O2 turned on

Bug#340465: cannot link correctly with ssl version of static gsoap lib

2005-11-23 Thread John van der Kamp
Package: gsoap Version: 2.7.6c-1 Severity: normal While trying to link with -lgsoapssl++, there are still unresolved symbols: undefined reference to `soap_dom_current_nstr' undefined reference to `soap_ssl_client_context' This is because the dom.c/dom.cpp file is compiled in the source, but not

Bug#336581: request-tracker3.4: rt-crontool manpage contains non working example

2005-10-31 Thread John van der Kamp
Package: request-tracker3.4 Version: 3.4.1-2 Severity: minor The example in rt-crontool manpage contains a condition 'RT::Condition::UntouchedInHours', but this condition is not available in the installed code. John -- Package-specific info: Changed files: