Bug#637581: ruby-rspec-core: installs autotest files to /usr/lib/ruby/vendor_lib

2011-08-12 Thread Antonio Terceiro
Package: ruby-rspec-core Version: 2.5.1-1 Severity: normal Trying the cucumber package, I've got the following error: terceiro@morere:~/src/debian/pkg-ruby-extras/cucumber (master)$ sudo debi Selecionando pacote previamente não selecionado cucumber. (Lendo banco de dados ... 253354 ficheiros e di

Bug#635683: sid perl update problem with 5.12.4-2: text file busy

2011-08-12 Thread Raphael Hertzog
On Fri, 12 Aug 2011, Guillem Jover wrote: > This is misleading on Linux, but it's not a safe portable assumption > to make on POSIX in general as that behaviour is not specified and as > such is implementation specific, some Unix systems do actually fail > on read-only file descriptors, for example

Bug#608540: python-cairo: New upstream version

2011-08-12 Thread Emmanuel Bouthenot
Hi, On Sat, Jan 01, 2011 at 12:55:35PM +0300, Alexander Sedov wrote: [...] Any ETA on this bug? > There is new upstream version (1.8.10), including such things as XPyB > support and python3 version. Also, it matches the included version for > libcairo2. [...] I'd like to test Qtile[1] but it ne

Bug#637579: debian-el: deb-view does not support xz-compressed debs

2011-08-12 Thread Sven Joachim
Package: debian-el Version: 35.0 Severity: normal Trying to visit a .deb file which has a data.tar.xz member leads to an error: File mode specification error: (error "Malformed Tar header") In the light of http://lists.debian.org/debian-devel-announce/2011/08/msg1.html this is likely to beco

Bug#637578: Please transition libvorbis for multiarch

2011-08-12 Thread Steve Langasek
Package: libvorbis Version: 1.3.2-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu oneiric ubuntu-patch Hi folks, Please find attached a patch to libvorbis to transition it to use of the multiarch library paths as described at

Bug#635914: gscan2pdf: Crash when opening device

2011-08-12 Thread Daniel Sutil
If I connect the scanner directly to the computer, gscan2pdf don't crash with the libsane-perl interface. The desktop computer is a debian testing with versions: libsane-perl 0.03-1+b1 sane 1.0.14-9 gscan2pdf 1.0.14-9 The server is a Debian squeeze updated until today. libsane-perl 0.03-1 san

Bug#635177: live-build: live wheezy usb-hdd -> isolinux insted of syslinux will be installed

2011-08-12 Thread Daniel Baumann
On 08/12/2011 06:58 PM, upite...@lycos.com wrote: I've craeted a new usb-hdd image and still cannot boot from the bianry.img. as you can see from the bug report, this is fixed as of 3.0~a26-1. -- Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: daniel.baum...@pro

Bug#637577: alexandria: Errors when adding book by ISDB (search providers broken)

