Bug#678287: Geeqie: Print Window takes a long time because of a hack to get a list of all printers.

2012-06-20 Thread Jens Stimpfle
Package: geeqie Version: 1:1.0-10.1 When creating a new print window (File->Print...), geeqie spawns an "lpstat -p" to build a list of configured printers. This has no big merit (only that geeqie can then show off with a pre-made list of "custom commands", like Custom Printer ~~ lpr -

Bug#639865: Is there time to get an updated audit package into wheezy?

2012-06-20 Thread Andrew Pollock
On Wed, Jun 20, 2012 at 03:41:22AM +0200, Cyril Brulebois wrote: > Hello Andrew. > > Andrew Pollock (19/06/2012): > > I'm wondering if there's still time to update it (properly) before wheezy > > freezes? It looks like it would involve a small library transition. > > > > Assuming I get the maint

Bug#678249: mame: Segfaults after upgrading to v0.146

2012-06-20 Thread Alberto Garcia
More info: I compiled MAME with -O0 and debugging information to try to get a backtrace but I couldn't make it crash. Other than the aforementioned differences, I was also using GCC 4.6.3 (not 4.7.0 as in the version compiled by Debian). Berto -- To UNSUBSCRIBE, email to debian-bugs-dist-req

Bug#676371: prepare a new Debian upload of PSPP?

2012-06-20 Thread Ben Pfaff
Hi bojo42. Would you mind preparing a new package for PSPP that incorporates the fix to bug #676371 that I recently checked into Git master? Thanks, Ben. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.d

Bug#678286: python-apt: Belarusian translation

2012-06-20 Thread Viktar Siarhiejczyk
Package: python-apt Version: 0.8.4 Severity: wishlist Tags: l10n patch Please find attached the Belarusian translation for the package. be.po Description: Binary data

Bug#675008: bash: should handle /etc/bashrc.d (or similar) for non-login interactive shell

2012-06-20 Thread Matthijs Kooijman
Hi, I'm interested in this feature as well (so hopefully bash-completion can replace its /etc/profile.d/bash_completion.sh with an /etc/bash.bashrc.d/bash_completion.sh to really work out of the box, see #678174). So, I created a patch. It isn't very complicated (pretty much copied the lines for

Bug#678285: scilab: Prevents automatic killing of the build

2012-06-20 Thread Sylvestre Ledru
On 20/06/2012 17:54, Kurt Roeckx wrote: > Source: scilab > Version: 5.4.0-alpha-20122105-824511b-1~exp1 > Severity: serious > > Hi, > > The scilab build log is full of: > Watcher: Tick. > buildd1342 0.0 0.3 20512 13960 ?SJun11 0:04 > /usr/bin/perl /usr/bin/sbuild --apt-updat

Bug#677575: Fixed version uploeded to mentors.debian.net

2012-06-20 Thread Philip Rinn
Hi, as I said here is the fixed package. Sadly I have to wait for my sponsor to upload it. http://mentors.debian.net/package/rawtherapee The respective dsc file can be found at: http://mentors.debian.net/debian/pool/main/r/rawtherapee/rawtherapee_4.0.9-3.dsc Philip -- To UNSUBSCRIBE, email

Bug#677419: fdupes: When using -L and traversing filesystems, removes files

2012-06-20 Thread Touko Korpela
Package: fdupes Followup-For: Bug #677419 It's wrong to remove this useful option, removing causes FTBFS #678254 So -L should be fixed to fail gracefully instead -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@l

Bug#678284: src:ruby-trollop: maintainer address bounces

2012-06-20 Thread Ansgar Burchardt
Source: ruby-trollop Version: 1.16.2-1 X-Debbugs-Cc: Per Andersson , pau...@debian.org The maintainer address bounces: Original Message Subject: Mail delivery failed: returning message to sender Date: Wed, 20 Jun 2012 15:13:52 + From: Mail Delivery System To: envel...@ftp-m

Bug#678285: scilab: Prevents automatic killing of the build

2012-06-20 Thread Kurt Roeckx
Source: scilab Version: 5.4.0-alpha-20122105-824511b-1~exp1 Severity: serious Hi, The scilab build log is full of: Watcher: Tick. buildd1342 0.0 0.3 20512 13960 ?SJun11 0:04 /usr/bin/perl /usr/bin/sbuild --apt-update --no-apt-upgrade --no-apt-distupgrade --batch --stats-dir

Bug#678283: installation-reports: Successful server install of wheezy

2012-06-20 Thread Tux
Package: installation-reports Severity: minor Dear Maintainer, -- Package-specific info: Boot method: CD Image version: Alpha1 (http://cdimage.debian.org/cdimage/wheezy_di_alpha1/i386/iso-cd/) Date: Machine: Compaq Presairo SR1103WM Partitions: Filesystem

Bug#678254: gamera: FTBFS: fdupes: unrecognized option '--linkhard'

2012-06-20 Thread Touko Korpela
Followup-For: Bug #678254 This happens because: Changes: fdupes (1.50-PR2-4) unstable; urgency=low . [ Sandro Tosi ] * debian/patches/50_bts284274_hardlinkreplace.dpatch - disabled, since it's losing data if files are on different - filesystems; thanks to Mike Hommey for

Bug#678082: Landscape-mode is broken in XeLaTeX

2012-06-20 Thread Hilmar Preusse
On 20.06.12 Juhapekka Tolvanen (juht...@iki.fi) wrote: > On Wed, 20 Jun 2012, +11:15:34 EEST (UTC +0300), > Hilmar Preusse pressed some keys: Hi, > > I could compile your TeX input file using xelatex and all pages are > > in landscape. > > What commands you used? What if you run xelatex-command

Bug#574235: Your "wims" stable upload

2012-06-20 Thread Georges Khaznadar
Hello Adam, please accept my apologies, I forgot my obligations too long. From the list of packages which I maintain, "wims" is the only with a RC bug, which was raised by Andreas Beckmann. This bug is fixed in testing and in unstable now, but Andreas raised it again because it is not fixed in st

Bug#678282: System.IO.Binary drops binary data when reading to a String

2012-06-20 Thread Joey Hess
Package: libghc-missingh-dev Version: 1.1.0.3-6+b3 Severity: normal # cat foo.hs import System.IO.Binary import Data.Word main = do s <- getBufStr 10 :: IO String print s # perl -e 'print "a\xb4a\n"' | runghc foo.hs "aa\n" If it instead reads to a [Word8], the data comes th

Bug#678281: ledgersmb -- Errors 'duplicate message definition' in locale/po/es_AR.po

2012-06-20 Thread Robert James Clay
Package: ledgersmb Version: 1.3.15-2 Severity: Minor Tags: l10n, upstream A check of the LedgerSMB application file locale/po/es_AR.po by the process that the Debian Internationalization Team has [1] found 12 fatal "duplicate message definition" errors. I ran the command on the upstream files and

Bug#678080: AttributeError: 'module' object has no attribute 'uses_fragment'

2012-06-20 Thread jidanni
> "L" == Ludovic Rousseau writes: L> You do not give the Python version It was visible in the trace... # su - nobody No directory, logging in with HOME=/ $ HOME=/tmp plucker-build http://www.example.com > /tmp/zz Traceback (most recent call last): File "/usr/bin/plucker-build", line 39, in

Bug#678278: simpleid: refers to html/consent.js, but only html/openid-consent.js exists

2012-06-20 Thread Daniel Pocock
Hi Lionel, Can you just confirm - impact of the bug (e.g. security risk? completely non-functional?) - workaround attempted (renaming or correcting page.inc)? - symptoms of the bug - did anything unusual happen that caused you to notice this? Thanks for the feedback, I have CC'd Kelvin, th

Bug#678033: clang++ --std=gnu++11 fails to compile

2012-06-20 Thread Sami Liedes
On Mon, Jun 18, 2012 at 09:45:14PM +0300, Sami Liedes wrote: > $ clang++ test.cpp -o test -std=gnu++11 [...] > /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../../include/c++/4.7/type_traits:256:39: > error: use of undeclared identifier '__float128' > struct __is_floating_point_helper<__float

Bug#630750: [Adduser-devel] Bug#630750: default NAME_REGEX value in /etc/adduser.conf is incorrect

2012-06-20 Thread Daniel Convissor
I'm writing to confirm this is a bug. I just ran into it in Ubuntu 12.04 upon uncommenting NAME_REGEX. The existing regex requres the user name have a dollar sign in it. The proposed regex works properly. -- T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y data

Bug#678280: CVE-2012-2652

2012-06-20 Thread Moritz Muehlenhoff
Package: qemu Severity: grave Tags: security Please see https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2012-2652 for details and a reference to the upstream patch. Cheers, Moritz -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Tr

Bug#678279: with newer X, keyboard input does not reset xscreensaver idle timer

2012-06-20 Thread Lionel Elie Mamane
Package: xscreensaver Version: 5.11-1+b1 Severity: important Since I upgraded a bunch of things (X, gtk, ...) xscreensaver sometimes locks my screen when I don't touch the mouse for a few minutes, even if I use the keyboard constantly. That's rather annoying, since at that moment I'm typically in

Bug#677836: ld: cannot find libncurses.so.5

2012-06-20 Thread Sven Joachim
On 2012-06-20 06:30 +0200, Vladimir K wrote: > Thanks, I am running upstream GCC 4.7.1 and it appears to be caused > from it; compiled no problem under 4.4 (Debian). Do you also use upstream binutils? The Debian linker should always find libncurses.so.5. > It seems following > can be used as a

Bug#678278: simpleid: refers to html/consent.js, but only html/openid-consent.js exists

2012-06-20 Thread Lionel Elie Mamane
Package: simpleid Version: 0.8.1-10 Severity: normal In /usr/share/simpleid/www/page.inc: $xtpl->assign('javascript', ''); but: $ ls /usr/share/simpleid/www/html/consent.js ls: cannot access /usr/share/simpleid/www/html/consent.js: No such file or directory However, $ ls /usr/share/simpl

Bug#678247: Requested info

2012-06-20 Thread Valerio Passini
Package: clamav-freshclam Version: 0.97.5+dfsg-2 --- Please enter the report below this line. --- Proxy information (comments are mine): # Proxy: http://^B:^B/ #HTTPProxyServer ^B #HTTPProxyPort ^B the whole freshclam.conf file content: DatabaseDirectory /var/lib/clamav DNSDatabaseInfo current.

Bug#678223: goobox: gnome-icon-theme-symbolic dependency

2012-06-20 Thread Helge Kreutzmann
Hello Michael, On Tue, Jun 19, 2012 at 09:16:20PM -0400, Michael Gilbert wrote: > package: goobox > version: 3.0.1-1 > severity: minor > > Hi, if goobox is installed without recommends, it will be missing most > of its icons; making it a bit hard to use. This is due to a missing > gnome-icon-them

Bug#675836: suggested fix

2012-06-20 Thread Nicholas Bamber
Jamie, Based upon the feedback I have received (including #debian-hurd) I am attaching a new debdiff. Unless I get any more feedback I'll probably upload it tomorrow with a 2-day delay. diff -Nru pmacct-0.14.0/debian/changelog pmacct-0.14.0/debian/changelog --- pmacct-0.14.0/debian/changelo

Bug#677620: transition: GNOME 3.4: evolution 3.4

2012-06-20 Thread Rene Engelhard
On Wed, Jun 20, 2012 at 07:14:18AM +0200, Michael Biebl wrote: > libreoffice (Rene is already working on that) uploaded. Regards, Rene -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#665974: Diff between the two libmpc_0.1~r459-X.debian.tar.gz files

2012-06-20 Thread Fabian Greffrath
Am 20.06.2012 11:07, schrieb Han Boetes: With "CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security" it fails and with "CFLAGS=-g -O2" it works fine indeed. 1) Could you check if it works with the latest SVN snapshot of libmpc: svn co http://svn.musepack.ne

Bug#678277: ITP: eventstat -- kernel event states monitoring tool

2012-06-20 Thread Colin Ian King
Package: wnpp Severity: wishlist Owner: Colin Ian King * Package name: eventstat Version : 0.01.14 Upstream Author : Colin Ian King * URL : http://kernel.ubuntu.com/~cking/eventstat * License : GPL-2 Programming Lang: C Description : kernel event state

Bug#678148: Update

2012-06-20 Thread Nathan Michaels
I narrowed the problem down to the python-pyx package. When I uninstall it and run scapy, I get this message INFO: Can't import PyX. Won't be able to use psdump() or pdfdump(). but everything else works. So this bug is actually in either python-pyx or python. -- To UNSUBSCRIBE, email to debian

Bug#678232: Support IPv6 dual-stack access for Debian's websites

2012-06-20 Thread Peter Palfrader
On Wed, 20 Jun 2012, Guo Yixuan wrote: > 1. Some Debian machine have IPv6 address, but their public aliases > don't. For example, lists.debian.org seems to be an alias of > bendel.debian.org, but: lists's record probably just got lost when moving to a new machine a while back. Fixed. >

Bug#677746: RM: ia32-libs-core -- ROM; Kernel support removed

2012-06-20 Thread Goswin von Brederlow
Alexander Reichle-Schmehl writes: > tags 677746 + moreinfo > thanks > > Hi! > > * Goswin von Brederlow [120616 18:53]: > >> I've been told that some time ago the ia64 port has dropped the kernel >> support for 32bit on ia64. So ia32-libs-core is now obsolete. > > What about the following: > > >

Bug#677565: msva-perl: Insecure dependency in socket while running with -T switch at /usr/lib/perl/5.14/IO/Socket.pm line 80

2012-06-20 Thread intrigeri
Hi, intrigeri wrote (19 Jun 2012 19:44:19 GMT) : > However, given Net::Server pretends to be taint clean, it does looks > like there's a serious bug in there, that shall be reported and fixed. > I'll try to isolate a minimal testcase and will report it in Debian > and upstream. I tried building m

Bug#678276: p_malloc uses wrong alignment on ia64

2012-06-20 Thread Thibaut Paumard
Package: yorick Version: 2.2.02+dfsg-1 Severity: important Tags: upstream Hi, ia64 has weird requirements on alignment and often requires 16-byte alignment, which Yorick's p_malloc doesn't provide. This causes at least one known breakage: yorick-z's png_write and png_read are broken on ia64. Re

Bug#677408: confirming FTBFS

2012-06-20 Thread Rolf Leggewie
Thanks for the pointer. I can confirm the FTBFS and will look into it. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#678275: keepass2: Text fields behaving incorrectly, e.g. leading to passwords shown incompletely

2012-06-20 Thread Florian
Package: keepass2 Version: 2.19+dfsg-1 Severity: important Text input fields have some problems. This can even lead to a situation where passwords cannot be retrieved. To reproduce: - Open "Add entry" dialog - Toggle "show/hide pw" to show the password - enter new password: "abcdefghij" starti

Bug#678274: O: libjdic-java

2012-06-20 Thread Niels Thykier
Package: wnpp Severity: normal Hi, I hereby orphan libjdic-java on behalf of the Java Team as we do not have the necessary time and skills to maintain it. (see the RC bugs #631039 and #654264). I have CC'ed the Maintainer of paros, which is (to my knowledge) the only reverse dependency of libjd

Bug#678082: Landscape-mode is broken in XeLaTeX

2012-06-20 Thread Juhapekka Tolvanen
On Wed, 20 Jun 2012, +11:15:34 EEST (UTC +0300), Hilmar Preusse pressed some keys: > On 19.06.12 Juhapekka Tolvanen (juht...@iki.fi) wrote: > > Hi, > > > Package: texlive-xetex > > Version: 2012.20120611-1 > > Severity: important > > > > Please, check out files in this WWW-directory: > > > >

Bug#678273: ITP: powerstat -- laptop power measuring tool

2012-06-20 Thread Colin Ian King
Package: wnpp Severity: wishlist Owner: Colin Ian King * Package name: powerstat Version : 0.01.15 Upstream Author : Colin Ian King * URL : http://kernel.ubuntu.com/~cking/powerstat * License : GPL-2 Programming Lang: C Description : laptop power measu

Bug#677995: gjiten: Doesn't show kana/kanji, displays garbage in kanjidic

2012-06-20 Thread Botond Botyanszki
The gjiten postinst script converts the dictionary files to utf-8 and places these into /usr/share/gjiten/dics/. You should be using these. On Tue, 19 Jun 2012 21:56:51 +0400 eurekafag wrote: > Yes, that could be the cause. But Debian provides only these dictionaries, > I mean from edict. I als

Bug#671946: remmina-dev: install problems

2012-06-20 Thread Andrey
Source: remmina-dev Version: 1.0.0-4 Followup-For: Bug #671946 Dear Maintainer, When I try to install, I have next output: sudo apt-get install remmina-dev [sudo] password for andrey: Reading package lists... Done Building dependency tree Reading state information... Done Some packages could

Bug#678272: amavisd-new: Fix URLs to Sophie and Sophos SAVI

2012-06-20 Thread Bernhard Schmidt
Package: amavisd-new Severity: minor Tags: patch All URLs listed for Sophie and Sophos SAVI are NXDOMAIN, 404 or list completely unrelated content. Update to last known upstream URL -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing') Architecture

Bug#678271: apt-dater: enhance syntax in hosts file

2012-06-20 Thread jonas
Package: apt-dater Version: 0.8.4-4+squeeze1 Severity: wishlist Hello, First thanks for this very useful software. With apt-dater, upgrading hundreds of Debian systems is really easy. I just set up apt-dater for something like 150 hosts, and to be honest I find the syntax for hosts.conf rath

Bug#659678: xdemineur: wishlist features

2012-06-20 Thread A. Costa
On Tue, 19 Jun 2012 23:25:06 +0200 Ralf Treinen wrote: > Thanks for your interest in xdemineur. I agree that this may be useful > (also the save-game feature that you asked for in #659678), but it > would require more work than I pesonally am willing to invest. The > original developer of xdemine

Bug#678270: RM: openmpi/experimental -- NVIU; Because it has been uploaded a new package (openmpi1.6)

2012-06-20 Thread Sylvestre Ledru
Package: ftp.debian.org Severity: normal -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#678251: gnome-shell: sometimes crashes instead of suspending

2012-06-20 Thread Daniel Stone
Hi, On 20 June 2012 13:38, Michael Biebl wrote: > We will need a bit more information that. > A backtrace would helpful. How do I get this? Bear in mind that I usually only have one machine, and don't really want to carry two laptops (and some kind of connection between them) at all times just i

Bug#678250: gnome-settings-daemon: media keys totally non-functional

2012-06-20 Thread Daniel Stone
Hi, On 20 June 2012 13:37, Michael Biebl wrote: > Yes media-keys are handled by g-s-d. > There is some known breakage with > a/ custom shortcuts not being migrated from gconf to gsettings Right, I fixed these by hand (e.g. using Super+Tab instead Alt+Tab), but these aren't the media keys. > b/

Bug#678269: sup-mail: Sup doesnt start anymore on Sid with ruby1.9

2012-06-20 Thread Johannes Schauer
Package: sup-mail Version: 0.12.1-1 Severity: grave Justification: renders package unusable Hi, sup-mail will not start anymore with a fresh Debian Sid installation, as its dependencies pull in ruby1.9 through the ruby dependency. After apt-get install sup-mail, starting sup-mail results into th

Bug#678266: [Pkg-nagios-devel] Bug#678266: icinga-web: missing dep on liburi-perl for maintainer scripts

2012-06-20 Thread Markus Frosch
reassign 678266 icinga-web 1.7.0-2 tags 678266 pending thanks > Package: icinga-web > Version: 1.7.1-1 > Severity: important > > A dependency for liburi-perl is missing. > > It's used for generating the database dsn in the xml config files. Will be fixed in 1.7.1-1 (corrected version for this b

Bug#678268: pidgin crashes on startup

2012-06-20 Thread Chris AtLee
Package: pidgin Version: 2.10.4-1.1 Severity: important Dear Maintainer, pidgin currently crashes on startup: -- ERROR: Caught a segmentation fault while loading plugin file: /usr/lib/x86_64-linux-gnu/gstreamer-0.10/libgstclutte

Bug#677886: mesa: please compile with --enable-gallium-g3dvl to provide `libvdpau_r600`

2012-06-20 Thread Cyril Brulebois
Hello Paul, nice try. :) Paul Menzel (20/06/2012): > I wonder why `dh_install` does not pick up these libraries although I > added `debian/libgl1-mesa-vdpau.install.in` with the following content. > > dri/usr/${DEB_HOST_MULTIARCH}/libXvMC*.so* usr/lib/${DEB_HOST_MULTIARCH} dh_install will

Bug#678265: [INTL:es] Spanish debconf template translation for ledgersmb

2012-06-20 Thread Robert James Clay
On Wed, 2012-06-20 at 09:10 -0400, Camaleón wrote: > Package: ledgersmb > Version: 1.3.15-3 > Severity: wishlist > Tags: l10n patch Much appreciated! I plan to add the initial set of debconf translations all at once, so this is pending the completion of the initial templates review and transla

Bug#678267: Can't preseed encryption cipher

2012-06-20 Thread StackCoder
Package: partman-auto-crypto Subject: partman-auto-crypto: Can't preseed encryption cipher Package: partman-auto-crypto Severity: wishlist Hey, Could support be added for preseeding encryption cipher. In this moment it's hardcoded in cryptobase.sh / crypto_set_defaults (). A workaround would be

Bug#678266: icinga-web: missing dep on liburi-perl for maintainer scripts

2012-06-20 Thread Markus Frosch
Package: icinga-web Version: 1.7.1-1 Severity: important A dependency for liburi-perl is missing. It's used for generating the database dsn in the xml config files. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (600, 'unstable') Architecture: amd64 (x86_6

Bug#676717: dh_installcatalogs transition and w3c-dtd-xhtml removal bugs

2012-06-20 Thread Norbert Preining
Hi Helmut, On Mi, 20 Jun 2012, Helmut Grohne wrote: > It serves a purpose. The intended purpose is that users can add their > own .cat files and have them included via update-catalog --update-super, So I thought, but in one way or the other one has to check for validity. > > * the dh_installcata

Bug#661048: tc: htb calculates too small burst sizes

2012-06-20 Thread YANG Zhe
2012/6/20 Stephen Hemminger : > On Wed, 20 Jun 2012 10:27:37 +0800 > YANG Zhe wrote: > >> Hi Thomas, >> >> I read the htb code before so I'll show the problem here. >> >> When tc comes to calculate buffer & cbuffer, it set lookup get_hz() >> and set buffer = rate / get_hz() + mtu. >> >> But nowada

Bug#678221: icinga-web: database setup fails: tries to connect via TCP though socket was selected

2012-06-20 Thread Markus Frosch
tags 678221 moreinfo thanks Hello Chris, > Maybe this is also an issue in dbconfig-common, if so please reassign :) > > When I install icinga-web, and select unix/sockets and ident it still > tries to connect via tcp, showing this error in debconf: Could you please do the following: * update thi

Bug#675800: Fwd: Fwd: Bug#675800: Crash at notice tab when no internet connection

2012-06-20 Thread Guo Yixuan
On 06/20/2012 08:55 PM, Guo Yixuan wrote: > forward 675800 http://boinc.berkeley.edu/trac/ticket/1185 Typo, should be "forwarded". But anyway, since the bug is reassigned, this don't count as a real forward. > reassign 675800 src:wxwidgets2.8 2.8.12.1-11 > affects 675800 boinc-manager src:boinc >

Bug#678259: Remove mail adress

2012-06-20 Thread Pierre-Yves Dubreucq
Hi, Is it possible to remove the mail adress in reportemail option ? Thanks Best Regards Pierre-Yves Dubreucq -- Blog de l'Admin sous GNU/Linux http://blog.admin-linux.org/ Membre de l'April - « promouvoir et défendre le logiciel libre » - http://www.april.org Rejoignez maintenant plus de 5500 p

Bug#676650: libssh: please provide variant linked against gcrypt

2012-06-20 Thread Sebastian Ramacher
tags 676650 + patch thanks On 08/06/12 16:50, Sebastian Ramacher wrote: > Please provide a variant of libssh that is linked against gcrypt instead of > OpenSSL (like libcurl does for example). This can be achieved by passing > -DWITH_GCRYPT to cmake. Please find attached a patch that implements

Bug#678265: [INTL:es] Spanish debconf template translation for ledgersmb

2012-06-20 Thread Camaleón
Package: ledgersmb Version: 1.3.15-3 Severity: wishlist Tags: l10n patch Greetings, -- Camaleón es.po.tar.gz Description: Binary data

Bug#678236: linux-image-2.6.32-5-amd64: Disk IO error when running debian 6.0.x with buslogic virtual disk and 4G+ mem in a VMware VM

2012-06-20 Thread Ben Hutchings
On Tue, 2012-06-19 at 23:37 -0700, Peter Cao wrote: > Subject: linux-image-2.6.32-5-amd64: Disk IO error when running debian > 6.0.x with buslogic virtual disk and 4G+ mem in a VMware VM > Package: linux-2.6 > Version: 2.6.32-45 > Severity: important > > *** Please type your report below this line

Bug#678073: obsolete wording

2012-06-20 Thread Ludovic Rousseau
tags 678073 wontfix upstream thanks Le 19/06/12 02:19, jida...@jidanni.org a écrit : Package: pilot-link Version: 0.12.5-5 Severity: wishlist File: /usr/share/doc/pilot-link/README.libusb.gz Put the 60-libpisock.rules file that came with your pilot-link release

Bug#675836: suggested fix

2012-06-20 Thread Steven Chamberlain
Hi Nicholas, On 20/06/12 12:53, Nicholas Bamber wrote: > Sorry I didn't notice the FTBS on hurd as I was concentrating on the > red. I guess I should have trusted the bug report title more. I only noticed on buildd.d.o that the failure was the same there. > However I am confused at what your are

Bug#675836: suggested fix

2012-06-20 Thread Steven Chamberlain
On 20/06/12 11:56, Nicholas Bamber wrote: > I have a proposed fix as attached. It's built, signed and ready to go. > If you have intentions to fix it yourself please reply and do so > promptly. I'll run my fix past a few people for feedback but after that > I'll upload with a 2-day delay. Thanks

Bug#642025: (r8169): transmit queue 0 timed out

2012-06-20 Thread Андрей Василишин
19.06.2012 22:10, Jonathan Nieder пишет: Hi Andrei, Андрей Василишин wrote: NETDEV WATCHDOG: eth0 (r8169): transmit queue 0 timed out Sorry for the long silence. Did this happen only once, or was it reproducible? If the latter, is it still reproducible? What kernel are

Bug#668008: uw-imap transtion: asterisk

2012-06-20 Thread Adam D. Barratt
On 17.05.2012 07:33, Cyril Brulebois wrote: Jonas Smedegaard (17/05/2012): On 12-05-16 at 11:55pm, Tzafrir Cohen wrote: > What modifications? Alternatively: where can I find the new package? They need to change from current build-depending on libc-client2007e-dev to build-depending on eithe

Bug#675836: suggested fix

2012-06-20 Thread Nicholas Bamber
On 20/06/12 12:27, Steven Chamberlain wrote: > On 20/06/12 11:56, Nicholas Bamber wrote: >> I have a proposed fix as attached. It's built, signed and ready to go. >> If you have intentions to fix it yourself please reply and do so >> promptly. I'll run my fix past a few people for feedback but aft

Bug#675800: Fwd: Fwd: Bug#675800: Crash at notice tab when no internet connection

2012-06-20 Thread Guo Yixuan
forward 675800 http://boinc.berkeley.edu/trac/ticket/1185 reassign 675800 src:wxwidgets2.8 2.8.12.1-11 affects 675800 boinc-manager src:boinc thanks Hi, BTS control server didn't seem to receive last mail from Steffen (to add forward), so I'm resending. David (BOINC's upstream) told me the bug i

Bug#678080: AttributeError: 'module' object has no attribute 'uses_fragment'

2012-06-20 Thread Ludovic Rousseau
Le 19/06/12 03:39, jida...@jidanni.org a écrit : Package: plucker Version: 1.8-33+b2 Severity: grave Upon update of python we now get Traceback (most recent call last): File "/usr/bin/plucker-build", line 39, in from PyPlucker import Parser, ConfigFiles, __version__ File "/usr/lib/

Bug#513116: getmail4: non-ASCII chars and IMAP

2012-06-20 Thread Osamu Aoki
Hi, Good news for non-ASCII chars in IMAP. Since this was feature request and upstream looked uninterested, I was marking this wontfix. New upstream changelog has: Version 4.28.0 26 May 2012 -ensure getmail exits nonzero if various error conditions (like POP/IMAP authentication failure)

Bug#678239: [request-tracker-maintainers] Bug#678239: request-tracker4: update-rt-siteconfig-4 errorious regex fails install

2012-06-20 Thread Dominic Hargreaves
On Wed, Jun 20, 2012 at 10:01:26AM +0200, Carl Fürstenberg wrote: > The regex for the "find" command in update-rt-siteconfig-4 is slightly > broken, and results in a fatal error during install: > find: Invalid range end > > Fix is simple, thus attaching patch. Bother, thanks for this. I thought

Bug#678244: apport: Apport sometimes generates reports without Package field

2012-06-20 Thread Ritesh Raj Sarraf
On Wednesday 20 June 2012 04:54 PM, Laurent Bigonville wrote: > No, it was C applications. I think that all these crashes > occur during boot or at first login in my gnome session. Something weird then. Can you check the files in your /var/crash to see which ones have the ExecutablePath missing?

Bug#677953: ledgersmb: French debconf templates translation

2012-06-20 Thread Robert James Clay
On Mon, 2012-06-18 at 03:02 -0400, Julien Patriarca wrote: > *** /home/julien/traductions/po-debconf/patch-translate.txt > > > Please find attached the french debconf templates translation, proofread by > the > debian-l10n-f

Bug#664681: transition: KDE's 4.8 release of platform, applications and workspace

2012-06-20 Thread Adam D. Barratt
Hi, On 20.06.2012 11:22, Pino Toscano wrote: Alle giovedì 14 giugno 2012, Adam D. Barratt ha scritto: Yep. Scheduled, minus apper/sparc which appears to have built more recently than the other arches and already picked up the correct dependency. Thanks, it seems everywhere binNMUs went fine

Bug#631025: cups: change default ErrorPolicy for network printers (was: printer always deactivated after CUPS upgrade)

2012-06-20 Thread Paul Menzel
retitle 631025 cups: change default ErrorPolicy for network printers tags 631025 upstream quit Am Dienstag, den 29.05.2012, 11:36 +0200 schrieb Paul Menzel: > Am Donnerstag, den 17.05.2012, 15:33 +0200 schrieb Paul Menzel: > > > Am Sonntag, den 19.06.2011, 20:38 +0200 schrieb Paul Menzel: > > >

Bug#678251: gnome-shell: sometimes crashes instead of suspending

2012-06-20 Thread Michael Biebl
On 20.06.2012 12:06, Daniel Stone wrote: > Package: gnome-shell > Version: 3.4.1-6 > Severity: important > > Hi, > Somtimes when I close the lid, my entire GNOME session (so, could be > Shell or something else - not sure) dies and dumps me back at the GDM > login screen, so my laptop remains on dr

Bug#677886: mesa: please compile with --enable-gallium-g3dvl to provide `libvdpau_r600`

2012-06-20 Thread Paul Menzel
Dear Debian folks, Am Sonntag, den 17.06.2012, 16:01 +0200 schrieb Paul Menzel: > `xserver-xorg-video-radeon` 6.14.3 changelog contains the following [1]. > > Highlights: > > * Support for more cards, in particular Llano APUs. > * KMS page flipping fixes.

Bug#123815: bsdgames: uses obsolete, superseded version of BSD license

2012-06-20 Thread Jonathan Nieder
Hi Jonathan, Jonathan David Amery wrote: > Upstream appear to have had sufficient time to follow through with this > licensing correction now and are not demonstrating any intention to correct > their files; so I propose that Debian proceed to remove clause three from the > UCB files rather tha

Bug#678264: "No common CD-ROM drive was detected" from debian-wheezy-DI-a1-sparc-netinst.iso on LDOM

2012-06-20 Thread T.J. Yang
Package: installation-reports Boot method: debian-wheezy-DI-a1-sparc-netinst.iso CD Image version: debian-wheezy-DI-a1-sparc-netinst.iso Date: Wed Jun 20 07:34:55 CDT 2012 Machine: Sun Enterprize T5120 as host LDOM server Processor: Memory: Partitions: Output of lspci -knn (or lspci -nn): Base

Bug#678250: gnome-settings-daemon: media keys totally non-functional

2012-06-20 Thread Michael Biebl
On 20.06.2012 11:48, Daniel Stone wrote: > Package: gnome-settings-daemon > Version: 3.4.2-3 > Severity: important > > Hi, > Since a recent-ish upgrade (I'm not sure which, sorry), all the media > keys in gnome-settings-daemon have ceased to function. Curiously, I'm > pretty sure it wasn't the up

Bug#676717: dh_installcatalogs transition and w3c-dtd-xhtml removal bugs

2012-06-20 Thread Helmut Grohne
Hi Norbert, Thanks for your thoughts. Pulling in Daniel Leidert as he seems to be the most active sgml related maintainer. On Wed, Jun 20, 2012 at 08:30:25AM +0900, Norbert Preining wrote: > * I checked the update-catalogue script, and it simply interates over > all .cat files in /etc/sgml. Th

Bug#670368: Bug#678078: /dev/bus/usb/*/* need to be created with group=dialout

2012-06-20 Thread Ludovic Rousseau
Le 19/06/12 04:47, jida...@jidanni.org a écrit : "Md" == Marco d'Itri writes: Md> On Jun 19, jida...@jidanni.org wrote: /dev/bus/usb/*/* need to be created with group=dialout Md> Definitely not. Md> The pilot-link maintainer needs to ship a rules file which will set the Md> appropriate own

Bug#678263: qtmobility-dev: contains #include but that file is not in Debian?

2012-06-20 Thread Timo Juhani Lindfors
Package: qtmobility-dev Version: 1.2.0-3 Severity: important Steps to reproduce: 1) cat > testcase.cc < EOF 2) g++ -c testcase.cc Expected results: 2) testcase builds Actual results: 2) build fails with In file included from /usr/include/QtMultimediaKit/QAudio:1:0, from testcas

