Bug#696466: /etc/bash_completion.d/ack-grep wastes 35 ms running ack-grep --help=types

2012-12-20 Thread Anders Kaseorg
Package: ack-grep Version: 1.96-2 After fixing the worst offender (#695811), I found that about 15% of my bash’s startup time is spent in /etc/bash_completion.d/ack-grep running ack-grep --help=types (about 35 ms). This stuff adds up! Please consider refactoring the script to compute $__ack_ty

Bug#696465: /etc/bash_completion.d/grub wastes 35 ms running sed "s,x,x," 12 times

2012-12-20 Thread Anders Kaseorg
Package: grub-common Version: 2.00-7 After fixing the worst offender (#695811), I found that about 15% of my bash’s startup time is spent in /etc/bash_completion.d/grub forking and execing sed "s,x,x," 12 times. The patch below reduces the time it takes to source /etc/bash_completion.d/grub fr

Bug#589304: RFA: jabberd2 -- Jabber instant messenger server

2012-12-20 Thread Michael Tokarev
On 21.12.2012 02:29, Willem van den Akker wrote: > Thanks for getting new [udns] version into stable. FWIW, it is not stable, it is unstable. This version will not hit stable before wheezy is released. /mjt -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject o

Bug#696462: libnet-ssh2-perl: Incorrect Build-Depends cause for "broken" build

2012-12-20 Thread Salvatore Bonaccorso
Hi James On Thu, Dec 20, 2012 at 11:22:55PM -0500, James McCoy wrote: > Source: libnet-ssh2-perl > Version: 0.46-1 > Severity: normal > > The patch header for debian/patches/fix-build claims to "hack around > some bug in the library detection". That "bug" is the missing > zlib1g-dev in the Build

Bug#696434: convmv: /usr/bin/convmv and /usr/share/man/man1/convmv.1.gz files missing from installed package

2012-12-20 Thread Christian PERRIER
severity 696434 serious thanks Quoting Gerardo Esteban Malazdrewicz (gera...@malazdrewicz.com.ar): > Package: convmv > Version: 1.15-1 > Severity: grave > Tags: patch > Justification: renders package unusable Doh. Working on a fix. Plmease don't NMU (the package has this bug only in experimenta

Bug#694719: me too

2012-12-20 Thread Peter Eisentraut
I'm getting the same error message as of very recently. But I get it soon after the browser starts. Something is fishy. For example, custom search key words are not recognized. Extensions seem to work, though. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subje

Bug#208303: (no subject)

2012-12-20 Thread Barry Warsaw
Forwarded upstream: https://bugs.launchpad.net/debian/+bug/1092794 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#694614: tpu: cairo-dock/3.0.0-3 (pre-approval)

2012-12-20 Thread Nobuhiro Iwamatsu
Hi, On Sun, Dec 16, 2012 at 10:28 PM, Adam D. Barratt wrote: > > Unless an argument can be made for a package particularly needing > hardening support adding (e.g. it's on the security team's list) then > such changes are generally too invasive to be made at this stage via > unstable. The fact th

Bug#696463: xbmc doesnt start with CEC

2012-12-20 Thread Jan Prunk
Package: xbmc Version: 2:12.0~git20121201.192701b-1 Severity: wishlist Dear Maintainer, *** Please consider answering these questions, where appropriate *** * What led up to the situation? I have installed xbmc for raspberry pi, from raspbian distribution and when LCD tv is turned on no option

Bug#696462: libnet-ssh2-perl: Incorrect Build-Depends cause for "broken" build

2012-12-20 Thread James McCoy
Source: libnet-ssh2-perl Version: 0.46-1 Severity: normal The patch header for debian/patches/fix-build claims to "hack around some bug in the library detection". That "bug" is the missing zlib1g-dev in the Build-Depends. Please add the correct Build-Depends and drop the patch. -- System Inform

Bug#696411: aptitude: Missing dependency on apt?

2012-12-20 Thread Daniel Hartwig
On 20 December 2012 22:19, Axel Beckert wrote: > So since apt is not essential, but aptitude needs some binaries out of > that package to perform very common actions, aptitude must have a > dependency on apt Such a dependency belongs to libapt-pkg, or to move the basic method drivers to that pack

Bug#696461: ITP: libmath-mpfr-perl -- perl interface to the MPFR (floating point) library

2012-12-20 Thread Daniel Kahn Gillmor
Package: wnpp Severity: wishlist Owner: Daniel Kahn Gillmor * Package name: libmath-mpfr-perl Version : 3.16 Upstream Author : Sisyphus * URL : http://search.cpan.org/dist/Math-MPFR/ * License : Perl (GPL or Artistic) Programming Lang: C, Perl Description

Bug#696448: ITP: lvtk -- LV2 C++ wrappers and utilities

2012-12-20 Thread Alessio Treglia
Hi Martin! On Thu, Dec 20, 2012 at 10:08 PM, Martin Eberhard Schauer wrote: > I'm afraid there is a word missing in the first paragraph > ( s/set/set of/). And the third paragraph should be used only > for lvtk-dev? Yes, there is a small mistake in the long description and yes, it's going to be

Bug#695544: Segfault when NetworkManager is restarted

2012-12-20 Thread Michael Biebl
reassign 695544 libnm-glib4 reassign 695965 libnm-glib4 forcemerge 696143 695544 695965 forwarded 696143 https://bugzilla.gnome.org/show_bug.cgi?id=674473 severity 696143 grave thanks All these segfaults are caused by libnm-glib4 [1] and are fixed by the following three commits be18dd06cd138be232

Bug#683111: linux-image-3.2.0-4-ixp4xx: same WARNING on armel (linux-3.2.32/block/genhd.c:1573 disk_clear_events+0xc8/0x110()) Followup-For: Bug #683111 Package: src:linux Version: 3.2.32-1

2012-12-20 Thread Daniel Kahn Gillmor
I'm seeing an OOPS from the same line of code on armel. You can see the backtrace in the dmesg output below. This is from an NSLU2, where the root filesystem is on a 2GiB USB stick, and the machine has 32MiB of RAM and a 265BogoMIPS XScale-IXP42x CPU. Regards, --dkg -- Package-specific inf

Bug#695811: django_bash_completion slows down bash startup by calling /usr/bin/basename 44 times

2012-12-20 Thread Anders Kaseorg
Actually, this script has another problem: it actually overrides and disables the completions provided for python by the bash-completion package at /usr/share/bash-completion/completions/python. I think that’s a really unfriendly thing to do, so I would propose that the second half of the scri

Bug#696143: [Pkg-utopia-maintainers] Bug#696143: gnome-control-center network panel crash fixed in upstream libnm-glib

2012-12-20 Thread Michael Biebl
Andreas, On 18.12.2012 14:15, Andreas Henriksson wrote: > The problem has been identified and fixed in this upstream commit: > http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/libnm-glib/nm-active-connection.c?id=be18dd06cd138be232ff68ec7af19cfcf2f969ed > (See the references upstre

Bug#688772: Call for votes for resolving #688772 [gnome Depends network-manager-gnome]

2012-12-20 Thread Don Armstrong
Assuming I've done everything properly: BACF don CBFA rra BCFA vorlon ABCF ian CBAF bdale BCAF aba BACF cjwatson option A:F 5:2; does not beat majority requirements. option B:F 7:0; beats majority requirements option C:F 7:0; beats majority requirements B:C 5:2 B:F 7:0 C:F 7:0 Option B is the w

Bug#696460: tag #599523 wheezy-ignore

2012-12-20 Thread Michael Gilbert
package: release.debian.org severity: normal Please consider tagging #599523 wheezy-ignore. Update-manager has been unmaintained for a long time now, and the way to fix that is to remove it in favor of something like packagekit, which looks like the preferred future plan, but that won't happen ti

Bug#696333: refdbnd add extra '-e'

2012-12-20 Thread markus . hoenicka
fixed upstream: http://refdb.svn.sourceforge.net/viewvc/refdb?view=revision&revision=764 regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@l

Bug#689473: [Pkg-utopia-maintainers] Bug#689473: policykit-1: Please update policykit to 0.107

2012-12-20 Thread Michael Biebl
On 03.10.2012 06:10, Robert Roth wrote: > Package: policykit-1 > Version: 0.104-2ubuntu1 > Severity: normal > > Dear Maintainer, > > Policykit 0.106 and 0.107 have been release including lots of bugfixes and > new features. > It would be nice to have the debian package updated. > See the NEWS fi

Bug#696459: kinfocenter: usb.ids duplication

2012-12-20 Thread Bob Bib
Package: kinfocenter Version: 4:4.8.4-5 Severity: wishlist Dear Maintainer, please consider replacing /usr/share/kde4/apps/kcmusb/usb.ids with a symmlink to /usr/share/misc/usb.ids (with adding a dependency on 'usbutils' package which provides it) to reduce the unnecessary data duplication. -

Bug#696116: unblock: systemd/44-7

2012-12-20 Thread Michael Biebl
retitle 696116 unblock: systemd/44-7 thanks On 16.12.2012 23:13, Michael Biebl wrote: > Please unblock package systemd > > systemd (44-6) unstable; urgency=low There was another important regression fix which was uploaded in the mean time. Full changelog: systemd (44-7) unstable; urgency=low

Bug#679967: (no subject)

2012-12-20 Thread Barry Warsaw
With 6.1.0 I can not reproduce this. I think Andreas fixed a lot of problems in this area, so I'll mark this as closed by the new version. Feel free of course to re-open if it happens again. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe".

Bug#691169:

2012-12-20 Thread Michael Gilbert
control: severity -1 important This should not be considered release critical since it only affects a kernel version that won't be in the release. Best wishes, Mike -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas..

Bug#693956: Bug#696188: debian-installer: Keyboard not preseeded with auto=true

2012-12-20 Thread Samuel Thibault
Control: forcemerge 696188 693956 Control: reassign 696188 console-setup-udeb. Hello, I believe these are the same bugs: preseeding xkb-keymap does not actually preseeds keyboard-configuration. I'm working on a fix. Samuel -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#696429: ITP: jhc -- a haskell compiler.

2012-12-20 Thread Kiwamu Okabe
Hi Joachim, On Fri, Dec 21, 2012 at 7:01 AM, Joachim Breitner wrote: > just wondering: Is jhc in a state where it is a useful tool (and not > “just” an interesting and worthwhile research undertaking)? How actively > is it maintained (last commit is 9 month ago)? Jhs is useful for me, now. I am

Bug#689973: unblock: mimedefang/2.73-2

2012-12-20 Thread Adam D. Barratt
On Thu, 2012-12-20 at 18:13 +0100, Christoph Martin wrote: > Am 20.12.2012 16:49, schrieb Julien Cristau: > > On Thu, Dec 20, 2012 at 16:17:06 +0100, Christoph Martin wrote: > > > >> I removed the NEWS.Debian change and built a new package. The new > >> debdiff is attached. > >> > >> What do you t

Bug#696458: ITP: pd-lyonpotpourri -- a potpourri of objects for working with audio

2012-12-20 Thread Hans-Christoph Steiner
Package: wnpp Severity: wishlist Owner: "Hans-Christoph Steiner" * Package name: pd-lyonpotpourri Version : 2.0+git20121009 Upstream Author : Eric Lyon * URL : http://www.somasa.qub.ac.uk/~elyon/LyonSoftware/Pd/ * License : MIT Programming Lang: C Descripti

Bug#696457: radvd segfaults on incoming request under squeeze

2012-12-20 Thread Max Klinger
Package: radvd Version: 1.6-1.1 I see radvd segfaulting on a routing virtual machine. The crash is reproducable by a client making a request. dmesg: [11736.272522] radvd[2187]: segfault at 10 ip 0804b8c3 sp bfbcaa90 error 6 in radvd[8048000+13000] [12075.518196] radvd[2208]: segfault at 10 ip 08

Bug#696456: unblock: vite/1.2+svn1347-3

2012-12-20 Thread Samuel Thibault
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package vite unblock vite/1.2+svn1347-3 This is a non-intrusive port of an upstream fix for the paje trace format (one of the three formats supported by vite). The Paje too

Bug#696445: nslcd: Discards local modifications in nslcd.conf without warning

2012-12-20 Thread aelschuring
Package: nslcd Version: 0.8.10-4 Followup-For: Bug #696445 I must add that this does not happen on all machines, on this second machine the upgrade did not clobber the configuration file. The only difference I can think of as relevant is that the earlier machine has been running testing since its

Bug#696455: ITP: python-pytaglib -- Python 2.x/3.x bindings for the Taglib audio, metadata library

2012-12-20 Thread Michael Helmling
Package: wnpp Severity: wishlist Owner: Michael Helmling * Package name: python-pytaglib Version : 0.3.0 Upstream Author : Michael Helmling * URL : https://github.com/supermihi/pytaglib * License : GPL-3.0+ Programming Lang: Python Description : Pyt

Bug#696454: unblock: espeakup/1:0.71-12

2012-12-20 Thread Samuel Thibault
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package espeakup unblock espeakup/1:0.71-12 This is a mere translation addition for d-i. diff -u espeakup-0.71/debian/changelog espeakup-0.71/debian/changelog --- espeakup-

Bug#696453: unblock: brltty/4.4-7

2012-12-20 Thread Samuel Thibault
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package brltty unblock brltty/4.4-7 There are four changes here: - The first is for d-i, it fixes the activation of the screen reader in the installed system. You can see i

Bug#696352: python-paste: Starting paste complains cheetah not found even though it is

2012-12-20 Thread Simon Fondrie-Teitler
If I uninstall python-cheetah with aptitude and install it with pip, paste then complains about not being able to find flup. If I do the same with flup, in complains about not being able to find beaker. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "uns

Bug#589304: RFA: jabberd2 -- Jabber instant messenger server

2012-12-20 Thread Willem van den Akker
Thanks for getting new version into stable. gr, Willem On Wed, 2012-12-19 at 16:53 +0400, Michael Tokarev wrote: > 18.12.2012 17:51, Andrei POPESCU wrote: > > On Ma, 18 dec 12, 09:20:25, Willem van den Akker wrote: > >> Hi, > >> > >> I am willing to maintain the packages jabberd2 and udns. I ha

Bug#696415: [Pkg-nagios-devel] Bug#696415: nagios3: Nagios sends notifications when notifications are disabled with the webgui.

2012-12-20 Thread Stig Sandbeck Mathisen
Wiebe Cazemier writes: > When you have external commands enabled and you set a host to 'Disable > notifications for this host', you still get notifications about its > services. Expected behavior is that you wouldn't. The external commands to disable (and enable) host and service notifications a

Bug#589304: ITA: jabberd2 -- Jabber instant messenger server

2012-12-20 Thread Willem van den Akker
Package: wnpp Severity: normal X-Debbugs-CC: debian-de...@lists.debian.org Hi, I am interested in adopting jabberd2. Now a new version of udns is uploaded into stable, I hope we can update jabberd2. I have placed a new version online: https://mentors.debian.net/package/jabberd2 I hope you can

Bug#696262: bitcoin FTBFS: tests fail assuming a RW $HOME

2012-12-20 Thread Petter Reinholdtsen
This exact same issue was reported as BTS report #645544 and fixed in version 0.5.2-1. The fix was removed in version 0.6.0-1 with this comment: * Stop setting HOME during regression tests: Fixed upstream. Did upstream forget why $HOME should be set? -- Happy hacking Petter Reinholdtsen

Bug#696452: pidgin: No codecs for media type audio detected

2012-12-20 Thread Vladimir Berezenko
Package: pidgin Version: 2.10.6-2 Severity: important Dear Maintainer, when I try to place an audio call I'm getting error: No codecs for media type audio detected. Video calls transmit only videostream, audio stream got same error. Seems that only powerpc is affected, because on the same amd64 in

Bug#696451: Should depend on java2-runtime-headless rather than java2-runtime

2012-12-20 Thread rufo
Package: clojure1.4 Version: 1.4.0+dfsg-2 Clojure does not require the full versions of JREs. It works fine with headless versions, which have fewer dependencies and do not needlessly pull in x11-related packages. I believe the current dependency of this package on java2-runtime should be c

Bug#696447: wesnoth-1.11-dm: Game dies with Error: invalid side(1) found

2012-12-20 Thread Vincent Cheng
tag 696447 + fixed-upstream pending forwarded 696447 https://gna.org/bugs/?20208 thanks On Thu, Dec 20, 2012 at 1:39 PM, Arne Wichmann wrote: > Package: wesnoth-1.11-dm > Version: 1:1.11.0-1 > Severity: normal > > Dear Maintainer, > > While playing 'Delfadors Memoirs' in the Szenario DM-Dark_Sky_

Bug#696450: devices aren't detected immediately

2012-12-20 Thread Wouter Verhelst
Package: partman-nbd Version: 0.18 Severity: minor I just noticed that partman-nbd doesn't detect when NBD devices are connected or disconnected right away. While I know what the issue is[1], the issue is pretty minor (everything works, it's just a bit confusing), but the fix might be somewhat in

Bug#686502: pxz produces archives broken for busybox's unxz

2012-12-20 Thread Bastian Blank
On Thu, Dec 20, 2012 at 10:42:41PM +0100, Abou Al Montacir wrote: > Can you please test the attached patch How does it implement stream padding? Bastian -- What kind of love is that? Not to be loved; never to have shown love. -- Commissioner Nancy Hedford, "Metamorphosis",

Bug#696448: ITP: lvtk -- LV2 C++ wrappers and utilities

2012-12-20 Thread Martin Eberhard Schauer
Hi Alessio! > Description : LV2 C++ wrappers and utilities > > LV2 Toolkit is a set C++ wrappers around the LV2 C API. > The included libraries ease writing LV2 plugins and UIs > in C++ by inheriting from easy to use template classes. > . > LV2 is a portable plugin standard for audio sys

Bug#696429: ITP: jhc -- a haskell compiler.

2012-12-20 Thread Joachim Breitner
Hi Kiwamu, Am Freitag, den 21.12.2012, 02:22 +0900 schrieb Kiwamu Okabe: > Package: wnpp > Severity: wishlist > Owner: Kiwamu Okabe > > * Package name: jhc > Version : 0.8.0~darcs20120314 > Upstream Author : John Meacham > * URL : http://repetae.net/computer/jhc/ >

Bug#696330: squirrelmail: missing function when readin a certain message.

2012-12-20 Thread Leonardo Boselli
On Thu, 20 Dec 2012, Thijs Kinkhorst wrote: i will send in 30 seconds as a bounce. the sender is Bie Chan, dated 19/12 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#696408: flashplugin-nonfree: epiphany and iceweasel crash when loading a flash site

2012-12-20 Thread Maikel Linke
> > Package: flashplugin-nonfree > > Version: 1:2.8.2+squeeze1 > > I guess that you have this problem with flashplugin-nonfree 1:2.8.2 too. Correct. > > Some days ago the auto-update function updated the flashplugin. > > Users of flashplugin-nonfree should use "update-flashplugin-nonfree --in

Bug#693140: RFP: grandorgue -- Virtual Pipe Organ Software

2012-12-20 Thread Martin Koegler
The GO sources already contain a working debian packaging: https://build.opensuse.org/package/show?package=grandorgue&project=home%3Ae9925248%3Agrandorgue In my option, debian/copyright will probably need further work to meet Debian standard and a proper debian/changelog need to be maintained. A

Bug#696449: unblock: policykit-1/0.105-3

2012-12-20 Thread Michael Biebl
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package policykit-1 It contains two, targetted important bug fixes: 1/ Fixes wrong permissions for /etc/polkit-1/localauthority 2/ Fixes starting of graphical applications v

Bug#696448: ITP: lvtk -- LV2 C++ wrappers and utilities

2012-12-20 Thread Alessio Treglia
Package: wnpp Severity: wishlist Owner: Alessio Treglia * Package name: lvtk Version : 1.0.2 Upstream Author : Michael Fisher * URL : http://www.lvtoolkit.org/ * License : GPL Programming Lang: C++ Description : LV2 C++ wrappers and utilities LV2 Too

Bug#692053: [ia64] Iceweasel 10.0 (and above?) randomly stops responding, eating 100% CPU

2012-12-20 Thread Steven Chamberlain
Hi, I think I've seen the same problem on mipsel (with 16 Kb pagesize, so it could be the same cause?) Strangely, I noticed that keeping a tab open with the SunSpider JavaScript Benchmark[0] running in the background while browsing, would reliably stop this from occurring. I'm keen to test this

Bug#696389: libglib2.0-0: harmful postrm actions for M-A: same package: rm -f /usr/lib/.../modules/giomodule.cache /usr/share/glib-2.0/schemas/gschemas.compiled

2012-12-20 Thread Michael Biebl
On 20.12.2012 19:12, Andreas Beckmann wrote: > On 2012-12-20 14:38, Michael Biebl wrote: >> On 20.12.2012 10:59, Andreas Beckmann wrote: >>> libglib2.0-0.postrm does some cleanup that is potentially harmful in a >>> multiarch setup. Just think about libglib2.0-0:someforeignarch being >>> removed wh

Bug#686502: pxz produces archives broken for busybox's unxz

2012-12-20 Thread Abou Al Montacir
Hi, Can you please test the attached patch Cheers, diff -Nru busybox-1.20.0/debian/changelog busybox-1.20.0/debian/changelog --- busybox-1.20.0/debian/changelog 2012-09-20 08:32:55.0 +0200 +++ busybox-1.20.0/debian/changelog 2012-12-20 22:04:02.0 +0100 @@ -1,3 +1,9 @@ +busybox (1:

Bug#696447: wesnoth-1.11-dm: Game dies with Error: invalid side(1) found

2012-12-20 Thread Arne Wichmann
Package: wesnoth-1.11-dm Version: 1:1.11.0-1 Severity: normal Dear Maintainer, While playing 'Delfadors Memoirs' in the Szenario DM-Dark_Sky_Over_Weldyn the game dies with "Error while playing the game: game_error: invalid side(1) found in unit definition". I will try to attach the relevant save

Bug#627263: bitcoin: Bitcoin GUI should be packed too

2012-12-20 Thread Petter Reinholdtsen
Control: tags 627263 + patch [Petter Reinholdtsen] > Note, the patch isn't quite right. I ran out of time and just wanted > to share the current status. Here is an updated patch and tested patch. This one is working, and after the build I get these lintian warnings: W: bitcoin-qt: hardening

Bug#696413: libdatetime-perl: Installation fails

2012-12-20 Thread gregor herrmann
Control: reassign -1 libdatetime-timezone-perl 1:1.49-1+2012f Control: tag -1 + unreproducible On Thu, 20 Dec 2012 20:48:27 +0100, Patrik Hermansson wrote: [Please include 696...@bugs.debian.org.] > Thanks for a quick answer! You're welcome. > I ran this on a Raspberry Pi running "2012-12-16-w

Bug#696117: Update fails with “Error while updating feed” for every subscription

2012-12-20 Thread Ben Finney
On 20-Dec-2012, Thomas Perl wrote: > This happens when there are no HTTP headers retrieved from the server > (usually this happens when there's no Internet connection, hence > "Offline"). Can you please check with Wireshark how the HTTP traffic > looks like? Thanks. I have used TCPDump to capture

Bug#696446: nmap: Errors out at startup if running as root and there is a network interface in monitor mode

2012-12-20 Thread Daniel Franke
Package: nmap Version: 6.00-0.2 Severity: important nmap errors out at startup if it is run as root and the system has any network interface which is in monitor mode: root@cascade:~# nmap scanme.nmap.org Starting Nmap 6.00 ( http://nmap.org ) at 2012-12-20 16:26 EST route_dst_netlink: can't find

Bug#696228: graphite-carbon: logrotate and internal carbon log rotation interact badly

2012-12-20 Thread Jonas Genannt
Hello Hermann, > many thanks for the quick patch, which looks like doing the right > thing. Our customized package contains it now and is running, will > report when I'm shure it works like expected. thanks for testing. > | | `-dpkg,18859 --status-fd 15 --configure > graphite-carbo

Bug#696445: nslcd: Discards local modifications in nslcd.conf without warning

2012-12-20 Thread Arno
Package: nslcd Version: 0.8.10-4 Severity: serious Justification: changes to configuration files must be preserved during a package upgrade It seems that a combination of #661872, #671464, and/or #689296 is back again with version 0.8.10-4. After upgrading nslcd today, my system stopped recogniz

Bug#696413: libdatetime-perl: Installation fails

2012-12-20 Thread Patrik Hermansson
Hi! Thanks for a quick answer! I ran this on a Raspberry Pi running "2012-12-16-wheezy-raspbian" from http://www.raspberrypi.org/downloads. "cat /etc/apt/sources.list deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi " " sudo apt-get install libdatetime-timezone-

Bug#696384: git-annex: Quoted SHA256 sums incompatible with repositories on VFAT

2012-12-20 Thread Joey Hess
Ian Campbell wrote: > I expect this is because sha256sum quotes the checksum if the filename > contains > certain characters: I've put in a fix for this. It will avoid the \ for new files added, but still allows for it in existing annexed files. You can migrate files without changing the backend

Bug#696444: kismet: [INTL:pt] Portuguese translation for debconf messages

2012-12-20 Thread Traduz - Portuguese Translation Team
Package: kismet Version: n/a Tags: l10n, patch Severity: wishlist Updated Portuguese translation for kismet's debconf messages. Translator: Miguel Figueiredo Feel free to use it. For translation updates please contact 'Last Translator' or the Portuguese Translation Team . -- Melhores cumprime

Bug#657440: xkb-data: cannot switch between two kb layout in gnome

2012-12-20 Thread Luc Maisonobe
I confirm that manually editing the /usr/share/X11/xkb/symbols/keypad file to change the ossmath configuration (replacing FOUR_LEVEL_X with CTRL+ALT and adding VoidSymbol in the entries fpr KPDV, KPMU, KPSU and KPAD) and restarting the gnome session does solve the problem. Once the Gnome session i

Bug#696117: Update fails with “Error while updating feed” for every subscription

2012-12-20 Thread Thomas Perl
Hi, On Thu, 20 Dec 2012, Ben Finney wrote: Each feed update fails with the following traceback: = 1355775035.976728 [gPodder] INFO: Error: Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/gpodder/gui.py", line 2960, in update_feed_cache_proc mimetype_prefs=self.con

Bug#696441: postgresql-9.1: Build postgresql source package fail

2012-12-20 Thread Fernando Ike
Source: postgresql-9.1 Severity: serious Tags: upstream Justification: fails to build from source (but built successfully in the past) Hi! I found build problem in debian package and by build for source. Both, the build stop in postmaster compile. -- System Information: Debian Release: 7.0

Bug#696442: Please enabled hardened build flags

2012-12-20 Thread Thijs Kinkhorst
Package: boost1.49 Severity: normal Hi, Please enabled hardened build flags through dpkg-buildflags. Please see http://wiki.debian.org/HardeningWalkthrough for more information. Thanks, Thijs -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscrib

Bug#696320: Reading symbols from /usr/lib/libstdc++.so.6...(no debugging symbols found)...done

2012-12-20 Thread Andrey Rahmatullin
/usr/lib/x86_64-linux-gnu/debug/libstdc++.so.6 instead of /usr/lib/debug/usr/lib/x86_64-linux-gnu/libstdc++.so.6 sounds wrong to me. Also, if it's indeed wrong then other versions of libstdc++ are affected too. -- WBR, wRAR signature.asc Description: Digital signature

Bug#696440: nginx: 52 days oddity in log rotation

2012-12-20 Thread RjY
Source: nginx Source-Version: 1.2.6-1 Severity: minor Tags: patch Keeping 52 _days_ of server logs by default seems rather unusual. It seems plausible that someone meant to specify 52 _weeks_. -- http://rjy.org.uk/ >From 6cabff29a58ac608ca4935813dd3d16a6a6083f1 Mon Sep 17 00:00:00 2001 From: R

Bug#696439: Not showing gnome dock panel

2012-12-20 Thread Peter Viskup
Package: gnome-shell-extensions Version: 3.4.0-2 I am experiencing the issue with 'dock extension' located on the right side of the desktop. I am using only one external display connected via HDMI via docking station at first workplace. At the second workplace I am using only laptop display. T

Bug#696437: RFS: nut/2.6.4-2.2 [NMU] [RC]

2012-12-20 Thread Ivo De Decker
Hi, On Thu, Dec 20, 2012 at 08:14:36PM +0100, Ivo De Decker wrote: > Changes since the last upload: > > diff -Nru -w nut-2.6.4/debian/changelog nut-2.6.4/debian/changelog > --- nut-2.6.4/debian/changelog2012-11-26 21:09:33.0 +0100 > +++ nut-2.6.4/debian/changelog2012-12-20

Bug#696435: working on ubuntu 11.10 virt-viewer 0.4.1-1

2012-12-20 Thread Sebastian Mitterle
on the same hardware I can connect with the mentioned command successfully on working on ubuntu 11.10 virt-viewer 0.4.1-1

Bug#684732: unblock: nut/2.6.4-2

2012-12-20 Thread Ivo De Decker
Hi Laurent, On Thu, Dec 20, 2012 at 08:19:21PM +0100, Laurent Bigonville wrote: > > I prepared an NMU that should fix both issues. The debdiff against > > wheezy and the debdiff -w against sid are attached. I will try to get > > this NMU uploaded soon. > > Looks good but (there is always a but :)

Bug#684434: RFS: yamcha/0.33-1 [ITP] -- General purpose chunker annotator

2012-12-20 Thread Jakub Wilk
* Giulio Paci , 2012-12-01, 20:45: the instructions how to build/run them should be updated. Done. examples/example.cpp still mentions "yamcha-config". -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listm

Bug#696330: squirrelmail: missing function when readin a certain message.

2012-12-20 Thread Thijs Kinkhorst
Hi, On Wed, December 19, 2012 17:53, Leonardo Boselli wrote: > reading a certain message i got this. > > Fatal error: Call to undefined function sq_get_html_translation_table() in > /usr/share/squirrelmail/functions/url_parser.php on line 242 > > only with that message (not reproducible with other

Bug#696438: linux-image-3.6-trunk-amd64: uname shows incorrent version number

2012-12-20 Thread david
Package: src:linux Version: 3.6.9-1~experimental.1 Severity: minor Dear Maintainer, uname -a shows: Linux sbux 3.6-trunk-amd64 #1 SMP Debian 3.6.4-1~experimental.1 x86_64 GNU/Linux but shouldn't it be 3.6.9 as is the package/kernel version? -- Package-specific info: ** Version: Linux version

Bug#696436: SVG file produced by Octave

2012-12-20 Thread Pierre St-Laurent
Here is the .svg file produced by Octave, for those who don't have Octave installed on their machine. Thanks for your help, Pierre <>

Bug#684732: unblock: nut/2.6.4-2

2012-12-20 Thread Laurent Bigonville
Le Thu, 20 Dec 2012 19:57:19 +0100, Ivo De Decker a écrit : > Hi Laurent and Julien, Hello > > I prepared an NMU that should fix both issues. The debdiff against > wheezy and the debdiff -w against sid are attached. I will try to get > this NMU uploaded soon. Looks good but (there is always a

Bug#696429: ITP: jhc -- a haskell compiler.

2012-12-20 Thread Joey Hess
Samuel Thibault wrote: > Could it be used to bootstrap ghc compilation way more easily? Given the number of extensions used in ghc's own code, many of which jhc does not support, this seems unlikely, at least not without first mechanically converting its code to an intermediate form like Haskell 9

Bug#696437: RFS: nut/2.6.4-2.2 [NMU] [RC]

2012-12-20 Thread Ivo De Decker
Package: sponsorship-requests Severity: important Dear mentors, I am looking for a sponsor of my NMU of "nut". There are currently 2 issues blocking the migration of nut (which fixes a number of RC bugs) from sid to wheezy. The maintainer asked for somebody else to fix those. This NMU should fix

Bug#687681: grub2: Finnish localisation patch

2012-12-20 Thread Martin-Éric Racine
> On Sat, Sep 15, 2012 at 07:43:12AM +0300, Martin-Éric Racine wrote: >> The Finnish localisation for the initrd loading messages is both >> gramatically incorrect and inconsistant with the grammatical case >> used for the similar kernel loading message. This patch fixes it. I noticed that the1.9

Bug#696436: inkscape: Crash when rendering Latex formula in svg file created by Octave

2012-12-20 Thread Pierre St-Laurent
Package: inkscape Version: 0.48.3.1-1.1 Severity: normal Dear Maintainer, I am testing wheezy on my laptop. Inkscape crashes when trying to render a LaTeX equation inside a .svg file created by Octave (note that Octave relies on GNUplot to create figures). The problem occurs every time I type th

Bug#684732: unblock: nut/2.6.4-2

2012-12-20 Thread Ivo De Decker
Hi Laurent and Julien, If I read the bug history correctly, there are only 2 remaining issues for the unblock (the rest has been dealt with). On Thu, Dec 20, 2012 at 03:43:22PM +0100, Laurent Bigonville wrote: > > On Sun, Dec 2, 2012 at 19:43:44 +0100, Laurent Bigonville wrote: > > > > > +#

Bug#696435: virt-viewer doesn't connect to remote

2012-12-20 Thread Sebastian Mitterle
Package: virt-viewer Version: 0.5.4-1 Severity: important Dear Maintainer, I cannot connect to remote VMs anymore. The output I have though is different from bug #684725: a.) $ virt-viewer --connect qemu+ssh://my_sudo_account@my_host/system my_domain b.) asked for password of my_sudo_account@my_

Bug#696434: convmv: /usr/bin/convmv and /usr/share/man/man1/convmv.1.gz files missing from installed package

2012-12-20 Thread Gerardo Esteban Malazdrewicz
Package: convmv Version: 1.15-1 Severity: grave Tags: patch Justification: renders package unusable Dear Maintainer, *** Please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffec

Bug#696433: sshfs: fails if local directory is in NFS

2012-12-20 Thread Burkhard Bunk
Package: sshfs Version: 2.2-1 Severity: normal If local_dir is in an NFS share, the mount command fails: sshfs remote_host:remote_dir local_dir fusermount: failed to open mountpoint for reading: Permission denied This could be avoided by changing the permissions on local_dir , but then t

Bug#696432: ITP: libjs-jstorage -- store data locally with JavaScript

2012-12-20 Thread Dmitry E. Oboukhov
Package: wnpp Severity: wishlist Owner: Dmitry E. Oboukhov Package name : libjs-jstorage Version: 0.3.1 Upstream Author: Andris Reinman URL: http://www.jstorage.info/ License: MIT Programming Language : JS Description

Bug#696431: nfs-common can't be installed with rpcbind but w/o portmap

2012-12-20 Thread Dmitry
Package: nfs-common Version: 1:1.2.2-4squeeze2 Severity: important portmap is not installed, rpcbind is installed instead. Installing nfs-common will geve the following error: insserv: Service portmap has to be enabled to start service nfs-common insserv: exiting now! update-rc.d: error: insser

Bug#696389: libglib2.0-0: harmful postrm actions for M-A: same package: rm -f /usr/lib/.../modules/giomodule.cache /usr/share/glib-2.0/schemas/gschemas.compiled

2012-12-20 Thread Andreas Beckmann
On 2012-12-20 14:38, Michael Biebl wrote: > Hi, > > On 20.12.2012 10:59, Andreas Beckmann wrote: >> libglib2.0-0.postrm does some cleanup that is potentially harmful in a >> multiarch setup. Just think about libglib2.0-0:someforeignarch being >> removed while libglib2.0-0:native is kept installed:

Bug#677472: [3.1->3.2 regression] Immediate wake on suspend, associated with OHCI on MCP51

2012-12-20 Thread Frank Schäfer
Am 20.12.2012 18:34, schrieb Frank Schäfer: > Am 19.12.2012 20:35, schrieb Alan Stern: >> On Wed, 19 Dec 2012, [ISO-8859-1] Frank Sch�fer wrote: >> >>> I can confirm that MCP55 has this bug and it should be safe to add >>> MCP65-78S, too, because MCP79 still has the bug. >> By the way, you mentione

Bug#311435: Strange characters destroy the xdiskusage output

2012-12-20 Thread Axel Beckert
tag 311435 + patch unblock 311435 by 364295 unblock 192827 by 364295 kthxbye Hi, D. Goel wrote in 2005: > Package: xdiskusage > Version: 1.48-4 > Severity: normal > > I also tried this with version 1.48-5. > > xdiskusage -a ~/ causes this error "output does not look like du output" > > I have

Bug#696429: ITP: jhc -- a haskell compiler.

2012-12-20 Thread Samuel Thibault
Hello, Kiwamu Okabe, le Fri 21 Dec 2012 02:22:29 +0900, a écrit : > * Package name: jhc > Version : 0.8.0~darcs20120314 > Upstream Author : John Meacham > * URL : http://repetae.net/computer/jhc/ > Vcs-Browser : http://anonscm.debian.org/gitweb/?p=collab-maint/jh

Bug#696322: Provide a way for "reprepro ls $pkg" to show the component name

2012-12-20 Thread Bernhard R. Link
* Christoph Berg [121219 13:03]: > It would be nice if "reprepro ls $pkg" would also (optionally?) > include the component name. > > For apt.postgresql.org, I have the libpq5 binary diverted to various > components, but ls doesn't show that: > > $ reprepro ls libpq5 > libpq5 | 9.2.2-1.pgdg+1 |

Bug#696428: Title correction

2012-12-20 Thread Innocent De Marchi
Hi Osamu, I am sorry; the title is incorrect. Updated po CATALAN translation file for the maint-guide package. The .po file is correct. Regards! I. De Marchi -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lis

Bug#677472: [3.1->3.2 regression] Immediate wake on suspend, associated with OHCI on MCP51

2012-12-20 Thread Frank Schäfer
Am 19.12.2012 20:35, schrieb Alan Stern: > On Wed, 19 Dec 2012, [ISO-8859-1] Frank Sch�fer wrote: > >> I can confirm that MCP55 has this bug and it should be safe to add >> MCP65-78S, too, because MCP79 still has the bug. > By the way, you mentioned that runtime suspend seemed to work okay, > righ

Bug#696430: bash-completion: Fails to complete remote files over ssh.

2012-12-20 Thread Max Tsepkov
Package: bash-completion Version: 1:2.0-1 Severity: important When user tries to complete a remote path like: $ scp example.com:/tm nothing happens. I.e. shell does not complete the path. It happens because completion issues this command: ssh -o 'Batchmode yes' example.com command ls -

Bug#652108: Some news about these scripts

2012-12-20 Thread Michael Lustfield
Yup, that's true. So we'll keep it in -common! :) I still need to find the time to rework them to make them as sensible as possible. On Wed, Dec 19, 2012 at 11:50 PM, Ondřej Surý wrote: > nginx-utils would only make sense in case the package would be Arch: any > while nginx-common is Arch: all

Bug#690081: Blocks install of the Steam Linux client

2012-12-20 Thread Kelly Clowers
As of December 19th, Valve's Steam client for Linux is available to everyone, but on Debian it is not installable due to this bug (also two missing packages, but that is another matter). Cheers, Kelly Clowers -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject o

  1   2   3   >