2011-08-12 Thread Georg Philipp Burth
Package: alexandria Version: 0.6.6-1 Severity: normal When adding a book by searching for ISBN I get the following errors on the command line where I started alexandria: $ alexandria W, [2011-08-12T20:34:50.744340 #23342] WARN -- : Unable to locate the default Evolution address book: Address

Bug#637544: don't store config to populate default in examples

2011-08-12 Thread Daniel Baumann
tag 637544 patch thanks patch attached. -- Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/ >From e3e3d5e46ab2504ef6916a78564ee2f8a6ceb3c5 Mon Sep 17 00

Bug#612809: fsck failing because it can't find fsck.btrfs

2011-08-12 Thread iori yoneji
I have same trouble too. My work around was working on other systemthat: cp /path/to/root/sbin/btrfsck /path/to/root/sbin/fsck.btrfs But, it hasn't been a good hack. As you know, btrfsck's synopsis is very simple: btrfsck device But fsck.hoge did -a option. So, while boot, an error saying "-a de

Bug#625308: audtty: ftbfs with gcc-4.6 -Werror

2011-08-12 Thread peter green
tags 625308 +patch thanks It appears this bug was misreported and a linker error was the cause not a compiler warning. A modified debian/rules file is attatched that makes the package build again. #!/usr/bin/make -f export LDFLAGS += -lglib-2.0 -lgobject-2.0 %: dh $@ override_dh_au

Bug#637576: Please transition libogg for multiarch

2011-08-12 Thread Steve Langasek
Package: libogg Version: 1.2.2~dfsg-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu oneiric ubuntu-patch Hi Ron, Please find attached a patch to libogg to transition it to use of the multiarch library paths as described at

Bug#636914: modemmanager: `… Failed to find a usable modem character set`

2011-08-12 Thread Michael Biebl
Am 12.08.2011 19:46, schrieb Paul Menzel: > Am Sonntag, den 07.08.2011, 01:55 +0200 schrieb Michael Biebl: > With `sudo aptitude safe-upgrade modemmanager` I still get the same > problem and `sudo service network-manager restart` did not fix that > either. > > Tomorrow I am going to test this fur

Bug#637480: vim-gtk package doesn't check dependency

2011-08-12 Thread Tobias Frei
What I see is "Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory" after issuing 'myuser@mymachine:~$ gvim somefile' from a console window. So possibly gtk is loading shared libs which are not required??

Bug#637575: libnss3-dev: dependency problems: libnss3-dev depends on libnss3-1d (= 3.12.11-1)

2011-08-12 Thread Paul Menzel
Package: libnss3-dev Version: 3.12.11-1 Severity: important Dear Debian folks, today’s `sudo aptitude safe-upgrade` failed with the following error. dpkg: dependency problems prevent configuration of libnss3-dev: libnss3-dev depends on libnss3-1d (= 3.12.11-1); however:

Bug#635683: [PATCH/RFC v3] Re: sid perl update problem with 5.12.4-2: text file busy

2011-08-12 Thread Jonathan Nieder
Jonathan Nieder wrote: > To fix that, we should fsync() each file with multiple hard links only > once and then rename all links, so the logic to skip fsync would be no > longer needed. ... and here's a patch on top implementing that. --- debian/changelog | 13 ++--- src/archives.c |

Bug#636914: modemmanager: `… Failed to find a usable modem character set`

2011-08-12 Thread Paul Menzel
Am Sonntag, den 07.08.2011, 01:55 +0200 schrieb Michael Biebl: > On 07.08.2011 01:10, Paul Menzel wrote: > > Package: modemmanager > > Version: 0.4.997-1 > > Severity: normal > > Tags: upstream fixed-upstream > > the current version of ModemManager is not working with my UMTS device, > > although

Bug#637573: linux-image-2.6.39-2-amd64: kswapd uses 100% cpu

2011-08-12 Thread Sergey
Package: linux-2.6 Version: 2.6.39-3 Severity: important on sandy bridge ( Intel(R) Core(TM) i3-2310M ) kswapd uses 100% CPU when there is little free memory. swap space not used. after the command echo 1> /proc/sys/vm/drop_kaches kswapd disappears. -- Package-specific info: ** Version: Linux

Bug#637490: cupt: tries to configure half-installed package

2011-08-12 Thread Jonathan Nieder
Eugene V. Lyubimkin wrote: > Yeah, the name 'half-installed' is double-misleading. According to the policy > §6.8 and §6.6 one may see this state in some cases when preinst/postrm > script fail and an error unwind fails as well. > > So I wondered if certain versions of that package can be used to

Bug#637548: [Pkg-libvirt-maintainers] Bug#637548: Bug#637548: virt-viewer: should not hardcode SSH port 22, but read from ~/.ssh/config

2011-08-12 Thread Guido Günther
Hi Luca, On Fri, Aug 12, 2011 at 05:30:12PM +0200, Luca Capello wrote: [..snip..] > Well, I seem to remember I tested your patch at DebConf11, but maybe it > was not the case, so blame on me as well for that ;-) My error was that I had ssh on and on 22 ;) and I messed up the if statement wh

Bug#637490: cupt: tries to configure half-installed package

2011-08-12 Thread Eugene V. Lyubimkin
On 2011-08-12 11:27, Jonathan Nieder wrote: > > Ouch, good catch, thanks. Easy to fix but not easy to reproduce/verify, > > I think I have never had this 'half-installed' state on my systems. Is > > that reproducible with specific versions/actions of > > 'libgtkhtml-editor-3.14-0' package? > > Odd

Bug#637572: gdisk: fails to write protective MBR

2011-08-12 Thread aelschuring
Package: gdisk Version: 0.7.2-1 Severity: normal It appears that the new gdisk release confuses itself when it needs to write a protective MBR: === # gdisk /dev/sde GPT fdisk (gdisk) version 0.7.2 Partition table scan: MBR: not present BSD: not present APM: not present GPT: present Fo

Bug#637468: closed by Ben Hutchings (Re: Bug#637468: linux-image-2.6.32-5-686: Sometimes does not detect network hardware)

2011-08-12 Thread Mark Grieveson
On Thu, 11 Aug 2011 22:15:07 + ow...@bugs.debian.org (Debian Bug Tracking System) wrote: > Sorry, it seems your hardware has developed a fault. > > The device listing in your report includes an Intel network controller > with device ID 9043. The Intel Pro Wireless 2100 network controller > s

Bug#635683: [PATCH/RFC v3] Re: sid perl update problem with 5.12.4-2: text file busy

2011-08-12 Thread Jonathan Nieder
Guillem Jover wrote: > This is misleading on Linux, but it's not a safe portable assumption > to make on POSIX in general as that behaviour is not specified and as > such is implementation specific Ok, here's a patch with better behavior. On Linux and similar platforms, it just opens the file fo

Bug#637571: udev: Additional VMware MAC ranges for 75-persistent-net-generator.rules

2011-08-12 Thread Michael Gurski
Package: udev Version: 172-1 Severity: normal Tags: patch Hi, Based on some discussions in IRC today about strange networking problems bringing up cloned Debian VMs under VMware Fusion, I took a look at /lib/udev/rules.d/75-persistent-net-generator.rules to see how it handled VMware-assigned MAC

Bug#630787: can not update/install morituri because of a syntaxerror

2011-08-12 Thread Felipe Sateler
People, please lets keep it civil. On Fri, Aug 12, 2011 at 09:49, Jonas Smedegaard wrote: >> You say that "It is beneficial to Debian to keep package dependencies >> as simple as possible." Generally I agree, but I'd also say it is even >> more benefical to try as hard as possible not to break th

