Bug#758853: gpsbabel: Unknown option '-c'

2014-08-22 Thread Jens Schmidt
Package: gpsbabel Version: 1.5.0-3 Severity: normal Dear Maintainer, gpsbabel option '-c' doesn't work anymore. You cannot select character set for next operation. All my old scripts using this option abort with error: Unknown option '-c' Replacing gpsbabel with version 1.4 solve this problem,

Bug#758854: etckeeper pre-commit ignores .hgignore

2014-08-22 Thread Massimo Burcheri
Package: etckeeper Version: 1.12 I'm tracking whole root path / and have a .hgignore that ignores everything. That lets me add files only explicitly allover / like /etc /usr/local or even /.hg/hgignore.local The pre-commit currently  runs a find on / which does not return for long time. Please

Bug#758855: openlp: presentation plugin is 'active' but config dialog says 'not available'

2014-08-22 Thread Bob McGowan
Package: openlp Version: 2.0.4-1 Severity: normal Dear Maintainer, Using OpenLP with Libre Office Impress presentation. I activated all plugins except remote control during first run wizard. But in Presentation selection of 'Media Manager', when I choose Open, there is nothing

Bug#648240: Cause and workaround

2014-08-22 Thread Joachim Fahrner
I found the cause and a workaround for this bug. The cause is, that blanking the display and switching off backlight is done through 2 separate processes: gnome-screensaver blanks the display and gnome-powermanager switches backlight off. These two are in conflict when happening at the same time.

Bug#672742: [tex-live] Bug#672742: (fwd) Bug#672742: /usr/bin/xetex: xetex fails to compile documents with defaultfontfeatures set

2014-08-22 Thread Hilmar Preusse
found 672742 2014.20140528.34243-5 stop On 28.05.13 Arthur Reutenauer (arthur.reutena...@normalesup.org) wrote: Hi, About the Polyglossia bug: I still don't know exactly what's happening, but I am now reasonably convinced that it happens within Polyglossia's code (even though it's provoked

Bug#758856: apt-build: repository error when multiarch is enabled

2014-08-22 Thread Efraim Flashner
Package: apt-build Version: 0.12.44 Severity: important Dear Maintainer, When installing apt-build, it automatically adds the repository to sources.list.d/, but with multiarch apt spits out errors on the repository. the default entry for apt-build.list is: deb

Bug#755154: vlc cache gen should happen at runtime, not buildtime

2014-08-22 Thread Rémi Denis-Courmont
Le 2014-08-22 08:25, Harald Sitter a écrit : That is one good reason to generate the cache at build time, where any problem can be detected early on. Crashing during dpkg postinst script is much worse. || true? Then there will be no cache, and you are not solving the problem you want to

Bug#758858: autopkg tests fail

2014-08-22 Thread Matthias Klose
Package: src:planet-venus Version: 0~git9de2109-3 Tags: patch the autopkg tests fail, missing test dependency on python-xslt1. plus the build-dependency on python-support is obsolete. test log at http://ci.debian.net/data/packages/unstable/amd64/p/planet-venus/20140821_051130.autopkgtest.log

Bug#755154: vlc cache gen should happen at runtime, not buildtime

2014-08-22 Thread Harald Sitter
On Fri, Aug 22, 2014 at 9:14 AM, Rémi Denis-Courmont r...@remlab.net wrote: Le 2014-08-22 08:25, Harald Sitter a écrit : That is one good reason to generate the cache at build time, where any problem can be detected early on. Crashing during dpkg postinst script is much worse. || true?

Bug#757575: transition: libgcrypt20

2014-08-22 Thread Werner Koch
Hi! the incompatibility with libgnutls26 can be fixed by using the patch below. We use this in Gpg4win. (patches/gnutls-2.12.23/fix-gcrypt-private-api-usage.patch) Salam-Shalom, Werner #! /bin/sh patch -p0 -l -f $* $0 exit $? 2014-08-06 Andre Heinecke aheine...@intevation.de

Bug#758857: buildbot: Unable to upgrade master

2014-08-22 Thread fri.K
Package: buildbot Version: 0.8.9-1 Severity: grave Justification: renders package unusable Dear Maintainer, I'm unable to use buildbot after update, doing: $ buildbot --verbose upgrade-master buildBot-master returns: 014-08-22 08:30:48+0200 [-] Log opened. 2014-08-22 08:30:48+0200 [-]

Bug#755154: vlc cache gen should happen at runtime, not buildtime

2014-08-22 Thread Rémi Denis-Courmont
Le 2014-08-22 10:31, Harald Sitter a écrit : All that being said perhaps the more interesting bit is why exactly VLC thinks the cache is invalid to begin with. In particular considering we only have one build that builds with all plugins we have packaged and there are no third party plugins in

Bug#757554: swift-im-2.0+dev6 failes to build on debian/kfreebsd

2014-08-22 Thread Kevin Smith
On Sat, Aug 16, 2014 at 9:32 PM, Yves Fischer yv...@xapek.org wrote: is there any problem with this patch or can I help with anything? Hi Yves, Thanks. I believe this one has been fixed upstream - I'll take a look at it. /K -- To UNSUBSCRIBE, email to

