Bug#746251: catfish: /usr/bin/catfish fails to run - no such job error

2014-05-04 Thread Jackson Doak
Please nmu/team-upload this. I have not had access to a linux pc for around a month and won't have one for a few more weeks. I have forwarded this to the upstream developer so he sees the fix On Mon, May 5, 2014 at 4:38 PM, Vincent Cheng wrote: > Hi Jackson, > > > Dear Maintainer, > > > > Afte

Bug#746995: aptitude upgrade is inconsistent (UI vs command line)

2014-05-04 Thread Vincent Lefevre
On 2014-05-05 10:10:34 +0800, Daniel Hartwig wrote: > The curses and command line interfaces are not equivalent. The curses > interface provides more detailed feedback and perhaps greater > opportunity for the user to browse the proposed set of actions, and > for this reason is less conservative w

Bug#747058: [dispcalGUI] Missing __init__.py files

2014-05-04 Thread Török Edwin
Package: dispcalGUI Version: 2.0.0.0-1 Severity: normal --- Please enter the report below this line. --- See discussion here: https://groups.google.com/forum/#!msg/colorhug-users/QsPpCBI2dHM/ASWfFCarej0J When I start dispcalGUI I get this error, which causes the 'Options -> Create display prof

Bug#746251: catfish: /usr/bin/catfish fails to run - no such job error

2014-05-04 Thread Vincent Cheng
Hi Jackson, > Dear Maintainer, > > After the last Stable update /usr/bin/catfish fails to run with a "no > such job" error. > > bash: fg: %python%: no such job > > Changing the contents in /usr/bin/catfish from > > #!/usr/bin/env bash > %python% /usr/share/catfish/bin/catfish.py "$@" > > to > > #!

Bug#747057: poppler: please cherry-pick fix for upstream bug #78145

2014-05-04 Thread Paul Wise
Package: poppler-utils Version: 0.24.5-3 Severity: wishlist Control: forwarded -1 https://bugs.freedesktop.org/show_bug.cgi?id=78145 Please cherry-pick this patch that fixes upstream bug #78145, which lists errors extracting text from some PDFs. http://cgit.freedesktop.org/poppler/poppler/patch/?

Bug#747056: FTBFS: Bundle org.eclipse.mylyn.github.core_3.1.0.201310021548-r failed to resolve.

2014-05-04 Thread Michael Tautschnig
Package: eclipse-mylyn-tasks-github Version: 3.1.0-1 Severity: serious Usertags: goto-cc During a rebuild of all packages in a clean sid chroot (and cowbuilder+pbuilder) the build failed with the following error. /usr/lib/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_3.8.1.dist/scripts/generi

Bug#747055: csstidy: breaks css calc operator

2014-05-04 Thread Brian May
Package: csstidy Version: 1.4-3 Severity: normal csstidy will translate the following css: .module table { width: 99%; width: calc(100% - 8px); } into: .module table{ width:calc(100%-8px); } Which, unfortunately, is broken because the '-' operator must be separated by white space, or t

Bug#746968: ibus-array should be removed

2014-05-04 Thread Osamu Aoki
Hi, On Mon, May 05, 2014 at 02:26:44AM +0800, Keng-Yu Lin wrote: > As an Array 30 IM user, the ibus-table-array30 package did not > implement the full features of the Array 30 IME (such as no quick > codes, no first and second class simple codes) where ibus-array > implemented these extra features

Bug#747054: FTBFS: package javax.servlet.http does not exist

2014-05-04 Thread Michael Tautschnig
Package: eclipse Version: 3.8.1-5.1 Severity: serious Usertags: goto-cc During a rebuild of all packages in a clean sid chroot (and cowbuilder+pbuilder) the build failed with the following error. [...] pre.@dot: [javac] Compiling 86 source files to /srv/jenkins-slave/workspace/sid-goto-cc-ec

Bug#747053: libcsiro0 depends on libqhull5, but repository contains libqhull6 (blocks installation of libplplot* )

2014-05-04 Thread JWM
Package: libcsiro0 Version: 5.9.9-5+b1 Severity: important Trying to install libplplot11 fails, due to its dependency upon libcsiro0, which lists libqhull5 as a dependency. The Debian repository already includes libqhull6, but no libqhull5, which means the plplot-related packages cannot be instal

Bug#747027: emma does not work with Java 7 bytecode

2014-05-04 Thread Emmanuel Bourg
Le 05/05/2014 01:29, tony mancill a écrit : > So I believe the question is whether emma provides any value to users if > it only supports source and target 1.6. If it doesn't, then we should > request its removal. Otherwise, I think the severity of this bug should > be decreased. +1 for removin

Bug#747052: FTBFS: undefined reference to symbol 'pow@@GLIBC_2.2.5'

2014-05-04 Thread Michael Tautschnig
Package: easyspice Version: 0.6.8-2 Usertags: goto-cc During a rebuild of all packages in a clean sid chroot (and cowbuilder+pbuilder) the build failed with the following error: [...] x86_64-linux-gnu-gcc -Wall -Wall -g -O2 -Wl,-z,defs -o easy_spice main.o support.o interface.o callbacks.o spi

Bug#746441: More infos on the tag