Bug#483064: Still interested in maintaining the tla package in Debian?

2011-08-12 Thread Ansgar Burchardt
Hi, some time ago I sponsored a bug fix for tla you prepared for Debian. I noticed there is now a new RC bug failed against the package[1], so I was wondering if you are still interested in taking over maintainership for the package? Regards, Ansgar [1] -- To

Bug#630511: Please transition gnutls26 for multiarch

2011-08-12 Thread Julien Cristau
On Fri, Aug 12, 2011 at 15:41:36 +0200, Andreas Metzler wrote: > I am sorry you feel that way, but quite honestly I do not know what > I should have done better. > > I have asked on debian-release very early (March 25), without > receiving feedback. Then (in April or May) I asked #debian-release

Bug#637569: liblockfile-dev: make liblockfile-dev Multi-Arch: same

2011-08-12 Thread Sven Joachim
tags 637569 + patch tags 637568 + patch tags 637555 + patch thanks On 2011-08-12 18:55 +0200, Sven Joachim wrote: > Package: liblockfile-dev > Version: 1.09-2 > Severity: wishlist > > I think multiple version of liblockfile-dev could be co-installable if > > - files are compressed with "gzip -n"

Bug#636375: nautilus-filename-repairer: [INTL:de] Initial German translation

2011-08-12 Thread Changwoo Ryu
tag 636375 + upstream forwarded 636375 http://code.google.com/p/repairer/issues/detail?id=6 thanks 2011-08-02 (화), 21:20 +0200, Chris Leick: > Package: nautilus-filename-repairer > Version: 0.0.6-1 > Severity: wishlist > Tags: l10n > > > Hi, > > please find attached the German translation of >

Bug#637540: lintian: bad-distribution-in-changes-file wheezy

2011-08-12 Thread Julien Cristau
On Fri, Aug 12, 2011 at 08:54:17 -0700, Russ Allbery wrote: > Julien Cristau writes: > > > lintian complains about a bad distribution when a codename (like, say, > > wheezy or squeeze) is used in changes files as Distribution. > > This was intentional, since my understanding was that stable, >

Bug#637570: asterisk: Voicemail promts for italian language not found, english used instead

2011-08-12 Thread Fabio Muzzi
Package: asterisk Version: 1:1.6.2.9-2+squeeze3 Severity: normal Asterisk 1.6.2 from Debian Squeeze, even with italian propmt files installed (package is asterisk-prompt-it), fails to prononunce numbers in italian language. How to reproduce: Dial into voicemail, enter menu, listen to the voic

Bug#626790: openswan-modules-dkms: Kernel modules doesn't compile

2011-08-12 Thread Christopher Dickey
I can confirm the compilation issues with this package and have written a working patch to address. Many of the kernel structures have changed since the last maintained version of this dkms package which (obviously) prevent successful compilation. I have tested minimally by using the openswan co

Bug#635177: live-build: live wheezy usb-hdd -> isolinux insted of syslinux will be installed

2011-08-12 Thread upite...@lycos.com
Today, I've done all updates on my wheezy, I've craeted a new usb-hdd image and still cannot boot from the bianry.img.What's wrong? On Jul 25, 2011, Daniel Baumann wrote: tag 635177 pendingthankslike Ben said, this is fixed in git, new version will be u

Bug#637569: liblockfile-dev: make liblockfile-dev Multi-Arch: same

2011-08-12 Thread Sven Joachim
Package: liblockfile-dev Version: 1.09-2 Severity: wishlist I think multiple version of liblockfile-dev could be co-installable if - files are compressed with "gzip -n" - liblockfile.a is moved to /usr/lib/$DEB_HOST_MULTIARCH Will probably send a patch soon. -- System Information: Debian Relea

Bug#637395: linux-image-3.0.0-1-686-pae: EEE-PC 1000H: cpufreq cannot be set to ondemand

2011-08-12 Thread Jonathan Nieder
Ben Hutchings wrote: >> Am 11.08.2011 23:27, schrieb Jonathan Nieder: >>> I suspect we really want to be using acpi-cpufreq, not p4-clockmod. >>> So we're closing in. [...] > It is not EeePC-specific. > > cpufreq modules are loaded by the cpufrequtils package, and it is > now loading the wrong mod

Bug#637568: liblockfile-bin: should be Multi-Arch: foreign

2011-08-12 Thread Sven Joachim
Package: liblockfile-bin Version: 1.09-2 Severity: normal Thanks for converting liblockfile1 to multiarch. However, to make multiple versions of liblockfile1 actually co-installable, liblockfile-bin needs to be Multi-Arch: foreign. See http://wiki.debian.org/Multiarch/Implementation#Multi-Arch:_

Bug#637567: liblockfile1: problem upgrading to 1.09-2 - man page issue

2011-08-12 Thread Arthur Marsh
Package: liblockfile1 Version: 1.09-2 Severity: important When trying to upgrade I observed: Unpacking liblockfile-bin (from .../liblockfile-bin_1.09-2_amd64.deb) ... dpkg: error processing /var/cache/apt/archives/liblockfile-bin_1.09-2_amd64.deb (--unpack): trying to overwrite '/usr/share/man

Bug#637395: linux-image-3.0.0-1-686-pae: EEE-PC 1000H: cpufreq cannot be set to ondemand

