Bug#434824: /usr/bin/apt-ftparchive: apt-ftparchive: skips over .debs with tar warnings when using --db

2007-07-26 Thread Frederic Briere
Package: apt-utils Version: 0.7.3 Severity: normal File: /usr/bin/apt-ftparchive I have a package containing a file dating back to 1969 (as distributed by upstream). When running apt-ftparchive with --db, it interprets the warning to that effect from tar as a fatal error, and skips over the

Bug#417984: libdbi-perl: DBD::Proxy causes/emits CallMethod warning on connect

2007-04-05 Thread Frederic Briere
Package: libdbi-perl Version: 1.54-1 Severity: normal My current setup involves a connection, through DBI/Proxy, to an ODBC service sitting on a Windows box. Since upgrading to libdbi-perl 1.54-1 on the client side, I'm getting the following non-fatal message on connect(): DBD::Proxy::db

Bug#412614: debugfs: Cannot dump files larger than 2GiB

2007-02-26 Thread Frederic Briere
Package: e2fsprogs Version: 1.39+1.40-WIP-2006.11.14+dfsg-1 Severity: normal Tags: patch Even though debugfs/dump.c uses O_LARGEFILE when opening files, that symbol is not defined by default, so large file support is not enabled. Here's a simple patch that defines _GNU_SOURCE, like

Bug#402330: snowsync: manpage in quadruplicate

2006-12-09 Thread Frederic Briere
Package: snownews Version: 1.5.7-2 Severity: minor The snowsync(1) manpage repeats itself three times. I think you might be over-compensating for the lack of manpages in other packages. :) -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable')

Bug#401984: perl-doc: perlfunc(1) does not mention Regexp built-in reference type

2006-12-06 Thread Frederic Briere
Package: perl-doc Version: 5.8.8-6.1 Severity: normal The description of ref() in perlfunc(1) features a list of built-in reference types. Although the wording makes it sound non-exhaustive (Builtin types include), it seems rather complete to me, with the exception of the Regexp type:

Bug#397100: uupdate: doesn't recognize ~ in version

2006-11-04 Thread Frederic Briere
Package: devscripts Version: 2.9.22 Severity: normal The regex at line 236 of uupdate doesn't include ~, which makes uupdate consider 1-2~3 as a native version. -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell:

Bug#396762: /sbin/dmraid depends on /usr/lib/libz.so.1

2006-11-02 Thread Frederic Briere
Package: dmraid Version: 1.0.0.rc13-1 Severity: serious Justification: Policy 9.1.1 dmraid is now compiled against libz, which lives in /usr: [fbriere] toroia:~ $ ldd /sbin/dmraid | grep libz libz.so.1 = /usr/lib/libz.so.1 (0xb7ee9000) This is a Bad Thing[TM] if you have a dmraid

Bug#384221: libdbd-mysql-perl: Transactions not supported by database

2006-08-22 Thread Frederic Briere
Package: libdbd-mysql-perl Version: 3.0006-1 Severity: normal There appears to be a bug with libmysqlclient 5.0.24 regarding transactions: [fbriere] toroia:~ $ perl -MDBI -e 'DBI-connect(DBI:mysql:)-begin_work' Transactions not supported by database at /usr/lib/perl5/DBI.pm line 1666.

Bug#384111: tiger: Tiger_Listening_ValidUsers and Tiger_Listening_ValidProcs do not support multiple values