2014-05-04 Thread Osamu Aoki
hi, On Sun, May 04, 2014 at 11:31:58PM +0200, Stéphane Blondon wrote: > Hello, > > 2014-05-04 15:59 GMT+02:00 Osamu Aoki : > > On Thu, May 01, 2014 at 12:47:13AM +0200, Stéphane Blondon wrote: > >> For example: > >> > >> > >> The following is the > >> > >> documentation which you should read a

Bug#747051: libjavascriptcoregtk-3.0-0: regular expression matching wrong on armel

2014-05-04 Thread microrffr+debian
Package: libjavascriptcoregtk-3.0-0 Version: 2.4.1-2 Severity: normal Dear Maintainer, The following regular expression isn't matched right. It appears in test 26 of the Acid3 test. In jsc from libjavascriptcoregtk-3.0-bin: >>> 'eat-'.match(/AT\W/i) null >>> 'eeat-'.match(/AT\W/i)

Bug#746579: libwww-perl: HTTPS_CA_DIR or HTTPS_CA_FILE disables peer certificate verification for IO::Socket::SSL

2014-05-04 Thread Salvatore Bonaccorso
Hi Jakub, On Sun, May 04, 2014 at 10:50:24AM +0200, Jakub Wilk wrote: > * Jakub Wilk , 2014-05-02, 15:44: > >So the intention was to disable only hostname verification, for > >compatibility with Crypt::SSLeay (why?!), but the effect is that > >the SSL_verify_mode is set to 0. > > To elaborate a b

Bug#747050: update-mime should not quote %s