2011-08-12 Thread Ben Hutchings
On Fri, Aug 12, 2011 at 06:11:23PM +0200, Thomas Renard wrote: > Am 11.08.2011 23:27, schrieb Jonathan Nieder: > > Please try blacklisting p4-clockmod or loading acpi-cpufreq first, to > > see if that helps. > > > > The "too long transition latency of HW" message comes from > > __cpufreq_governor(

Bug#637566: linux-2.6: Occasionally FTBFS: Race condition in building docs

2011-08-12 Thread Jonathan Nieder
tags 637566 + fixed-upstream quit Hi Daniel, Daniel Schepler wrote: [...] > for dep in dvb media-entities.tmpl media-indices.tmpl v4l; do \ > rm -f > /tmp/buildd/linux-2.6-3.0.0/debian/build/build-doc/Documentation/DocBook/$dep > \ > && ln -s > /tmp/buildd/linu

Bug#637566: linux-2.6: Occasionally FTBFS: Race condition in building docs

2011-08-12 Thread Daniel Schepler
Source: linux-2.6 Version: 3.0.0-1 Severity: normal From my pbuilder build log: ... DOCPROC Documentation/DocBook/tracepoint.xml DOCPROC Documentation/DocBook/media.xml DOCPROC Documentation/DocBook/drm.xml make[3]: Leaving directory `/tmp/buildd/linux-2.6-3.0.0/debian/build/source' env -u

Bug#637509: RM: dtc -- RoQA; consistently buggy and non-policy compliant

2011-08-12 Thread Ansgar Burchardt
Thomas Goirand writes: > Now, let me take a step back and try to comment on the big picture. > > To make things clear: I do understand that these last MySQL and shell > insertion are really serious issues with grave consequences, and I > agree that some parts of the code is sloppy to say the least

Bug#637159: cpuburn: Just segfaults on ARMel

2011-08-12 Thread Grégory Herrero
Hi Robert, You need to enable neon in your kernel as cpuburn mainly uses neon instructions on cortex a8. Gregory Le 9 août 2011 01:15, "Robert Waldner" a écrit : > > Package: cpuburn > Version: 1.4a-1 > Severity: normal > > > Aloha, > > I have here a "QNAP TS-410", which boasts an ARM CPU: > ~#

Bug#637490: cupt: tries to configure half-installed package

2011-08-12 Thread Jonathan Nieder
tags 637490 + unreproducible quit Eugene V. Lyubimkin wrote: > On 2011-08-11 19:13, Jonathan Nieder wrote: >> Probably that package got into this state from a previous interrupted >> unpack. Running "dpkg --remove libgtkhtml-editor-3.14-0" fixes it. > > Ouch, good catch, thanks. Easy to fix but

Bug#637494: cupt: pre-install-pkgs action fails with exit code 127 during large upgrade

2011-08-12 Thread Eugene V. Lyubimkin
Hi, On 2011-08-11 20:07, Jonathan Nieder wrote: > Using "strace -f -e execve" we can find the failing syscall: > > [pid 7256] execve("/bin/sh", ["sh", "-c", "echo 'VERSION > 2\nacquire::cdrom::"...], [/* 17 vars */]) = -1 E2BIG (Argument list too long) > > Presumably this was already kno

Bug#637234: linux-image-3.0.0-1-686-pae: I/O errors using ext4 under xen

2011-08-12 Thread Mike Williams
Same here too. linux-image-3.0.0-1-amd64 on Citrix XenServer though. *Sometimes* it'll boot OK, only for the I/O error to crop up randomly later. -- Mike Williams -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas.

Bug#625423: sitecopy: ftbfs with gcc-4.6 -Werror

2011-08-12 Thread Sandro Tosi
forwarded 625423 sitec...@lists.manyfish.co.uk thanks Hello, In Debian we have received this bug report: On Tue, May 3, 2011 at 12:34, Matthias Klose wrote: > This package builds with -Werror, and GCC 4.6 triggers new warnings > which will make the package fail to build.  Currently a Debian patc

Bug#637565: postfix: FTBFS on Linux 3.0

2011-08-12 Thread Daniel Schepler
Source: postfix Version: 2.8.3-1 Severity: serious From my pbuilder build log: ... /usr/bin/make -f Makefile.in MAKELEVEL= Makefiles make: Entering directory `/tmp/buildd/postfix-2.8.3' (echo "# Do not edit -- this file documents how Postfix was built for your machine."; /bin/sh makedefs) >maked

Bug#637564: dpkg-dev: dpkg-gencontrol simplification of Breaks is broken, simply keeps first found version

2011-08-12 Thread Andreas Metzler
Package: dpkg-dev Version: 1.15.8.11 Severity: important (SID)ametzler@argenau:/tmp/GNUTLS/gnutls-2.12.7$ grep sipsak debian/control Breaks: sipsak (<= 0.9.6-2.1), sipsak (<= 0.9.6-2.2) (SID)ametzler@argenau:/tmp/GNUTLS/gnutls-2.12.7$ dpkg-gencontrol \ -plibgnutls26 -Pdebian

Bug#637490: cupt: tries to configure half-installed package

2011-08-12 Thread Eugene V. Lyubimkin
Hi Jonathan! On 2011-08-11 19:13, Jonathan Nieder wrote: > W: an attempt to set wrong scalar option 'cupt::work::defer-triggers' s/work/worker/, btw :) > The following 1 packages will be CONFIGURED: > > libgtkhtml-editor-3.14-0 > > Need to get 0B/1254KiB of archives. A

