Bug#715138: freebsd-glue and freebsd-buildutils: error when trying to install together

2013-07-05 Thread Ralf Treinen
Package: freebsd-buildutils,freebsd-glue Version: freebsd-buildutils/9.0-11 Version: freebsd-glue/0.0.6 Severity: serious User: trei...@debian.org Usertags: edos-file-overwrite Date: 2013-07-06 Architecture: amd64 Distribution: sid Hi, automatic installation tests of packages that share a file a

Bug#715137: [l10n] Updated Czech translation of ircd-hybrid debconf messages

2013-07-05 Thread Miroslav Kure
Package: ircd-hybrid Severity: wishlist Tags: l10n, patch Hi, in attachement there is updated Czech (cs.po) translation of ircd-hybrid debconf messages. Please include it with the package. Thank you -- Miroslav Kure # #Translators, if you are not familiar with the PO format, gettext #d

Bug#715110: [Pkg-samba-maint] Bug#715110: Broken library symlink detected in libsamba-util-dev

2013-07-05 Thread Steve Langasek
Control: severity 715110 normal Control: severity 715122 normal On Sat, Jul 06, 2013 at 05:01:15AM +, David Steele wrote: > Package: libsamba-util-dev > Version: 4.0.0~beta2+dfsg1-3.2 > Severity: serious > User: debian...@lists.debian.org > Usertags: piuparts, broken-symlink, broken-symlink-sh

Bug#694591: ITP: css2xslfo -- XML+CSS2 to XSL-FO converter

2013-07-05 Thread Tristan Seligmann
I guess this is sort of on hold for the moment; the build system requires some convincing to use dependencies from their Debian packages rather than the embedded copies and I haven't had a chance to work on this again. I'd like to eventually close this bug, but in the meantime this probably shouldn

Bug#715136: ITP: python-requestbuilder -- command line-driven HTTP request builder

2013-07-05 Thread Thomas Goirand
Package: wnpp Severity: wishlist Owner: Thomas Goirand * Package name: python-requestbuilder Version : 0.1.0~beta2 Upstream Author : Garrett Holmstrom * URL : https://pypi.python.org/pypi/requestbuilder * License : ISC Programming Lang: Python Description

Bug#712527:

