Bug#943931: [Python-modules-team] Bug#943931: cloudpickle: autopkgtests still run python 2 tests

2019-11-01 Thread Diane Trout
Thank you for trying to resolve the bug, and I'm sorry we collided. I ended up removing your change log entry from debian/changelog but left it in the git history. The debian/changelog now matches what I released, and has what I think is an easier to read debian/tests/control file. Diane On

Bug#943959: mailscripts: add decryption capability for email-print-mime-structure

2019-11-01 Thread Daniel Kahn Gillmor
On Sat 2019-11-02 00:15:43 -0400, Daniel Kahn Gillmor wrote: > On Fri 2019-11-01 20:37:34 -0700, Sean Whitton wrote: >> I've applied your first patch to my master. > > hm, i don't see this merge when i "git remote update origin" (where > "origin" is https://git.spwhitton.name/mailscripts). Could

Bug#943959: [PATCH 9/8] email-print-mime-structure.1.pod: update LIMITATIONS about OpenPGP decryption

2019-11-01 Thread Daniel Kahn Gillmor
Signed-off-by: Daniel Kahn Gillmor --- email-print-mime-structure.1.pod | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/email-print-mime-structure.1.pod b/email-print-mime-structure.1.pod index 209c725..b846d87 100644 --- a/email-print-mime-structure.1.pod +++

Bug#943959: [PATCH 8/8] email-print-mime-structure: add decryption capability

2019-11-01 Thread Daniel Kahn Gillmor
Add simple decryption capability for email-print-mime-structure, so that it can do stuff like this: $ email-print-mime-structure --pgpkey al...@openpgp.example.sec.asc < msg.eml └┬╴multipart/encrypted 2190 bytes ├─╴application/pgp-encrypted 11 bytes └─╴application/octet-stream 1613 bytes ↧

Bug#943959: [PATCH 7/8] email-print-mime-structure: renamed MimePrinter.test() to print_tree()

2019-11-01 Thread Daniel Kahn Gillmor
No functional changes. This is just a more readable function name. Signed-off-by: Daniel Kahn Gillmor --- email-print-mime-structure | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/email-print-mime-structure b/email-print-mime-structure index c1476d2..33579a7 100755

Bug#943959: [PATCH 6/8] email-print-mime-structure: add another FIXME about bytecounting

2019-11-01 Thread Daniel Kahn Gillmor
Signed-off-by: Daniel Kahn Gillmor --- email-print-mime-structure | 1 + 1 file changed, 1 insertion(+) diff --git a/email-print-mime-structure b/email-print-mime-structure index 98b35fe..c1476d2 100755 --- a/email-print-mime-structure +++ b/email-print-mime-structure @@ -61,6 +61,7 @@ class

Bug#943959: [PATCH 4/8] email-print-mime-structure: nbytes should show as a decimal integer

2019-11-01 Thread Daniel Kahn Gillmor
No functional changes. Signed-off-by: Daniel Kahn Gillmor --- email-print-mime-structure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email-print-mime-structure b/email-print-mime-structure index 38dc8d9..8fc8774 100755 --- a/email-print-mime-structure +++

Bug#943959: [PATCH 5/8] email-print-mime-structure: Pass parent and nth child info during walk

2019-11-01 Thread Daniel Kahn Gillmor
No functional change. This is preparatory work to be able to consider the structure of each part and determine whether we should consider trying to decrypt it. Signed-off-by: Daniel Kahn Gillmor --- email-print-mime-structure | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-)

Bug#943959: [PATCH 1/8] email-print-mime-structure: refactor to a class

2019-11-01 Thread Daniel Kahn Gillmor
We will need to send arguments to the printer, so it's handy to wrap the functionality in a class. No functional changes. This diff is probably best reviewed with whitespace changes ignored. Signed-off-by: Daniel Kahn Gillmor --- email-print-mime-structure | 82

Bug#943959: [PATCH 3/8] email-print-mime-structure: parse argments

2019-11-01 Thread Daniel Kahn Gillmor
This adds a -h and --help option, which is currently pretty useless. But the argparse will become useful shortly. Signed-off-by: Daniel Kahn Gillmor --- email-print-mime-structure | 9 - email-print-mime-structure.1.pod | 9 - 2 files changed, 16 insertions(+), 2

Bug#943959: [PATCH 2/8] email-print-mime-structure: put main() into its own function

2019-11-01 Thread Daniel Kahn Gillmor
No functional changes. This is a refactoring commit to provide some non-global scoping and easier readability. Signed-off-by: Daniel Kahn Gillmor --- email-print-mime-structure | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/email-print-mime-structure

Bug#943959: mailscripts: add decryption capability for email-print-mime-structure