Bug#637563: ftp.debian.org: please add missing SHA-1 and SHA-256 hashes to Sources/Packages

2011-08-12 Thread Paul Wise
Package: ftp.debian.org Severity: normal Tags: security I noticed that some source packages in Debian do not have SHA-1 and SHA-256 hashes in the Sources files. It appears that everything uploaded before support for these was added to dpkg-dev in 2008 is missing these hashes. Two examples are aboo

Bug#637395: linux-image-3.0.0-1-686-pae: EEE-PC 1000H: cpufreq cannot be set to ondemand

2011-08-12 Thread Thomas Renard
Am 11.08.2011 23:27, schrieb Jonathan Nieder: > Please try blacklisting p4-clockmod or loading acpi-cpufreq first, to > see if that helps. > > The "too long transition latency of HW" message comes from > __cpufreq_governor() in drivers/cpufreq/cpufreq.c and indicates > that (policy->cpuinfo.transi

Bug#556188: found 556188 in 5.1-3

2011-08-12 Thread Olivier Berger
On Tue, Aug 09, 2011 at 02:01:04PM +0200, Olivier Berger wrote: > found 556188 5.1-3 > thanks > Actually, it seems some elements of configuration of pg_hba.conf are now no longer necessary, as the default settings are fine for clients connecting explicitely on 127.0.0.1. This I think that chan

Bug#637550: fbpanel: FTBFS on hurd-i386

2011-08-12 Thread Dererk
On 12/08/11 10:34, Samuel Thibault wrote: > Package: fbpanel > Version: 6.1-3 > Severity: important > Tags: patch > > Hello, > > fbpanel currently FTBFS on hurd-i386, because of sys/soundcard.h > non-inclusion and a prototype discrepancy. The attached patch fixes it. > > Samuel Hi Samuel! I'll lov

Bug#556188: gforge-db-postgresql: Postgres configuration for pg_hba.conf ambiguous

2011-08-12 Thread Olivier Berger
On Sat, Nov 14, 2009 at 06:49:34AM +0100, Olivier Berger wrote: > Hi. > > Upon installation of fusionforge 4.8.1 on testing, one is prompted (every > time ?) with UCF about conflicting changes on > /etc/postgresql/8.3/main/pg_hba.conf : > "A new version of configuration file /etc/postgresql/8.3/

Bug#637562: [octave-sp] missing dependency on octave-control

2011-08-12 Thread Wouter M. Koolen
Package: octave-sp Version: 1:2003-10 Severity: important --- Please enter the report below this line. --- When I run demosp as per the packages description, I get octave:1> demosp Octave implementation of Vandenberghe and Boyd's semidef package [ 1] educational testing problem [ 2] linea

Bug#637059: cheesetracker: Should this package be orphaned (or removed)?

2011-08-12 Thread Wesley J. Landaker
On Monday, August 08, 2011 01:50:46 Niels Thykier wrote: > Package: cheesetracker > Severity: serious > > I noticed this package have two RC bugs that appears to have gotten > no attention since April and June (repsectively). Furthermore it > was removed from testing on the 3rd of July due to #62

Bug#637561: O: cheesetracker

2011-08-12 Thread Wesley J. Landaker
Package: wnpp Severity: normal I have no time or interest to maintain this package anymore, as my Debian time has been limited, and there are better alternative programs available now. It has been pretty much abandoned upstream last I checked. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ.

Bug#637540: lintian: bad-distribution-in-changes-file wheezy

2011-08-12 Thread Russ Allbery
Julien Cristau writes: > lintian complains about a bad distribution when a codename (like, say, > wheezy or squeeze) is used in changes files as Distribution. This was intentional, since my understanding was that stable, stable-security, or stable-proposed-updates was supposed to be used instead

Bug#635312: [pkg-lighttpd] Bug#635312: Lighttpd wishlist: add add mod_uploadprogress to Lighttpd or seperate package

2011-08-12 Thread Olaf van der Spek
On Mon, Jul 25, 2011 at 12:54 AM, Leen Besselink wrote: > Not sure what Debian rules are about that, but the patch only adds an 1 extra > handler to the main code. Could you submit the patch upstream? It's not Debian-specific. Olaf -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.

Bug#637407: linux-image-3.0.0-1-686-pae: Only grub2 adds an entry in menu.lst (grub1 doesn't)

2011-08-12 Thread Jonathan Nieder
reassign 637407 grub-legacy 0.97-18 retitle 637407 update-grub: suppresses Linux 3.0.0-1 (and other kernels supporting Xen) from menu.lst severity 637407 important quit quit Hi again, auto38092...@hushmail.com wrote: > Indeed it said version 0.97-18 was upgraded. [...] > If version 0.97-18 sti

Bug#637548: [Pkg-libvirt-maintainers] Bug#637548: virt-viewer: should not hardcode SSH port 22, but read from ~/.ssh/config

2011-08-12 Thread Luca Capello
found 637548 0.4.1-1 tags 637548 + patch thanks Hi there! On Fri, 12 Aug 2011 16:42:39 +0200, Guido Günther wrote: > On Fri, Aug 12, 2011 at 03:23:17PM +0200, Luca Capello wrote: >> Package: virt-viewer >> Version: 0.4.0-1 >> Severity: important >> Tags: upstream >> Usertags: pca-virtualization >

Bug#636292: MD5Sum mismatch is due to multiple DNS queries!

2011-08-12 Thread Henrique de Moraes Holschuh
On Fri, 12 Aug 2011, Dominik Bay wrote: > On Fri, Aug 12, 2011 at 03:39, Henrique de Moraes Holschuh > wrote: > > On Fri, 12 Aug 2011, jida...@jidanni.org wrote: > >> The checksum will come from a _different_ round robin machine, four out > >> of five times. It's Russian Roulette. I can't bear to

Bug#637559: ITP: libtest-mock-redis-perl -- test stub for Redis databases

2011-08-12 Thread Maximilian Gass
Package: wnpp Owner: Maximilian Gass Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org * Package name: libtest-mock-redis-perl Version : 0.05 Upstream Author : Jeff Lavallee * URL : http://search.cpan.org/dist/Test-Mock-Redis/

Bug#637558: ITP: libdata-printer-perl -- colored pretty-printer of Perl data structures and objects

2011-08-12 Thread Maximilian Gass
Package: wnpp Owner: Maximilian Gass Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org * Package name: libdata-printer-perl Version : 0.22 Upstream Author : Breno G. de Oliveira * URL : http://search.cpan.org/dist/Data-Printer

Bug#637486: redmine: LDAP login/logout gives 500 Internal Server

2011-08-12 Thread Vladimir Stavrinov
I've solved this problem by removing ruby-rack and Downgrade the following packages: 1) librack-ruby [1.3.1-1 (now, testing, unstable) -> 1.1.0-4 (stable, unstable)] 2) librack-ruby1.8 [1.3.1-1 (now, testing, unstable) -> 1.1.0-4 (stable, unstable)] -- *

Bug#637557: gforge-db-postgresql: Cannot uninstall:/usr/share/gforge/bin/forge_get_config: No such file or directory

2011-08-12 Thread Olivier Berger
Package: gforge-db-postgresql Version: 5.1-3 Severity: important Hi. Trying to remove the package, I got : Removing gforge-db-postgresql ... /usr/share/gforge/bin/install-db.sh: line 290: /usr/share/gforge/bin/forge_get_config: No such file or directory dpkg: error processing gforge-db-postgres

Bug#637556: grub-legacy: cannot setup because grub-install hangs

2011-08-12 Thread Jonathan Nieder
Package: grub-legacy Version: 0.97-65 Severity: important Hi, Trying to test grub-legacy to test Bug#637407. So following the instructions from README.Debian, I run grub-install --root-directory=/boot '(hd0)' as root. Unfortunately there is no output and it just sits there. Using top

Bug#637555: File conflict with liblockfile1

2011-08-12 Thread Michael Biebl
Package: liblockfile1-bin Version: 1.09-2 Severity: serious liblockfile1 fails to upgrade, as the binary /usr/bin/dotlockfile was moved from liblockfile1 to liblockfile-bin without declaring the necessary Breaks/Replaces [1], see 7.6.1 Michael [1] http://www.debian.org/doc/debian-policy/ch-relat

Bug#637548: [Pkg-libvirt-maintainers] Bug#637548: virt-viewer: should not hardcode SSH port 22, but read from ~/.ssh/config

2011-08-12 Thread Guido Günther
tags 637548 +patch On Fri, Aug 12, 2011 at 04:42:39PM +0200, Guido Günther wrote: > Hi Luca, > > On Fri, Aug 12, 2011 at 03:23:17PM +0200, Luca Capello wrote: > > Package: virt-viewer > > Version: 0.4.0-1 > > Severity: important > > Tags: upstream > > Usertags: pca-virtualization > > > > Hi ther

Bug#637554: migemo-backward function makes [(wrong-type-argument integer-or-marker-p t)] error

2011-08-12 Thread Yukiharu YABUKI
Package: migemo Version: 0.40-10 Severity: normal Tags: patch Hi, muto-san. I'd like to bug report for migemo.el migemo-backward function sometimes makes [(wrong-type-argument integer-or-marker-p t)] error on Emacs 23. (I don't know other emacs implementations have same issue.) You can see 'h