2013-07-05 Thread Martin Tang
Instead of editing /etc/grub.d/00_header (which might get replaced on a grub upgrade?), you can also add GRUB_GFXPAYLOAD_LINUX=1024x768 (or whatever res you use) to your /etc/default/grub. See [https://www.gnu.org/software/grub/manual/html_node/Simple-configuration.html]. -- To UNSUBSCRIBE, em

Bug#715065: Acknowledgement (libmysqlclient16: random "Lost connection" errors due to failure of handling EINTR correctly)

2013-07-05 Thread Marc Lehmann
More experimenting and further digging shows simple way to reproduce it: run mysql interactively and execute a long-running command: mysql> select sleep(60); Then resize your terminal window three times, to generate three SIGWINCH signals, and...: ERROR 2013 (HY000): Lost connection to MyS

Bug#715065: libmysqlclient16: random "Lost connection" errors due to failure of handling EINTR correctly

2013-07-05 Thread Marc Lehmann
Package: libmysqlclient16 Version: 5.1.66-0+squeeze1 Severity: normal Dear Maintainer, In a program that forks a lot of other programs I randomly get spurious "Lost connection" errors from mysql. The server logs no message and doesn't crash. strace'ing shows this to be a bug in libmysqlclient (

Bug#715063: pyconfig.h wrapper tries to include the wrong file on sparc64

2013-07-05 Thread Mattias Ellert
Package: libpython2.7-dev Version: 2.7.5-6 Severity: normal See buildd build log http://buildd.debian-ports.org/status/fetch.php?pkg=lcgdm&arch=sparc64&ver=1.8.6-4&stamp=1372696760 /usr/include/python2.7/pyconfig.h:55:50: fatal error: sparc-linux-gnu/python2.7/pyconfig.h: No such file or director

Bug#715062: binutils-gold cannot link qemu

2013-07-05 Thread Manuel E.
Package: binutils-gold Version: 2.23.52.20130620-1 Severity: important Dear Maintainer, binutils-gold does not correctly link qemu linux-user targets. While the link stage does not show any problems, the resulting binaries crash with a segmentation fault. Using gnu ld instead of ld.gold fixes

Bug#715060: [Pkg-systemd-maintainers] Bug#715060: piuparts errors: unowned files left after de-installation

2013-07-05 Thread Michael Biebl
Am 06.07.2013 06:14, schrieb Michael Biebl: > A few observations here: > a/ i-s-h should clean up empty directories in > /var/lib/systemd/deb-systemd-helper-enabled including the /var/lib/systemd/deb-systemd-helper-enabled directory. -- Why is it that all of the instruments seeking intellig

Bug#715061: gccintro: makeinfo errors

2013-07-05 Thread Osamu Aoki
Package: gccintro Version: 1.0-2 Severity: important Although this package build fine under the wheezy TeX, under the current sid chroot: makeinfo gccintro.texi hello.c:1980: warning: @iftex should only appear at a line beginning (possibly involving @scinum) hello.c:1980: superfluous argument to

Bug#715060: piuparts errors: unowned files left after de-installation

2013-07-05 Thread Michael Biebl
Package: init-system-helpers Version: 1.4 Severity: normal This topic has already been brought up, nonetheless I decided to file a bug so we keep track of this: Let's take an example: # apt-get install rsyslog .. Setting up rsyslog (7.4.1-3) ... ln -s '/lib/systemd/system/rsyslog.service' '/etc

Bug#675800: Can't reproduce - boinc crash on Notice tab

2013-07-05 Thread Olly Betts
On Sun, Jun 09, 2013 at 06:12:22AM -0700, Brandon wrote: > Guo Yixuan, or Steffen Moeller, can you provide detailed instructions > for reproducing this bug? Do you need to have projects created and > loaded? Does boinc need to be running in the background? How long do > you have to wait with the No

Bug#713866: src:wxwidgets2.8: d/control typo in cvs-browse

2013-07-05 Thread Olly Betts
On Sun, Jun 23, 2013 at 02:26:52PM +0200, Tobias Frost wrote: > PS: Can you also please push the latest changes? > Last commit was Fri, 1 Jun 2012 07:10:58 +0200 (17:10 +1200) > last version was accepted Sat, 08 Jun 2013 22:23:20 + > > (If you are not using the VCS anymore, you'll need remov

Bug#715059: Fix hardcode libdir when bootstrapping

2013-07-05 Thread Eleanor Chen
Package: eglibc Version: 2.17-6 This patch fixes the hardcode libdir problem with multilib when bootstrapping. $LIBDIR is hardcode to "lib" before. However, when applied, $LIBDIR will be changed accordingly when bootstrapping with multilib. It may be changed to "lib32", "lib64" or "lib/". fix-h

Bug#613431: Bug#713864: wxwidgets2.8: Please update to 2.9 (and enable gtkprinting)

2013-07-05 Thread Olly Betts
unblock 712303 with 713864 block 712303 with 613431 close 713864 thanks On Sun, Jun 23, 2013 at 01:57:05PM +0200, Tobias Frost wrote: > Reading #644571 I understand that only updateing to wxwidgets2.9 will > solve this (or keeping libgnomeprintui2.2 some longer). > > As the gnomeprint is supposed

Bug#715058: knockd: knock does something wrong...

2013-07-05 Thread Mason Loring Bliss
Package: knockd Version: 0.5-3 Severity: important 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 ineffective)? * What was the outcome of this action?

Bug#715056: atl1c: Wired connection stops working on post-3.2 kernels

2013-07-05 Thread Tom Maneiro
Package: src:linux Version: 3.9.6-1 Severity: important Tags: upstream I have a laptop (ASUS K53SD) which ships with an Atheros gigabit NIC: 05:00.0 Ethernet controller: Qualcomm Atheros AR8151 v2.0 Gigabit Ethernet (rev c0) My install started at Wheezy, where networking was rock solid with its 3

Bug#715057: Include Makeconfig into locale/Makefile

2013-07-05 Thread Eleanor Chen
Package: eglibc Version: 2.17-6 Severity: wishlist This patch includes Makeconfig into locale/Makefile to make sure that the related files are not installed into the actual system during bootstrap. Thank you. Eleanor locale-include-makeconfig.diff Description: Binary data

Bug#715055: Volume control does not support volumes above 100%

2013-07-05 Thread Josh Triplett
Package: gnome-shell Version: 3.4.2-11 Severity: normal pulseaudio supports setting the master volume control above 100%, and GNOME's Sound Settings (available via the volume icon's menu) allows setting such a volume, with a slightly sticky stopping point at the 100% mark to make it easy to hit th

Bug#705576: [RFR] wml://intro/about.wml

2013-07-05 Thread robert pogson
Thanks, David Prevot. That looks good to me. Now, if only we could get the world to read it... On Fri, Jul 5, 2013 at 9:04 PM, David Prévot wrote: > Hi Robert, > > Thanks for your interest in improving the Debian website. > > Le 16/04/2013 23:13, Robert Pogson a écrit : > > [ The packages numbe

Bug#714710: dpkg: when installed from live usb/cd /sbin/start-stop-daemon is empty shell script

2013-07-05 Thread Edwin Fukunaga
Hello, I'm having a similar issue with a Live netboot archive. I'm using the Live 6.0.7 gnome-desktop netboot archive, from http://live.debian.net/cdimage/release/6.0.7/i386/net/debian-live-6.0.7-i386-gnome-desktop-net.tar.gz and /sbin/start-stop-daemon is also an empty shell script: ---8<---

Bug#685772: www.debian.org: Please clarify official/unofficial status of resources under http://www.debian.org/support

2013-07-05 Thread David Prévot
Hi Oleksandr, Thanks for your interest in improving the Debian website. Le 24/08/2012 08:47, Oleksandr Gavenko a écrit : > I think that page: > > http://www.debian.org/support > > MUST be reorganised in this way: > > * Make clarification on difference between official and non-official supp

Bug#710073: sbuild: add copy-on-write support

2013-07-05 Thread Paul Wise
Control: retitle -1 sbuild: add cowbuilder support I wasn't aware sbuild had copy-on-write support since the default seems to be non-cow chroots. The existing cow support methods aren't useful to me though, I don't have a new enough kernel for overlayfs yet, don't use btrfs and don't want to use l

Bug#705576: [RFR] wml://intro/about.wml

2013-07-05 Thread David Prévot
Hi Robert, Thanks for your interest in improving the Debian website. Le 16/04/2013 23:13, Robert Pogson a écrit : [ The packages number issue has been fixed independently. ] > To the extent that more people using Debian GNU/Linux will make the world > a better place, I suggest these features no

Bug#714974: nfs-kernel-server: Duplicate cookies reported - jfs partition, with samba

2013-07-05 Thread Ben Hutchings
On Fri, 2013-07-05 at 15:54 -0500, Karl Schmidt wrote: > On 07/05/2013 01:54 PM, Ben Hutchings wrote: > > On Fri, Jul 05, 2013 at 12:01:24PM -0500, Karl Schmidt wrote: > > [...] > >> Do I need to do something to update the cookies? > >> > >> Any clues if this is samba related or jfs related? > >> >

Bug#714998: lib32gmp-dev: non standard header file path

2013-07-05 Thread Steve M. Robbins
On July 5, 2013 05:23:50 AM Bill Allombert wrote: > Package: lib32gmp-dev > Version: 2:5.1.2+dfsg-2 > Severity: important > > Hello Debian Science Team, > > libgmp32-dev header file is installed in > /usr/include/gmp32/x86_64-linux-gnu/gmp.h > There is no way any software will find it there. > >

Bug#712841: qcontrol: Fan error reported on TS109

2013-07-05 Thread Dermot O'Dwyer
On 30 June 2013 15:58, Ian Campbell wrote: > In 0.4.2-7+wheezy2 the fan_error function would have been empty, so do > you know for sure it wasn't being triggered previously too? I reinstalled 0.4.2-7+wheezy2 and added beep to the fan error function. Got plenty of beeps so it would appear that it

Bug#715053: ITP: ldglite -- Display, edit and render 3D LEGO(R) LDraw models

2013-07-05 Thread David Prévot
Hi, Le 05/07/2013 21:11, Johannes Schauer a écrit : > Description : Display, edit and render 3D LEGO(R) LDraw models Debian is about free software, not about enforcing any other trademarks. Please, drop the useless “(R)” from the descriptions. Regards David signature.asc Description:

Bug#715054: cryptsetup: --verify-passphrase w/ luksAddKey is also applied to the unlocking passphrase

2013-07-05 Thread Frédéric Brière
Package: cryptsetup Version: 2:1.6.1-1 Severity: normal When providing the --verify-passphrase to luksAddKey, this option will not only be applied to the new passphrase, but also to the existing passphrase, obviously needlessly. (See #570418 for a similar issue from the past.) # cryptsetup --v

Bug#715053: ITP: ldglite -- Display, edit and render 3D LEGO(R) LDraw models

2013-07-05 Thread Johannes Schauer
Package: wnpp Severity: wishlist Owner: Johannes Schauer * Package name: ldglite Version : 1.2.6 Upstream Author : Don Heyse * URL : http://ldglite.sourceforge.net/ * License : GPL2+ Programming Lang: C Description : Display, edit and render 3D LEGO(R)

Bug#715052: qgis: Could not load PyGIS - sip version mismatch

2013-07-05 Thread Russell Edwards
Package: qgis Version: 1.7.4+1.7.5~20120320-1.1+b1 Severity: important Dear Maintainer, I installed qgis from jessie, on an up-to-date jessie-amd64 system and received the following error in a dialog box: Couldn't load PyQGIS. Python support will be disabled. Traceback (most recent call last)

Bug#715051: sympa: fails to send messages

2013-07-05 Thread Tomasz Brzezina
Package: sympa Version: 6.1.11~dfsg-5 Severity: important Dear Maintainer, After upgrading to squeeze, Sympa seems down. After many manual fixing it looks ok (most problems are because of Postgresql) so I send test message and receive message: Jul 6 01:10:39 mail sympa[2821]: err Message::ne

Bug#714996: closed by Thomas Leonard (Bug#714996: fixed in zeroinstall-injector 2.3-2)

2013-07-05 Thread Colin Watson
Control: reopen -1 Thanks for the attempt, but you need to move your binary-indep rules to binary-arch to make this work, otherwise it fails to build everywhere except the upload architecture: https://buildd.debian.org/status/package.php?pkg=zeroinstall-injector https://launchpad.net/ubuntu/+

Bug#715050: ITP: zurl -- HTTP client worker with ZeroMQ interface

2013-07-05 Thread Jan Niehusmann
Package: wnpp Serverity: wishlist Zurl is HTTP client worker with ZeroMQ interface, written in Qt/C++. Features: - Request HTTP and HTTPS URLs - Completely event-driven, using JDNS and QNetworkAccessManager - Handle thousands of simultaneous outbound connections - Two access methods: REQ

Bug#715028: apr: FTBFS on hurd-i386: stuck configure test for accept4

2013-07-05 Thread Stefan Fritsch
Hi Pino, On Friday 05 July 2013, Pino Toscano wrote: > the new version of apr fails to build on hurd-i386 [1]. > > During the build, the configure test for accept4 gets stuck, and > thus the build is then killed after the timeout. That's interesting because the test has not changed from 1.4.6 to

Bug#710073: [buildd-tools-devel] Bug#710073: Bug#710073: sbuild: add copy-on-write support

2013-07-05 Thread Roger Leigh
On Fri, Jul 05, 2013 at 10:15:07AM -0700, Geoffrey Thomas wrote: > On Fri, 5 Jul 2013, Roger Leigh wrote: > > >I would suspect that we can make it use overlayfs using the same > >infrastructure--it'll just need teaching about the new filesystem > >type. > > Hasn't overlayfs support been in schroo

Bug#702085: Report on what is changed to solve this bug

2013-07-05 Thread Asheesh Laroia
Here is what I did. == Configured inbound email == I did what was suggested in the earlier comment to configure inbound emails to debian-devel-changes to arrive in /srv/udd.debian.org/incoming-mail/changes . == Copy archives to ullmann == I copied the archives on master to: /srv/udd.debian

Bug#702085: debian-devel-changes is importing correctly

2013-07-05 Thread Asheesh Laroia
A more full report is forthcoming. I wanted to first declare success here, and then explain how things work for benefit of later readers (or current UDD maintainers with opinions on how to change them). I created a query that conveniently limits the width of the query to <= 80 characters, to a

Bug#714787: Patch to add python3 package

2013-07-05 Thread Dmitrijs Ledkovs
tag 714787 patch thanks Patch attached to add python 3 package. Regards, Dmitrijs. python3-paste.diff Description: Binary data

Bug#715023: RFS: bitz-server/0.1.1-1 [ITP]

2013-07-05 Thread Uditha Atukorala
I have fixed the lintian errors and almost all the warnings since last upload and the updated package can be downloaded using: dget -x http://mentors.debian.net/debian/pool/main/b/bitz-server/bitz-server_0.1.1-2.dsc Regards, Udi -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debia

Bug#714403: Patch to add python3 package

2013-07-05 Thread Dmitrijs Ledkovs
tag 714403 patch thanks Patch to add python3 package is attached. Regards, Dmitrijs. python3-cherrypy3.diff Description: Binary data

Bug#617043: python-visual: deprecation of dh_pycentral, please use dh_python2

2013-07-05 Thread Arthur de Jong
Hi, In an effort to get rid of python-central I came across bug #617043. I noticed that in the Git repository a newer upstream version is available and a number of packaging improvements were done (amongst which switching to dh_python2). A few things were missing tough. Attached is a patch (compl

Bug#705218:

2013-07-05 Thread sledgehammer999
Hi, I am the new maintainer of qBittorrent. Many users have reported similar bug reports in our bug tracker. We dismissed most of those, because they were using v2.9.x series which aren't supported by us anymore. Also most of them didn't have useful info. Today one user, did a backtrace using debu

Bug#714974: nfs-kernel-server: Duplicate cookies reported - jfs partition, with samba

2013-07-05 Thread Karl Schmidt
On 07/05/2013 01:54 PM, Ben Hutchings wrote: On Fri, Jul 05, 2013 at 12:01:24PM -0500, Karl Schmidt wrote: [...] Do I need to do something to update the cookies? Any clues if this is samba related or jfs related? Related to length of time from last reboot? [...] Probably specific to jfs, jus

Bug#627833: gramps crashes while trying to add the first person

2013-07-05 Thread Ross Gammon
On 07/05/2013 08:05 PM, Ross Gammon wrote: > Package: gramps > Version: 3.3.3-4 > Tags: unreproducible Whoops. Meant 3.2.3-4. Tested in a clean Wheezy install by creating a new empty tree, and then adding a person. No crash occurred.

Bug#715049: xfdesktop4: drag-and-drop always copies files

2013-07-05 Thread Markus Redeker
Package: xfdesktop4 Version: 4.8.3-2 Severity: minor Tags: upstream I have the desktop configured to display File/Launcher icons and some files and folders on the desktop. When I grab a file with the mouse and move it to a folder, a copy of that file is created in the folder, but the original file

Bug#715048: dropbear: no support for a different initramfs network config from that of the normal system

2013-07-05 Thread Karl O. Pinc
Package: dropbear Version: 2012.55-1.3 Severity: wishlist Hi, When using dropbear to supply rootfs crypto passwords in the initramfs an IP must be configured on the kernel command line in the bootloader. It can be useful to configure the initramfs with a different network configuration from that

Bug#711830: ITA: leocad -- virtual brick CAD software

2013-07-05 Thread Nicolas Guilbert
I would like to adopt the package. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#715025: golang: Cross compiled packages don't include/support runtime/cgo

2013-07-05 Thread Michael Stapelberg
Hi James, I read your report, but am busy this weekend. Will react somewhen next week. -- Best regards, Michael -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#709376: Acknowledgement (python-dap: Incomplete namespace_packages causes spurrious warning messages)

2013-07-05 Thread Mike Neish
On 13-06-21 06:03 AM, Jakub Wilk wrote: Anyway, please go ahead and commit the patch. The patch has been submitted to the Subversion repository. Kind regards, Mike -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listma

Bug#715047: dropbear: /usr/share/initramfs-tools/conf-hooks.d/dropbear is not listed as a conffile

2013-07-05 Thread Karl O. Pinc
Package: dropbear Version: 2012.55-1.3 Severity: normal Hi, /usr/share/initramfs-tools/conf-hooks.d/dropbear is not listed as a package conffile but it does seem to be one. Regards, Karl O. Pinc -- System Information: Debian Release: 7.1 APT prefers stable APT policy: (500, 'stable'), (500

Bug#366193: Motif transition

2013-07-05 Thread Nicholas Breen
tags 366193 -wontfix +pending severity 366193 normal user openmo...@packages.debian.org usertags lesstif2motif thanks Now that Openmotif is under a free license, this request is back on the agenda. Transition bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708462 -- Nicholas Breen nbr...@

Bug#714535: netexpect: FTBFS with wireshark 1.10 (patch)

2013-07-05 Thread Adam Conrad
Package: netexpect Version: 0.20-3 Followup-For: Bug #714535 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu saucy ubuntu-patch In Ubuntu, I've applied the following naive patch to port to the wireshark 1.10 API. It looks like the _set_unset calls can probably just go away, as they're

Bug#453027: xsane: Black scans with Canoscan Lide30 USB

2013-07-05 Thread John Paul Adrian Glaubitz
close 453027 thanks Hello, this scanner is listed to be completely supported by the Plustek backend now [1]. I am therefore closing this bug report now. If you experience problems with this scanner in the future, please feel free to reopen this bug. Cheers, Adrian > [1] http://www.gjaeger.de

Bug#715046: [CRASH] Uncaught exception AttributeError in Backend/PythonApt.py:801

2013-07-05 Thread csollo
Package: update-manager-core Version: 0.200.5-2.1 Severity: normal File: /usr/share/pyshared/UpdateManager/Backend/PythonApt.py *** /tmp/update-manager-bugeCoL3c The information below has been automatically generated. Please do not remove this from your bug report. - Exception Type: - Exceptio

Bug#704167: libsane: SCX-3400 is not recognised out of the box

2013-07-05 Thread John Paul Adrian Glaubitz
Hi Remi, I forwarded your request to sane-devel [1] which is a better place for reporting such changes. Cheers, Adrian > [1] http://lists.alioth.debian.org/pipermail/sane-devel/2013-July/031453.html -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `'

Bug#715011:

2013-07-05 Thread Mathieu Malaterre
tags 715011 confirmed tags 715011 upstream thanks http://git.dcmtk.org/web?p=dcmtk.git;a=commitdiff;h=c8423ab1fcf0273061462697b8eca56f894984c7 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#715039:

2013-07-05 Thread Mathieu Malaterre
forgot attachment. echo.cxx Description: Binary data

Bug#715044: uno-libs3: adequate reports library-not-found and undefined-symbol

2013-07-05 Thread Rene Engelhard
Hi, On Fri, Jul 05, 2013 at 08:44:34PM +0200, Rene Engelhard wrote: > This is NOT a problem as anything using this needs the full URE to work > ianyway. And LO (only user!) uses that full URE and anything using it > and uses a proper RPATH: > > (sid)root@frodo:/usr/lib/libreoffice/program# objdum

Bug#714974: nfs-kernel-server: Duplicate cookies reported - jfs partition, with samba

2013-07-05 Thread Ben Hutchings
On Fri, Jul 05, 2013 at 12:01:24PM -0500, Karl Schmidt wrote: [...] > Do I need to do something to update the cookies? > > Any clues if this is samba related or jfs related? > > Related to length of time from last reboot? [...] Probably specific to jfs, just as the other bug was specific to ext3/

Bug#715044: uno-libs3: adequate reports library-not-found and undefined-symbol

2013-07-05 Thread Rene Engelhard
Hi, On Fri, Jul 05, 2013 at 08:44:34PM +0200, Rene Engelhard wrote: > This is NOT a problem as anything using this needs the full URE to work > ianyway. And LO (only user!) uses that full URE and anything using it > and uses a proper RPATH: > > (sid)root@frodo:/usr/lib/libreoffice/program# objdum

Bug#715045: [libraw1394-tools] raw1394_loop_iterate() returned 0xdeadbeef

2013-07-05 Thread Guy Roussin
Package: libraw1394-tools Version: 2.1.0-1 Severity: normal Hi, I get an expresscard dexian (2 firewire ports) on my laptop (Dell Latitude E6420) I need to insert the card before booting the laptop # sudo lspci -v ... 04:00.0 PCI bridge: Texas Instruments XIO2000(A)/XIO2200A PCI Express-to-PCI Br

Bug#715044: uno-libs3: adequate reports library-not-found and undefined-symbol

2013-07-05 Thread Rene Engelhard
severity 715044 minor tag 715044 + wontfix thanks On Fri, Jul 05, 2013 at 08:03:38PM +0200, Andreas Beckmann wrote: > adequate uno-libs3 reports: what is adequate? And note not anything some tool reports is actually a "normal" bug. > uno-libs3: undefined-symbol /usr/lib/libuno_cppuhelpergcc3.

Bug#715019: linux-image-3.10-rc7-amd64: Bcache (with cache on LVM?) stops system from shutting down

2013-07-05 Thread Ben Hutchings
On Fri, Jul 05, 2013 at 04:56:58PM +0300, Jarno Elonen wrote: > Package: src:linux > Version: 3.10~rc7-1~exp1 > Severity: normal > > My bcache test setup is working otherwise well, but when enabled, > the "poweroff" or "reboot" commands never finish. > > Block device stack is as follows: > >

Bug#711423: python-csb: FTBFS: tries to write to $HOME

2013-07-05 Thread gregor herrmann
On Fri, 05 Jul 2013 20:38:03 +0200, Andreas Tille wrote: > many thanks for the perfect job including committing to Git. You're welcome! > Feel free to upload to DELAYED\1 or even 0 in similar cases in the > future. Thanks, will try to remember. Cheers, gregor -- .''`. Homepage: http://i

Bug#711423: python-csb: FTBFS: tries to write to $HOME

2013-07-05 Thread Andreas Tille
Hi Gregor, many thanks for the perfect job including committing to Git. Feel free to upload to DELAYED\1 or even 0 in similar cases in the future. Kind regards Andreas. On Fri, Jul 05, 2013 at 04:29:35PM +0200, gregor herrmann wrote: > Control: tag -1 + patch pending > > On Thu, 06 J

Bug#606713: Closing

2013-07-05 Thread Moritz Mühlenhoff
On Sat, Jun 29, 2013 at 01:35:37PM +0800, Paul Wise wrote: > Control: reopen -1 > Control: reassign -1 src:linux > > On Thu, 2013-06-27 at 19:42 +0200, Moritz Mühlenhoff wrote: > > > We don't have the resources to reproduce the complete backlog of all older > > kernel > > bugs, so we're closing

Bug#715040: sasl2-bin: [PATCH] Fix login to dovecot imapd 2.x

2013-07-05 Thread Arno Töll
Hi, > A colleague of mine discovered that saslauthd of cyrus-sasl cannot log in to > dovecot imapd 2.x since that is sending > > "* CAPABILITY ..." > "saslauthd OK ..." > > rather than just > > "saslauthd OK ..." > > for a login reply. Either is valid IMAP protocol, see [1]. this issu

Bug#627833: gramps crashes while trying to add the first person

2013-07-05 Thread Ross Gammon
Package: gramps Version: 3.3.3-4 Tags: unreproducible

Bug#715044: uno-libs3: adequate reports library-not-found and undefined-symbol

2013-07-05 Thread Andreas Beckmann
Package: uno-libs3 Version: 4.0.4-2 Severity: normal Hi, adequate uno-libs3 reports: uno-libs3: undefined-symbol /usr/lib/libuno_cppuhelpergcc3.so.3 => _ZN9xmlreader9XmlReader8nextItemENS0_4TextEPNS_4SpanEPi uno-libs3: undefined-symbol /usr/lib/libuno_cppuhelpergcc3.so.3 => _ZN9xmlreader9X

Bug#715043: nmu: omake_0.9.8.5-3-8

2013-07-05 Thread Andreas Beckmann
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: binnmu nmu omake_0.9.8.5-3-8 . ALL . -m "Rebuild against current libfam0." adequate omake reports: adequate: ldd -r /usr/bin/omake: /usr/bin/omake: Symbol `FamErrlist' has different size in sha

Bug#714940: pu: package ibus-xkbc/1.3.3.20100922-2+deb7u1

2013-07-05 Thread Osamu Aoki
Hi, On Fri, Jul 05, 2013 at 02:59:36PM +0100, Adam D. Barratt wrote: > >Hmmm... I still have removal of "DM-Upload-Allowed: yes". Should > >I keep > >it? > > That's fine. It might be nicer if it were mentioned in the changelog > though. :) mentioned in the changelog and uploaded. Really good n

Bug#715040: squeeze-backport version

2013-07-05 Thread Sebastian Pipping
PS: Here's a version for a squeeze backport: http://www.hartwork.org/public/cyrus-sasl--2.1.23.dfsg1-7--imap-login-v4.patch Sebastian -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#653813: ITP: edgar -- The Legend of Edgar platform game

2013-07-05 Thread Richard Sweeney
> Date: Fri, 5 Jul 2013 15:09:51 +0800 > Subject: Re: Bug#653813: ITP: edgar -- The Legend of Edgar platform game > From: p...@debian.org > To: rikswee...@hotmail.com > CC: debian-de...@lists.debian.org; 653...@bugs.debian.org > > On Fri, Jul 5, 2013 at 2:44 PM, Richard Sweeney wrote: > > >

Bug#712705: osspd: Please blacklist OSS modules

2013-07-05 Thread Ralf Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Stephen, sorry for the long delay, university is keeping me quite busy. > That'll teach me not to test stuff properly... This makes moving to > osspd a bit more difficult than it should be, since a conflicting > package will be removed but not pur

Bug#710073: [buildd-tools-devel] Bug#710073: Bug#710073: sbuild: add copy-on-write support

2013-07-05 Thread Geoffrey Thomas
On Fri, 5 Jul 2013, Roger Leigh wrote: I would suspect that we can make it use overlayfs using the same infrastructure--it'll just need teaching about the new filesystem type. Hasn't overlayfs support been in schroot since 1.5.2-1 (May 2012)? I don't think any more support is needed on the sb

Bug#715042: php-horde-webmail: directory vs. symlink conflict: /usr/share/horde/gollem/config/backends.d/10-webmail.php

2013-07-05 Thread Andreas Beckmann
Package: php-horde-webmail Version: 5.1.0-1 Severity: serious User: debian...@lists.debian.org Usertags: piuparts Hi, during a test with piuparts I noticed your package installs files over an existing symlink shipped or created by another package. Your package ships: /usr/share/horde/gollem/c

Bug#715041: php-horde-groupware: directory vs. symlink conflict: /usr/share/horde/gollem/config/backends.d/10-groupware.php

2013-07-05 Thread Andreas Beckmann
Package: php-horde-groupware Version: 5.1.0-1 Severity: serious User: debian...@lists.debian.org Usertags: piuparts Hi, during a test with piuparts I noticed your package installs files over an existing symlink shipped or created by another package. Your package ships: /usr/share/horde/gollem

Bug#715040: sasl2-bin: [PATCH] Fix login to dovecot imapd 2.x

2013-07-05 Thread Sebastian Pipping
Source: sasl2-bin Severity: important A colleague of mine discovered that saslauthd of cyrus-sasl cannot log in to dovecot imapd 2.x since that is sending "* CAPABILITY ..." "saslauthd OK ..." rather than just "saslauthd OK ..." for a login reply. Either is valid IMAP protocol, see [1].

Bug#714974: nfs-kernel-server: Duplicate cookies reported - jfs partition, with samba

2013-07-05 Thread Karl Schmidt
On 07/04/2013 11:03 PM, Ben Hutchings wrote: Control: reassign -1 src:linux 3.2.46-1 Control: severity -1 important Control: tag -1 moreinfo On Thu, 2013-07-04 at 19:23 -0500, Karl Schmidt wrote: Package: nfs-kernel-server Version: 1:1.2.6-4 Severity: serious Justification: Effects usability

Bug#714934: pu: package ibus-hangul/1.4.2-1

2013-07-05 Thread Osamu Aoki
Hi, On Fri, Jul 05, 2013 at 05:19:28PM +0100, Adam D. Barratt wrote: > On 2013-07-04 14:32, Osamu Aoki wrote: > >Wring libexecdir breaking GUI menu. > > > >A part of ibus family package bug fixes. > > Apologies for not noticing this earlier, but wheezy has ibus-hangul No no no ... it is me to be

Bug#714553: epiphany-browser: Doesn't stay logged in to gmail

2013-07-05 Thread Carlo Marchiori
Problem solved in version 3.8. It can be closed I guess. Thanks, Carlo. 2013/6/30 ygmarchi > Package: epiphany-browser > Version: 3.4.2-2.1 > Severity: normal > > Dear Maintainer, > > using Epiphany I always have to relogin to gmail everytime I open the > browser, > even though I have the 'stay

Bug#715039: Transfer Syntax: VerificationSOPClass / Little Endian Implicit

2013-07-05 Thread Mathieu Malaterre
Package: dcmtk Severity: normal Something is going on wrong with transfer syntax. Error report problem with Implicit Little Endian, while this is never used or sent... $ g++ -o echo echo.cxx -ldcmnet -lofstd && ./echo Normal Normal I: Request Parameters: I: == BEGIN A-ASSOCIA

Bug#706574: tmpfs problem?

2013-07-05 Thread Joey Hess
I suspect this is just another tmpfs full problem. In my case, since I have TMPDIR set to ~/tmp, it would have avoided the problem if recordmydesktop only supported that. As it is, it seems I will have to remember to run it with --workdir set to a directory with more space than /tmp. -- see shy

Bug#715038: add mips64(el) mipsn32(el) support to eglibc

2013-07-05 Thread Eleanor Chen
Package: eglibc Version: 2.17-6 This patch adds multilib enabled mips64(el) mipsn32(el) configurations to eglibc. Exceptions are: * The version of linux-libc-dev should be greater than or equal to 3.10 on mips64(el) to getdents64 syscall, so that python 3.3 can be built. * We choose gcc 4.8 as

Bug#715036: ddns-hostname problems - DDNS updates not sent

2013-07-05 Thread Daniel Pocock
Package: isc-dhcp-server Version: 4.2.2.dfsg.1-5+deb70u6 Severity: important I've found that DDNS updates are only sent if ddns-hostname is statically defined, e.g. ddns-hostname "some-name"; Of course, this is not useful because dhcpd will then use the value "some-name" as the hostname of every

Bug#715037: apt-cacher-ng: let's keep conffile under /etc

2013-07-05 Thread Osamu Aoki
Package: apt-cacher-ng Version: 0.7.13-1 Severity: wishlist Thank you for very good tool for caching. You have converted squid believer :-) This is somewhat related to http://bugs.debian.org/702379 but wishlist request is different. My main request: Can you make all configurable files such as /

Bug#715035: lintian: Possible memory optimizations

2013-07-05 Thread Niels Thykier
Package: lintian Version: 2.5.13 Severity: minor Hi, I have spent a little time looking at the memory consumption of Lintian. I have already optimized a few trivial cases, but I have also seen futher potential that may be worth deploying. Method: I have only looked at the memory consumed by L::

Bug#715034: pu: package krb5-auth-dialog/3.2.1-1+deb7u1

2013-07-05 Thread Guido Günther
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: pu Hi, I'd like to fix a crash in krb5-auth-dialog that affects at least Debian Edu badly (#714825). Debdiff is attached. O.k. to uplaod to s-p-u? Cheers, -- Guido -- System Information: Debian R

Bug#715033: gunicorn: Add a conf-enabled/conf-available like on Apache

2013-07-05 Thread Gael Le Mignot
Package: gunicorn Version: 0.14.5-3+deb7u1 Severity: wishlist Dear Maintainer, It would be nice to have, like for Apache or many other Debian packages, a "available" / "enabled" configuration system for gunicorn. Instead of loading from /etc/gunicorn.d, the init script could load from /etc/gunic

Bug#715032: gunicorn: Ignore ~ files in /etc/gunicorn.d

2013-07-05 Thread Gael Le Mignot
Package: gunicorn Version: 0.14.5-3+deb7u1 Severity: wishlist Dear Maintainer, The debian start script of gunicorn automatically loads configuration from /etc/gunicorn.d . It already ignores common "bogus" files: .dpkg-old, .pyc, ... I think it would be appropriate to also ignore "~ files", the

Bug#714934: pu: package ibus-hangul/1.4.2-1

2013-07-05 Thread Adam D. Barratt
On 2013-07-04 14:32, Osamu Aoki wrote: Wring libexecdir breaking GUI menu. A part of ibus family package bug fixes. Apologies for not noticing this earlier, but wheezy has ibus-hangul 1.4.1-1 rather than the 1.4.2-1 you based your changes on - see http://release.debian.org/proposed-updates/s

Bug#715031: KDbg should be upgraded to latest version to work with latest GDB

2013-07-05 Thread Shriramana Sharma
Package: kdbg Version: 2.5.1-1 Current version of kdbg in sid/quantal/raring is 2.5.1-1. However the corresponding version of gdb is 7.5+. As can be seen from the upstream changelog linked below, only kdbg 2.5.2 supports gdb 7.5: http://repo.or.cz/w/kdbg.git?a=blob;f=ReleaseNotes-2.5.2;hb=kdbg-2

Bug#685407: Bug#714974: nfs-kernel-server: Duplicate cookies reported - jfs partition, with samba

2013-07-05 Thread Karl Schmidt
I was wrong - this problem is different see bug 714974 -- Karl Schmidt EMail k...@xtronics.com Transtronics, Inc. WEB http://secure.transtronics.com 3209

Bug#694353: Xfce 4.8 application startup notification not working

2013-07-05 Thread Allen Cuda
I was using lightdm display manager when I filed this bug. I switched to GDM3 and startup notification started working. To confirm, I changed the display manager back to lightdm and indeed startup notification stopped working.

Bug#713525: dvbstreamer: diff for NMU version 2.1.0-2.4

2013-07-05 Thread A Mennucc
On Fri, Jul 05, 2013 at 02:15:19PM +0200, gregor herrmann wrote: > Dear maintainer, > > I've prepared an NMU for dvbstreamer (versioned as 2.1.0-2.4) and > uploaded it to DELAYED/2. thanks a lot. a. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsub

Bug#715029: Fwd: dcmnet/libsrc/dulfsm.cc

2013-07-05 Thread Mathieu Malaterre
Package: dcmtk While doing some QA with DCMTK, here is what I found out. It looks as if DCMTK uses a custom transition table compared to the one defined in PS 3.8 - 2011: @@ -285,7 +285,7 @@ static FSM_ENTRY StateTable[DUL_NUMBER_OF_EVENTS][DUL_NUMBER_OF_STATES] = { {A_ASSOCIATE_RQ_PDU

Bug#715028: apr: FTBFS on hurd-i386: stuck configure test for accept4

2013-07-05 Thread Pino Toscano
Source: apr Version: 1.4.8-1 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd Hi, the new version of apr fails to build on hurd-i386 [1]. During the build, the configure test for accept4 gets stuck, and thus the build is then killed after the timeout. What happen

  1   2   3   >