Bug#339696: debarchiver: emailed multiple times from mailto config

2005-11-17 Thread Geoff Crompton
Package: debarchiver Version: 0.1.8 Severity: normal I think if you set mailtos to something like: @mailtos = ('Changed-By', '[EMAIL PROTECTED]'); and Changed-By ends up having the same email address, then you might get emailed twice. I thought this, because I got emailed twice, but then I

Bug#337517: [Logcheck-devel] Bug#337517: logcheck-database: dovecot login line should have the word plain in lowercase not uppercase

2005-11-17 Thread Jamie L. Penman-Smithson
package logcheck-database tags 337517 pending thanks On 4 Nov 2005, at 16:59, Philip Craig wrote: I had to change the case of the dovecot login line or it was generating spurious logchecks. Here is the version after my change: snip The above was all on one line of course. I only changed the

Bug#339595: Fix

2005-11-17 Thread Brendan O'Dea
On Thu, Nov 17, 2005 at 01:21:44PM -0500, Adam Garside wrote: relmajor=`echo $relmajor | sed 's/^[0-9]*\.\([0-9]*\)\..*/\1/'` appears to be the offending line. echo $relmajor should be echo $release Still broken, that gives me relmajor=6 rather than 2. Perhaps this: eval $(uname -r | sed -e

Bug#339697: cpad-kernel-source: doesn't build with linux-source-2.6.14

2005-11-17 Thread andy
Package: cpad-kernel-source Version: 0.9-10 Severity: normal /usr/src/modules/cpad-kernel/cpad-2.6/cpad.c: In function ���cpad_setup_bulk_endpoint���: /usr/src/modules/cpad-kernel/cpad-2.6/cpad.c:562: error: ���URB_ASYNC_UNLINK��� undeclared (first use in this function)

Bug#311126: ITP: dox -- Graphical documentation browser (man, info, html books)

2005-11-17 Thread Stan Vasilyev
I tried dox and I like it. It works better than other documentation browsing systems available for Debian, at least on my machine. Plus it has GUI and it's KDE based. I'm going to package dox. pgpmvjuyjk2bY.pgp Description: PGP signature

Bug#339214: library package needs to be renamed (libstdc++ allocator change)

2005-11-17 Thread Thomas Bushnell BSG
Matthias Klose [EMAIL PROTECTED] writes: This bug report is filed against the source package which builds a library depending on libstdc++6 and defining or referencing *mt_alloc* symbols. The package has to be rebuilt with either g++-4.0_4.0.2-4 or g++-3.4_3.4.4-10 (or newer). Please rename

Bug#338269: knights: fails to start

2005-11-17 Thread rob
On Thu, Nov 10, 2005 at 05:56:24AM +0100, Tommaso Moroni wrote: Hi Rob! On Tue, Nov 08, 2005 at 08:47:31PM -0800, Rob Walker wrote: When I start knights, I get the following error immediately on the konsole that I started it from: [snip] I have run it four different times, once knights,

Bug#339698: gdesklets 0.35.2-3 won't start

2005-11-17 Thread KRK
Package: gdesklets Version: 0.35.2-3 Severity: grave After a recent update from gdesklets 0.35.2-2 to 0.35.2-3 (via Synaptic), I can no longer start gdesklets. I have tried doing a complete removal and re-install of the package, and have tried deleting my ~/.gdesklets directory in case there was

Bug#339699: ndiswrapper-source: does not compile with 2.6.14-2

2005-11-17 Thread Chris AtLee
Package: ndiswrapper-source Version: 1.5-1 Severity: important Justification: fails to build from source ndiswrapper fails to compile with the latest 2.6.14-2 kernel headers (I have linux-headers-2.6.14-2-686 version 2.6.14-3). Here's the module-assistant buildlog: /usr/bin/gcc-4.0 for templ

Bug#339622: libfluidsynth-dev: [sparc] depends on no longer available libreadline4-dev

2005-11-17 Thread Eric Van Buggenhaut
On Thu, Nov 17, 2005 at 10:14:38AM -0800, Steve Langasek wrote: On Thu, Nov 17, 2005 at 08:55:50AM -0800, Blars Blarson wrote: Package: libfluidsynth-dev Version: 1.0.6-3 Severity: grave Justification: renders package unusable libfluidsynth-dev is uninstallable on sparc in sid since

Bug#339622: libfluidsynth-dev: [sparc] depends on no longer available libreadline4-dev

2005-11-17 Thread Eric Van Buggenhaut
On Thu, Nov 17, 2005 at 03:32:07PM -0800, Steve Langasek wrote: On Thu, Nov 17, 2005 at 11:38:11PM +0100, Eric Van Buggenhaut wrote: On Thu, Nov 17, 2005 at 10:14:38AM -0800, Steve Langasek wrote: On Thu, Nov 17, 2005 at 08:55:50AM -0800, Blars Blarson wrote: Package: libfluidsynth-dev

Bug#339700: database schemas should not be in /usr/share/doc

2005-11-17 Thread Antony Lesuisse
Package: phpbb2 Version: 2.0.13-6sarge1 Severity: serious Debian Policy Manual: 12.3 Additional documentation (...) Packages must not require the existence of any files in /usr/share/doc/ in order to function. (...) /usr/share/doc/phpbb2/schemas/ms_access_primer.zip

Bug#339622: libfluidsynth-dev: [sparc] depends on no longer available libreadline4-dev

2005-11-17 Thread Steve Langasek
On Fri, Nov 18, 2005 at 03:10:12AM +0100, Eric Van Buggenhaut wrote: On Thu, Nov 17, 2005 at 10:14:38AM -0800, Steve Langasek wrote: On Thu, Nov 17, 2005 at 08:55:50AM -0800, Blars Blarson wrote: Package: libfluidsynth-dev Version: 1.0.6-3 Severity: grave Justification: renders

Bug#339694: k3b: bad out of the box experience

2005-11-17 Thread Francois Marier
On Thu, Nov 17, 2005 at 06:05:46PM -0800, Ross Boylan wrote: On the other hand, since some people (e.g., me) might not care about doing DAO, maybe leaving it as recommends would be best. This seems delicate: I think normally packages don't depend on things they can live without--to avoid

Bug#339701: gqcam: Crashes while trying to save preferences

2005-11-17 Thread Pierre Pronchery
Package: gqcam Version: 0.9.1-1 Severity: important Tags: patch Hello, I was browsing through gqcam code and saw this: sprintf(savefile, %s/.gqcamrc, getenv(HOME)); preffile = fopen(savefile, w); save_pref_file(preffile, camera); while savefile is a statically allocated buffer. gqcam

Bug#339702: juk: Add Folder spins forever, ignores OK

2005-11-17 Thread rich walker
Package: juk Version: 4:3.3.2-1 Severity: important I have automounts available all over my file tree. When I click Add Folder, Juk spins forever trying to read my root directory. I type in the folder name, and click OK - it ignores it. I think it's waiting to give me a pretty tree. But it

Bug#336688: yaird also add [permanent] ide-generic

2005-11-17 Thread Mau
Package: yaird Version: 0.0.11-12 Followup-For: Bug #336688 Yaird also adds to the initrd the [permanent] ide-generic module, which then prevents piix from loading. The result are the messages PIIX4: port 0x01f0 already claimed by ide0 and PIIX4: port 0x0170 already claimed by ide1 at boot and

Bug#314385: Freetype mess

2005-11-17 Thread Matt Zimmerman
A quick scan of the diff reveals at least the following API and ABI changes: Functions: FTC_Image_Cache_New - FTC_ImageCache_New FTC_Image_Cache_Lookup - FTC_ImageCache_Lookup FTC_SBit_Cache_New - FTC_SBitCache_New FTC_SBit_Cache_Lookup - FTC_SBit_Cache_Lookup FTC_Manager_Lookup_Face -

Bug#314385: Freetype mess

2005-11-17 Thread Matt Zimmerman
On Thu, Nov 17, 2005 at 06:45:14PM -0800, Matt Zimmerman wrote: FTC_SBit_Cache_Lookup - FTC_SBit_Cache_Lookup This should be: FTC_SBit_Cache_Lookup - FTC_SBitCache_Lookup of course. -- - mdz -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Bug#339693: svgalib: isn't building with linux 2.6.14 anyway

2005-11-17 Thread andy
Package: svgalib Followup-For: Bug #339693 svgalib_helper has the unknown symbol io_remap_page_range which no longer exists in the linux source. So I'll wait until it gets around to letting itself get packaged. -- System Information: Debian Release: testing/unstable APT prefers testing APT

Bug#337998: Subject: Re: [Logcheck-devel] Bug#337998: logcheck ignore rules updates

2005-11-17 Thread Jamie L. Penman-Smithson
package logcheck-database tags 337998 pending thanks [N.B. Please ensure that you always Cc bugs.debian.org when replying.] On 17 Nov 2005, at 21:09, lowkey wrote: On 7 Nov 2005, at 18:53, Dave Vehrs wrote: snip Updated the following rules to match the output seen on my system. Can you

Bug#339613: works fine with hnb 1.9.17-4

2005-11-17 Thread xavier
Package: hnb Version: 1.9.17-4 Followup-For: Bug #339613 the bug above is not present in hnb 1.9.17-4 -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing'), (300, 'unstable'), (250, 'experimental') Architecture: i386 (i686) Shell:

Bug#339693: svgalib: isn't building with linux 2.6.14 anyway

2005-11-17 Thread Guillem Jover
On Thu, Nov 17, 2005 at 06:47:38PM -0800, [EMAIL PROTECTED] wrote: Package: svgalib Followup-For: Bug #339693 svgalib_helper has the unknown symbol io_remap_page_range which no longer exists in the linux source. So I'll wait until it gets around to letting itself get packaged. Right, I

Bug#338269: knights: fails to start

2005-11-17 Thread Tommaso Moroni
On Thu, Nov 17, 2005 at 05:48:48PM -0800, [EMAIL PROTECTED] wrote: I noticed that this bug was Blocked by #336114, which now seems to be closed. I also did the 'apt-get update ; apt-get -u upgrade', and I got the new gcc package. I rebuilt knights with the latest gcc packages but it still

Bug#339636: psutils: Does not check for build-dependencies (when backporting)

2005-11-17 Thread Jay Berkenbilt
Thanks for your report. Helge Kreutzmann [EMAIL PROTECTED] wrote: I wanted to do a backport of psutils to Sarge. The build died, however, with gcc -g -Wall -O2 -c -o psspec.o psspec.c gcc -o pstops psutil.o psspec.o pserror.o pstops.o -lpaper /usr/bin/ld: cannot find -lpaper collect2:

Bug#339703: gcc-2.95: ftbfs [sparc] 1 out of 1 hunk FAILED -- saving rejects to file include/obstack.h.r

2005-11-17 Thread Blars Blarson
Package: gcc-2.95 Version: 1:2.95.4-23 Severity: serious Justification: no longer builds from source gcc-2.95 failed to build on a sparc buildd, duplicated on my sparc pbuilder. if [ -x debian/patches/sparc-gcc4-fix.dpatch ]; then true; else chmod +x debian/patches/sparc-gcc4-fix.dpatch; fi if

Bug#339704: ITP: libsvnclientadapter-java -- high-level Java API for Subversion

2005-11-17 Thread Ivan Dubrov
Package: wnpp Severity: wishlist Owner: Ivan Dubrov [EMAIL PROTECTED] * Package name: libsvnclientadapter-java Version : 0.9.37 Upstream Author : Chabanois Cedric [EMAIL PROTECTED], Daniel Bradby [EMAIL PROTECTED], [EMAIL PROTECTED] * URL : http://subclipse.tigris.org *

Bug#339705: installation-reports

2005-11-17 Thread Luis Mochan
Package: installation-reports Debian-installer-version: Nov. 15, 2005, downloaded with jigdo-easy2win, not sure from where uname -a: Linux debianem 2.6.8-2-386 #1 Thu May 19 17:40:50 JST 2005 i686 GNU/Linux Date: Nov. 17, 21:00 Method: Debian

Bug#333237: Kanotix package for adm8211

2005-11-17 Thread Jean-Marc Ranger
Hi Kel, I'll definitely have a look at what you did. I'm fairly new at Debian packaging, so I sure can learn from what you did. My version of the 20050620 driver is available at http://web.ncf.ca/jmranger/adm8211/ if you're interessed to have a look. It was discussed on debian-mentors

Bug#308637: openoffice.org: oo should follow the metacity focus protocol

2005-11-17 Thread joshua
Package: openoffice.org Version: 2.0.0-2 Followup-For: Bug #308637 Metacity has a wonderful feature to prevent focus stealing when it is unwanted by the user. OO should follow this protocol. The current behavior feels very aggressive. -- System Information: Debian Release: 3.0 APT prefers

Bug#333237: Kanotix package for adm8211

2005-11-17 Thread Kel Modderman
Jean-Marc Ranger wrote: Hi Kel, I'll definitely have a look at what you did. I'm fairly new at Debian packaging, so I sure can learn from what you did. My version of the 20050620 driver is available at http://web.ncf.ca/jmranger/adm8211/ if you're interessed to have a look. It was

Bug#322209: more info

2005-11-17 Thread Harald Dunkel
This seems to be a conflict between fvwm's Sticky style, and xmms own sticky attribute. Using CVS head of fvwm and dropping the Sticky in .fvwm2rc, the problem was gone. Regards Harri signature.asc Description: OpenPGP digital signature

Bug#339706: gzip: --rsyncable works only for fixed-size-block changes

2005-11-17 Thread Ph. Marek
X-Reportbug-Version: 3.17 Package: gzip Version: 1.3.5-12 Severity: wishlist The current algorithm for --rsyncable is, AFAIU, flushing the compression buffers every 4k input bytes, causing a fresh compression to start. That works only for inputs with fixed-size-blocks, ie simple byte changes;

Bug#325188: Deleting .mozilla in the user account stops the crashes

2005-11-17 Thread Aaron Johnson
From: Nobuhiro Iwamatsu [EMAIL PROTECTED] To: Aaron Johnson [EMAIL PROTECTED],[EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: Bug#325188: Deleting .mozilla in the user account stops the crashes Date: Thu, 17 Nov 2005 23:53:43 +0900 severity 325188 important thanks Hi, Thank you for

Bug#339707: gdm overrides real X dpi

2005-11-17 Thread Meelis Roos
Package: gdm Version: 2.8.0.6-1 Severity: normal Since the latest update, gdm.conf contains command=/usr/X11R6/bin/X -dpi 96 -audit 0 and thus it fixes dpi to be 96 no matter what the real dpi is. I was using gdm with KDE and this broke my font setup - now switched to kdm that does not mess

Bug#303665: prepared upload

2005-11-17 Thread Justin Pryzby
My patch for DS9-4.0b7 is now at http://justinpryzby.com/astro/code/saods9_4.0b7-1.diff.gz I'm waiting for Aurelien to sponsor the upload (Thanks!). You can build the .orig tarball by calling: ./debian/rules get-orig-source which depends on: ./debian/repack. Unfortunately, Bug #304804:

Bug#339645: xtightvncviewer: dies when switching WindowMaker virtual desktops

2005-11-17 Thread Ola Lundqvist
merge 299221 339645 thanks On Thu, Nov 17, 2005 at 06:57:33PM +, Peter Clay wrote: Package: xtightvncviewer Version: 1.2.9-6 Severity: important Almost every time I change virtual desktop (using my keyboard shortcut f1 or f2) with the vncviewer open, it is dead when I come back. I

Bug#339696: debarchiver: emailed multiple times from mailto config

2005-11-17 Thread Ola Lundqvist
tags 339696 + patch thanks On Fri, Nov 18, 2005 at 12:28:34PM +1100, Geoff Crompton wrote: Package: debarchiver Version: 0.1.8 Severity: normal I think if you set mailtos to something like: @mailtos = ('Changed-By', '[EMAIL PROTECTED]'); and Changed-By ends up having the same email

Bug#339708: installation reports Debian-Installer etch beta 1 AMD64

2005-11-17 Thread John Kerr Anderson
Package: installation-reports Debian-installer-version: 17 Nov. 2005, http://www.us.debian.org/devel/debian-installer/http://www.us.debian.org/devel/debian-installer/ uname -a: kernel 2.6.12-1-amd64-generic Wed Sep. 28 2:05.15 x86_64 Date: 18 Nov. 2005 0100 Method: Installed off of netinst CD

Bug#339709: shorewall: [INTL:fr] French debconf templates translation

2005-11-17 Thread Christian Perrier
Package: shorewall Version: N/A Severity: wishlist Tags: patch l10n Please find attached the french debconf templates update, proofread by the debian-l10n-french mailing list contributors. If you do not already use it, please remember about the podebconf-report-po utility, which helps warning

Bug#339710: sympa: [INTL:fr] French debconf templates translation

2005-11-17 Thread Christian Perrier
Package: sympa Version: N/A Severity: wishlist Tags: patch l10n Please find attached the french debconf templates update, proofread by the debian-l10n-french mailing list contributors. If you do not already use it, please remember about the podebconf-report-po utility, which helps warning

Bug#307535: (forw) [Bug 2718] cd command fails in

2005-11-17 Thread Christian Perrier
tags 307535 fixed-upstream thanks We should not forget closing this bug when uploading 3.0.20c or 3.0.21 when it will be released - Forwarded message from [EMAIL PROTECTED] - Date: Thu, 17 Nov 2005 20:18:01 -0700 Subject: [Bug 2718] cd command fails in To: [EMAIL PROTECTED] From:

Bug#339214: library package needs to be renamed (libstdc++ allocator change)

2005-11-17 Thread Steve Langasek
On Thu, Nov 17, 2005 at 05:35:41PM -0800, Thomas Bushnell BSG wrote: Matthias Klose [EMAIL PROTECTED] writes: This bug report is filed against the source package which builds a library depending on libstdc++6 and defining or referencing *mt_alloc* symbols. The package has to be rebuilt

Bug#336645: php4: not only dependent on register_globals

2005-11-17 Thread Steve Langasek
On Thu, Nov 17, 2005 at 07:38:18PM -0500, Antoine Beaupre wrote: Package: php4 Version: 4:4.3.10-16 Followup-For: Bug #336645 http://www.hardened-php.net/index.76.html This page explains why the so-called 'globals overwrite' bug matters, even regardless of the register_globals setting. To

Bug#332218: gnome-gpg: unable to start

2005-11-17 Thread Damyan Ivanov
retitle 332218 Doesn't work with enigmail severity 332218 normal thanks Dafydd Harries wrote: Ar 05/10/2005 am 09:42, ysgrifennodd Damyan Ivanov: Package: gnome-gpg Version: 0.3.0-3 Severity: important Hmm, this is strange. I can't reproduce this problem myself. It seems that GPG is getting

Bug#339214: library package needs to be renamed (libstdc++ allocator change)

2005-11-17 Thread Thomas Bushnell BSG
Steve Langasek [EMAIL PROTECTED] writes: Why not? AFAIK, there's no reason that you can't do an additional upload that would let both new binary package names through the NEW queue at the same time. Because it won't get through any faster that way. It will simply get added to the existing

Bug#339707: gdm overrides real X dpi

2005-11-17 Thread Ryan Murray
On Fri, Nov 18, 2005 at 08:31:35AM +0200, Meelis Roos wrote: Since the latest update, gdm.conf contains command=/usr/X11R6/bin/X -dpi 96 -audit 0 and thus it fixes dpi to be 96 no matter what the real dpi is. For the default configuration, yes. kdm that does not mess with my dpi. You know

Bug#339707: gdm overrides real X dpi

2005-11-17 Thread Meelis Roos
You know that /etc/gdm/gdm.conf is a configuration file, and easily editable to remove this option if you don't want it, right? Yes, of course. The bug report was meant to make it easier to install and need to edit one less conf file. find the reasoning in #285029 strange. In summary it

Bug#339691: vacation does not wait for its sendmail child

2005-11-17 Thread Steve Langasek
On Fri, Nov 18, 2005 at 01:17:43AM +0100, Vlada Macek wrote: Vacation does not wait for its sendmail child to die in any way and exits! Therefore accurate vacation parent (such as maildrop MDA) wipes forked and executed sendmail before it could send any message... Huh? Why is that a

Bug#339711: Severely broken on sparc

2005-11-17 Thread Jurij Smakov
Package: dhcp-client Version: 2.0pl5-19.2 Severity: grave Hi, The latest dhcp-client package does not work on sparc, in my case preventing the system from getting an IP address and knocking it off the network as a result. Attempt to bring the interface up results in: Internet Software

<    1   2   3   4