Bug#637067: notification-daemon: crashes on receiving notification

2011-08-12 Thread Michael Biebl
Which desktop environment / window manager do you use? -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? signature.asc Description: OpenPGP digital signature

Bug#634325: cups-polld does not properly handle network errors, uses 100% CPU in loop

2011-08-12 Thread anomie
found 634325 1.4.8-2 fixed 634325 1.5.0-1 thanks The patch seems to have been applied upstream in 1.5.0. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#590724: Any progress on including this patch into xgettext

2011-08-12 Thread Carl Fürstenberg
This bug report has been lying around for over a year now. I would like this to be included, as more and more JavaScript applications is using gettext, and proper xgettext support for JavaScript apps is really wanted. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#415394: uim: Is it unavoidable to remove old libuim versions?

2011-08-12 Thread d+deb
tags 415394 - pending thanks On Fri, Aug 12, 2011 at 06:31:50PM +0900, d+...@vdr.jp wrote: > it is fixed in anonscm.debian.org. > > libuim-data has just locale data. > so it does not need to have tight dependency. > now libuim(X) and libuim(X+1) are installable together. > but i do not know libui

Bug#636133: libgtk2-mozembed-perl: FTBFS: gdkconfig.h: No such file or directory

2011-08-12 Thread gregor herrmann
On Tue, 02 Aug 2011 12:50:22 +0100, Chris Butler wrote: > On closer inspection, it seems that the Gtk2::WebKit module is not currently > available in Debian, so gtkmozembed is /currently/ the only option here. > I'll look into packaging it, so that if we need to remove gtkmozembed, then > we still