2019-11-01 Thread Sean Whitton
Hello, On Sat 02 Nov 2019 at 12:15AM -04, Daniel Kahn Gillmor wrote: > On Fri 2019-11-01 20:37:34 -0700, Sean Whitton wrote: >> I've applied your first patch to my master. > > hm, i don't see this merge when i "git remote update origin" (where > "origin" is

Bug#943991: behave: failing tests with python3.8

2019-11-01 Thread Steve Langasek
Package: behave Version: 1.2.5-3 Severity: important Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu focal ubuntu-patch Hi Vincent, The behave package fails to build from source in Ubuntu focal, because Ubuntu has begun the transition to python3.8 and behave is not

Bug#943724: lintian: internal error in Lintian::files::empty_package::_set_is_dummy

2019-11-01 Thread Felix Lechner
Hi everyone, On Wed, Oct 30, 2019 at 2:55 PM Thorsten Glaser wrote: > > indeed, ... [my] script uses -o APT::Install-Recommends=true Starting with the next release, your build experience will match ours. Lintian now depends on libclass-xsaccessor-perl. Thank you for your goodwill. Kind

Bug#943959: mailscripts: add decryption capability for email-print-mime-structure

2019-11-01 Thread Daniel Kahn Gillmor
On Fri 2019-11-01 20:37:34 -0700, Sean Whitton wrote: > I've applied your first patch to my master. hm, i don't see this merge when i "git remote update origin" (where "origin" is https://git.spwhitton.name/mailscripts). Could you push? > The second patch is quite hard for me to review because

Bug#943990: Fails to upgrade

2019-11-01 Thread David Prévot
Package: openvswitch-common Version: 2.11.0+2019.06.25+git.9ebe795035+ds1-6 Severity: serious Hi, Recent packaging changes makes the package fails to upgrade: $ LC_ALL=C sudo apt upgrade [sudo] password for taffit: Reading package lists... Done Building dependency tree Reading state

Bug#943968: closed by gregor herrmann (Bug#943968: fixed in libipc-run-perl 20180523.0-2)

2019-11-01 Thread gregor herrmann
On Sat, 02 Nov 2019 00:15:06 +0100, Elrond wrote: > Wow! > Thanks for this really, really quick fix! You're welcome, and it was quite easy :) Cheers, gregor -- .''`. https://info.comodo.priv.at -- Debian Developer https://www.debian.org : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D

Bug#943959: mailscripts: add decryption capability for email-print-mime-structure

2019-11-01 Thread Sean Whitton
Hello dkg, On Fri 01 Nov 2019 at 03:36PM -04, Daniel Kahn Gillmor wrote: > Attached are two patches for mailscripts that in combination permit > decryption using OpenPGP Transferable Secret Keys that are found in the > filesystem. > > I'm finding this particularly useful when i'm working on

Bug#717595: Please check for update-rc.d "start" and "stop" argument usage

2019-11-01 Thread Paul Wise
Control: tags -1 - moreinfo Since this problem is still an issue with packages in the archive (like x11-common), it would be nice to have lintian warn about the issues. On Tue, 17 Dec 2013 10:10:58 +0100 Bastien ROUCARIES wrote: > I am willing to implement this test but could you please provide

Bug#936043: ITP: gitbatch -- Manage git repositories in one place

2019-11-01 Thread anarcat
On Thu, Aug 29, 2019 at 01:28:57PM +0200, Dawid Dziurla wrote: > Managing multiple git repositories is easier than ever. Often one would end > up working on many directories and manually pulling updates etc. To make > this routine faster, gitbatch was created, a simple tool to handle this job.

Bug#943988: Usage message jumbled

2019-11-01 Thread 積丹尼 Dan Jacobson
Package: iw Version: 5.3-1 Severity: minor $ iw prints a usage message, but it should be more sorted, not jumbled.

Bug#943910: lintian: FTBFS in stretch-bpo: Cannot parse line Argument "1/8" isn't numeric in numeric eq (==) at /build/lintian-2.31.0/lib/Lintian/Processable/Pool.pm line 348.

2019-11-01 Thread Felix Lechner
Hi Andreas, On Fri, Nov 1, 2019 at 2:47 PM Andreas Beckmann wrote: > > ./lib/Lintian/Processable/Pool.pm:347:return scalar %{$self->groups} == 0; I introduced the expression in commit fb7c6165. (The other line did not break stretch.) Sorry about the massive inconvenience I caused you. Kind

Bug#941480: mediathekview: Please package the new version of mediathekview

2019-11-01 Thread Markus Koschany
On Wed, 2 Oct 2019 15:55:20 +0200 Markus Koschany wrote: > Hello, > > Am 02.10.19 um 11:37 schrieb Eike Fokken: > > Dear Markus, > > > > thanks for the explanation, sounds tedious to package, thanks for your > > trouble! > > For the workaround: I can find no such setting, can you direct me to

Bug#940203: faudio: Update faudio to latest upstream version

2019-11-01 Thread Jens Reyer
On 02.11.19 00:55, Alistair Leslie-Hughes wrote: > Is there any chance you could use version 19.11 that was just release? Definitely, I'll prepare that upload shortly. But I still lack the permissions to upload the package (working on it). Greets jre

Bug#943987: non-free file in "debian/missing-sources"

2019-11-01 Thread Dmitry Smirnov
Package: gitlab Version: 12.2.9-1 Severity: serious Usertags: dfsg In most recent upload Utkarsh Gupta circumvented legitimate Lintian error E: gitlab source: source-is-missing vendor/assets/javascripts/snowplow/sp.js line length is 32154 characters (>512) by adding source-less

Bug#943860: munin-plugins-core: ntp_states plugin is broken in current package release

2019-11-01 Thread devel
Hello Jo-Jo, Am Wed, 30 Oct 2019 22:11:46 +0100 schrieb Jo-Jo : > Could you please ensure to have this fix in the package as soon as possible? hehe - this plugin was broken for five years - no need to hurry :) Anyway: I (being upstream) will publish another release in the next days. Thus the

Bug#940203: faudio: Update faudio to latest upstream version

2019-11-01 Thread Alistair Leslie-Hughes
Is there any chance you could use version 19.11 that was just release?

Bug#943986: wrong shared linkage position of mv's library dependency

2019-11-01 Thread David Frey
Package: coreutils Version: 8.30-3 Severity: serious cp and mv have a runtime linkage to libacl and libattr which are installed in /usr/lib/x86_64-linux-gnu/. This means that a single-user booted system without mounted /usr, is not able to cp or mv files! Either the dependancy should be

Bug#943968: closed by gregor herrmann (Bug#943968: fixed in libipc-run-perl 20180523.0-2)

2019-11-01 Thread Elrond
Wow! Thanks for this really, really quick fix! Cheers Elrond

Bug#943577: munin-plugins-core: sensors_ plugin unable to parse millivolt

2019-11-01 Thread devel
Control: tags -1 +fixed-upstream Hello Andreas, Am Fri, 1 Nov 2019 08:37:42 +0100 schrieb Andreas Pommer : > > Please test, whether the changed plugin works for you. > > I tested the attached script. First, it resulted in several error messages. I > realized that in the first line of the

Bug#943985: Depends on volti, which is scheduled for removal

2019-11-01 Thread Moritz Muehlenhoff
Package: parl-desktop Severity: serious volti is scheduled for removal from the archive, the dependency needs to be removed.

Bug#943984: rust-nix: Please include patch to add missing VMIN and VTIME on sparc64

2019-11-01 Thread John Paul Adrian Glaubitz
Source: rust-nix Severity: normal Tags: patch upstream User: debian-sp...@lists.debian.org Usertags: sparc64 Hello! On sparc64, the definitions for VMIN and VTIME in sys:termios are missing making rust-rustyline failing to build from source. The attached patch fixes that by creating the aliases

Bug#943962: [debian-mysql] Bug#943962: mariadb-server-10.3: mysqld crashes and hangs, no longer processing requests

2019-11-01 Thread Richard van den Berg
On 01/11/2019 22:18, Otto Kekäläinen wrote: > Did you report this bug upstream (as the output said "To report this > bug, see https://mariadb.com/kb/en/reporting-bugs;). This is unlikely > related to the packaging done in Debian. I did not report this upstream yet. The proper thing to do with

Bug#943983: RM: gtk-recordmydesktop -- RoQA; dead upstream, unmaintained, depends on legacy libs

2019-11-01 Thread Moritz Muehlenhoff
Package: ftp.debian.org Severity: normal Please remove gtk-recordmydesktop. It's dead upstream (no activity after 2010), depends on legacy libs (pygtk, Python 2) and is unmaintained (last upload in 2011). Cheers, Moritz

Bug#943870: Fix

2019-11-01 Thread JanKusanagi
This started happening with some change to Qt, maybe by... 5.12? where having "phonon4qt5" in the QT += line stopped generating the Makefile correctly. The workaround, assuming they don't re-enable that behavior in Qt, is to add the line: LIBS += -lphonon4qt5 somewhere in Auralquiz.pro; right

Bug#943982: RM: prey -- RoQA; Depends on obsolete libs

2019-11-01 Thread Moritz Muehlenhoff
Package: ftp.debian.org Severity: normal Please remove prey, it depends on pygtk/Python 2 and is unmaintained (no upload since almost six years). Cheers, Moritz

Bug#942114: ganeti-instance-debootstrap: diff for NMU version 0.16-6.1

2019-11-01 Thread anarcat
Control: tags 942114 + pending Dear maintainer, I've prepared an NMU for ganeti-instance-debootstrap (versioned as 0.16-6.1) and uploaded it to DELAYED/02. Please feel free to tell me if I should delay it longer. Regards. diff -Nru ganeti-instance-debootstrap-0.16/debian/changelog

Bug#943981: Proposal: Switch to cgroupv2 by default

2019-11-01 Thread Noah Meyerhans
Package: systemd Severity: wishlist Version: 242-7 Tags: patch I'd like to propose that we switch to cgroupv2 as the default configuration for the bullseye release. This has the potential to impact quite a few packages (notably, it breaks Docker today), so I don't think it can be done without

Bug#943980: RM: pythoncad -- RoQA; unmaintained, dead upstream, depends on legacy libs

2019-11-01 Thread Moritz Muehlenhoff
Package: ftp.debian.org Severity: normal Please remove pythoncad. It depends on legacy code bases (pygtk, Python 2, python-gobject) and is dead upstream. It's also unmaintained (last upload in 2011 and the last uploader is asked to be removed from the MIA team, #866917) Cheers, Moritz

Bug#938816: webtest: Python2 removal in sid/bullseye

2019-11-01 Thread Steve Langasek
Package: webtest Followup-For: Bug #938816 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu focal ubuntu-patch Hello, Here is a patch, based on webtest 2.0.28-1, that drops python2 support. This has been verified to build successfully, and has been uploaded to Ubuntu on account of

Bug#943979: postgresql-12-pg-checksums: Shouldn't it upgrade to this version when upgrading to postgresql.*-12?

2019-11-01 Thread Diederik de Haas
Package: postgresql-12-pg-checksums Version: 1.0-2 Severity: minor I just upgraded my postgresql packages from version 11 to 12, but this package wasn't upgraded with it, I had to manually install it. Not a problem in itself, but it makes sense to me if it was upgraded alongside the other

Bug#941018: ibus 1.5.21-1 does not work with qt5 applications

2019-11-01 Thread Gunnar Hjalmarsson
On 2019-10-30 16:04, Simon McVittie wrote: I was hoping to let glib2.0 get some testing in unstable before backporting anything. That makes sense, of course. OTOH backporting takes time, so preparing for that in the meantime can't hurt. Want to mention that we have started the backporting

Bug#943977: RM: kiwi -- RoQA; unmaintained, dead upstream, depends on legacy libs

2019-11-01 Thread Moritz Muehlenhoff
Package: ftp.debian.org Severity: normal Please remove kiwi. It depends on Python 2 and pygtk, there are no reverse dependencies left, it's unmaintained (last maintainer upload in 2008) and the upstream website vanished from the net. Cheers, Moritz

Bug#943978: Obsolete Suggests: on python-kiwi

2019-11-01 Thread Moritz Muehlenhoff
Package: python3-ns3 Severity: normal python3-ns3 was switched to Python 3, but still Suggests: python-kiwi (which is going away, so simply remove it entirely) Cheers, Moritz

Bug#943976: Should smart be removed?

2019-11-01 Thread Moritz Muehlenhoff
Source: smart Severity: serious Should smart be removed? It depends on Python 2 and pygtk, which are going away, and it's dead upstream (last release from 2011). Cheers, Moritz

Bug#943975: RM: tictactoe-ng -- RoQA; dead upstream, unmaintained, depends on legacy libs

2019-11-01 Thread Moritz Muehlenhoff
Package: ftp.debian.org Severity: normal Please remove tictactoe-ng. It depends on legacy code bases (pygtk, python-gobject, Python 2), is dead upstream and hasn't seen a maintainer upload in a decade. Cheers, Moritz

Bug#943974: mariadb-server-10.3: as "service mysql stop" fails, system refuse to shut down

2019-11-01 Thread valette
Package: mariadb-server-10.3 Version: 1:10.3.18-1 Severity: critical Justification: breaks the whole system after upgrade, each time I want to shut down, I get stuck in the shutdown of mariadb database, that hangs forever. Manually calling service stop for this service also hangs, as well as

Bug#943956: snakemake: please make the build reproducible

2019-11-01 Thread Chris Lamb
forwarded 943956 https://github.com/snakemake/snakemake/pull/80 thanks I've forwarded this upstream here: https://github.com/snakemake/snakemake/pull/80 Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-

Bug#943973: RM: directoryassistant -- RoQA; dead upstream, depends on legacy libs, unmaintained

2019-11-01 Thread Moritz Muehlenhoff
Package: ftp.debian.org Severity: normal Please remove directoryassistant. It's dead upstream (last release/activity from 2011), depends on legacy codebases (pygtk, Python 2) and hasn't seen a maintainer upload since 2005. Cheers, Moritz

Bug#942238: installer: update apt sources for security

2019-11-01 Thread Holger Wansing
Control: tags -1 + pending Holger Wansing wrote: > Control: tags -1 + patch > > Holger Wansing wrote: > > > > Pavel Kosina wrote: > > > Package: installation-guide-amd64 > > > Severity: normal > > > > > > Dear Maintainer, > > > > > > *** Reporter, please consider answering these questions,

Bug#855151: #855151: tasksel: should not be Priority: important

2019-11-01 Thread Holger Wansing
Control: tags -1 + pending Holger Levsen wrote: > On Wed, Oct 23, 2019 at 11:52:22PM +0200, Holger Wansing wrote: > > > > tasksel is currently at Priority: important and thus installed in every > > > > installation, including chroots installed via debootstrap. It doesn't > > > > seem a useful

Bug#943972: akonadi-backend-sqlite: expermental version impossible to install due to old qt dependency

2019-11-01 Thread valette
Package: akonadi-backend-sqlite Version: 4:18.08.3-10 Severity: grave Justification: renders package unusable apt-get -t experimental install akonadi-backend-sqlite Lecture des listes de paquets... Fait Construction de l'arbre des dépendances Lecture des informations d'état... Fait

Bug#943971: RM: virtualbricks -- RoQA; depends on legacy libs, unmaintained

2019-11-01 Thread Moritz Muehlenhoff
Package: ftp.debian.org Severity: normal Please remove virtualbricks. It depends on legacy libs (gksu, python-imaging, python2, pygtk) and is unmaintained (last upload in 2015, dropped from testing since almost two years) Cheers, Moritz

Bug#943970: debmirror: Debmirror fails to verify valid, signed InRelease files

2019-11-01 Thread John Bazik
Package: debmirror Version: 1:2.32 Severity: important Dear Maintainer, When debmirror splits InRelease files using split_clearsigned_file, it can produce text and signature files that gpgv reports as having a "BAD signature." Yet gpgv reports "Good signature" for the original InRelease file,

Bug#943842: RFS: notepadqq/2.0.0~beta1-1 [ITP] -- Notepad++-like editor for Linux

2019-11-01 Thread Adam Borowski
On Wed, Oct 30, 2019 at 06:09:12PM +0100, Alessandro Grassi wrote: > * Package name: notepadqq >Version : 2.0.0~beta1-1 > * URL : http://notepadqq.altervista.org > * Vcs : https://github.com/notepadqq/notepadqq > It builds those binary packages: >

Bug#943910: lintian: FTBFS in stretch-bpo: Cannot parse line Argument "1/8" isn't numeric in numeric eq (==) at /build/lintian-2.31.0/lib/Lintian/Processable/Pool.pm line 348.

2019-11-01 Thread Felix Lechner
Hi Andreas, On Fri, Nov 1, 2019 at 2:47 PM Andreas Beckmann wrote: > > ./lib/Lintian/DepMap.pm:162:unless ($parents || scalar > %{$self->{'nodes'}{$node}{'parents'}}) { > ./lib/Lintian/Processable/Pool.pm:347:return scalar %{$self->groups} == 0; Wow, I saw the second one and almost

Bug#367515: Bug#749991: debian-installer: Wrong kernel in debian-installer package

2019-11-01 Thread Holger Wansing
Hi, Ben Hutchings wrote: > > That looks reasonable. > > I have prepared a proposal for this: > > The new text looks good to me. > > [...] > > > Also, this should be an error message, not a question. > > > > For this, I would need some help, since I'm lacking the needed skills there. > > The

Bug#943969: RM: disk-manager -- RoQA; dead upstream, unmaintained, depends on legacy libs

2019-11-01 Thread Moritz Muehlenhoff
Package: ftp.debian.org Severity: normal Please remove disk-manager. It's dead upstream (no activity after 2011), unmaintained (last upload in 2011) and depends on software scheduled for removal (pygtk, Python 2) Cheers, Moritz

Bug#943968: libipc-run-perl: Please add Multi-Arch: foreign

2019-11-01 Thread Elrond
Package: libipc-run-perl Version: 20180523.0-1 Severity: wishlist User: multiarch-de...@lists.alioth.debian.org Usertags: multiarch Hi, It looks like libipc-run-perl offers an architecture independent interface to its users. See #872088 where this was already requested for libwww-perl and

Bug#943910: lintian: FTBFS in stretch-bpo: Cannot parse line Argument "1/8" isn't numeric in numeric eq (==) at /build/lintian-2.31.0/lib/Lintian/Processable/Pool.pm line 348.

2019-11-01 Thread Andreas Beckmann
On 01/11/2019 06.17, Felix Lechner wrote: > I did not intentionally use features of newer Perls, but it's possible > that it plays a role. Found it: https://perldoc.perl.org/perl5260delta.html#scalar(%25hash)-return-signature-changed stretch$ perl -e '%a = (1,2,3); print scalar %a, " -- ",

Bug#941016: ITP: gnome-firmware-updater -- GTK tool to upgrade, downgrade, and reinstall firmware on devices supported by fwupd

2019-11-01 Thread Mike Gabriel
Hi Jesper, (Cc:ing Martin Wimpress from Ubuntu MATE) I'm ok with that. Thank you for taking your time, I will do my best to help. I've applied some upstream patches that fix the manpage issue and i've also taken care of the lintian issues. looking forward to hearing your review comments soon!

Bug#943967: /usr/share/vim/vim81/debian.vim: runtimepath overriden in debian.vim without /etc/vim path

2019-11-01 Thread Václav Ovsík
Package: vim-common Version: 2:8.1.0875-5 Severity: normal File: /usr/share/vim/vim81/debian.vim Dear Maintainer, A directory /etc/vim is missing from the VIM runtimepath and so my syntax file at /etc/vim/syntax/dhcpd.vim is not loaded after upgrade to the Debian Buster release. You mentioned

Bug#943962: [debian-mysql] Bug#943962: mariadb-server-10.3: mysqld crashes and hangs, no longer processing requests

2019-11-01 Thread Otto Kekäläinen
Hello! Did you report this bug upstream (as the output said "To report this bug, see https://mariadb.com/kb/en/reporting-bugs;). This is unlikely related to the packaging done in Debian. pe 1. marrask. 2019 klo 22.57 Richard van den Berg (rich...@vdberg.org) kirjoitti: > > Package:

Bug#943966: cookiecutter: failing tests with python3.8

2019-11-01 Thread Steve Langasek
Package: cookiecutter Version: 1.6.0-4 Severity: important Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu focal ubuntu-patch Hi Vincent, The cookiecutter package fails to build from source in Ubuntu focal, because Ubuntu has begun the transition to python3.8 and

Bug#943965: gnuradio/block.h depends on gmpxx.h, but no dep on libgmp-dev

2019-11-01 Thread Steve Langasek
Package: gnuradio Version: 3.8.0.0-5 Severity: important Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu focal ubuntu-patch Hi Maitland, In Ubuntu, I found that the gr-hpsdr package was failing to rebuild against new gnuradio, because it includes gnuradio/block.h and this

Bug#943963: twisted 18.9.0-4 breaks multiple autopkgtests: pkg_resources.DistributionNotFound: The 'PyHamcrest>=1.9.0' distribution was not found and is required by Twisted

2019-11-01 Thread Paul Gevers
Source: twisted Version: 18.9.0-4 Severity: serious X-Debbugs-CC: debian...@lists.debian.org Tags: sid bullseye User: debian...@lists.debian.org Usertags: breaks Control: affects -1 src:incremental src:automat src:nevow src:txsocksx Dear maintainers, With a recent upload of twisted the

Bug#943964: printer-driver-gutenprint: Typo in sources concerning Canon CP-300. Error: backend not found

2019-11-01 Thread Andreas B. Mundt
Package: printer-driver-gutenprint Version: 5.3.3-2 Severity: normal Tags: patch upstream Hi Odyx, dear maintainer, there is a typo in the gutenprint backend for the Canon CP300 (Postcard) printer. This printer seems to be detected and configured nicely by cups, however when printing, the error

Bug#943961: ceph: autopkgtest needs update for new version of python3.7: deprecation warning

2019-11-01 Thread Paul Gevers
Source: ceph Version: 12.2.11+dfsg1-2.1 Severity: serious X-Debbugs-CC: debian...@lists.debian.org, python...@packages.debian.org Tags: sid bullseye User: debian...@lists.debian.org Usertags: needs-update Control: affects -1 src:python3.7 Dear maintainers, With a recent upload of python3.7 the

Bug#943962: mariadb-server-10.3: mysqld crashes and hangs, no longer processing requests

2019-11-01 Thread Richard van den Berg
Package: mariadb-server-10.3 Version: 1:10.3.17-0+deb10u1 Severity: important I run mysqldump (through automysqlbackup) daily. Several times per week during this backup mysqld hangs. The process however stays running and still accepts TCP and socket connections, however no SQL queries are ever

Bug#934870: statsmodels: Please drop python2 support

2019-11-01 Thread Steve Langasek
Package: statsmodels Version: 0.9.0-6 Followup-For: Bug #934870 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu focal ubuntu-patch Hello, Here is an updated debdiff for 0.9.0-6. Cheers, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer

Bug#943960: python-livereload autopkgtest depends on python-django which isn't build from source anymore

2019-11-01 Thread Paul Gevers
Source: python-livereload Version: 2.6.1-2 Severity: important -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dear maintainer, The maintainer of src:python-django decided to stop building the binary package python-django on which your autopkgtest depends. Once src:python-django migrates to

Bug#943710: RFS: systune/0.5.9 -- kernel tuning through the /proc file system

2019-11-01 Thread Sudip Mukherjee
Hi All, I have updated the package and this is the updated changelog: * Update Standards-Version * Update compat level to 12 * Update maintainer in debian/control * Update copyright file * Added link to github as Vcs-Git * Source format added * Fix lintian issue of

Bug#943782: vdr-plugin-epgsearch: Wish to backport unstable to buster.

2019-11-01 Thread Tobias Grimm
Hello Jari, I have armhf builds of the VDR packages in my private repository at: deb https://packages.e-tobi.net/vdr-experimental buster base vdr-multipatch addons Currently I don't plan to do any official backports. Maybe once all packages have been migrated to Testing. BR, Tobias On

Bug#943959: mailscripts: add decryption capability for email-print-mime-structure

2019-11-01 Thread Daniel Kahn Gillmor
Package: mailscripts Version: 0.11-1 Tags: patch Hi Sean-- Attached are two patches for mailscripts that in combination permit decryption using OpenPGP Transferable Secret Keys that are found in the filesystem. I'm finding this particularly useful when i'm working on writing specifications and

Bug#874878: [freemat] Future Qt4 removal from Buster

2019-11-01 Thread Anton Gladky
Removal requested: #943958 Anton

Bug#943958: RM: freemat -- ROM; RC-bug, no active uploader in the team

2019-11-01 Thread Anton Gladky
Proper link is here: https://lists.debian.org/debian-science/2019/09/msg00018.html Anton

Bug#943958: RM: freemat -- ROM; RC-bug, no active uploader in the team

2019-11-01 Thread Anton Gladky
Package: ftp.debian.org Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On behalf of Debian Science Team I request to remove freemat package. The package has RC-Bug #874878 (depending on Qt4) and has no an active uploader in the team. After the call [1] no interest was

Bug#943957: lintian: missing-systemd-service-for-init.d-script should be a warning, not just pedantic

2019-11-01 Thread Holger Levsen
package: lintian severity: wishlist version: 2.32.0 x-debbugs-cc: 941...@bugs.debian.org, r...@debian.org, ans...@43-1.org On Fri, Nov 01, 2019 at 11:20:59AM -0700, Russ Allbery wrote: > > I think there is already a lintian warning: > > > >

Bug#943956: snakemake: please make the build reproducible

2019-11-01 Thread Chris Lamb
Source: snakemake Version: 5.7.4-1 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: buildpath X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org Hi, Whilst working on the Reproducible Builds effort [0] we noticed that snakemake could still not be

Bug#943955: pcb-rnd: /usr/lib/lib*.so.* symlinks point to (absolute) build directory

2019-11-01 Thread Chris Lamb
Package: pcb-rnd Version: 2.1.4-1 Severity: serious User: reproducible-bui...@lists.alioth.debian.org Usertags: buildpath X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org Hi, It looks like the pcb-rnd binary package ships with symlinks pointing to the absolute build directory which, of

Bug#941198: initscripts: packages should ship systemd units

2019-11-01 Thread Russ Allbery
Ansgar writes: > Russ Allbery writes: >> Ansgar writes: >> I think we can proceed to add a Policy "should" for including a systemd >> unit file unless someone raises objections pretty soon here. So far, I >> haven't seen any objections to the basic idea. > Okay. Anything further I should do

Bug#943826: gnome: Type 'A' when switching desktop

2019-11-01 Thread Thomas Fischbach
Package: gnome Version: 1:3.30+2 Followup-For: Bug #943826 Seems to be related to shortcuts. I use Ctrl+Alt+Up and Ctrl+Alt+Down to switch desktops. Now I disabled this default setting via dconf-editor. When I now got to terminal and press Ctrl+Alt+Up an 'A' is written and on Ctrl+Alt+Down a

Bug#759008: libtdb1: FTBFS on hurd-i386

2019-11-01 Thread Samuel Thibault
Hello, Proper record locking support has been added, the testsuite now runs fine. Could you add again the hurd-i386 arch as the attached patch does? Thanks, Samuel --- debian/control.original 2019-11-01 13:20:51.0 + +++ debian/control 2019-11-01 13:20:53.0 + @@

Bug#941198: initscripts: packages should ship systemd units

2019-11-01 Thread Ansgar
Russ Allbery writes: > Ansgar writes: >> How to proceed with this? Do you still require any wording changes? > > I think we can proceed to add a Policy "should" for including a systemd > unit file unless someone raises objections pretty soon here. So far, I > haven't seen any objections to the

Bug#943931: [Python-modules-team] Bug#943931: cloudpickle: autopkgtests still run python 2 tests

2019-11-01 Thread Diane Trout
Drat, I thought I'd only forgotten to push the fix, and I thought I pulled before updating. I'll try to resolve the merge conflict in about 10-12 hours. Diane On Fri, 2019-11-01 at 09:26 -0300, Emmanuel Arias wrote: > Hi, > > I believe that the fixed package uploaded is not the same of salsa.

Bug#943954: tm-align: please make the build reproducible

2019-11-01 Thread Chris Lamb
Source: tm-align Version: 20190708+dfsg-1 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: buildpath X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org Hi, Whilst working on the Reproducible Builds effort [0] we noticed that tm-align could not be

Bug#635223: epiphany-browser: When viewing page from local filesystem, links are dead

2019-11-01 Thread Adam Danischewski
Epiphany 3.34 / WebKitGTK 2.26.1 When viewing a file:/// url, the links do not open any files - nothing happens at all. To open a file I need to copy the location and past it into the address bar. -- Adam Michael Danischewski "Cotidie Validiorem" Software Engineer 55 Austin Place Apt 4P

Bug#943953: linux: DKMS module builds are failing on arm64 due to lack of armhf cross-compiler

2019-11-01 Thread Raphaël Hertzog
Source: linux Version: 5.3.7-1 Severity: normal User: de...@kali.org Usertags: origin-kali https://salsa.debian.org/kernel-team/linux/commit/82c843e1577930c4eb168f626ab9bd483b118efc seems to break DKMS on arm64: root@pinebook-kali:/usr/src# dkms autoinstall Kernel preparation unnecessary

Bug#943664: xserver-xorg-video-radeon: Same behaviour on Thinkpad T41

2019-11-01 Thread Petra R.-P.
On Thu 31 Oct 2019 at 20:39:18 +0100 Michel Dänzer wrote: > We'd again need to see the corresponding Xorg log file. 1. Modified /etc/X11/xorg.conf : # xorg.conf (X.Org X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using #

Bug#941198: initscripts: packages should ship systemd units

2019-11-01 Thread Russ Allbery
Ansgar writes: > How to proceed with this? Do you still require any wording changes? I think we can proceed to add a Policy "should" for including a systemd unit file unless someone raises objections pretty soon here. So far, I haven't seen any objections to the basic idea. > Or should we

Bug#943952: Acknowledgement (gpg --locate-key fails to find keys via "basic/direct" URLs)

2019-11-01 Thread Hans-Christoph Steiner
I think I found the source of the issue, it seems that gpg ignores HTTP Redirects: $ curl --head https://at.or.at/.well-known/openpgpkey/hu/tyyfxn4t6ytctsfpzfogin37su9pzssg HTTP/1.1 200 Connection established HTTP/1.1 301 Moved Permanently Date: Fri, 01 Nov 2019 16:04:32 GMT Server: Apache/2.4.38

Bug#941664: vtk6: was the removal of vtk6-examples and vtk6-doc intentional?

2019-11-01 Thread Gert Wollny
Control: reassign -1 ftp.debian.org Control: retitle -1 RM: vtk6-doc,vtk6-examples -- NBS;not built anymore Yes, the removal was intentional, since vtk6 is EOL upstream and will get phased out slowly, Best, Gert

Bug#908862: Building in reproducible build

2019-11-01 Thread Santiago Vila
Hi. Some technical notes: This night I tried to build "neutron" in bullseye a lot of times in a lot of different virtual machines. These are the failure rates according to the machine type: Heztner CX11 with 1 CPU, 2GB of RAM and 2GB of swap Failure rate: 100% Self-hosted KVM machine with 1

Bug#943952: gpg --locate-key fails to find keys via "basic/direct" URLs

2019-11-01 Thread Hans-Christoph Steiner
Package: gpg Version: 2.2.12-1+deb10u1 Severity: normal Dear Maintainer, I recently tried setting up three domains with Web Key Directory (WKD) "basic/direct" URLs: https://wiki.gnupg.org/WKDHosting says > .well-known/openpgpkey/hu if using the fallback "direct" URL scheme

Bug#908862: Building in reproducible build

2019-11-01 Thread Thomas Goirand
On 11/1/19 4:12 PM, Santiago Vila wrote: >> So yes, >> this is a bug, but it doesn't affect Debian directly. > > It affects my work as QA tester. Look: I'm trying to track all > packages which FTBFS randomly: > >

Bug#943951: RFS: gexiv2/0.12.0-1 [RC] -- GObject-based wrapper around the Exiv2 library

2019-11-01 Thread Jason Crain
Package: sponsorship-requests Severity: important Dear mentors, I am looking for a sponsor for my package "gexiv2" Also, I received a request to upload a version of this to experimental, using the exiv2 library from experimental, so after this is done I'll follow up with a new sponsorship

Bug#943905: Bug#943947: Bug#943905: gnutls28 FTCBFS during guile bindings

2019-11-01 Thread Felix Lechner
FYI, for the related bug #943947: https://salsa.debian.org/lintian/lintian/commit/e145d962ed99641df8f4bdbc77e6bfdfb51bcdf1 Brings Lintian's list of build profiles in line with the official list located at: https://wiki.debian.org/BuildProfileSpec#Registered_profile_names It would be nice

Bug#908862: Building in reproducible build

2019-11-01 Thread Santiago Vila
> > Because it's a bug. This is a matter of principles. We don't close > > bugs just because we are not motivated enough to fix them, we close them > > when they are fixed. > > Technically speaking, there's no issue in Debian itself, just in some > environment which aren't setup in a "normal

Bug#943509: libsqlite3 (Re: Bug#943509: python-django: FTBFS due to failed tests: failures=7, skipped=891, expected failures=4)

2019-11-01 Thread GCS
Hi Chiaki, On Thu, Oct 31, 2019 at 9:09 PM ISHIKAWA,chiaki wrote: > I vouch that there seems to be a serious issue in libsqlite3 3.30.1-1. It's not that fatal like it may seem so. > I came here because it seems that I have an issue with sqlite3 on my > linux installation. > The problem

Bug#874878: [freemat] Future Qt4 removal from Buster

2019-11-01 Thread Anton Gladky
Yes, I think the package should be removed. Also the package has no active uploader and nobody in science group identified such an interest [1]. I will take care about it. [1] https://lists.debian.org/debian-science/2019/09/msg00018.html Anton

  1   2   >