Bug#678255: munin-node: The output of "/usr/share/munin/plugins/cps_ suggest" is incorrect

2012-06-20 Thread Steve Schnepp
fixed 678255 2.0~rc2-1 done On Wed, Jun 20, 2012 at 12:55 PM, wrote: > The following is all that's required to fix the problem: > [...] Yes, and this patch is even already included since 2.0~rc2-1 :-) -- Steve Schnepp http://blog.pwkf.org/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ.

Bug#678255: munin-node: The output of "/usr/share/munin/plugins/cps_ suggest" is incorrect

2012-06-20 Thread niall
Looks like this was already fixed upstream, I missed it before sending the ticket in: http://munin-monitoring.org/changeset/4702 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#678244: apport: Apport sometimes generates reports without Package field

2012-06-20 Thread Laurent Bigonville
Le Wed, 20 Jun 2012 15:39:04 +0530, Ritesh Raj Sarraf a écrit : > Hello Laurent, Hi, > > On Wednesday 20 June 2012 02:40 PM, Laurent Bigonville wrote: > > >From times to times, apport is generating reports without the > > >Package > > field. This makes apport-retrace confused. > > > > ERROR: r

Bug#673538: transition: gnustep-base, gnustep-gui, libobjc

2012-06-20 Thread Yavor Doganov
Mehdi Dogguy wrote: > Do you have an idea on which fixes are needed to be backported if we > don't have time to do a transition? Yes. > Did you test them? No, but I'm going to do it now. The changes are minimal but are in a hairy area and that makes me feel uneasy. This combination has never b