2006-08-21 Thread Frederic Briere
Package: tiger Version: 1:3.2.1-24 Severity: normal Despite the comments in /etc/tiger/tigerrc, the Tiger_Listening_ValidUsers and Tiger_Listening_ValidProcs variables do not work if more than one value is specified. The fix is to eval the two cases in check_listeningprocs. (This is actually

Bug#381517: libdbi-perl: optimized C functions hinder subclassing

2006-08-04 Thread Frederic Briere
Package: libdbi-perl Version: 1.51-2 Severity: normal I have written a DBI subclass that overrides bind_param() and execute(). Unfortunately, this means I have to copy many functions from DBI.pm to my class, since their C counterpart does not call back to Perl functions. For example, C's

Bug#381095: apache: considers local configuration file as its own

2006-08-02 Thread Frederic Briere
Package: apache Version: 1.3.33-6sarge2 Severity: normal I just installed today's security update for apache, and was told the following by debconf during post-config: A new version of configuration file /etc/apache/graphx.conf is available, but your version has been locally modified. Now,

Bug#380302: libapache-mod-perl: args() can return an odd number of elements

2006-07-29 Thread Frederic Briere
Package: libapache-mod-perl Version: 1.29.0.4-2 Severity: normal args() currently does no checking on its naive split, so it can return an odd number of elements in list context, which triggers a warning when assigned to a hash. (My logs are full of these due to the onslaught of

Bug#380296: libapache-mod-perl: Apache::Util functions are unavailable outside of requests

2006-07-28 Thread Frederic Briere
Package: libapache-mod-perl Version: 1.29.0.4-2 Severity: normal $ perl -MApache::Util -le 'print Apache::Util::ht_time(time)' Undefined subroutine Apache::Util::ht_time called at -e line 1. This happens for all of Apache::Util's functions, which appear to be unavailable via Apache as well: $

Bug#380298: libapache-mod-perl: unescape_url() croaks on constant value

2006-07-28 Thread Frederic Briere
Package: libapache-mod-perl Version: 1.29.0.4-2 Severity: normal You're probably aware of this, but running unescape_url on a constant value yields a Modification of a read-only value attempted error message. Although it may seem unlikely at first, this is the kind of stuff that happens when

Bug#380299: libapache-mod-perl: unescape_url_info('') returns undef

2006-07-28 Thread Frederic Briere
Package: libapache-mod-perl Version: 1.29.0.4-2 Severity: normal Shouldn't unescape_url_info('') return '' instead of undef? Here's a quick patch to that effect. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386

Bug#376063: libshout3: 2.2.2 has been released

2006-06-29 Thread Frederic Briere
Package: libshout3 Version: 2.2-2 Severity: wishlist Version 2.2.2 has been released on June 19, and fixes a couple of memory leaks. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to

Bug#367912: fpm: Allow for sorting by other columns

2006-05-18 Thread Frederic Briere
Package: fpm Version: 0.60-1 Severity: wishlist Clicking on column headers currently has no effect; it'd be nice if it sorted the entries based on that column, like in most applications. I have several user-A-on-machine-B entries that have no meaningful title, and they all stay unsorted. (At

Bug#367905: fpm: sees two distinct clicks as double-click

2006-05-18 Thread Frederic Briere
Package: fpm Version: 0.60-1 Severity: normal When rapidly clicking on two different entries in the password list, the second click is interpreted as a double-click. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386

Bug#367932: vim-perl: Syntax highlighting no longer works in gvim 7

2006-05-18 Thread Frederic Briere
Package: vim-perl Version: 1:7.0-017+2 Severity: normal Since the upgrade to 7.0, gvim doesn't show any syntax highlighting. I tried C, Perl and sh syntax (both via :set and the Syntax menu), but nothing happens. Everything is fine if I revert to 6.4. To answer your next question: I haven't

Bug#367702: pdns-recursor: 3.0.1 is too verbose

2006-05-17 Thread Frederic Briere
Package: pdns-recursor Version: 3.0.1-1 Severity: normal Since the new 3.0.1 release, pdns_recursor started logging four lines of debugging information to syslog every ~30 minutes: May 17 14:28:47 toroia pdns_recursor[2162]: stats: 5991 questions, 2417 cache entries, 156 negative entries, 46%

Bug#367790: linux-wlan-ng-source: Setting USB adapter to monitor mode triggers memory leak in kernel

2006-05-17 Thread Frederic Briere
Package: linux-wlan-ng-source Version: 0.2.4+svn20060414-3 Severity: critical Justification: breaks the whole system [I'm setting this to severity: critical because it has the potential to bring the kernel to a grinding halt.] My apologies for raising the RC bug count. :) I'm currently using a

Bug#367796: dmraid: init script runs too soon on startup

2006-05-17 Thread Frederic Briere
Package: dmraid Version: 0.9.9+1.0.0.rc9-3 Severity: important By default, the dmraid init script is installed at sequence 03, which means that it gets run when / is still read-only and udev hasn't been started yet. This results in dmraid (or maybe it's libdevmapper) failing to create the

Bug#365648: xbuffy: header parsing fails on one-digit day of month

2006-05-01 Thread Frederic Briere
Package: xbuffy Version: 3.3.bl.3.dfsg-2 Severity: normal Tags: patch Here we go again! -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-1-goretex

Bug#363940: kdrill: /usr/X11R6/bin conflicts with X.org 7.0 transition

2006-04-20 Thread Frederic Briere
Package: kdrill Version: 6.4-2.1 Severity: important Tags: patch As part of the X.org 7.0 transition, binaries have being moved out of /usr/X11R6/bin, which is now a symlink to /usr/bin. Therefore, x11-common now conflicts against packages that install /usr/X11R6/bin; since this is the case with

Bug#354777: libapache2-mod-perl2: should depend on (or recommend) netbase

2006-02-28 Thread Frederic Briere
Package: libapache2-mod-perl2 Version: 1.999.21-1 Severity: normal Apache::Test does a getprotobyname('tcp'), which fails if /etc/protocols is missing: # make test [...] Use of uninitialized value in socket at /usr/lib/perl5/Apache/TestServer.pm line 348. make: *** [test_clean] Error 2

Bug#353952: initrd-tools: LVM2-on-root fails w/o devfs

2006-02-22 Thread Frederic Briere
Package: initrd-tools Version: 0.1.81.1 Severity: normal Tags: patch When trying to boot off an initrd created for a LVM2 root with a devfs-less kernel, the LVM tools attempt and fail to create device nodes under /dev/mapper (since cramfs is read-only). I know this has been declared fixed by

Bug#324848: avifile-player: Uninstallable due to dependency on libqt3c102-mt

2005-08-24 Thread Frederic Briere
Package: avifile-player Version: 1:0.7.43.20050224-1 Severity: grave Justification: renders package unusable Now that the C++ ABI transition is over, libqt3c102-mt has been removed from sid and replaced with libqt3-mt. avifile-player needs to be recompiled to be installable again. -- System

Bug#324854: licq-plugin-qt: Uninstallable due to dependency on libqt3c102-mt

2005-08-24 Thread Frederic Briere
Package: licq-plugin-qt Version: 1.3.0-3 Severity: grave Justification: renders package unusable Now that the C++ ABI transition is over, libqt3c102-mt has been removed from sid, and replaced with libqt3-mt. licq-plugin-qt therefore needs to be recompiled to be installable again. -- System

Bug#323641: apt-file: More manpage errors

2005-08-17 Thread Frederic Briere
Package: apt-file Version: 2.0.6 Severity: minor The apt-file(1) manpage states that the list action is very close to the dpkg -S command, yet dpkg -S searches for *files*, not packages. Shouldn't this attribution be moved to the search action? Also, this part: list Alias for list. Should

Bug#318910: dvgrab: --duration option no longer works

2005-07-18 Thread Frederic Briere
Package: dvgrab Version: 1.8-1 Severity: normal When specifying --duration in any time format, dvgrab returns after capturing 0 frames. It works just fine for 1.7-1. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture:

Bug#318296: libapache-request-perl: upload(NAME) doesn't work in list context

2005-07-14 Thread Frederic Briere
Package: libapache-request-perl Version: 1.1-0.1 Severity: normal upload() returns the list of all uploaded files in list context, regardless of whether or not an argument was passed to it. This means that: my ($foo, $bar) = ($req-upload('foo'), $req-upload('bar')); will not work as

Bug#318314: libnet-daemon-perl: --listen option is missing

2005-07-14 Thread Frederic Briere
Package: libnet-daemon-perl Version: 0.38-1 Severity: normal The 'listen' option is missing from Options(), even though it is used in Bind(). This makes it impossible to override the default value of 10. -- System Information: Debian Release: testing/unstable APT prefers unstable APT

Bug#318165: lynx: FORM filenames are not properly encoded

2005-07-13 Thread Frederic Briere
Package: lynx Version: 2.8.5-2 Severity: normal When doing a file upload, lynx pastes the filename as-is, even if it includes non-ASCII characters. However, RFC 1521 states that in no event are headers (either message headers or body-part headers) allowed to contain anything other than ASCII

Bug#318034: lynx: doesn't escape variable names for multipart/form-data

2005-07-12 Thread Frederic Briere
Package: lynx Version: 2.8.5-2 Severity: normal Given the following form: FORM ENCTYPE=multipart/form-data ... INPUT NAME=quot;fooquot; ... ... /FORM lynx will naively submit the following: Content-Disposition: form-data; name=foo which is clearly wrong. RFC 1867 never actually

Bug#317250: ntp-simple: Confused by change of local dynamic address

2005-07-06 Thread Frederic Briere
Package: ntp-simple Version: 1:4.2.0a+stable-8 Severity: normal I'm running ntp-simple on two machines with dynamic IP addresses. Yesterday, both machines had their DHCP lease renewed with a different address, and the logs started showing these messages: Jul 5 16:15:34 toroia ntpd[2439]:

Bug#315325: libdbd-mysql-perl: \%attr in prepare() doesn't override \%attr in connect()

2005-06-21 Thread Frederic Briere
Package: libdbd-mysql-perl Version: 2.9007-1 Severity: normal From the documentation, I assume I should be able to do: $dbh = DBI-connect(..., { RaiseError = 1 }) followed by: $sth = $dbh-prepare(..., { RaiseError = 0 }) where RaiseError would be turned off locally for that particular

Bug#314649: openssh-client: Bad owner or permissions on ~/.ssh/config

2005-06-17 Thread Frederic Briere
Package: openssh-client Version: 1:4.1p1-3 Severity: important Now that openssh has emerged from experimental, it will no longer let me log out: [fbriere] toroia:~ $ ssh foo.bar Bad owner or permissions on /home/fbriere/.ssh/config I assume this is an attempt to make sure ~/.ssh/config is

Bug#314655: ncurses-base: wacky display in Eterm

2005-06-17 Thread Frederic Briere
Package: ncurses-base Version: 5.4-6 Severity: normal Since upgrading from 5.4-4, I'm having problems with the display of programs using ncurses in Eterm. This is quite obvious in lynx, when scrolling wiht Ins/Del; the output is reminescent of the broken VT100 terminals of yore. This also shows

Bug#312376: /etc/logcheck/logcheck.ignore is no longer read

2005-06-07 Thread Frederic Briere
Package: logcheck Version: 1.2.39 Severity: normal Since I've upgraded my servers to sarge, I'm getting mail every hour for stuff that was duly included in /etc/logcheck/logcheck.ignore. Turns out that sarge's version no longer reads that file. If this was a conscious decision, then there

Bug#311999: perl-doc: Can't multiply inherit %s missing in perldiag(1)

2005-06-04 Thread Frederic Briere
Package: perl-doc Version: 5.8.4-8 Severity: minor I got this weird error when trying to use base(Foo Bar), but couldn't find it in perldiag(1). -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to

Bug#312004: libapache-reload-perl: Can't use base on multiple packages using Apache::Reload

2005-06-04 Thread Frederic Briere
Package: libapache-reload-perl Version: 0.07-3 Severity: normal A lot of head-scratching went into this one. Basically, if you try: use base qw(Foo Bar); Where both Foo and Bar use Apache::Reload, you'll get: Can't multiply inherit %FIELDS The problem is with register_module() trying to

Bug#311295: beav: cannot handle large files

2005-05-30 Thread Frederic Briere
Package: beav Version: 1:1.40-18 Severity: normal The description states: Files that are bigger than memory can be handled. I beg to differ: [fbriere] toroia:~/wiki $ ls -l dump -rw-rw-r-- 1 fbriere fbriere 433102519 2005-05-30 14:21 dump [fbriere] toroia:~/wiki $ beav dump Read

Bug#311008: asterisk-spandsp-plugins: is unbuildable on sarge

2005-05-27 Thread Frederic Briere
Package: asterisk-spandsp-plugins Severity: normal Version 0.0.20050203-3 of asterisk-spandsp-plugins, which has been uploaded to t-p-u, has a build-dep on libspandsp-dev (= 0.0.2pre17). Unfortunately, sarge is most likely to ship with 0.0.2pre10-3, which renders asterisk-spandsp-plugins

Bug#311040: libdbd-mysql-perl: parser gets confused by comments

2005-05-27 Thread Frederic Briere
Package: libdbd-mysql-perl Version: 2.9006-1 Severity: normal Comments seem to give the MySQL parser a hard time, but here's one that manages to confuse DBD::MySQL itself: -- 'Tis the quote that confuses DBI::MySQL SELECT ? DBD::MySQL will miss the ?, and assume there's no parameter to

Bug#310788: zaptel: should build-dep on debhelper (= 4.0.4)

2005-05-25 Thread Frederic Briere
Package: zaptel Version: 1:1.0.7-4.1 Severity: normal dh_install's --sourcedir option was introduced in 4.0.4, while woody still has 4.0.2. -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to

Bug#308885: asterisk: should build-dep on sed (= 3.95)

2005-05-12 Thread Frederic Briere
Package: asterisk Severity: normal debian/rules calls sed with the -i option, which was added in 3.95, which in turn wasn't packaged until late 2002 (thus, post-woody). -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686)

Bug#308671: gnumeric: crashes when saving in Excel format

2005-05-11 Thread Frederic Briere
Package: gnumeric Version: 1.4.3-6 Severity: important Attempting to save a spreadsheet (even an empty one) in any of the three Excel formats results in gnumeric crashing (segfaulting, I assume). I'm filing this bug as important because, if you work with .xls sheets, this is a show-stopper. --

Bug#299870: libspreadsheet-parseexcel-perl: Choking on NULLs

2005-03-16 Thread Frederic Briere
Package: libspreadsheet-parseexcel-perl Version: 0.2603-2 Severity: normal [ Remember that submitters aren't CC'ed when you reply to bug reports. ] Here's another one: http://www.imars.com/~fbriere/nulls.xls It looks fine if you look at it in gnumeric/OOo, or print its contents in an

Bug#299752: linux-wlan-ng: kernel modules aren't build w/o pcmcia-cs source

2005-03-15 Thread Frederic Briere
Package: linux-wlan-ng Version: 0.2.0+0.2.1pre21-1.1 Severity: normal README.Debian says: Make sure that you have installed the pcmcia-cs source into the modules directory as well if you do not use the in-kernel pcmcia modules and want pcmcia support. This implies that the kernel modules

Bug#297932: libshout3: obsolete URL in debian/copyright

2005-03-03 Thread Frederic Briere
Package: libshout3 Version: 2.0-9 Severity: minor The http://icecast.org/files/libshout/ location in debian/copyright is now 404. It should probably either be replaced by http://icecast.org/download.php or http://downloads.xiph.org/releases/libshout/. -- System Information: Debian Release: 3.1

Bug#296902: netbase: /etc/init.d/networking doesn't check for CIFS

2005-02-25 Thread Frederic Briere
Package: netbase Version: 4.20 Severity: normal /etc/init.d/networking currently makes sure that no network fs is mounted at shutdown, but CIFS (-t cifs) --SMB's successor-- is missing from the list. (Actually, if mountnfs.sh is to be believed, nfs4 and ncpfs should also be added.) -- System

Bug#296956: netbase: Please add SIP and IAX to /etc/services

2005-02-25 Thread Frederic Briere
Package: netbase Version: 4.20 Severity: wishlist Here are the relevant lines from IANA regarding these VoIP protocols: iax 4569/tcp Inter-Asterisk eXchange iax 4569/udp Inter-Asterisk eXchange # Mark Spencer [EMAIL PROTECTED] November 2004