Bug#637167: iceweasel: reproducible crash (segmentation fault) in libhunspell when typing a comment on Facebook

2011-08-12 Thread Mike Hommey
On Fri, Aug 12, 2011 at 04:30:34PM +0200, Vincent Lefevre wrote: > On 2011-08-11 18:02:45 +0200, Mike Hommey wrote: > > On Thu, Aug 11, 2011 at 05:46:31PM +0200, Vincent Lefevre wrote: > > > On 2011-08-11 17:42:33 +0200, Mike Hommey wrote: > > > > Would you mind testing the i386 version ? > > > >

Bug#635683: sid perl update problem with 5.12.4-2: text file busy

2011-08-12 Thread Jonathan Nieder
Guillem Jover wrote: > This is misleading on Linux, but it's not a safe portable assumption > to make on POSIX in general as that behaviour is not specified and as > such is implementation specific, some Unix systems do actually fail > on read-only file descriptors, for example: > > >

Bug#598968: marked as done (ITP: bsnes -- Accurate SNES/SuperFamicom emulator)

2011-08-12 Thread Adrian Glaubitz
Hi, great that bsnes has finally been uploaded to unstable. However, the package is broken, it doesn't build from source (FTBFS). The problem appears to be a hardwired version of gcc. The Makefile explicitly calls gcc-4.5/g++-4.5 which are not available on testing and unstable anymore. The compil

Bug#637548: [Pkg-libvirt-maintainers] Bug#637548: virt-viewer: should not hardcode SSH port 22, but read from ~/.ssh/config

2011-08-12 Thread Guido Günther
Hi Luca, On Fri, Aug 12, 2011 at 03:23:17PM +0200, Luca Capello wrote: > Package: virt-viewer > Version: 0.4.0-1 > Severity: important > Tags: upstream > Usertags: pca-virtualization > > Hi there! > > 0.4.0-1 is supposed to solve this issue thanks to: > > >

Bug#634272: fvwm: double-clicks with the touchpad left button not always taken into account

2011-08-12 Thread Thomas Adam
Hi, On 12 August 2011 15:40, Vincent Lefevre wrote: > BTW, shouldn't the default ClickTime value be increased from 150 > to 200, in case other users would be affected by the same problem? No, but I will add an entry to the FAQ which will address this. Thanks. -- Thomas Adam -- To UNSUBSCRI

Bug#634272: fvwm: double-clicks with the touchpad left button not always taken into account

2011-08-12 Thread Vincent Lefevre
tags 634272 wontfix close 634272 thanks On 2011-08-11 17:50:30 +0100, Thomas Adam wrote: > Regardless, this isn't going to change; and as I've been saying all along, > increasing the value of ClickTime is exactly all that's required -- so in > that regard, you're welcome. :) Well, I feared of ab

Bug#637509: RM: dtc -- RoQA; consistently buggy and non-policy compliant

2011-08-12 Thread Mike O'Connor
Thomas Goirand wrote: >And me, I'm really seriously thinking you don't know how to handle >security issues as well, given the fact that you've open public bugs, >when you should have get in touch with me privately. This shows as well >a big disrespect for what I do, if opening this bug wasn't eno

Bug#624516: patches against git

2011-08-12 Thread Thijs Kinkhorst
Hi Paul, On Thu, August 11, 2011 22:45, Paul Gevers wrote: > On 07/03/11 19:35, Paul Gevers wrote: >> As discussed below and in bug 624516, I prepared a patch for >> CVE-2010-1644: cacti: XSS issues in host.php and data_sources.php in >> lenny. The maintainer of cacti suggested to contact you for

Bug#637532: cityhash: please add s390x to the 64bit arches in symbols

2011-08-12 Thread Alessandro Ghedini
tags 637532 pending thanks On Fri, Aug 12, 2011 at 01:53:41PM +0200, Philipp Kern wrote: > cityhash fails to build from source on s390x: > > [...] > > Please add s390x as a 64bit architecture like the others. Done [0], it just needs to be uploaded. If you need/want to do this now, the package i

Bug#637167: iceweasel: reproducible crash (segmentation fault) in libhunspell when typing a comment on Facebook

2011-08-12 Thread Vincent Lefevre
On 2011-08-11 18:02:45 +0200, Mike Hommey wrote: > On Thu, Aug 11, 2011 at 05:46:31PM +0200, Vincent Lefevre wrote: > > On 2011-08-11 17:42:33 +0200, Mike Hommey wrote: > > > Would you mind testing the i386 version ? > > > > How can I do that? > > Installing it in a chroot would work, for example