Bug#670116: Kernel bug at none/fs/inode.c:330!

2012-06-20 Thread Jonathan Nieder
fixed 670116 linux-2.6/3.2.18-1 quit Emmanuel Kasper wrote: > I could not reproduce the bug with linux-image-3.2.0-0.bpo.2-amd64. Thanks, marking so. > Seems OK for me, I switched back to linux-image-2.6.32-5-amd64 to see if > it will retrigger the bug. Very helpful. Thanks much. Jonathan

Bug#123815: bsdgames: uses obsolete, superseded version of BSD license

2012-06-20 Thread Jonathan David Amery
On Thu, 13 Dec 2001, Joseph S. Myers wrote: > On Thu, 13 Dec 2001, Joey Hess wrote: > > While it might be legal to just remove that part of the several copyrights, > > I feel it's best to forward this upstream. Maybe you'll want to forward it > > upstream too.. > > I have no recent information abo

Bug#678262: mdadm: fails to honour INITRDSTART='none' in /etc/default/mdadm

2012-06-20 Thread Chris Donoghue
Package: mdadm Version: 3.2.5-1 Severity: critical Justification: breaks the whole system Dear Maintainer, It looks like the /usr/share/initramfs-tools/hooks/mdadm fails to honour the setting of INITRDSTART='none' in /etc/default/mdadm which led to an unbootable system. The initramfs panic'ed