Bug#758860: /usr/bin/apt-get: [kfreebsd] fails to set terminal properly

2014-08-22 Thread Dan Greene
Package: apt Version: 1.1~exp2 Severity: normal File: /usr/bin/apt-get Dear Maintainer, When running apt-get, the termimal output is screwed up. Here is an example from installing htop (make sure your e-mail client's font is fixed width): ioctl(TIOCSCTTY) failed for fd: 18

Bug#758833: mumble-server: Installation failed if the user mumble-server is already created

2014-08-22 Thread William Martin
Hi, Many thanks for your quick answer. The way that MySQL do it works fine. It's in two step, create the group then the user. # creating mysql group if he isn't already there if ! getent group mysql /dev/null; then # Adding system group: mysql. addgroup --system mysql

Bug#629650: gvfs: Same problem seen under /run/user/uid

2014-08-22 Thread Ricardo Mones
Package: gvfs Version: 1.20.2-1 Followup-For: Bug #629650 Hi maintainers, Just observed yesterday: # ll /run/user/1000/ ls: cannot access /run/user/1000/gvfs: Permission denied total 0 drwx-- 2 mones mones 60 Aug 22 07:54 dconf drwx-- 3 mones mones 60 Aug 21 17:10 gnome-shell d?

Bug#758861: php-dropbox: generates Curl error: (77) due to missing rootca

2014-08-22 Thread Steve Vialle
Package: php-dropbox Version: 1.0.0-1~bpo70+1 Severity: normal Dear Maintainer, /usr/share/php/Dropbox/OAuth/Curl.php contains the line: curl_setopt($ch, CURLOPT_CAINFO, rootca); causing it to fail with: Curl error: (77) error setting certificate verify locations: CAfile: rootca CApath:

Bug#750910: Status of sitplus (Was: Bug#750910: sitplus: Please update to use wxwidgets3.0)

2014-08-22 Thread Andreas Tille
Hi Luis, I had another look into sitplus 1.1.0 upstream and it seems there is a split between libsitplus and sitplus. From the download file layout libsitplus looks similar to our packaged sitplus 1.0.3 and the upstream sitplus-1.1.0 has a structure which I would consider broken considering that

Bug#758755: [pkg-cryptsetup-devel] Bug#758755: Bug#758756: libgcrypt20: missing udeb: libgcrypt20-udeb

2014-08-22 Thread Jonas Meurer
Hey Andreas and Cyril, Am 21.08.2014 um 19:25 schrieb Cyril Brulebois: Andreas Metzler ametz...@bebt.de (2014-08-21): On 2014-08-21 Cyril Brulebois k...@debian.org wrote: Package: libgcrypt20 [...] but there's no libgcrypt20-udeb! (in the archive or in NEW) [...] I have just uploaded

Bug#755539: transition: hdf5

2014-08-22 Thread Gilles Filippini
Gilles Filippini a écrit , Le 20/08/2014 19:50: Gilles Filippini a écrit , Le 15/08/2014 20:59: = Package ready = cmor flann gnuplot-iostream gpiv gpivtools magics++ octave-bim octave-msh pktools pygpiv python-shogun syrthes vtk = Useless build depends on hdf5 (package ready

Bug#755416: shotwell adoption

2014-08-22 Thread GCS
Hi Jörg, How the Shotwell adoption goes? I'm a DD and have an almost ready package to upload. If you just need more time, I can can step back. Otherwise I'd be glad to continue with the package maintenance. Regards, Laszlo/GCS -- To UNSUBSCRIBE, email to

Bug#758862: mirror submission for mirror.transip.net

2014-08-22 Thread Transip
Package: mirrors Severity: wishlist Submission-Type: new Site: mirror.transip.net Type: leaf Archive-architecture: ALL amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390x sparc Archive-ftp: /debian/debian-archive/ Archive-http: /debian/debian-archive/

Bug#755154: vlc cache gen should happen at runtime, not buildtime

2014-08-22 Thread Harald Sitter
On Fri, Aug 22, 2014 at 9:38 AM, Rémi Denis-Courmont r...@remlab.net wrote: Le 2014-08-22 10:31, Harald Sitter a écrit : All that being said perhaps the more interesting bit is why exactly VLC thinks the cache is invalid to begin with. In particular considering we only have one build that

Bug#755539: transition: hdf5

2014-08-22 Thread Sébastien Villemot
Le vendredi 22 août 2014 à 10:03 +0200, Gilles Filippini a écrit : = binNMU required = octave-communications Note that this binNMU needs to be done after octave's binNMU. -- .''`.Sébastien Villemot : :' :Debian Developer `. `' http://www.dynare.org/sebastien `- GPG Key:

Bug#758863: plasma-nm: NM applet significantly delays KDE logon, does not connect to WiFi properly thereafter

2014-08-22 Thread Ralf Jung
Package: plasma-nm Version: 0.9.3.4-1 Severity: important Dear Maintainer, since I upgraded plasma-nm from 0.9.3.3-4 to 0.9.3.4-1, logging in to KDE is significantly delayed: The splash screen shows the first three icons, but after showing the blue globe, it stops. Only ~5-10sec later, logging

Bug#755154: vlc cache gen should happen at runtime, not buildtime

2014-08-22 Thread Rémi Denis-Courmont
Le 2014-08-22 11:24, Harald Sitter a écrit : On Fri, Aug 22, 2014 at 9:38 AM, Rémi Denis-Courmont r...@remlab.net wrote: Le 2014-08-22 10:31, Harald Sitter a écrit : All that being said perhaps the more interesting bit is why exactly VLC thinks the cache is invalid to begin with. In

Bug#758864: cups: jessie update/upgrade - cups fails libcups2 (= 1.7.4-4) but 1.7.5-1 is installed

2014-08-22 Thread prioryc
Package: cups Version: 1.7.5-1 Severity: normal Tags: upstream Perform sudo apt-get update / upgrade Upgrade terminates with:- The following packages have unmet dependencies: cups : Depends: cups-daemon (= 1.7.5-1) cups-core-drivers : Depends: cups-daemon (= 1.7.5-1) cups-daemon : Depends:

Bug#758865: r-cran-rcppeigen: embedded copy of eigen3-library

2014-08-22 Thread Anton Gladky
Package: r-cran-rcppeigen Version: 0.3.2.2.0-1 Severity: serious Justification: Policy 4.13 Dear Maintainer, r-cran-rcppeigen ships an embedded copy of eigen3-library. Please, remove it and use for compilation the packaged version of this library. Thanks Anton -- To UNSUBSCRIBE, email to

Bug#757797: Missing dependencies

2014-08-22 Thread Pedretti Fabio
Some additional information after mail discussion with Sylvestre. Here is an example log of the problem when rebuilding libclc package with llvm 3.5, after adding libedit-dev to libclc as a workaround but still with missing libz-dev:

Bug#757906: Dependency solution problems currently with gnuplog

2014-08-22 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hello David, thanks for your very, very great answer. Am Sa den 16. Aug 2014 um 13:43 schrieb David Kalnischkies: [Dependency resolving] Sounds easy, right? Well, I know what it is to resolve dependencies. I did create some solutions in the past

Bug#758616: dpkg: support installing M-A:same packages with different binNMU version

2014-08-22 Thread Emilio Pozuelo Monfort
On 21/08/14 00:21, Guillem Jover wrote: Control: forcemerge 684625 -1 On Tue, 2014-08-19 at 11:25:19 +0200, Emilio Pozuelo Monfort wrote: Package: dpkg Version: 1.17.11 Severity: wishlist Currently M-A:same packages with different versions can't be co-installed. That prevents packages

Bug#758866: Upstream missing / dependency

2014-08-22 Thread Stefan Bühler
Package: libconstantine-java Version: 0.7-5 Hi, the Homepage link (http://github.com/wmeissner/jnr-constants/) is broken; maybe https://github.com/jnr/jnr-constants is upstream now? Also is the dependency on default-jre really necessary or would default-jre-headless do? Because of this jenkins

Bug#758831: w3m segfaults due to infinite recursion if GC issues warning

2014-08-22 Thread Tatsuya Kinoshita
Control: tags -1 + pending On August 21, 2014 at 1:14PM -0700, micah (at addictivecode.org) wrote: Will attach a proposed replacement for 080_gc72.patch shortly. Looks fine. Will be merged soon. Thanks, -- Tatsuya Kinoshita pgpkaG2exybaQ.pgp Description: PGP signature

Bug#755154: vlc cache gen should happen at runtime, not buildtime

2014-08-22 Thread Harald Sitter
On Fri, Aug 22, 2014 at 10:58 AM, Rémi Denis-Courmont r...@remlab.net wrote: Le 2014-08-22 11:24, Harald Sitter a écrit : On Fri, Aug 22, 2014 at 9:38 AM, Rémi Denis-Courmont r...@remlab.net wrote: Le 2014-08-22 10:31, Harald Sitter a écrit : All that being said perhaps the more

Bug#758869: librrd-dev: crashes due to use-after-free bugs

2014-08-22 Thread folkert
Package: librrd-dev Version: 1.4.8-1.1+b1 Severity: important Hi, I'm generating graphs using librrd from within a c++ program. I link against the _th version which should be thread safe. My c++ program contains a webserver. If I keep F5 pressed in my browser and thus let tons of graphs be drawn

Bug#758868: librrd-dev: crashes due to use-after-free bugs

2014-08-22 Thread folkert
Package: librrd-dev Version: 1.4.8-1.1+b1 Severity: important Hi, I'm generating graphs using librrd from within a c++ program. I link against the _th version which should be thread safe. My c++ program contains a webserver. If I keep F5 pressed in my browser and thus let tons of graphs be drawn

Bug#758756: [pkg-cryptsetup-devel] Bug#758755: Bug#758756: libgcrypt20: missing udeb: libgcrypt20-udeb

2014-08-22 Thread Cyril Brulebois
Jonas Meurer jo...@freesources.org (2014-08-22): Thanks for your help Cyril. Does this mean, that you're ok with cryptsetup keeping libgcrypt20 dependency now that the corresponding udeb will be in Debian soon? It's already in. ;)

Bug#758870: nfs-common: nfs v4: uid/gid lookup fails for some of the users

2014-08-22 Thread Piet Plomp
Package: nfs-common Version: 1:1.2.8-9 Severity: important Dear Maintainer, I'm reporting this bug in nfs (4)? where client's uid's/gid's are shown as them instead of their regular ownerships. This has been puzzling me for over a month now. The problem appeared after a system upgrade in jessie.

Bug#758871: rrdtool-dbg: does not contain debug symbols for librrd_th

2014-08-22 Thread folkert
Package: rrdtool-dbg Version: 1.4.8-1.1+b1 Severity: normal rrdtool-dbg: does not contain debug symbols for librrd_th e.g. valgrind gives: ==12723==by 0x6470CF9: rrd_graph_init (in /usr/lib/librrd_th.so.4.2.1) ==12723==by 0x647581E: rrd_graph_v (in /usr/lib/librrd_th.so.4.2.1) ==12723==

Bug#758815: RFS: libircclient/1.8-1 [ITA]

2014-08-22 Thread Dariusz Dwornikowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 21.08.2014 21:16, Eriberto Mota wrote: tags 758815 moreinfo thanks Hi Dariusz. Please: 1. d/changelog: add an explanation about why your removed the -dfsg. Please, see the field 'Source' in d/copyright header. Done, good catch

Bug#758872: jessie: nemo 2.2.4 After upgrade on 21/8/14 not all bookmarks directly accessible on LHS

2014-08-22 Thread prioryc
Package: nemo Version: 2.2.4-1 Severity: important Tags: upstream Running Jessie - updating every day or so to keep up Have several Bookmarks defined which (used to until last night) show up under My Computer on Sidebar These bookmarks relate to both network and local extra physical HDD's After

Bug#758873: migemo-el: installation failure with emacs20/emacs19

2014-08-22 Thread Tatsuya Kinoshita
Package: migemo-el Version: 1:1.2+gh0.20140306-3 Severity: minor Tags: patch Typo in the recent change: ``` diff --git a/debian/migemo-el.emacsen-install b/debian/migemo-el.emacsen-install index 2b4ed8d..57a80cc 100644 --- a/debian/migemo-el.emacsen-install +++ b/debian/migemo-el.emacsen-install

Bug#758874: ITP: python3-pyelliptic -- High level Python 3 wrapper for OpenSSL

2014-08-22 Thread Riley
Package: wnpp Severity: wishlist Owner: Riley bm-2cvqnduybau5do2dfjtrn7zbaj246s4...@bitmessage.ch * Package name: python3-pyelliptic Version : 1.5.3 Upstream Author : Yann Guibet yanngui...@gmail.com * URL : https://github.com/yann2192/pyelliptic/ * License :

Bug#748752: issue fixed ?

2014-08-22 Thread Andreas Glaeser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The issue seems to be fixed now at least when using the GNOME-desktop: andrew@s5:~$ aptitude show liferea Package: liferea State: installed Automatically installed: no Version: 1.10.9-1 Priority: optional Section: gnome

Bug#758875: A few bugs from the very first usage in Italian

2014-08-22 Thread Giuseppe Sacco
Package: lyx Version: 2.0.6-1+b2 Hello, I just installed LyX and had a first look at its welcome page, i.e., the content shown when you run it without arguments. My user is in Italian, so I got an Italian document. The first problem is that at point 3, the text suggest to check the menu ViewDVI

Bug#758876: blender: Freestyle rendering does not work (rendering never finishes)

2014-08-22 Thread Fabian Fagerholm
Package: blender Version: 2.71+dfsg0-4 Severity: normal Dear Maintainer, Freestyle rendering works differently in the Debian-packaged version of blender compared to the version from the upstream blender.org. In the upstream version, Freestyle rendering works and produces the expected result. In

Bug#758877: isc-dhcp-client: [kfreebsd] dhclient-script does not use addresses from dhcp6.ia-na

2014-08-22 Thread Reco
Package: isc-dhcp-client Version: 4.2.2.dfsg.1-5+deb70u6 Severity: normal Dear Maintainer, Both stable and current unstable versions of isc-dhcp-client in Debian/kFreeBSD do not configure network interface with address received from DHCPv6 server

Bug#758868: crash

2014-08-22 Thread Folkert van Heusden
The problem can fairly easy be triggered using this test-code:  http://vps001.vanheusden.com/~folkert/pango-crash.tgz

Bug#758878: ITP: node-temp -- Temporary files, directories, and streams for Node.js

2014-08-22 Thread Tim Retout
Package: wnpp Severity: wishlist Owner: Tim Retout dioc...@debian.org * Package name: node-temp Version : 0.8.1 Upstream Author : Bruce Williams brwco...@gmail.com * URL : https://github.com/bruce/node-temp * License : Expat Programming Lang: JavaScript

Bug#758815: RFS: libircclient/1.8-1 [ITA]

2014-08-22 Thread Eriberto
Hi Dariusz, Thanks for your reply. Sorry, but I have some little adjustments yet. Let's go: d/changelog: put the 'new maintainer' line in the first position. d/copyright: - New licenses (coccoa) added lots of blank spaces. To see, you can use mcedit (apt-get install mc) or 'cat -A copyright'

Bug#758879: gnome-core: my /etc/gdm3/daemon.conf have this srokes AutomaticLoginEnable=true AutomaticLogin=kim , but still if you boot the computer requires a password

2014-08-22 Thread kim
Package: gnome-core Version: 1:3.8+8 Severity: normal Dear Maintainer, *** Reporter, 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

Bug#758880: linux-image-3.14-0.bpo.2-powerpc64: [ppc64] Kernel panic on shutdown

2014-08-22 Thread Reco
Package: src:linux Version: 3.14.13-2~bpo70+1 Severity: normal Dear Maintainer, Current backported version of Linux kernel running in qemu-system-ppc64 panics on shutdown with: [ 567.737855] Oops: Exception in kernel mode, sig: 4 [#1] [ 567.738864] SMP NR_CPUS=32 NUMA pSeries [ 567.739615]

Bug#721352: ustr: do not use cross-built binaries during the build

2014-08-22 Thread Václav Ovsík
Dear Peter, Thank you very much for your precise step by step guide! I think you should public it somewhere, maybe wiki.debian.org. On Sun, Aug 17, 2014 at 10:51:11PM +0300, Peter Pentchev wrote: ... OK, so it wasn't quite simple, but, well, I do believe this is still one of the simplest ways

Bug#702882: Status of igraph packaging for Debian

2014-08-22 Thread Mathieu Malaterre
On Thu, Aug 21, 2014 at 8:33 AM, Andreas Tille andr...@fam-tille.de wrote: Hi Tamás, I realised that there remains an open bug to version 0.6.5. Could you please check whether this exists or not. Mathieu, what do you think? I am not interested in igraph anymore:

Bug#725411: gnupg: gpg blindly imports keys from keyserver responses

2014-08-22 Thread Thijs Kinkhorst
Hi Paul, tags 725411 + security This bug has been fixed in GnuPG 1.4.17. Although it's a good robustness and anti-keyring-polution measure, I don't think it's an acute security issue in stable that needs to be fixed in a DSA, because the threat model is unclear to me. I think it's well

Bug#758881: qemu-system-x86: VNC server can't get all sent chars correctly

2014-08-22 Thread Gabriele Giacone
Package: qemu-system-x86 Version: 2.1+dfsg-3 Severity: normal Dear Maintainer, To reproduce it: Install vncdo: $ sudo apt-get install python-twisted python-imaging $ git clone https://github.com/sibson/vncdotool $ cd vncdotool/ $ sudo python setup.py install $ curl -L -z linux -o linux

Bug#758882: isc-dhcp-client: dhclient prevents remounting / in read-only when jessie booted in recovery mode

2014-08-22 Thread Olivier Berger
Package: isc-dhcp-client Version: 4.3.1-1 Severity: important Dear Maintainer, I'm not sure this really belongs to isc-dhcp-client, and may deserve attention from other maintainers, but I couldn't find a better place for reportbug. If a debian jessie system is rebooted with grub's default

Bug#758883: check-mk: CVE-2014-5339 CVE-2014-5340

2014-08-22 Thread Salvatore Bonaccorso
Source: check-mk Version: 1.2.2p3-1 Severity: grave Tags: security upstream fixed-upstream Hi, the following vulnerabilities were published for check-mk. CVE-2014-5339[0]: Write access to config (.mk) files in arbitrary places on the filesystem CVE-2014-5340[1]: Code executing due to insecure

Bug#758115: Disabled wait state X'32EE' on IPL of zIPL

2014-08-22 Thread Michael Holzheu
On Thu, 21 Aug 2014 19:26:44 -0400 (EDT) Stephen Powell zlinux...@wowway.com wrote: Here are the last few instructions prior to the failure on the failing version, thanks to the CP TRACE facility under z/VM on a real IBM z/890: 2A78 STG E310F0A80024 FEB0

Bug#758884: jenkins.d.n: broken qemu vncserver, please downgrade or apply workaround

2014-08-22 Thread Gabriele Giacone
Package: qa.debian.org Severity: wishlist User: qa.debian@packages.debian.org Usertags: jenkins Dear Maintainer, qemu 2.1 vncserver is broken, see #758881. Please downgrade qemu to 2.0.0+dfsg-4~bpo70+1 and apt-mark-hold it or apply patch from my vncdoworkaround branch@github. Thanks for

Bug#742508: [Python-modules-team] Bug#742508: python-rgain: collectiongain is unusable

2014-08-22 Thread Simon Chopin
Control: tag -1 pending Hi Christian Quoting Christian Marillat (2014-03-24 16:23:57) Package: python-rgain Version: 1.2-1 Severity: serious Dear Maintainer, collectiongain (amd replaygain) doesn't work at all : Dispatching jobs ... Now waiting for results ... Unfortunately, there

Bug#758885: Please support compilation of non-native ruby interpreter support

2014-08-22 Thread Mike Gabriel
Package: ruby-passenger Severity: wishlist Version: 4.0.37-3 Please install these files into the ruby-passenger binary package: dh_install: usr/share/passenger/ruby_extension_source/extconf.rb exists in debian/tmp but is not installed to anywhere dh_install:

Bug#754286: [Python-modules-team] Bug#754286: python-rgain: new upstream version (1.3.2) supports more file types

2014-08-22 Thread Simon Chopin
Control: tag -1 pending Hi Rogério, Quoting Rogério Brito (2014-07-09 16:28:49) Package: python-rgain Version: 1.2-1 Severity: wishlist Hi. The version of python-rgain that we have in Debian is very old and doesn't support some file formats that the new upstream (version 1.3.2, from

Bug#758886: sunxi-tools: Requires u-boot-tools to build which is no longer available for powerpc

2014-08-22 Thread Scott Kitterman
Package: sunxi-tools Version: 1.2-1 Severity: serious Justification: fails to build from source (but built successfully in the past) u-boot has dropped powerpc from its supported architectures, so this package will no longer build on powerpc as currently packaged. It needs to be adapted to build

Bug#751907: libffi6: cannot enable executable stack as shared object requires: Permission denied

2014-08-22 Thread Matthias Klose
Control: severity -1 important when using grsecurity/pax protections so nothing is broken for a default install. patch should be available from:

Bug#134661: Fw: util-linux patch - add option to whereis

2014-08-22 Thread Sami Kerola
Adding a [-q, --quiet] option does not seem necessary. Requested output format can be created on fly with a simple output filter without making the whereis(1) more complex. $ ls -l $(whereis command | cut -d: -f 2) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#758887: RM: stomper -- ROM; Dropped by its rdep, moksha

2014-08-22 Thread Simon Chopin
Package: ftp.debian.org Severity: normal Hi, This package used to be a dependency of the moksha suite, but this dependency has been dropped some time ago. Since I don't have any interest in the package itself, nor does it have a high popcon, I suggest dropping it from the archive. Cheers, Simon

Bug#758888: lmms: Provide links to LADSPA plugins in /usr/lib/ladspa

2014-08-22 Thread Antonio Ospite
Package: lmms Version: 1.0.0-1 Severity: wishlist Dear Maintainer, lmms provides quite a few LADSPA plugins, what about making them available to other programs too? Other programs look for LADSPA plugins in some standard location like for instance /usr/lib/ladspa, if the plugins provided by

Bug#748983: xcb-util: run dh-autoreconf to update config.{sub, guess} and {libtool, aclocal}.m4

2014-08-22 Thread Mauricio Faria de Oliveira
Hi Cyril, On 08/21/2014 04:49 PM, Mauricio Faria de Oliveira wrote: I'm anyway attaching the list of packages installed on one of these chroots, in case it helps someone figure out what the problem is. Ok, thanks. I'll take a look at it. I looked at it, reproduced the package list to what

Bug#750631: [bug #750631] kbd does not set settings

2014-08-22 Thread Benjamin Drung
Hi, I also stumbled over this bug when testing Jessie Beta 1 (which uses systemd). Extending /etc/init.d/kbd with debug information showed that following part of the setup function causes it to exit: if [ ! $CONSOLE_TYPE = serial ]; then readlink /proc/self/fd/0 | grep -q -e /dev/vc

Bug#748983: xcb-util: run dh-autoreconf to update config.{sub, guess} and {libtool, aclocal}.m4

2014-08-22 Thread Cyril Brulebois
Mauricio Faria de Oliveira mauri...@linux.vnet.ibm.com (2014-08-22): That said (i.e., our builds have the 'same' package list, and the same build log until dh_autoreconf is run), now I ran out of things to try. I would ask you please consider testing the build on another environment -- more

Bug#755416: shotwell adoption

2014-08-22 Thread Jörg Frings-Fürst
Hallo László, Am Freitag, den 22.08.2014, 10:14 +0200 schrieb László Böszörményi: Hi Jörg, How the Shotwell adoption goes? I'm a DD and have an almost ready package to upload. If you just need more time, I can can step back. Otherwise I'd be glad to continue with the package maintenance.

Bug#758289: package in NEW not listed as pending upload

2014-08-22 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, On 22 August 2014 12:29, Jonas Smedegaard d...@jones.dk wrote: The package libmoox-cmd-perl is in the NEW queue: https://ftp-master.debian.org/new/libmoox-cmd-perl_0.009-1.html ...but still - after several days - lists as Owned WNPP bugs,

Bug#758889: RFP: node-yamlish -- Parser/encoder for the YAMLish format

2014-08-22 Thread Tim Retout
Package: wnpp Severity: wishlist * Package name: node-yamlish Version : 0.0.6 Upstream Author : Isaac Z. Schlueter i...@izs.me * URL : https://github.com/isaacs/yamlish * License : Expat Programming Lang: JavaScript Description : Parser/encoder for the

Bug#757987: kfreebsd: cannot create swap space

2014-08-22 Thread Steven Chamberlain
reassign 757987 partman-basicfilesystems found 757987 partman-basicfilesystems/96 tags 757987 + patch user debian-...@lists.debian.org usertags + kfreebsd thanks Hi, partman-basicfilesystems 96 added commit.d/format_swap, which uses mkswap (a Busybox utility for formatting Linux swap space) for

Bug#757987: kfreebsd: cannot create swap space

2014-08-22 Thread Samuel Thibault
Steven Chamberlain, le Fri 22 Aug 2014 14:42:45 +0100, a écrit : mkswap, and the whole format_swap script, is of no use to kfreebsd (or hurd I presume - please correct me if I'm wrong) hurd uses the same format as Linux, do not disable formatting swap there. Samuel -- To UNSUBSCRIBE, email

Bug#757987: kfreebsd: cannot create swap space

2014-08-22 Thread Steven Chamberlain
On 22/08/14 14:48, Samuel Thibault wrote: hurd uses the same format as Linux, do not disable formatting swap there. Thanks, that's surprising; glad I asked. New patch attached. Regards, -- Steven Chamberlain ste...@pyro.eu.org * Skip commit.d/format_swap on kfreebsd-*, whose swap

Bug#758616: dpkg: support installing M-A:same packages with different binNMU version

2014-08-22 Thread Guillem Jover
Control: unmerge -1 On Fri, 2014-08-22 at 11:46:54 +0200, Emilio Pozuelo Monfort wrote: On 21/08/14 00:21, Guillem Jover wrote: On Tue, 2014-08-19 at 11:25:19 +0200, Emilio Pozuelo Monfort wrote: Package: dpkg Version: 1.17.11 Severity: wishlist Currently M-A:same packages with

Bug#758890: lua-filesystem: FTBFS on hurd-i386

2014-08-22 Thread Svante Signell
Source: lua-filesystem Version: 1.6.2-1 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd Hi, lua-filesystem fails to build from source on GNU/Hurd due to MAXPATHLEN usage in src/lfs.c, which is not defined. Since the source comment says that getcwd(NULL,0) is not

Bug#755154: vlc cache gen should happen at runtime, not buildtime

2014-08-22 Thread Fabian Greffrath
Am Freitag, den 22.08.2014, 11:58 +0300 schrieb Rémi Denis-Courmont: But we are talking about the Debian packaging system here. Failing to install means screwing up the whole oeprating system. I agree with Harald that it IMHO makes more sense to generate the plugin cache at install time

Bug#755154: vlc cache gen should happen at runtime, not buildtime

2014-08-22 Thread Rémi Denis-Courmont
Le 2014-08-22 17:02, Fabian Greffrath a écrit : However, I think it would be a good idea to add plugin cache generation as an additional test during build phase. How about that? Unless Debian has pro-actively patched it out of the upstream build system, it's already being done. -- Rémi

Bug#758725: package mrpt_1:1.2.1-1 FTBFS on i386, amd64, mips*

2014-08-22 Thread Jurica Stanojkovic
I will try to fix de-serialization problems on big endian. For now i have tried to build package with your patches 1) https://github.com/jlblancoc/mrpt/commit/9a878c0950edd8ca7de6f4584f920c4e0db05ecc 2) https://github.com/jlblancoc/mrpt/commit/289498fc34703c2fcf6b61e72c3311144e5fb570 and ifdef

Bug#757961: Does not work with GCC 4.9, default GCC in Jessie

2014-08-22 Thread Graham Inggs
On 21/08/2014 23:02, Tomasz Rybak wrote: Not necessarily. I'll build (and test) PyCUDA on my machine, then build amd64 and i386 packages in pbuilder. As building does not require running any kernels, but only presence of CUDA headers, it'll work without any problems. OK, great. BTW - do you

Bug#758891: lintian: False positive for dh_xine

2014-08-22 Thread Christian Marillat
Package: lintian Version: 2.5.25 Severity: normal Dear Maintainer, When I did a xine-ui rebuild lintian report : E: xine-ui source: missing-build-dependency-for-dh-addon xine = libxine-dev dh_xine is now packaged in libxine2-dev and not libxine-dev. Christian -- System Information: Debian

Bug#758892: boost/thread.hpp: compilation fails with clang for particular CPUs

2014-08-22 Thread Andrey Gursky
Package: boost1.55 Version: 1.55.0+dfsg-2 Severity: normal Dear maintainer, programs using boost thread fail to compile with clang for particular CPUs: #include boost/thread.hpp int main() { return 0; } $ clang++-3.4 -march=corei7 -o test test.cpp -lboost_system In file included from

Bug#758893: ebhttpd outputs invalid HTML for superscripts

2014-08-22 Thread Joel Dejesus
Package: ebhttpd Version: 1:1.0.dfsg.1-4.3 Severity: minor Tags: patch ebhttpd currently outputs invalid HTML to represent superscripts, the correct tag is sup, not super. Patch: --- a/ebhttpd/hookset.c +++ b/ebhttpd/hookset.c @@ -537,7 +537,7 @@ hook_begin_superscript(book, appendix,

Bug#756055: RM: git-stuff -- RoM

2014-08-22 Thread Daniel Baumann
ping. -- Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#756903: systemd: Boot hangs if filesystems unavailable

2014-08-22 Thread Stefan Monnier
- If a mount fails, keep on booting. And then do your best to try and bring this problem to the attention of someone (mentioning the nofail option in that same message). Only stop the boot if the partition is explicitly marked as critical or stoponfail. Well, 'fail', which is the default,

Bug#704467: Suppress deprecated address

2014-08-22 Thread Andreas Feldner
Over one year gone I found a bug in your patch: for the if method, you need to add | grep -v deprecated to the filter of the ip command. BTW, wise decision to use ip rather than ifconfig: you have no chance with the former, afaik. Cheers and thanks for the patch! Andreas.

Bug#758894: texmaker: print offset when using internal pdf viewer

2014-08-22 Thread Matthias Bodenbinder
Package: texmaker Version: 4.3-1 Severity: normal When printing letters created with dinbrief or scrlttr2, the foldmarks (and as such the whole page) are ca. 3 mm too low. When using the external viewer (okular) and printing from there, the print is correct. Which means the foldmarks are ca. 3 mm

Bug#757762: [Pkg-owncloud-maintainers] Bug#757762: owncloud-client: Confusing NEWS.Debian entry

2014-08-22 Thread Gaudenz Steinlin
Hi Sandro Sandro Knauß b...@sandroknauss.de writes: Hey, Thanks for your bugreport. It is quite hard to say if it still valid, that the oCC will sqash your configuration. We just tried the instalation 1.5 - 1.6.0~beta and were faced with this issue, thats why created the NEWS entry.

Bug#758826: [patch] fix if $HOME is not writable

2014-08-22 Thread Guillem Jover
Hi! On Thu, 2014-08-21 at 21:12:20 +0200, Michael Vogt wrote: Package: debsig-verify Version: 0.10 I ran into a issue today that debsig-verify would fail if $HOME was not writable to the debsig-verify progress. The reason is that gpg tries to create/read a ~/.gnupg/{pubring,secring}.gpg.

Bug#753487: RFS: stda/1.3.1-1 -- new upstream release (package already in Debian)

2014-08-22 Thread Dimitar Ivanov
Hello Eriberto, I implemented most of the changes you requested. On Wed, 20 Aug 2014, Eriberto Mota wrote: tags 753487 moreinfo thanks Hi Dimitar. Please: 1. d/compat: change to 9. Done. 2. d/control: - Set 9 to debhelper. - Consider change the priority to optional. Please, read

Bug#758895: Postfix: can't upgrade when in ltsp chroot due to relayhost==myhostname

2014-08-22 Thread Jon Daley
Package: postfix Version: 2.11.1-1 I run postfix on thin client in a LTSP environment. I am trying to upgrade from 2.10-2 to 2.11.1-1. However, the upgrade doesn't work any more, because I have the relayhost set to the hostname of the LTSP master, and myhostname is not set on the chroot

Bug#758218: live-build: Packages helper includes packages excluded by tasksel

2014-08-22 Thread Daniel Baumann
having though about this again, i think we should do two things: * keep the Packages helper as is - it's a 'stupid' tool that just does exactly what told: trying to install all packages matching a certain criteria without exception/automagics etc. * either, directly use tasksel to

Bug#758897: Should not be shipped in jessie

2014-08-22 Thread Moritz Muehlenhoff
Package: fckeditor Severity: serious fckeditor is an old version of the ckeditor package also present in the archive. fckeditor is already out of testing due to unrelated RC bugs, but I'm filing this separate bug to prevent it from entering jessie again. Packages still using fckeditor should

Bug#758896: witty: FTBFS on all buildds: fails to remove /usr/share/doc/libwt-doc/examples': Directory not empty

2014-08-22 Thread Cyril Brulebois
Source: witty Version: 3.3.3+dfsg-3 Severity: serious Justification: FTBFS Hi, your package FTBFS everywhere so far due to: | make[1]: Leaving directory '/«BUILDDIR»/witty-3.3.3+dfsg/build-shared' | mkdir -p /«BUILDDIR»/witty-3.3.3+dfsg/debian/tmp/usr/share/doc/libwt-doc/ | mkdir -p

Bug#756469: libfuntools-dev and libbsd-dev: error when trying to install together

2014-08-22 Thread Guillem Jover
Hi! On Wed, 2014-07-30 at 08:57:06 +0200, Ralf Treinen wrote: Package: libbsd-dev,libfuntools-dev Version: libbsd-dev/0.7.0-1 Version: libfuntools-dev/1.4.4+dfsg-1 Severity: serious User: trei...@debian.org Usertags: edos-file-overwrite Date: 2014-07-30 Architecture: amd64 Distribution:

Bug#758898: filezilla: assertion failures at start

2014-08-22 Thread Moritz Molle
Package: filezilla Version: 3.9.0.1-0.1 Severity: minor Dear Maintainer, When I start filezilla, I get assertion errors. This doesn't seem to affect the functionality, but it's a little annoying. ASSERT INFO: .../include/wx/string.h(1536): assert !empty() failed in Last(): wxString: index out

Bug#758249: transition: liblas

2014-08-22 Thread Sebastiaan Couwenberg
On 08/21/2014 06:09 PM, Ross Gammon wrote: 5) binNMU pktools Once the mips build is done in a couple of days, I think dep-wait requests for the BD-Uninstallable architectures should be used just in case the GDAL build is fixed in the mean time. I think the syntax for the nmu and dw commands

  1   2   3   >