Bug#556188: gforge-db-postgresql: Postgres configuration for pg_hba.conf ambiguous

2011-08-12 Thread Olivier Berger
Hi. Thinking about this issue, I wonder if it wouldn't be easier to have FusionForge use its own PostGreSQL cluster instead of the default one ('main') which is created by postgres upon installation. Why not use pg_createcluster to create a dedicated cluster for it ? Maybe this is completely n

Bug#637553: doesn't like permissions

2011-08-12 Thread Daniel Baumann
Package: gitalist Severity: important Tag: upstream Hi, if there are more than one repositories in repo_dir, and any single one is not readable (because it's 0700 rather than 0755), then no repository at all is showed by gitalist. Regards, Daniel -- Address:Daniel Baumann, Donnerbuehlw

Bug#637444: experimental gkrellm broken by openssl split

2011-08-12 Thread Stefan Bühler
On 08/12/2011 03:15 PM, Andreas Metzler wrote: On 2011-08-11 Stefan Bühler wrote: Package: gnutls26 Version: 2.12.7-4 Manual breaks are the wrong way imho - they only protect "known" dependencies. We do know the packages in Debian that break. I have checked. That didn't work well, did it

Bug#637552: python-avahi broken after rebuild

2011-08-12 Thread Jakub Wilk
Source: avahi Version: 0.6.30-5 Severity: important From debhelper changelog: | * dh: In v9, do not enable any python support commands. | Closes: #634106 This breaks python-avahi, which relies on dh_pysupport automatically called by dh. From the build log: |dh_gencontrol -a | dpkg-gencon

Bug#637509: RM: dtc -- RoQA; consistently buggy and non-policy

2011-08-12 Thread Thomas Goirand
Hi, Philipp Kern wrote: > There's not only lack of common sense in security, there's also > ignorance and offensive behaviour. You couldn't be nicer... thanks! :) Seriously, it's not what you are saying. I'm aware of offensive behaviors of users/hackers, but DTC isn't small (maybe 100k lines to

Bug#387756: Patch to fix this bug and also #611720

2011-08-12 Thread Georgios M. Zarkadas
The attached patch: -- moves the crack files in question from /var/run/Crack to /var/lib/Crack -- modifies the postrm script to purge /var/lib/Crack also Thus it fixes both #387756 and #611720. I didn't touched the debian/changelog; it will also need to be modified to reflect the changes of the

Bug#635683: sid perl update problem with 5.12.4-2: text file busy

2011-08-12 Thread Jonathan Nieder
Niko Tyni wrote: > From fsync(2): > >EBADF fd is not a valid file descriptor open for writing. *digs* Looks like that description was added between man-pages-1.10 (16-Jan-1996) and man-pages-1.11 (15-Apr-1996). From a look at Linux 0.99.10, I think fsync has just looked at the dirent a

Bug#637551: gnutls-cli man page mangled

2011-08-12 Thread Romain Francoise
Package: gnutls-bin Version: 2.12.7-4 Severity: minor The gnutls-cli(1) man page contains the following text: |--x509cafile FILE | Certificatefile to use. This option accepts PKCS | pkcs11:token=Root%20CA%20Certificates;serial=1%3AROOTS%3ADE‐ | FA

Bug#630787: can not update/install morituri because of a syntaxerror

2011-08-12 Thread Jonas Smedegaard
On 11-08-12 at 09:27am, Fabian Greffrath wrote: > Your first argument was to blame the user for not using aptitude for > upgrades. This turned out as bullshit, because even aptitude does not > remove packages that still satisfy dependencies. I apologize for adding irrelevant and distracting nois

Bug#377548: Fails mounting some parts in a n-in-1 device

2011-08-12 Thread Jan Schulz
Hi, Unfortunately I'm currently without the usbmount using box, so I can't test anything. In git.katzien.de/usbmount.git (only available via git, not via webinterface) are my latest attempts to fix some bugs in and add some features to usbmount. This three commits may help with that problem,

Bug#637542: Acknowledgement (use whitelist by default)

2011-08-12 Thread Daniel Baumann
oops, patch contained cruft (the other patch from before), this one is clean. sorry for the noise. -- Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/

Bug#637435: ifupdown: interfaces are not brought up anymore

2011-08-12 Thread O. Andrew
Hello, Well, that's exactly what I suspected to happen. Tomorrow I will prepare a new release which should fix this issue. About /run --- not yet :-) -- WBR, Andrew -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listma

Bug#630511: Please transition gnutls26 for multiarch

2011-08-12 Thread Andreas Metzler
On 2011-08-12 Julien Cristau wrote: > On Sat, Jul 30, 2011 at 07:20:17 +0200, Andreas Metzler wrote: [...] > > FYI I will probably upload to unstable without further notice once > > 2.10.5-3 has transitioned to testing. > > cu andreas > That's unhelpful... Hello, I am sorry you feel that way,

Bug#637542: Acknowledgement (use whitelist by default)

2011-08-12 Thread Daniel Baumann
tag 637542 patch thanks patch attached. -- Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/ >From 88a889b1756e3de03ee807fa7b44d3aaa5bc5f93 Mon Sep 17 00

<    1   2   3   4   >