2014-05-04 Thread Charles Plessy
Control: tag -1 pending Le Mon, May 05, 2014 at 02:45:27PM +1000, Peter Chubb a écrit : > > /etc/mailcap is generated by /usr/sbin/update-mime from files in > /usr/lib/mime/packages. Currently, update-mime adds single quotes > around %s entries. … > - > s/([^\s;]\

Bug#646831: can't confirm

2014-05-04 Thread Xavier Brochard
I can't confirm this using kde 4.11.5 on Jessie I've tested on one randowly web page from www.lupa.cz during 30 minutes using webkit engine. While it's true that konqueror's memory consumption vary, it actually grow and decrease because of the web site. But never more than 30% of the memory on

Bug#700846: Service file

2014-05-04 Thread Martin Pitt
Hey Cameron, Cameron Norman [2014-05-04 14:24 -0700]: > Yes, it looks like it does, from man:mounted(7): Ah, thanks for pointing out. (Sorry, I've never gotten deep into these finesses of upstart rules) > The point taken from this is that the issues you are hitting may be > because resolvconf ne

Bug#747050: update-mime should not quote %s

2014-05-04 Thread Peter Chubb
Package: mime-support Version: 3.54 /etc/mailcap is generated by /usr/sbin/update-mime from files in /usr/lib/mime/packages. Currently, update-mime adds single quotes around %s entries. Well-behaved clients of /etc/mailcap already protect spaces, quotes, etc., in file names. For example the fl

Bug#727171: mime-support: /etc/mime.types of pcf font

2014-05-04 Thread Charles Plessy
Control: tag -1 + confirmed Le Wed, Oct 23, 2013 at 10:36:43AM +1100, Kevin Ryde a écrit : > > gnome-font-viewer in /usr/share/applications/gnome-font-viewer.desktop > has application/x-font-pcf which seems reasonable. > > MimeType=...application/x-font-pcf > > Changing /etc/mime.types to x

Bug#685830: summary 685830 The use of text/ for interpreted languages (scripts) is discouraged already by IETF and things like javascript/ecmascript are already migrated to application/*, the legacy t

2014-05-04 Thread Charles Plessy
Le Fri, Aug 24, 2012 at 11:48:40PM +0200, Ondřej Surý a écrit : > summary 685830 The use of text/ for interpreted languages (scripts) is > discouraged already by IETF and things like javascript/ecmascript are already > migrated to application/*, the legacy text/* definitions being deprecated. > tha

Bug#634254: mime-support: The mailcap system is incompatible with GNU Screen (should use $SHELL)

2014-05-04 Thread Charles Plessy
Le Mon, May 05, 2014 at 02:03:36PM +0900, Charles Plessy a écrit : > > Hello dear Vincent and Jonathan, Hmmm, that is a typo, sorry for the over-sweetness of the salutation :) Cheers, -- Charles -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubsc

Bug#746149: libmatheval: diff for NMU version 1.1.10+dfsg-1.2

2014-05-04 Thread dai
tags 746149 + patch tags 746149 + pending thanks Dear maintainer, I've prepared an NMU for libmatheval (versioned as 1.1.10+dfsg-1.2) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. -- Regards, dai GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 78

Bug#743393: bug 743393 followup

2014-05-04 Thread Noah Meyerhans
Control: severity -1 wishlist thanks There are two items described in this bug report: 1. Spamassassin needs to be reconfigured in order to work on custom kernels that do not have IPv6 built in. 2. /etc/cron.d/spamassassin blocks execution later cron.daily jobs for up to 1 hour. Both of these s

Bug#634254: mime-support: The mailcap system is incompatible with GNU Screen (should use $SHELL)

2014-05-04 Thread Charles Plessy
Control: tag -1 + confirmed thanks Le Fri, Jul 22, 2011 at 02:55:45AM +0200, Vincent Lefevre a écrit : > > On 2011-07-21 12:48:17 -0500, Jonathan Nieder wrote: > > Could you elaborate? Currently "run-mailcap" only reads $DISPLAY and > > does not write $XAUTHORITY or any other variable, and that

Bug#746758: ldnsutils: ldns-keygen creates private key world readable

2014-05-04 Thread Salvatore Bonaccorso
Control: retitle 746758 ldnsutils: CVE-2014-3209: ldns-keygen creates private key world readable Hi, On Sun, May 04, 2014 at 03:12:42PM +0200, Leon Weber wrote: > Upstream bug: A CVE was assigned now for this issue: CVE-2014-3209 (pleas

Bug#746626: sks: non-persistent XSS

2014-05-04 Thread Salvatore Bonaccorso
Control: retitle 746626 sks: CVE-2014-3207: non-persistent XSS Hi, On Fri, May 02, 2014 at 06:11:43AM +0200, Salvatore Bonaccorso wrote: > A non-persistent XSS vulnerability was found in sks. A CVE is not > (yet) assigned. See [0], [1] and [2] for details: > > [0] http://www.openwall.com/lists/

Bug#747049: iceweasel: Missing favicon for start page

2014-05-04 Thread Mattthew Gabeler-Lee
Package: iceweasel Version: 29.0-1 Severity: minor The "Iceweasel Start Page" is missing a favicon. Normally, this is pretty insigificant, but if the tab gets pinned, esp. with the new version 29 UI, the tab all but dissapears. It appears that the missing resource is chrome://branding/content/i

Bug#682743: mime-support: Please update the Scilab extensions

2014-05-04 Thread Charles Plessy
Control: tag -1 - patch Le Wed, Jul 25, 2012 at 11:32:11AM +0200, Sylvestre Ledru a écrit : > > Le Wed, Jul 25, 2012 at 11:05:41AM +0200, Sylvestre Ledru a écrit : > > > >> Index: mime-support-3.52/mime.types > >> === > >> --- mime-su

Bug#384161: mime-support: Verify that .mime files don't contain random garbage

2014-05-04 Thread Charles Plessy
Le Tue, Aug 22, 2006 at 11:33:55AM +0100, Sam Morris a écrit : > > It would be nice if update-mime would check the syntax of the .mime > files it creates /etc/mailcap from. This would make bugs such as #373178 > easier to detect. Dear Sam, I am considering to emit a warning if lines do not start

Bug#721138: gbp, git-pbuilder needs more emphasis

2014-05-04 Thread Osamu Aoki
control: severity 721138 normal control: retitle 721138 "Document gbp more" Hi, Looking at systemd and Gnome packager moving to use gbp optionally with gbp-pq, it seems to add more focus on gbp. (See GBP references below) autopkgtest and piuparts are worth having 1-line pointers. debci: this m

Bug#712763: /lib/lsb/init--functions.d/70-upstart

2014-05-04 Thread Cameron Norman
El Fri, 2 de May 2014 a las 8:12 PM, Dimitri John Ledkov escribió: On 3 May 2014 03:55, Cameron Norman wrote: El Fri, 2 de May 2014 a las 7:46 PM, Dimitri John Ledkov escribió: Would you like any help, or do you got it? Save attached file as /lib/lsb/init-functions.d/01-upstart-lsb .

Bug#732446: maint-guide: encourage package maintainers to check upstream cryptographic signatures

2014-05-04 Thread Osamu Aoki
Package: maint-guide Version: 1.2.32 Followup-For: Bug #732446 Francois Marier's Debian Planet blog reminded me to update on this. http://feeding.cloud.geek.nz/posts/whats-in-a-debian-directory/ Adding signature check documentation reference is still in my TODO list :-) Osamu FYI: I was busy

Bug#747048: ifupdown: /etc/init.d/networking Occasional long delays at boot from dhclient

2014-05-04 Thread Zebedee
Package: ifupdown Version: 0.7.8 Severity: normal The dhclient program is started indirectly by ifup, called in /etc/init.d/networking. This delays boots while searching for an internet connection on occasional random boots, and possibly is related to the operation of startpar. It is caused by th

Bug#747010: link to the coturn package at mentors

2014-05-04 Thread Oleg Moskalenko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 http://mentors.debian.net/package/coturn -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iQEcBAEBCgAGBQJTZvtPAAoJEAMGIiRcHlm0PNcH/jMxNxvxkP/HFAwK72LDAp+2 Facog2IJcudK6WC

Bug#741573: Please decide on a reversion of commit 3785878 in the Policy's Git repository.

2014-05-04 Thread Charles Plessy
Le Thu, Apr 10, 2014 at 09:22:47AM +0900, Charles Plessy a écrit : > Le Wed, Apr 09, 2014 at 11:34:51PM +0100, Ian Jackson a écrit : > > > > It is the demotion of the traditional menu from "should" to "can" > > which is controversial. For the reasons I have already explained, I > > do not agree w

Bug#747010: link to the coturn package

2014-05-04 Thread Oleg Moskalenko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 http://mentors.debian.net/package/coturn -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iQEcBAEBCgAGBQJTZvp5AAoJEAMGIiRcHlm0Y5wIAJ7ucdGDiNZGzb6xXpADRzY0 fPr1LqUHD8y66UA

Bug#747019: www.debian.org/intro/cn: Chromium language settings changed

2014-05-04 Thread Paul Wise
On Mon, May 5, 2014 at 3:27 AM, Laura Arjona Reina wrote: > Attached there's a patch for the webwml/english/intro/cn.wml file. Perhaps the page should list the actions for different versions of Chromium? -- bye, pabs http://wiki.debian.org/PaulWise -- To UNSUBSCRIBE, email to debian-bugs-di

Bug#745842: liferea: description is too geeky

2014-05-04 Thread David Smith
On 05/02/2014 02:25 PM, Lars Windolf wrote: > > OCS is totally lost these days (it was an OPML alternative for a > while). Actually > support was removed upstream quite some while ago. So please do not > mention > it. IMO mentioning RSS and Atom is probably enough for most users. More > interesting

Bug#741227: #741227: pbuilder fails with unmet build dependencies

2014-05-04 Thread Drew Parsons
Source package vte3 (binary package libvte-2.90-9 etc) also seems to be affected by this bug. In vte3, debian/control is autogenerated from control.in, which results in a blank line appearing before the Source line. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a su

Bug#746727: [Pkg-openldap-devel] Bug#746727: slapd: Please include slapd-sha2 contrib module

2014-05-04 Thread Ryan Tandy
severity 746727 wishlist tags 746727 - upstream + confirmed pending thanks Hi Michael, On 02/05/14 02:19 PM, Michael Przybylski wrote: > I ran into a particularly vexing problem with OpenLDAP: > I populated a user record with a SSHA-512 user password via Apache Directory > Studio and could verify

Bug#552160: #552160 - gnome-settings-daemon: Mouse button 2 and 3 not working anymore

2014-05-04 Thread Norbert Preining
On Sun, 04 May 2014, althaser wrote: > Could you please still reproduce this issue with newer > gnome-settings-daemon version like 3.4.2+git20121218.7c1322-3+deb7u3 or > 3.8.5-2 ? I have purged all gnome-shell related things from my hard disk, please close to your liking. Norbert ---

Bug#746928: libm17n-0: Drop dependency on m17n-contrib

2014-05-04 Thread Theppitak Karoonboonyanan
On Sun, May 4, 2014 at 7:48 PM, Harshula wrote: > I was hoping to wait till the next upstream release of libm17n so I > could do both the upstream update and drop the dependency. ;-) > > Are you happy to wait? Of course. It's not that urgent. Just file it for the record while I was at it during

Bug#734476: [Pkg-mozext-maintainers] Bug#734476: mozilla-devscripts: tool to convert "Version History" pages to changelogs

2014-05-04 Thread Ximin Luo
On 02/05/14 06:02, Jakub Wilk wrote: > * Ximin Luo , 2014-05-02, 01:42: >> To save some round trips I pre-emptively used the ISC license for >> consistency with the existing package. Of course Jakub as the original >> author gets to pick the license, so please tell us if you agree with ISC or >>

Bug#314952: mime-support: update-mime should warn users about non-existent packages in mailcap.order

2014-05-04 Thread Charles Plessy
Le Sun, May 04, 2014 at 09:25:10PM +1000, Drew Parsons a écrit : > > I can't think of any occasion myself when you'd deliberately want to > allow a null entry in /etc/mailcap.order, but I appreciate that someone > might possibly have a use for it. Thanks for the fast answer ! I have asked for a

Bug#741070: note

2014-05-04 Thread Jason Woofenden
> You need the josm-plugins package from experimental. There doesn't seem to be a josm-plugins in experimental. Proof: https://packages.debian.org/experimental/josm-plugins I'm guessing it wasn't in experimental a month ago when I tried, I don't know how to check. The version of josm-plugins in

Bug#723880: Updating bubbros

2014-05-04 Thread Paul Wise
Control: severity -1 wishlist Control: retitle -1 transform the original levels to python code On Mon, May 5, 2014 at 2:22 AM, Juhani Numminen wrote: > I’d like to help with the bubbros package. Currently it’s not in > testing because of an RC bug. https://bugs.debian.org/723880 > I’m writing thi

Bug#747047: [unetbootin] Please remove dependency on gksu | kdesudo

2014-05-04 Thread 张敬强
Package: unetbootin Severity: important --- Please enter the report below this line. --- Unetbootin works without gksu | kdesudo. And they are not the only way to get root privileges. They should be suggested not even recommanded. --- System information. --- Architecture: amd64 Kernel

Bug#682895: [6536b40] Fix for Bug#682895 committed to git

2014-05-04 Thread Manoj Srivastava
tags 682895 +pending thanks Hi, The following change has been committed for this bug by Manoj Srivastava on Sun, 4 May 2014 18:14:56 -0700. The fix will be in the next upload. = [master]: A new bug fixing release *

Bug#746897: Bug#746900: qtdeclarative-opensource-src: ftbfs with GCC-4.9

2014-05-04 Thread Lisandro Damián Nicanor Pérez Meyer
On Monday 05 May 2014 01:02:45 Matthias Klose wrote: > Am 04.05.2014 19:36, schrieb Lisandro Damián Nicanor Pérez Meyer: > > These bugs seems to be just symbols issues. If so, trying to fix them > > while > > "just symbols" resulting in a build failure. We might have a different understanding of

Bug#747046: magicmaze: can't open ttf-isabella/Isabella.ttf; font now under isabella/Isabella.ttf

2014-05-04 Thread r
Package: magicmaze Version: 1.4.3.6+dfsg-2 Severity: important Dear Maintainer, $ magicmaze Starting Magic Maze... Setting up graphics... /usr/lib/ruby/vendor_ruby/magicmaze/graphics.rb:170:in `open': Couldn't open font /usr/share/fonts/truetype/ttf-isabella/Isabella.ttf: Couldn't open /usr/sh

Bug#682895: another example of memory corruption

2014-05-04 Thread Manoj Srivastava
Hi, Trying the second reproduction recipe with make 4.0 seems to indicate thi problem has gone away: --8<---cut here---start->8--- __> make VAR=q all echo q q __> make VAR=q all echo q q __> make VAR=q all echo q q __> make VAR=q all echo q q __> cat m

Bug#736055: Any updates?

2014-05-04 Thread Adam Baxter
Re-sending to the tracker, sorry. Ask, > > Basically I have to provide a watch file to grab the most recent file > from the download page[1], but being quite unfamiliar with watch files > and not so well versed in packaging in general, I haven't gotten > around to it. If you can help with this o

Bug#747044: udev: fails to bring hotplug interface up (with systemd)

2014-05-04 Thread Michael Biebl
On 5. Mai 2014 00:41:19 MESZ, Gero Treuner wrote: >Package: udev >Version: 204-8 >Severity: important >Tags: patch > >Actually the bug is related to systemd but should be fixed in udev IMO. > >If a network device contains a '-' character, ifup is not executed by >systemctl (systemd service) and

Bug#694719: chromium: After browser has run for a while, new windows open with 'Your profile could not be opened correctly.'

2014-05-04 Thread Sam Morris
reopen 33.0.1750.152-1 thanks Happened today, in fact. :) -- Sam Morris 3412 EA18 1277 354B 991B C869 B219 7FDB 5EA0 1078 signature.asc Description: This is a digitally signed message part

Bug#747045: base-installer: Install hangs when attempting to format EFI system partition

2014-05-04 Thread Mike
Package: base-installer Severity: important Dear Maintainer, When installing on an EFI based computer, the installation will hang while attempting to format an EFI system partition. If the partition already exists and is already formatted, the install proceeds normally. I have seen this behavior

Bug#747027: emma does not work with Java 7 bytecode

2014-05-04 Thread tony mancill
On 05/04/2014 01:16 PM, Julian Andres Klode wrote: > Package: libemma-java > Version: 2.0.5312+dfsg-4 > Severity: grave > > Running emma on bytecode generated by openjdk-7's javac fails, but it > works fine on Java code produced by openjdk 6. JDK 6 will not be part > of jessie. Hi Julian, This a

Bug#737396: nothing similar found in kde's BTS

2014-05-04 Thread Xavier Brochard
Browsing all reports about kscreensaver in Kde's BTS, I found nothing similar https://bugs.kde.org/buglist.cgi?quicksearch=kscreensaver -- Xavier -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.or

Bug#747044: udev: fails to bring hotplug interface up (with systemd)

2014-05-04 Thread Gero Treuner
Package: udev Version: 204-8 Severity: important Tags: patch Actually the bug is related to systemd but should be fixed in udev IMO. If a network device contains a '-' character, ifup is not executed by systemctl (systemd service) and therefore setup of the device fails. The character might trigg

Bug#747043: RM: python-pipeline; orphaned and conflicts with django-pipeline

2014-05-04 Thread Brian May
Package: ftp.debian.org Severity: normal Hello, python-pipeline was renamed upstream to python-grapevine. http://jwilk.net/software/python-grapevine python-pipeline itself has been orphaned: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620067 python-pipeline conflicts with python-django-pi

Bug#738696: acpi-support-base: acpi-support CheckPolicy() should account for mate-power-manager and logind

2014-05-04 Thread Laurent Bigonville
Package: acpi-support-base Followup-For: Bug #738696 Hi, After reading the ubuntu changelog it seems that they made some changes related to logind in 0.142. Shouldn't this version be imported in debian too? Cheers, Laurent Bigonville -- System Information: Debian Release: jessie/sid APT pref

Bug#746897: Bug#746900: qtdeclarative-opensource-src: ftbfs with GCC-4.9

2014-05-04 Thread Matthias Klose
Am 04.05.2014 19:36, schrieb Lisandro Damián Nicanor Pérez Meyer: > These bugs seems to be just symbols issues. If so, trying to fix them while > "just symbols" resulting in a build failure. > gcc-4.9 is not the default compiler might be a call for problems and > rebuilds. > > The best approach

Bug#737628: xpdf no longer takes Xpdf.initialZoom into account

2014-05-04 Thread Vincent Lefevre
On 2014-05-04 12:54:34 +0100, Adam Sampson wrote: > The problem is that the GlobalParams/XpdfParams splitting patch applied > in xpdf 3.03-12 accidentally removed the code that set parameters from > command-line options and resources. Here's a patch to fix it, which > should make -z, -cont, -paper,

Bug#741170: [libav] XBMC quits playing corrupt stream from PVR backend due to libav

2014-05-04 Thread Bálint Réczey
Control: forwarded -1 https://bugzilla.libav.org/show_bug.cgi?id=677 Control: tags -1 upstream 2014-05-04 17:02 GMT+02:00 Reinhard Tartler : > Control: reassign -1 libavcodec55,xbmc > > On Sun, Mar 9, 2014 at 12:23 PM, Bálint Réczey wrote: >> Source: libav >> Version: 6:10~beta1-2 >> Severity: im

Bug#747017: [pkg-dhcp-devel] Bug#747017: isc-dhcp: Please upload hurd fixes to unstable

2014-05-04 Thread Gabriele Giacone
On Sun, May 04, 2014 at 04:43:29PM -0400, Michael Gilbert wrote: > On Sun, May 4, 2014 at 3:15 PM, Gabriele Giacone wrote: > > 1) uploading 4.3.0a1-2.1 or 4.3.0 to unstable. > > I've been planning to upload 4.3.0 official for a while now, but > haven't find the time to work on it. I'll try to ge

Bug#745376: burp: Recommended dependency: openssl

2014-05-04 Thread Alex 'AdUser' Z
Package: burp Version: 1.3.8-1 Followup-For: Bug #745376 Hi! `libssl` package contains only library for linking. Automatic CA management needs `/usr/bin/openssl` binary, which provided by `openssl` package. See the example log in first message. This is optional, but very time-saving feature. -

Bug#739669:

2014-05-04 Thread Chris Bainbridge
0. bad GPT checksum - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740504 1. grub no hidpi support - upstream 2. bad documentation - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740500 3. minor grub video corruption - ? 4. Debian installer hiDPI support - http://bugs.debian.org/cgi-bin/bu

Bug#747042: jessie installer errors: fbdev driver didn't call xf86SetGamma / Fatal server error

2014-05-04 Thread Chris Bainbridge
Package: xserver-xorg-video-fbdev-udeb Version: 1:0.4.4-1+b1 Booting debian-jessie-DI-a1-amd64-netinst.iso or debian-testing-amd64-netinst.iso(20140504) and starting Graphical Install, console shows: (WW) The fbdev driver didn't call xf86SetGamma to initialise the gamma values PLEASE FI

Bug#747041: debci: Only one ADT test appearing in log

2014-05-04 Thread Stefano Rivera
Package: debci Severity: normal http://ci.debian.net/data/unstable-amd64/packages/b/beautifulsoup4/2014-05-03.log Only has the output of unittests3, not the unittests ADT suite. This seems to have started, for the beautifulsoup4 package, somewhere between April 25 and May 2. SR -- To UNSUBSC

Bug#745711: RFA: downtimed -- monitor of downtime, shutdown, and crashes

2014-05-04 Thread John Paul Adrian Glaubitz
Hello Mats! > this is the previous maintainer talking. I object at the > intent to adopt this package without my knowledge, since > I already have found one candidate and whose name is > ___not___ Stefan Brauer. So, where is this person and why isn't he or she replying to this bug report? You can

Bug#734571: mc: [copy&] paste adds extra characters

2014-05-04 Thread Dmitry Smirnov
On Sun, 4 May 2014 21:12:36 Drew Parsons wrote: > tags 734571 - unreproducible Drew, will you please do not mess with this bug until you care to provide enough information to reproduce the problem? Mentioning version of "gnome- terminal" and its setting could be useful. If I couldn't understand

Bug#747040: libosinfo: FTBFS on armhf

2014-05-04 Thread Emilio Pozuelo Monfort
Source: libosinfo Version: 0.2.9-1 Severity: serious Your package failed to build on armhf: https://buildd.debian.org/status/fetch.php?pkg=libosinfo&arch=armhf&ver=0.2.9-1&stamp=1392467473 This is preventing testing migration. -- System Information: Debian Release: jessie/sid APT prefers unst

Bug#747038: libykpers-1-1: Please use logind/systemd way of setting ACL's

2014-05-04 Thread Laurent Bigonville
Hello, Apparently there is a 69-yubikey.rules file that seems to do the correct thing, but apparently the configure is not properly detecting the version. Cheers, Laurent Bigonville -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble?

Bug#618862: systemd: ignores keyscript in crypttab

2014-05-04 Thread Marc Haber
severity #618862 important thanks On Sat, Mar 19, 2011 at 03:40:25AM +0100, Mourad De Clerck wrote: > my root and swap partition are encrypted with cryptsetup; root uses a custom > keyscript and swap uses the cryptsetup-provided "decrypt_derived" keyscript. > systemd seems to be unable to work wit

Bug#747032: RFS: libjs-zxcvbn/1.0+dfsg.1-1

2014-05-04 Thread Ben Finney
Ben Finney writes: > You can get the package with ‘dget’: Sorry, the URL was wrong there. Corrected:: $ dget -x http://mentors.debian.net/debian/pool/main/libj/libjs-zxcvbn/libjs-zxcvbn_1.0+dfsg.1-1.dsc > More information about ‘zxcvbn’ can be obtained from > https://mentors.debian.net/pa

Bug#747039: ITP: octave-ltfat -- Large Time/Frequency Analysis Toolbox

2014-05-04 Thread Rafael Laboissiere
Package: wnpp Severity: wishlist Owner: Rafael Laboissiere * Package name: octave-ltfat Version : 1.4.4 Upstream Author : Peter L. Soendergaard * URL : http://ltfat.sourceforge.net/ * License : GPL-3+ Programming Lang: Octave/C++ Description : Large

Bug#746892: pypy: ftbfs with GCC-4.9

2014-05-04 Thread Stefano Rivera
Hi Matthias (2014.05.04_02:22:22_+0200) > __main__.UnrecognizedOperation: ud2 GCC-4.9 support is being worked on upstream at the moment. https://bitbucket.org/pypy/pypy/commits/dea725674dbe5f2e27d2d55e6cbd82f9542f855c/ https://bitbucket.org/pypy/pypy/commits/95d8506f3861f04234d169312196b00a07b0e3

Bug#747033: offlineimap uses OpenSSL, causing Debian to violate the GPL when distributing it

2014-05-04 Thread Simon Fondrie-Teitler
Package: offlineimap Version: 6.5.5-0.1 Severity: serious Justification: 2.3 Dear Maintainer, offlineimap/imaplib2.py currently uses Python's ssl library, which pulls in OpenSSL as described here: https://docs.python.org/2/license.html#openssl Additionally offlineimap/folder/Maildir.py uses the

Bug#725786: Revisiting this...

2014-05-04 Thread Leoš Bitto
I think that the crucial difference is that I start the bridge with one interface added (eth0), but Lukas starts the bridge without any interface. These two cases are very different - my case has a simple solution (see my previous comment), the case for Lukas is more complicated (depends on kernel

Bug#744264: mate-session-manager: systems logs out when invoking shutdown ore reboot

2014-05-04 Thread Stefano Karapetsas
This is the fix for the build on non-linux kernel: http://anonscm.debian.org/gitweb/?p=pkg-mate/mate-session-manager.git;a=commitdiff;h=95cea3dc138cde48ed11542be518978b0d542884 When compiled with systemd support, mate-session detects systemd at runtime. Maybe something is wrong with this detectio

Bug#556173: libc-bin: introduces custom manual pages: locale.1 in manpages pkg

2014-05-04 Thread Simon Paillard
On Tue, Apr 22, 2014 at 07:06:46PM -0600, Adam Conrad wrote: > On Thu, Apr 17, 2014 at 10:52:11PM +0200, Simon Paillard wrote: > > manpages-linux upstream introduced a locale.1 in man-pages-3.62, and may be > > provided in 3.64 upload in Debian. > > > > http://people.debian.org/~spaillard/libc-or-

Bug#645883: [pkg-php-pear] Bug#645883: Current status of twig

2014-05-04 Thread Daniel Beyer
Roland, can you have a look onto the package? Yann and I think it is ready. You can find it on anonscm.d.o [1] or mentors [2]. Thanks a lot! Yann, please find my replies inline. On Sat, 2014-05-03 at 12:13 +0200, Yann Autissier wrote: > Hi Daniel, > > I pushed two modifications to github : > - r

Bug#747030: ICE on simple program with gcc-4.7 4.7.3-13 and gcc-4.8 4.8.2-21

2014-05-04 Thread Vincent Lefevre
Control: reassign -1 src:dragonegg 3.3-2 Control: retitle -1 dragonegg: ICE on simple program with gcc-4.7 4.7.3-13 and gcc-4.8 4.8.2-21 Same problem with 4.7: ypig:~> /usr/bin/llvm-gcc -c ice.i unit size align 32 symtab 0 alias set 0 canonical type 0x7f1ad47825e8 precision 3

Bug#671932: bug to be closed soon

2014-05-04 Thread Xavier Brochard
Following is a comment from Nik Lutz (veromix maintainer): -- I think I experienced the same problem (in ubuntu) multiple times during updates to newer kde versions. The bug you are referring to is from 2012 and I'am sure python plasmoids worked shortly after that (else ther

Bug#746441: More infos on the tag

2014-05-04 Thread Stéphane Blondon
Hello, 2014-05-04 15:59 GMT+02:00 Osamu Aoki : > On Thu, May 01, 2014 at 12:47:13AM +0200, Stéphane Blondon wrote: >> For example: >> >> >> The following is the >> >> documentation which you should read along with this document: >> >> >> >> However, there are never href attributes so the tags

Bug#747032: RFS: libjs-zxcvbn/1.0+dfsg.1-1

2014-05-04 Thread Ben Finney
Package: sponsorship-requests Severity: wishlist Control: tags 726171 + pending Control: block 726171 by -1 I am looking for a sponsor for my package ‘libjs-zxcvbn’: Package name: libjs-zxcvbn Version : 1.0+dfsg.1-1 Upstream Author : Dan Wheeler URL : htt

Bug#736055: Any updates?

2014-05-04 Thread Ask Hjorth Larsen
Hello Adam Basically I have to provide a watch file to grab the most recent file from the download page[1], but being quite unfamiliar with watch files and not so well versed in packaging in general, I haven't gotten around to it. If you can help with this or would like to take over, that would b

Bug#747031: python-debian imports hashlib, which pulls in openssl

2014-05-04 Thread Simon Fondrie-Teitler
Package: python-debian Version: 0.1.21+nmu2 Severity: serious Tags: upstream Justification: Policy 2.3 Dear Maintainer, lib/debian/debian_support.py currently uses Python's hashlib library, which pulls in OpenSSL as described here: https://docs.python.org/2/license.html#openssl The GPL and the

Bug#671932: the buig is still present

2014-05-04 Thread Xavier Brochard
After some investigate in other BTS : Plasma crash because of python-based plasmoids. Workaround : - removing plasma-scriptengine-python package and things are back to normal Upstream (Aaron Seigo) says problem is in the python binding. See : http://code.google.com/p/veromix-plasmoid/issues/det

Bug#700846: Service file

2014-05-04 Thread Cameron Norman
On Sun, May 4, 2014 at 9:16 AM, Martin Pitt wrote: > Hey Cameron, > > Cameron Norman [2014-05-04 8:19 -0700]: >> What were the specific complaints? I noticed the Upstart job for >> resolvconf has quite a strange start on event, "mounted >> MOUNTPOINT=/run". Correct me if I am wrong, but I believe

Bug#745356: [Pkg-openldap-devel] Bug#745356: Depend on heimdal-multidev rather than heimdal-dev

2014-05-04 Thread Ryan Tandy
Hi Jelmer, Thanks for the patch! Unfortunately, based on a test build with libkrb5-dev and heimdal-multidev installed, #705884 seems to be reintroduced. The build log says: libtool: relink: cc -shared -fPIC -DPIC .libs/smbk5pwd.o -L/home/rtandy/Packages/work/openldap/openldap/debian/tmp/usr/l

Bug#744264: mate-session-manager: systems logs out when invoking shutdown ore reboot

2014-05-04 Thread diva4
Dear colleagues, The issue is not visible, if the mate-session manager package is built under Debian Jessie without Systemd support, i.e. by adding the option "--without-systemd" to the override_dh_auto_configure options in file debian/rules. This would most likely also solve the build issue of

Bug#747030: dragonegg-4.8: ICE on simple program with gcc-4.8 4.8.2-21

2014-05-04 Thread Vincent Lefevre
Package: dragonegg-4.8 Version: 3.3-2 Severity: grave Justification: renders package unusable ypig:~> cat ice.i int d; int main (void) { return d; } ypig:~> /usr/bin/llvm-gcc-4.8 -c ice.i unit size align 32 symtab 0 alias set 0 canonical type 0x7f3bfa6155e8 precision 32 min

Bug#734677: approach

2014-05-04 Thread Lisandro Damián Nicanor Pérez Meyer
tag 734677 pending thanks Hi! The change requested is already implemented in our repos. But as to properly make things work it would need a full rebuild of the whole stack, I will delay it's upload until Qt 5.3, which should not be too far now. Kinds regards, Lisandro. -- "Waaah! Debian ne

Bug#746946: wheezy-pu: package distro-info-data/0.20~deb7u1

2014-05-04 Thread Stefano Rivera
Hi Philipp (2014.05.04_22:50:53_+0200) > I'd argue that 8 would be right for Jessie and 7.0 somewhat wrong for > Wheezy, hence I'd tend to agree to the change. Stefano, where is this > used? I don't know of anything that uses the --release flag (or that data). It's possible that people use it in

Bug#746946: wheezy-pu: package distro-info-data/0.20~deb7u1

2014-05-04 Thread Philipp Kern
On Sun, May 04, 2014 at 01:03:22PM +0200, Cyril Brulebois wrote: > Stefano Rivera (2014-05-04): > > There are also a couple of minor support date updates, included, trivial > > packaging changes, and a bugfix to the Debian release versions. I don't > > think that risks regressions. > > > > As in

Bug#718626: [Pkg-chromium-maint] Bug#718626: Solved in 34.0.1847.132-1

2014-05-04 Thread Michael Gilbert
version: 34.0.1847.132-1 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#697765: related bug 592216 is still valid at wheezy

2014-05-04 Thread Aurelien Jarno
On Thu, Apr 17, 2014 at 04:36:14PM -0300, Andre Felipe Machado wrote: > Hello, Aurelien Hi, > I made a fresh net-install of Debian 7.4 on a virtualbox VM, configuring for > only en_US.UTF-8. > After finishing installation, verified the /etc/default/locale.gen containing > only the en_US.UTF-8 ent

Bug#747029: ncmpcpp: 'Select songs of album around cursor' (with 'B' key) with empty playlist throws std::out_of_range exception

2014-05-04 Thread Emmanouil Maroudas
Package: ncmpcpp Version: 0.5.10-1.1 Severity: normal Tags: patch Hello, When the playlist is empty and the 'B' key is pressed to select songs of album around cursor, the program terminates with std::out_of_range exception. -- System Information: Debian Release: jessie/sid APT prefers unstabl

Bug#747017: [pkg-dhcp-devel] Bug#747017: isc-dhcp: Please upload hurd fixes to unstable

2014-05-04 Thread Michael Gilbert
On Sun, May 4, 2014 at 3:15 PM, Gabriele Giacone wrote: > isc-dhcp 4.3.0a1-2.1 uploaded to experimental via NMU fixed FTBFS on > hurd-i386. See #616290. > > Getting such fixes in unstable is necessary to resolve debian-installer > FTBFS in unstable and consequently to generate official installation

  1   2   3   4   >