Bug#327875: mutt fails with sasl error the first time

2005-09-21 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hoi, Am Mo den 19. Sep 2005 um 10:44 schrieb Adeodato Simó: > Uhm. So, you have any idea what is making your mutt work, and Debian's Sorry, not in this case. But I think that one of the patches "verschlimbessert" (unfortunality I do not know a engl

Bug#322208: New light on the matter

2005-09-21 Thread Rasmus Toftdahl Olesen
I have now used 2 hours trying to pinpoint this problem, and have finally narrowed it down to seahorse-agent wanting DISPLAY to be set in order for it to be used. If you insert a "env" call in /usr/bin/debsign - you will see that the DISPLAY variable has been removed (probably by debuild in some wa

Bug#329446: apt-rpm: FTBFS on GNU/kFreeBSD: out of date libtool

2005-09-21 Thread Aurelien Jarno
Package: apt-rpm Severity: important Tags: patch Hi, The current version of apt-rpm fails to build on GNU/kFreeBSD, because of outdated libtool. The version of libtool in apt-rpm is too old to correctly support Debian GNU/kFreeBSD. As you are using a debian/patch system, I am providing you a pa

Bug#329447: asmix: FTBFS on GNU/kFreeBSD

2005-09-21 Thread Aurelien Jarno
Package: asmix Version: 1.3-3 Severity: important Tags: patch Hi, The current version of agsync fails to build on GNU/kFreeBSD. Please find attached a patch to fix that. Please note that the change is not specific to GNU/kFreeBSD, and is also necessary for FreeBSD. This is due to a change in the

Bug#329448: avrdude: FTBFS on GNU/kFreeBSD

2005-09-21 Thread Aurelien Jarno
Package: avrdude Severity: important Tags: patch Hi, The current version of avrdude fails to build on GNU/kFreeBSD. Please find attached a patch to fix that. It would be nice if you could inclue it in the next upload. Thanks in advance, Aurelien -- System Information: Debian Release: testing/

Bug#322208: A quick fix

2005-09-21 Thread Rasmus Toftdahl Olesen
I might add that a quick fix is to add DISPLAY to the DEBUILD_PRESERVE_ENVVARS list in either /etc/devscripts.conf or ~/.devscripts.conf -- Rasmus Toftdahl Olesen <[EMAIL PROTECTED]> halfdans.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [

Bug#322208: New light on the matter

2005-09-21 Thread Jose Carlos Garcia Sogo
El mié, 21-09-2005 a las 23:08 +0200, Rasmus Toftdahl Olesen escribió: > I have now used 2 hours trying to pinpoint this problem, and have > finally narrowed it down to seahorse-agent wanting DISPLAY to be set in > order for it to be used. If you insert a "env" call in /usr/bin/debsign > - you will

Bug#329449: avrp: FTBFS on GNU/kFreeBSD

2005-09-21 Thread Aurelien Jarno
Package: avrp Severity: important Tags: patch Hi, The current version of avrp fails to build on GNU/kFreeBSD. Please find attached a patch to fix that. It would be nice if you could inclue it in the next upload. Thanks in advance, Aurelien -- System Information: Debian Release: testing/unstab

Bug#328867: sendmail: woody->sarge upgrade: /var/spool/mqueue permissions broken

2005-09-21 Thread Vassilii Khachaturov
> Make sure you don't have any stray sendmail processes from before the > upgrade - I've infrequently seen a sendmail process not properly stop > > That would explain your error message You may be correct here --- I recall doing a killall sendmail and killall sendmail-mta after seeing them running

Bug#329409: group and perms wrong in /dev/mapper

2005-09-21 Thread Bdale Garbee
On Wed, 2005-09-21 at 19:21 +0200, Bastian Blank wrote: > reassign 329409 lvms > severity 329409 wishlist > tags 329409 wontfix > merge 329409 316338 > thanks > > On Wed, Sep 21, 2005 at 10:18:05AM -0600, Bdale Garbee wrote: > > It appears that /etc/init.d/lvm creates entries in /dev/mapper > > T

Bug#329450: does not remove hdparm.dev

2005-09-21 Thread Marco d'Itri
Package: hdparm Version: 6.1-6 Severity: important preinst removes /etc/dev.d/block/hdparm.block instead of /etc/dev.d/block/hdparm.dev. -- ciao, Marco -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#329451: coreutils: cp --no-derefence --link assumes a Linux kernel

2005-09-21 Thread Aurelien Jarno
Package: coreutils Version: 5.2.1-2.1 Severity: normal Tags: patch Hi, POSIX.1-2001 says that link() should dereference symlinks. The Linux kernel does not follow POSIX, so that calling cp with --no-dereference and --link works as expected. However on non-Linux kernel, this does not work as expec

Bug#303293: fixed bug/feature request in evince

2005-09-21 Thread Alexander Fieroch
Hello, the requested features are fixed in evince 0.4. You can close this bug now. Regards, Alexander -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#329453: New upstream version 1.4.4 available

2005-09-21 Thread Erik Schanze
Package: mknbi Severity: wishlist Hi! A new upstream version 1.4.4 is available, please package pack it. Kindly regards, Erik -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#282380: while ftp-master is being relocated

2005-09-21 Thread Filippo Giunchedi
since ftp-master apparently doesn't have a stable location it is not wise to include when-dinstall (don't know about www-master/when-webwml) from #debian-devel: 12:57 I was looking at #282380 and searching for a sensible solution 12:58 Zomb: see #282380 also 12:59 godog: i wouldnt include on

Bug#329454: broken symlinks "/usr/bin/boo*"

2005-09-21 Thread H B
Package: boo Version: 0.6.0.1858-1 Severity: grave Justification: renders package unusable After installing boo with "apt-get -t unstable install boo" the expected executables "booi" and "booc" in "/usr/bin" are just broken symlinks to "cli-wrapper" which seems to be a file in package mono-common.

Bug#329409: group and perms wrong in /dev/mapper

2005-09-21 Thread Bastian Blank
On Wed, Sep 21, 2005 at 03:26:17PM -0600, Bdale Garbee wrote: > The code in create_dm_device() makes device nodes with mode 600, owner > and group root. I *think* that's the root cause of my problem. Feel > free to explain why you think the problem is elsewhere if I have > mis-diagnosed the probl

Bug#329455: ITP: ree -- Extract ROM extensions

2005-09-21 Thread Gürkan Sengün
Package: wnpp Severity: wishlist * Package name: ree Version : 1.3 Upstream Authors: Gürkan Sengün <[EMAIL PROTECTED]> * URL : http://www.linuks.mine.nu/ree/ * License : GNU GPL Description : Extract ROM extensions ROM extension extractor (ree) is a to

Bug#329456: Please provide msmtpqueue scripts

2005-09-21 Thread Jérémy Bobbio
Package: msmtp Version: 1.4.0-1 Severity: wishlist Quoting from http://msmtp.sourceforge.net/ msmtpqueue is a pair of very simple shell scripts that allows you to "queue" mails and send them all at a later time (useful for dialup connections: write your mails offline and send them when you

Bug#327792: cloop-src: Incorrect /lib/modules directory

2005-09-21 Thread Navdeep Parhar
I'm facing the exact same problem as described by Leonardo in this bug report. This is on 'unstable' with stock kernel and headers: linux-image-2.6.12-1-686 linux-headers-2.6.12-1-686 The steps used to build/install cloop: # m-a prepare # m-a auto-install cloop The package name does have `uname -

Bug#329124: undefined symbol during guml startup

2005-09-21 Thread Matthew
Matthew Palmer wrote: On Mon, Sep 19, 2005 at 07:49:47PM +0100, Matthew Hooker wrote: starting guml gives the following errors about missing symbols debian:/home/mjhooker# guml Traceback (most recent call last): File "/usr/bin/guml", line 24, in ? import uml File "/usr/lib/site-python/uml.p

Bug#329457: "bad bug log" crash in /usr/local/lib/site_perl/Debbugs/Log.pm

2005-09-21 Thread Martin Pitt
Package: bugs.debian.org Severity: important http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=300899 produces the following error page: An error occurred. Dammit. Error was: Bad bug log for Bug 300899. Unable to read records: state kill-init at end at /usr/local/lib/site_perl/Debbugs/Log.pm line

Bug#329458: man page lies about exit codes

2005-09-21 Thread Frank Lichtenheld
Package: lintian Version: 1.23.12 Severity: normal The man page claims that lintian exits with code 1 if 'E' tags were issued. This doesn't seem to be true at least since the refactoring of the check calling code. I'm not sure if we should adjust the man page or the code, therefor this bug as a r

Bug#315052: Lost postgresql.conf on upgrade to 7.5

2005-09-21 Thread Martin Pitt
Hi Jeff! Martin Pitt [2005-06-29 0:20 +0200]: > Jeff Williams [2005-06-20 15:00 +0200]: > > I can't still see the output as I did the upgrade on Saturday after > > being away for two weeks. But thinking back, I remember that the upgrade > > of postgresql failed. But I'm pretty sure it gave the me

Bug#329459: emacs21: FTBFS on powerpc

2005-09-21 Thread Roger Leigh
Package: emacs21 Version: 21.4a-2 Severity: serious Justification: no longer builds from source The build fails on powerpc: http://buildd.debian.org/fetch.php?&pkg=emacs21&ver=21.4a-2&arch=powerpc&stamp=1127111387&file=log&as=raw I've also retried the build locally in a sid chroot, but the temacs

Bug#326149: lsinput fails if there is no /dev/input/event0

2005-09-21 Thread Elmar Hoffmann
Hi Marcus, on Wed, Sep 21, 2005 at 15:56:45 +0200, you wrote: > Are you using udev? Yes. elmar -- .'"`./"\ | :' : Elmar Hoffmann <[EMAIL PROTECTED]>ASCII Ribbon Campaign \ / `. `'GPG key available via pgp.netagai

Bug#329431: acknowledged by developer (Re: Bug#329431: openafs-dbserver: afs-newcell not creating /etc/openafs/server/CellServDB properly)

2005-09-21 Thread Jiann-Ming Su
On Wed, 21 Sep 2005, Debian Bug Tracking System wrote: Version: 1.4rc1-1 Yes, the afs-newcell script has some problems in certain circumstances. I'm not completely sure when the sarge version works and when it doesn't; it works some of the time, but using bos addhost to add the file server host

Bug#329431: acknowledged by developer (Re: Bug#329431: openafs-dbserver: afs-newcell not creating /etc/openafs/server/CellServDB properly)

2005-09-21 Thread Russ Allbery
Jiann-Ming Su <[EMAIL PROTECTED]> writes: > The README.servers is very good. You may want to mention that the > /var/cache/openafs directory needs be a ext[23] filesystem. I think > that's the unwritten assumption. I get "Cell setup failed" when it is > not. Yeah, this is documented somewhat n

Bug#308865: vim-common: matchit.vim problems with fortran 90 module procedure statements

2005-09-21 Thread Kamaraju Kusumanchi
On 9/20/05, Stefano Zacchiroli <[EMAIL PROTECTED]> wrote: > > I don't know the syntax of fortran 90, to fix the bug I need some more > info on it. Is it enough to ignore during matching every occurrence of > the "module" keyword which are inside "INTERFACE" ... "END INTERFACE" > pairs? Can those p

Bug#329460: new script: dh_icons

2005-09-21 Thread Josselin Mouette
Package: debhelper Severity: wishlist Please find attached a dh_icons script. It creates maintainer script snippets to update the icon cache files in /usr/share/icons/*/, according to the Freedesktop.org specification. Regards, -- .''`. Josselin Mouette/\./\ : :' : [

Bug#329461: zd1211: Support to new way to provide stats to /proc/net/wireless

2005-09-21 Thread Otavio Salvador
Package: zd1211 Severity: normal Hello, Using my other patch, allow me to use it with current development kernel and then I started to receive a boring message. (WE) : Driver using old /proc/net/wireless support, please fix driver ! So I did: diff -Nur ../zd1211fix/src/zd1205.c src/zd1205.c --

Bug#329462: general: standard value $LANG="[EMAIL PROTECTED]" -> very tiny GTK1 font

2005-09-21 Thread Annett Fritz
Package: general Severity: grave Tags: l10n Justification: renders package unusable The standard value $LANG="[EMAIL PROTECTED]" breaks fontsize for some gtk1 programs like gxedit or tipptrainer. With $LANG="de_DE" they show a readable font. A normal user doesn't know that when he chooses the loc

Bug#329022: expoidable obsolete sofware on security?

2005-09-21 Thread Stephen Gran
This one time, at band camp, Rainer Zocholl said: > [EMAIL PROTECTED](Stephen Gran) 19.09.05 08:58 > >Debian backports security fixes, rather than upgrading to new versions > >with new bugs. > > Jepp. > > >All of the remote bugs have been fixed > >in 0.84-2sarge.2. > > How can i "check"/valida

Bug#329463: Not installable on Sid because of unmet dependencies

2005-09-21 Thread Ole Janssen
Package: torcs Version: 1.2.3-2 Severity: grave When I try to install torcs I get the following error message: # apt-get install torcs Reading package lists... Done Building dependency tree... Done Some packages could not be installed. This may mean that you have requested an impossible situation

Bug#232217: Bug #232217: incomplete utf-8 support

2005-09-21 Thread Martin Pitt
Hi all! > Before 7.4, to be handled by regex routines, UTF-8 are converted to > ISO 10646. There was a limitaion in regex routines in that they cannot > handle multibyte characters > 2bytes. In another word only 16bit UCS-2 > are supported. That's why ISO 10646 > 0x1 is rejected. Is this stil

Bug#329353: allergic to some fruits

2005-09-21 Thread Yuri D'Elia
On Wed, Sep 21, 2005 at 05:46:55PM +0200, Florian Ernst wrote: > On Wed, Sep 21, 2005 at 03:19:46PM +0200, Yuri D'Elia wrote: > > Yes, I saw the patch, I know it's not your fault, but enabling > > Oh, in a way it is, as I forwarded the corresponding wishlist bug to > the upstream maintainer... ;

Bug#329293: ilohamail doesn't handle attachments correctly

2005-09-21 Thread Michel van der Klei
On Wed, Sep 21, 2005 at 01:21:10AM +0200, Michel van der Klei wrote: > Package: ilohamail > Severity: important > > > When an attachment contains spaces in the filename, for > example: "foo bar.pdf", you ain't able to open it. Tried to reproduce it with out any succes. It doesn't seem to happen

Bug#329405: installation-reports: Show details after automatic partition

2005-09-21 Thread Matt Zimmerman
On Wed, Sep 21, 2005 at 07:25:40PM +0100, Colin Watson wrote: > On Wed, Sep 21, 2005 at 10:48:20AM -0700, Matt Zimmerman wrote: > > On Wed, Sep 21, 2005 at 06:51:23PM +0300, Jari Aalto wrote: > > > Package: installation-reports > > > Severity: wishlist > > > > > > I'm reporting this feature reques

Bug#329464: qiv-command does not work

2005-09-21 Thread Rory Campbell-Lange
Package: qiv Version: 2.0-4 Severity: minor Hi. I cannot run qiv-command. Although running it in my shell works ok (and it is my $PATH), I get: Error calling qiv-command: No such file or directory Rory -- System Information: Debian Release: testing/unstable APT prefers testing APT poli

Bug#300899: Bug#329457: "bad bug log" crash in /usr/local/lib/site_perl/Debbugs/Log.pm

2005-09-21 Thread Don Armstrong
reassign 329457 debbugs severity 329457 important tag 329457 pending merge 191306 329457 thanks On Thu, 22 Sep 2005, Martin Pitt wrote: > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=300899 produces the > following error page: This bug was affected by #191306. As that bug has since been fixed

Bug#328977: gnome-volume-manager: want to run a script when a device is hotplugged

2005-09-21 Thread Hamish Moffatt
On Wed, Sep 21, 2005 at 10:47:17PM +0200, Sjoerd Simons wrote: > On Mon, Sep 19, 2005 at 12:41:40AM +1000, Hamish Moffatt wrote: > > g-v-m appears to have (or used to) support for "autorun" on the device. > > I enabled this and eventually got my device mounted without noexec, but > > g-v-m still di

Bug#307616: Workaround

2005-09-21 Thread Antony Gelberg
I have added the misc.schema line to slapd.conf and restarted slapd. However, LDAPADD="/usr/bin/ldapadd -c" ./migrate_all_online.sh still fails miserably. Is my workaround the wrong one? Antony -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMA

Bug#329465: ITP: kflickr -- Standalone Flickr.com uploader for KDE

2005-09-21 Thread Marcela Tiznado
Package: wnpp Severity: wishlist Owner: Marcela Tiznado <[EMAIL PROTECTED]> KFlickr is a standalone KDE application that allows for easy upload of your favourite photos to your Flickr.com account. * Package name: kflickr Version : 0.2b Upstream Author : TundraMan <[EMAIL PROTECTE

Bug#271968: Missing original submitter report for these bugs due to bug #191306

2005-09-21 Thread Don Armstrong
You are being mailed because you are either the maintainer for a package with a bug or a submitter of a bug that was affected by #191306.[1][2] This means that the original submission was lost by the BTS leaving a stub of a bug. If you are the original submitter, please resend the original message

Bug#328977: gnome-volume-manager: want to run a script when a device is hotplugged

2005-09-21 Thread Sjoerd Simons
On Thu, Sep 22, 2005 at 09:15:05AM +1000, Hamish Moffatt wrote: > On Wed, Sep 21, 2005 at 10:47:17PM +0200, Sjoerd Simons wrote: > > On Mon, Sep 19, 2005 at 12:41:40AM +1000, Hamish Moffatt wrote: > > > It seems that the autorun feature is controversial. I actually don't > > > want to run a script

Bug#329466: speex: should be able to read FLAC

2005-09-21 Thread Pierre THIERRY
Package: speex Version: 1.1.6-2 Severity: wishlist I think it's a pity that the only file format the Speex encoder can read is Microsoft's WAV, when FLAC is out there. Would it be possible for the speexenc command to have (at least optional) support for FLAC and Ogg FLAC files? -- System Informa

Bug#329467: libnss-pgsql1: getgrent_r group database query deadlocks if database is not available

2005-09-21 Thread Micha Lenk
Package: libnss-pgsql1 Version: 1.3 Severity: important When our PostgreSQL server is not available, commands like 'id root' hang. The only output is "Could not connect to database". Unfortunately, libnss-pgsql1 doesn't terminate after that but hangs. We tried to debug the problem a little but ju

Bug#329469: ffmpeg2theora: impossible to transcode some files

2005-09-21 Thread Pierre THIERRY
Package: ffmpeg2theora Version: 0.13+svn20050704-1 Severity: normal With some files, ffmpeg2theora stops at a reproducible time in the video and exits. I tried twice with a file of mine and got the following: sh-3.00$ ffmpeg2theora How\ software\ patents\ work.mov Input #0, mov,mp4,m4a,3gp,3g2, f

Bug#329468: debootstrap: woody installation fails

2005-09-21 Thread Adrian Bunk
Package: debootstrap Version: 0.3.1.7 Severity: serious # debootstrap woody woody I: Retrieving Release I: Retrieving Packages I: Validating Packages I: Checking component main on http://ftp.debian.org/debian... I: Extracting base-files... I: Extracting base-passwd... I: Extracting bash... I: Ext

Bug#329470: cedilla: need Depends: clisp (>= 2.35-2)

2005-09-21 Thread Karl Chen
Package: cedilla Version: 0.5-1 Severity: normal My APT prefers testing. I installed cedilla/unstable and got *** - EVAL: undefined function COMMON-LISP-CONTROLLER:CLC-REQUIRE when running cedilla. Once I upgraded clisp from 1:2.33.2-10 (testing) to 1:2.35-2 (unstable), it worked. -- System

Bug#329471: cedilla: manpage bugs

2005-09-21 Thread Karl Chen
Package: cedilla Version: 0.5-1 Severity: minor The man says "-h" for help, but "-h" is the header option. "--help" and "-?" work for help. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (60, 'unstable'), (40, 'ex

Bug#329301: Can't seem to remove creds

2005-09-21 Thread Guido Guenther
Hi Jerry, On Tue, Sep 20, 2005 at 09:15:54PM -0500, Jerry Haltom wrote: > Package: libpam-ccreds > Version: 1-3 Could you please check the package in experimental, it should fix this. Cheers, -- Guido > > [EMAIL PROTECTED]:/var/cache# cc_dump > Credential Type User Service Cached Cr

Bug#329430: Acknowledgement (cannot install gnus-bonus-el)

2005-09-21 Thread Peter S Galbraith
Thomas Bushnell BSG <[EMAIL PROTECTED]> wrote: > Further information: the problem seems to occur only when I have > emacs20 installed along side emacs21. Interesting. I finally had to purge emacs20 last week because it broke some other package installing. So I can't really test this. Plus emac

Bug#329430: Acknowledgement (cannot install gnus-bonus-el)

2005-09-21 Thread Peter S Galbraith
Thomas Bushnell BSG <[EMAIL PROTECTED]> wrote: > Further information: the problem seems to occur only when I have > emacs20 installed along side emacs21. That's it! I could reproduce it after installing emacs20. There's code in there it doesn't like. Skipping byte-compilation fixed it! Thanks

Bug#235552: ITP: jaws -- Just Another Weblog System

2005-09-21 Thread Aníbal Monsalve Salazar
On Sun, Feb 29, 2004 at 08:25:02PM -0600, David Moreno Garza wrote: >Package: wnpp >Severity: wishlist > > >* Package name: jaws > Version : 0.2 > Upstream Author : Jonathan Hernandez <[EMAIL PROTECTED]> >* URL : http://jaws-project.sf.net >* License : GPL > Descr

Bug#282228: Missing original submitter report for these bugs due to bug #191306

2005-09-21 Thread Phil Endecott
Don Armstrong wrote: the original submission was lost by the BTS leaving a stub of a bug. If you are the original submitter, please resend the original message regarding the bug to @bugs.debian.org. I had an unused tomcat installation on an off-the-shelf web hosting machine that I was setting

Bug#329472: mutt-ng: documentation for status flags doesn't include 'A'

2005-09-21 Thread Alexander Neumann
Package: mutt-ng Version: 0.0+20050916-1 Severity: minor Hi, the documentation for status flags doesn't include the 'A' flag (which is displayed for mails having one or more attachments). Proposal for manual.txt.gz: A message has attachements Regards, - Alexander -- System Inform

Bug#329473: mutt-ng: $to_chars doesn't include 'A' (mails with attachement(s))

2005-09-21 Thread Alexander Neumann
Package: mutt-ng Version: 0.0+20050916-1 Severity: minor Hi, the $to_chars variable doesn't set the 'A' flag for mails with attachment(s)). Regards, - Alexander -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (1, 'experimental') Arc

Bug#329474: wfrench: many words are missing

2005-09-21 Thread Sebastien Blondeel
Package: wfrench Version: 1.2.2-1 Severity: important De nombreux mots manquent dans le fichier /usr/share/dict/french notamment des subjonctifs imparfaits. Une manière de compléter ce fichier: 1/ le croiser avec ce qu'on trouve sur http://abu.cnam.fr/DICO/donner-dico-uncompress.html At

Bug#329475: libgtk2.0-0: Unexpected behaviour in wheel scrolling with scrollbars

2005-09-21 Thread Robin Redeker
Package: libgtk2.0-0 Version: 2.6.10-1 Severity: normal I have a unexpected behaviour of the mouse wheel scrolling the scrollbar in some Gtk programs. In one program it scrolls one page, in others (or even the same, but a different content of the scrolled window) it scrolls less or much more. (

Bug#235552: ITP: jaws -- Just Another Weblog System

2005-09-21 Thread David Moreno Garza
On Thu, 2005-09-22 at 09:55 +1000, Aníbal Monsalve Salazar wrote: > Could you please allow Lorena to take over this ITP? She has been > used jaws already and is very interested in creating a debian > package very quickly. > > She needs this package uploaded so his NM application gets out of > the

Bug#329448: avrdude: FTBFS on GNU/kFreeBSD

2005-09-21 Thread Michael Biebl
Aurelien Jarno schrieb: > Package: avrdude > Severity: important > Tags: patch > > Hi, > > The current version of avrdude fails to build on GNU/kFreeBSD. Please > find attached a patch to fix that. > > It would be nice if you could inclue it in the next upload. > > Thanks in advance, > Aurelien

Bug#329476: tomboy: italics aren't pasted correctly

2005-09-21 Thread Matt Kraai
Package: tomboy Version: 0.3.3-1 Severity: normal When I paste text that contains some italicized text, in some cases all of the pasted text is italicized: 1. Create a new note. 2. Press to delete the default text, then C-i foo C-i bar 3. Press S- to select the line, C-c to copy it, to

Bug#329477: mutt-ng: index-color isn't refreshed after using limit

2005-09-21 Thread Alexander Neumann
Package: mutt-ng Version: 0.0+20050916-1 Severity: normal Hi, after using limit the indexcolor colors aren't refreshed. For example having the first mail in the mailbox using green for the author index field leads to every first mail in a limited view also having a green author field. The same fo

Bug#325782: bug is only solved for the root user

2005-09-21 Thread Todd Goyen
Package: libqt4-designer Version: 4.0.1-2 Followup-For: Bug #325782 I restarted X and the problem has gone away. Odd. Anyway, I would go ahead and close this one, because the problem seems to fix itself. Todd -- System Information: Debian Release: testing/unstable APT prefers unstable APT

Bug#232217: Bug #232217: incomplete utf-8 support

2005-09-21 Thread Tatsuo Ishii
> > Before 7.4, to be handled by regex routines, UTF-8 are converted to > > ISO 10646. There was a limitaion in regex routines in that they cannot > > handle multibyte characters > 2bytes. In another word only 16bit UCS-2 > > are supported. That's why ISO 10646 > 0x1 is rejected. > > Is this s

Bug#326976: acknowledged by developer (Bug#326976: fixed in py2play 0.1.8-1)

2005-09-21 Thread Arc
On Wed, Sep 21, 2005 at 04:48:30PM -0700, Debian Bug Tracking System wrote: > > We believe that the bug you reported is fixed in the latest version of > py2play, which is due to be installed in the Debian FTP archive: You are incorrect. This bug is part of py2play's API, it is unlikely it will

Bug#319986: linux-image-2.6.12-1-powerpc64 fails on dual G5 PowerMac7,3

2005-09-21 Thread Shyamal Prasad
Just got back to working on my linux box and noticed that Paul Brossier seems to have found a fix for his problems on a PowerMac7,2 (#323724). Just for the record, I can confirm that removing the NVIDIA FB allows me to also boot a PowerMac7,3 using a 64 bit kernel built with 2.6.12-6. Cheers! Sh

Bug#329306: mutt/2080: Segfault on new message when content_type is

2005-09-21 Thread New Mutt PR
>Number: 2080 >Notify-List:[EMAIL PROTECTED] >Category: mutt >Synopsis: Segfault on new message when content_type is >Confidential: no >Severity: normal >Priority: medium >Responsible:mutt-dev >State: open >Keywords: >Class: sw-bug

Bug#329426: xmms is incompatible with rhythmbox playlists

2005-09-21 Thread David Moreno Garza
On Wed, 2005-09-21 at 12:45 -0500, Ryan Underwood wrote: > Package: xmms > Version: 1.2.10+cvs20050209-2 > Severity: wishlist > > > Rhythmbox creates PLS style playlists with file:// prefixed to the > filename. This is a good idea because a playlist could contain URI from > many sources. But xm

Bug#329442: imap/2079: segfault with imap host completion

2005-09-21 Thread New Mutt PR
>Number: 2079 >Notify-List:[EMAIL PROTECTED] >Category: imap >Synopsis: segfault with imap host completion >Confidential: no >Severity: normal >Priority: medium >Responsible:mutt-dev >State: open >Keywords: >Class: sw-bug >Submitter

Bug#329442: segfault with imap host completion

2005-09-21 Thread Adeodato Simó
forwarded 329442 http://bugs.mutt.org/2079 thanks * Nico Golde [Wed, 21 Sep 2005 23:09:57 +0200]: > Package: mutt > Version: 1.5.10-1 > Severity: important > Tags: patch > Hi, Hi Nico, > please change in imap.c the line > for (conn = mutt_socket_head (); conn->next; conn = conn->next) > to >

Bug#329478: conflict with eclipse-platform-common

2005-09-21 Thread Steve M. Robbins
Package: simh Version: 3.5.0-1 Severity: normal This new package now contains /usr/bni/eclipse but so does eclipse-platform-common: Preparing to replace simh 3.4.0-1 (using .../archives/simh_3.5.0-1_i386.deb) ... Unpacking replacement simh ... dpkg: error processing /var/cache/apt/archives/simh_3

Bug#318470: mutt/2081: cannot interactively select S/MIME key to sign message with

2005-09-21 Thread New Mutt PR
>Number: 2081 >Notify-List:[EMAIL PROTECTED] >Category: mutt >Synopsis: cannot interactively select S/MIME key to sign message with >Confidential: no >Severity: normal >Priority: medium >Responsible:mutt-dev >State: open >Keywords: >Class:

Bug#329479: fortunes swore at me (-off is NOT installed)

2005-09-21 Thread David Brodrick
Package: fortunes Version: 1:1.99.1-2 I like to set fortunes up to give our users a chuckle when they log in. Because a wide range of people use our computers the fortunes must not be offensive. I do NOT have the fortunes-off package installed and when I run "fortune -o" it says "No fortunes found

Bug#318470: mutt: cannot interactively select S/MIME key to sign message with

2005-09-21 Thread Adeodato Simó
forwarded 318470 http://bugs.mutt.org/2081 tag 318470 - moreinfo thanks * Riccardo Murri [Mon, 19 Sep 2005 12:41:51 +0200]: > [Adeodato Simó, Mon, Sep 19, 2005 at 01:53:35AM +0200] > > Can you do a quick test and check whether it still happens with mutt > > 1.5.10-1, and/or with this 1.5.11 p

Bug#328655: mutt/2082: S/MIME signature verification fails on encrypted and signed messages

2005-09-21 Thread New Mutt PR
>Number: 2082 >Notify-List:[EMAIL PROTECTED] >Category: mutt >Synopsis: S/MIME signature verification fails on encrypted and signed >messages >Confidential: no >Severity: normal >Priority: medium >Responsible:mutt-dev >State: open >Keywords:

Bug#328655: mutt: S/MIME signature verification fails on encrypted and signed messages

2005-09-21 Thread Adeodato Simó
forwarded 328655 http://bugs.mutt.org/2082 tag 328655 - moreinfo thanks * florian kriener [Mon, 19 Sep 2005 01:58:26 +0200]: > Hello, > On Mon, Sep 19, 2005 at 01:43:04AM +0200, Adeodato Simó wrote: > > > Everytime I try to open a encrypted and signed message I get the > > > following error: >

Bug#329306: mutt/2080: Segfault on reply when content_type is unset

2005-09-21 Thread Adeodato Simó
Synopsis: Segfault on reply when content_type is unset Comment added by adeodato on Thu, 22 Sep 2005 03:49:36 +0200 adjusted title, added address of submitter -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#329306: mutt/2080: Segfault on reply when content_type is unset

2005-09-21 Thread Adeodato Simó
Synopsis: Segfault on reply when content_type is unset Comment added by adeodato on Thu, 22 Sep 2005 03:51:07 +0200 Trying, againt, to set address of the submitter. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#329306: mutt: Segfault on new message when content_type is unset

2005-09-21 Thread Adeodato Simó
forwarded 329306 http://bugs.mutt.org/2080 thanks * Maykel Moya [Tue, 20 Sep 2005 23:14:29 -0400]: > Package: mutt > Version: 1.5.10-1 > Severity: normal Hello Maykel, > Mutt segfaults on new message or reply if content_type is unset. I > have been able to reproduce the bug. > Simply add 'unse

Bug#329409: group and perms wrong in /dev/mapper

2005-09-21 Thread Bdale Garbee
reassign 329409 devmapper tags 329409 - wontfix severity 329409 normal thanks On Wed, 2005-09-21 at 23:46 +0200, Bastian Blank wrote: > It creates the control device which is now obselete as libdevmapper > creates it if needed. Ok, thanks for the clue. The problem is actually in libdevmapper1.0

Bug#329467: libnss-pgsql1: getgrent_r group database query deadlocks if database is not available

2005-09-21 Thread Malte Cornils
Hello, On Donnerstag 22 September 2005 01:32 Micha Lenk wrote: > 'id root' calls _nss_pgsql_setgrent() trying to open the database > connection (with open_backend()), which fails. After that it still tries > _nss_pgsql_getgrent_r() which detects that the backend is not open and > tries to open it

Bug#296940: mutt/2083: unable to open files >2GB

2005-09-21 Thread New Mutt PR
>Number: 2083 >Notify-List:[EMAIL PROTECTED] >Category: mutt >Synopsis: unable to open files >2GB >Confidential: no >Severity: normal >Priority: medium >Responsible:mutt-dev >State: open >Keywords: >Class: sw-bug >Submitter-Id: ne

Bug#296940: mutt/2084: unable to open files >2GB

2005-09-21 Thread New Mutt PR
>Number: 2084 >Notify-List:[EMAIL PROTECTED] >Category: mutt >Synopsis: unable to open files >2GB >Confidential: no >Severity: normal >Priority: medium >Responsible:mutt-dev >State: open >Keywords: >Class: sw-bug >Submitter-Id: ne

Bug#329480: yelp: Incorrect rendering of GNOME manuals

2005-09-21 Thread Jean Pierre Rupp
Package: yelp Version: 2.10.0-2 Severity: normal GNOME manuals show up wider than the viewing area of the Yelp window, showing a horizontal scrollbar at the bottom. If I resize the window to make it bigger so the scrollbar disappears, the content gets resized too and the scrollbar stays. Somehow

Bug#296940: mutt/2083: unable to open files >2GB

2005-09-21 Thread Adeodato Simó
Synopsis: unable to open files >2GB State-Changed-From-To: open->closed State-Changed-By: adeodato State-Changed-When: Thu, 22 Sep 2005 04:29:10 +0200 State-Changed-Why: Closing incomplete bug report, see 2084 for the complete one. (Hit enter at the wrong place in the submission form.) **

Bug#325782: bug is only solved for the root user

2005-09-21 Thread Brian Nelson
Todd Goyen <[EMAIL PROTECTED]> writes: > Package: libqt4-designer > Version: 4.0.1-2 > Followup-For: Bug #325782 > > I restarted X and the problem has gone away. Odd. > Anyway, I would go ahead and close this one, because the problem seems > to fix itself. Err, it is closed. ;) -- Captain Logi

Bug#329354: CAN-2005-0204 and 2.4

2005-09-21 Thread Horms
On Wed, Sep 21, 2005 at 01:31:37PM +0300, Nikos Ntarmos wrote: > Package: kernel-source-2.4.27 > Version: 2.4.27-11.hls.2005082200 > Severity: important > Justification: fails to build from source > > Patch 143_outs.diff.bz2 breaks the kernel compilation on x86_64. The > problem is that it uses th

Bug#329297: libc6: ldconfig segfaults on configure

2005-09-21 Thread Daniel Jacobowitz
On Tue, Sep 20, 2005 at 04:45:18PM -0700, Scott Fenton wrote: > Package: libc6 > Version: 2.3.5-6 > > Upon upgrading from sarge->sid, libc6 installed a version of ldconfig > that fails with "Segmentation fault" whenever invoked. The system is a > Beige G3 with a 2.2.20 kernel. Sorry, but sid do

Bug#329442: imap/2079: segfault with imap host completion

2005-09-21 Thread Brendan Cully
Synopsis: segfault with imap host completion State-Changed-From-To: open->closed State-Changed-By: brendan State-Changed-When: Thu, 22 Sep 2005 05:10:31 +0200 State-Changed-Why: Applied, thanks. Comment added by brendan on Thu, 22 Sep 2005 05:10:31 +0200 -- To UNSUBSCRIBE, emai

Bug#329481: swig is unavailable in testing

2005-09-21 Thread cckemp
Package: swig Version: 1.3.24-1 Severity: serious Justification: swig is unavailable in testing There does not appear to be a version of swig in debian testing. In order to install swig I needed to download it and related packages from an alternate distribution. It seems to exist in oldstable, st

Bug#329482: ipvsadm: ipsvadm init script falsly reports LVS as unavailabe on systems with modular kernels

2005-09-21 Thread Horms
Package: ipvsadm Version: 1.24+1.21-1 Severity: important Hi, I'm reporting this bug as it has come up on the LVS mailing list several times, most recently http://archive.linuxvirtualserver.org/html/lvs-users/2005-09/msg00118.html The init script for ipvsadm shipped with Debian seems to check f

Bug#328460: Malformated data stream in pipe mode

2005-09-21 Thread Brian Nelson
Philipp Lehman <[EMAIL PROTECTED]> writes: > Am Donnerstag, 15. September 2005 18:42 schrieb Brian Nelson: > >> > Aspell returns malformated output in pipe mode. I can only >> > reproduce that with --sug-mode=fast, but I don't really think it >> > depends on the suggestion mode. It's probably just

Bug#329306: mutt/2080: Segfault on reply when content_type is unset

2005-09-21 Thread Brendan Cully
Synopsis: Segfault on reply when content_type is unset State-Changed-From-To: open->closed State-Changed-By: brendan State-Changed-When: Thu, 22 Sep 2005 05:25:12 +0200 State-Changed-Why: Fixed in CVS, thanks for the report. Comment added by brendan on Thu, 22 Sep 2005 05:25:12 +0200

Bug#312973: kernel-image-2.6.11-1-686: system clock drifts ahead of hardware clock

2005-09-21 Thread Horms
On Wed, Sep 21, 2005 at 10:57:13AM -0400, Guy Hulbert wrote: > On Tue, 2005-26-07 at 17:27 +0200, Maximilian Attems wrote: > > can you please test the 2.6.12 linux image in unstable? > > does the bug still occurs? > > > > -- > > maks > > I never found time for this but I noticed in the 2.6.13 ann

Bug#329422: No warnings when uninstalling kernel package

2005-09-21 Thread Horms
The problem here is that Debian implicitly supports having multiple kernel packages and in fact no kernel packages installed to allow users to provide their own kernels. It might be prudent to document this "feature" somewhere, but I don't think its a bug in the kernel-image-2.6.8-2-686, or any ot

Bug#329355: Kernels compiled from kernel-source-2.4.27 can't boot on x86_64.

2005-09-21 Thread Horms
On Wed, Sep 21, 2005 at 01:39:18PM +0300, Nikos Ntarmos wrote: > Package: kernel-source-2.4.27 > Version: 2.4.27-11.hls.2005082200 > Severity: important > > Kernels compiled from kernel-source-2.4.27 fail to boot on x86_64, with > a 'FATAL: Kernel too old' error. This is on a 3.1r0a/x86_64 system,

Bug#329483: lib3ds-dev: aclocal warning

2005-09-21 Thread Elias Kunnas
Package: lib3ds-dev Version: 1.2.0-4 Severity: minor Tags: patch aclocal prints a warning like this: /usr/share/aclocal/lib3ds.m4:4: warning: underquoted definition of AM_PATH_LIB3DS It is fixed simply by quoting the definition like this: --- lib3ds.m4.old 2005-09-22 07:05:45.0 +0

Bug#329484: kdesktop: Please add KDE Improvements patch for rounded edges on desktop icons

2005-09-21 Thread John Stamp
Package: kdesktop Version: 4:3.4.2-3 Severity: minor Tags: patch kdelibs already uses the KDE Improvements patch that creates rounded edges in Icon View. A similar patch is also available for desktop icons. I've attached the relevant patch. John Stamp -- System Information: Debian Release: t

<    1   2   3   4   5   6   >