Bug#678261: folks plugins should have a tighter dependency against libfolks

2012-06-20 Thread Laurent Bigonville
Source: folks Version: 0.6.9-1 Severity: important Hi, folks plugins should have a tighter dependency against libfolks. It could happen with partial upgrade, that the plugins is not loaded because the loading path has changed. Cheers Laurent Bigonville -- System Information: Debian Release: wh

Bug#678260: lsb-base: lsb fancy boot messages get mixed up

2012-06-20 Thread Thilo Six
Package: lsb-base Version: 4.1+Debian7 Severity: important Dear Maintainer, the lsb fancy boot messages currently provided via '/lib/lsb/init-functions' and '/lib/lsb/init-functions.d/20-left-info-blocks' get mixed up. Attached is a 1:1 exerpt of boot messages i get with default debian lsb which

Bug#678255: munin-node: The output of "/usr/share/munin/plugins/cps_ suggest" is incorrect

2012-06-20 Thread niall
The following is all that's required to fix the problem: --- cps_.orig 2012-06-20 11:24:31.0 +0100 +++ cps_2012-06-20 11:24:47.0 +0100 @@ -103,7 +103,7 @@ foreach my $vip (sort keys %{$ipvs}) { foreach my $port (sort keys %{$ipvs->{$vip}}) { - prin

Bug#678151: also works without SYSLIBS

2012-06-20 Thread bart
I had to build again, and tried without any scons arguments. Seems I was wrong about needing SYSLIBS=1. I now seem to have a fully working default compile of "ardour 2.8.13 (built from revision 12772). -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "uns

Bug#675836: suggested fix

2012-06-20 Thread Nicholas Bamber
On 20/06/12 11:56, Nicholas Bamber wrote: > Jamie, > > I have a proposed fix as attached. It's built, signed and ready to go. > If you have intentions to fix it yourself please reply and do so > promptly. I'll run my fix past a few people for feedback but after that > I'll upload with a 2-day del

Bug#678259: backupninja: Space character not supported with ninjahelper in include and exclude rdiff-backup list

2012-06-20 Thread Pierre-Yves Dubreucq
Package: backupninja Version: 0.9.8.1-1 Severity: normal If I have space character in include or exclude file when I configure rdiff-backup, the include is bad like this : include = /home/myuser/My include = Documents Or I should have this : include = /home/myuser/My Documents -- System Informa

Bug#675836: suggested fix

2012-06-20 Thread Nicholas Bamber
Jamie, I have a proposed fix as attached. It's built, signed and ready to go. If you have intentions to fix it yourself please reply and do so promptly. I'll run my fix past a few people for feedback but after that I'll upload with a 2-day delay. diff -Nru pmacct-0.14.0/debian/changelog pmacct-0.

<    1   2   3   4   >