Bug#945760: matrix-synapse: stop doesn't work

2019-11-27 Thread sergio
Package: matrix-synapse Version: 1.5.1-1~bpo10+1 Severity: normal Dear Maintainer, % ps | grep matr 3865 matrix-+ ? 19 0 10:18 Sl 2 0.4 2.1 00:00:03 python3 % sudo /etc/init.d/matrix-synapse stop % ps | grep matr 3865 matrix-+ ? 19 0 10:18 Sl 2 0.4 2.1

Bug#945759: matrix-synapse: signing_key_path not found

2019-11-27 Thread sergio
Package: matrix-synapse Version: 1.5.1-1~bpo10+1 Severity: normal # /etc/init.d/matrix-synapse start chown: missing operand after ‘matrix-synapse:nogroup’ Try 'chown --help' for more information. chmod: missing operand after ‘0600’ Try 'chmod --help' for more information. # grep

Bug#945628: apt-offline: Python2 removal in sid/bullseye

2019-11-27 Thread Ritesh Raj Sarraf
Control: tag -1 +fixed-upstream, pending THank you for reporting this bug. It has been committed into my repository and will be part of next upload. commit 81f92cdb4843aaccfd2c36e61595b4cf3449b44b (HEAD -> debian, origin/debian) Author: Ritesh Raj Sarraf Date: Thu Nov 28 12:27:55 2019 +0530

Bug#944589: gsequencer: stalls system

2019-11-27 Thread Joël Krähemann
The only thing I can do is to allow the user to configure AGS_RT_PRIORITY http://git.savannah.nongnu.org/cgit/gsequencer.git/tree/ags/audio/thread/ags_audio_loop.c?h=3.0.x=93bddce14d8b1bf98f30867babd9d36db1487fbf#n660 regards, Joël On Thu, Nov 28, 2019 at 6:21 AM westlake wrote: > > It looks

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

2019-11-27 Thread Cyril Brulebois
Holger Wansing (2019-11-01): > 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 >

Bug#945195: [PATCH v2 2/7] email-print-mime-structure: Generic pipe decryption

2019-11-27 Thread Daniel Kahn Gillmor
On Wed 2019-11-27 08:34:32 -0700, Sean Whitton wrote: > Hello, > > On Mon 25 Nov 2019 at 04:45PM -05, Daniel Kahn Gillmor wrote: > >> Signed-off-by: Daniel Kahn Gillmor >> --- >> email-print-mime-structure | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) >> >> diff --git

Bug#945195: [PATCH v2 1/7] email-print-mime-structure: decrypt PGP/MIME parts as bytes

2019-11-27 Thread Daniel Kahn Gillmor
On Wed 2019-11-27 08:33:41 -0700, Sean Whitton wrote: > Hello, > > On Mon 25 Nov 2019 at 04:45PM -05, Daniel Kahn Gillmor wrote: > >> Fully decode the encrypted part before passing it to any decryption >> mechanism. > > I can go ahead and add "no functional change" to this commit message > right?

Bug#945195: [PATCH v2 3/7] email-print-mime-structure: move decrypt_part to its own function

2019-11-27 Thread Daniel Kahn Gillmor
On Wed 2019-11-27 08:41:08 -0700, Sean Whitton wrote: > On Mon 25 Nov 2019 at 04:45PM -05, Daniel Kahn Gillmor wrote: > >> Signed-off-by: Daniel Kahn Gillmor >> --- >> email-print-mime-structure | 31 +++ >> 1 file changed, 19 insertions(+), 12 deletions(-) >> >> diff

Bug#945758: bochs FTCBFS: undefined reference to symbol 'pthread_create@@GLIBC_2.17'

2019-11-27 Thread Helmut Grohne
Source: bochs Version: 2.6.9+dfsg-4 Tags: patch upstream User: debian-cr...@lists.debian.org Usertags: ftcbfs boch started failing to cross build in the -4 upload. I guess this is due to the gtk2 removal and now we exercise different paths in ./configure that happen to be broken upstream.

Bug#945741: tcvt: Python2 removal in sid/bullseye

2019-11-27 Thread Helmut Grohne
Hi Sandro, On Wed, Nov 27, 2019 at 11:58:53PM +, Sandro Tosi wrote: > Your package either build-depends, depends on Python2, or uses Python2 > in the autopkg tests (the specific reason can be found searching this > source package in >

Bug#944589: gsequencer: stalls system

2019-11-27 Thread westlake
It looks like I needed to do a reboot to verify the RT-bandwidth cap at the 50 limit for kernel.sched_rt_runtime_us in sysctl.. so "top" shows gsequencer at 200% (when ags is set with 'jack') 50 is about half rt period of 1 second(100), and so 200% on this computer means it is

Bug#945757: RM: ncc -- ROM; removal triggered by the Python2 removal, abandoned upstream

2019-11-27 Thread Anuradha Weeraman
Package: ftp.debian.org Severity: normal I request that this package be removed from the distribution as it is unmaintained upstream and depends on Python 2. -- Regards Anuradha

Bug#944589: gsequencer: stalls system

2019-11-27 Thread Joël Krähemann
Hi, Thank you very much for your information. As you might have noticed there is much going on related to new threading API in GSequencer v3.0.0 And thanks to your information you pointed me to allow adjusting realtime priorities by configuration seems to be mandatory.

Bug#944589: gsequencer: stalls system

2019-11-27 Thread westlake
it will just spike back to 110% when there is even a small load because you're not addressing the scheduling issue. On a 4-core system, when 50% is reserved for the RT-bandwidth the greatest percentage for CPU% utilization becomes 200%. But it is 200% that is shared for all RT-policy tasks..

Bug#944589: gsequencer: stalls system

2019-11-27 Thread Joël Krähemann
Hi, This one liner patch would reduce CPU usage from 300 % to 100 %. cheers, Joël On Thu, Nov 28, 2019 at 5:35 AM Joël Krähemann wrote: > > Hi, > Just checked the CPU usage again as running the AgsDrum sequencer, > during playback the usage goes down to 80 %. > > I think with a small patch we

Bug#944589: gsequencer: stalls system

2019-11-27 Thread Joël Krähemann
Hi, Just checked the CPU usage again as running the AgsDrum sequencer, during playback the usage goes down to 80 %. I think with a small patch we can fix this behavior. regards, Joël On Thu, Nov 28, 2019 at 4:26 AM Joël Krähemann wrote: > > Hi, > I take your complain about CPU usage serious. I

Bug#920340: low priority

2019-11-27 Thread sergio
Subject: [package on hold] unattended-upgrades result for synapse.host: SUCCESS Unattended upgrade result: All upgrades installed Packages with upgradable origin but kept back: matrix-synapse Unattended-upgrades log: Initial blacklist : Initial whitelist: Starting unattended upgrades script

Bug#945756: ITP: golang-github-flynn-noise -- Go implementation of the Noise Protocol Framework

2019-11-27 Thread Christian Barcenas
Package: wnpp Severity: wishlist Owner: Christian Barcenas * Package name: golang-github-flynn-noise Version : 0.0~git20180327.2492fe1-1 Upstream Author : Flynn * URL : https://github.com/flynn/noise * License : BSD-3-Clause Programming Lang: Go

Bug#944022: Firehol /etc/default

2019-11-27 Thread Michael Norton
I think any fix for this bug that relies on preserving the old behaviour of /etc/default/firehol is the wrong approach. I had a look through Debian Policy Manual Section 9.3: System run levels and init.d scripts; here’s some snippets: "This extra file [/etc/default] should be sourced by the

Bug#944589: gsequencer: stalls system

2019-11-27 Thread Joël Krähemann
Hi, I take your complain about CPU usage serious. I intend to target it in GSequencer v2.4.x The high CPU usage is due to AgsThreadPool providing non-blocking calls to AgsTaskThread. But I don't see any way to provide it to buster. If you are interested in what is going on related to the thread

Bug#945754: Allow /etc/ntpsec/ntp.keys in apparmor policy

2019-11-27 Thread Richard Laager
I've cloned this issue into a new bug. On 11/26/19 12:44 PM, Stephan Seitz wrote: > On Mo, Nov 18, 2019 at 09:05:35 -0600, Richard Laager wrote: > Ah, concerning the apparmor policy: I had to do a manual overwrite for > ntp.keys (default only in /etc): > /etc/ntpsec/ntp.keys r, You make a good

Bug#945755: RFS: ipgrab/0.9.10-4 [QA] -- tcpdump-like utility that prints detailed header information

2019-11-27 Thread Thiago
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package "ipgrab" * Package name: ipgrab Version : 0.9.10-4 Upstream Author : Mike Borella * URL : https://sourceforge.net/projects/ipgrab/ * License : GPL-2+

Bug#944589: gsequencer: stalls system

2019-11-27 Thread Joël Krähemann
Hi, Yes, it is true. GSequencer consumes too much power as doing no audio processing. This was targeted with next major release v3.0.0 expected available within a half year. To change this behavior, I had to refactor the threading API of GSequencer. Currently it creates many threads without

Bug#931695: libgit-raw-perl: FTBFS with libgit2 0.28

2019-11-27 Thread Peter Green
tags 931695 +patch thanks Some poking around revealed that upstream fixed this by removing the last (NULL) parameter from the call. This was done in a commit titled "minor fixes". https://github.com/jacquesg/p5-Git-Raw/commit/30f7a4491ab453d28ae1fa1b393fcd023f6c344d . There was also another

Bug#945753: gnome-screenshot: Wrong size image captured for active window, scaling at 200%

2019-11-27 Thread Hank Barta
Package: gnome-screenshot Version: 3.30.0-2 Severity: normal Tags: patch Dear Maintainer, * What led up to the situation? Capture an image of "Active Window" with Display property scaling set to 200%. Result is upper left 1/4 of image is captured. * What exactly did you do (or not do)

Bug#873651: O: flask-openid -- OpenID support for Flask applications

2019-11-27 Thread Sandro Tosi
On Sat, 2 Nov 2019 20:51:44 -0300 Emmanuel Arias wrote: > Hi! > > I am interest to adopt it :-) did you get to it? please drop its py2 package when you do so, hopefully soon

Bug#945752: ITP: janus -- thread-safe asyncio-aware queue for Python

2019-11-27 Thread dr
Package: wnpp Severity: wishlist Owner: Jonas Smedegaard * Package name : python3-janus Version : 0.4.0 Upstream Author : Andrew Svetlov * Url : https://github.com/aio-libs/janus * Licenses : Apache-2.0 Programming Lang : Python Mixed sync-async queue,

Bug#944930: RFS: libt3highlight/0.4.6-2

2019-11-27 Thread Adam Borowski
Control: tags -1 +moreinfo On Wed, Nov 27, 2019 at 09:11:07AM +0100, Gertjan Halkes wrote: > I would like to kindly bring this bug to your attention again. I think it may > have fallen through the cracks as I accidentally didn't wait for the upload > to finish and it got rejected on the first

Bug#945751: openafs-modules-dkms: openafs-dkms kernel module does not build for kernel 5.3.0-2-amd64

2019-11-27 Thread Robert Senger
Package: openafs-modules-dkms Version: 1.8.4~pre1-1 Severity: serious Tags: ftbfs Justification: fails to build from source (but built successfully in the past) Dear Maintainer, The openafs-dkms kernel module fails to build on kernel 5.3.0-2 on buster. In file included from

Bug#945750: ITP: golang-github-hashicorp-go-bexpr -- generic boolean expression evaluation in Golang

2019-11-27 Thread Dmitry Smirnov
Package: wnpp Severity: wishlist Owner: Dmitry Smirnov X-Debbugs-CC: debian-de...@lists.debian.org, pkg-go-maintain...@lists.alioth.debian.org Control: affects -1 src:consul Package name: golang-github-hashicorp-go-bexpr Version: 0.1.2 Upstream Author: HashiCorp License:

Bug#944648: sagemath FTBFS on i386

2019-11-27 Thread peter green
All three failures give the error message OverflowError: Python int too large to convert to C long from File "sage/rings/polynomial/polynomial_integer_dense_flint.pyx", line 284, in sage.rings.polynomial.polynomial_integer_dense_flint.Polynomial_integer_dense_flint.__init__

Bug#945729: zomg: Python2 removal in sid/bullseye

2019-11-27 Thread Clint Adams
block 945729 by 937094 affects 937094 + src:zomg kthxbye On Wed, Nov 27, 2019 at 11:58:54PM +, Sandro Tosi wrote: > Source: zomg zomg has a weak dependency on /usr/bin/mutagen-inspect, which is expressed as a Recommends on python-mutagen. If mutagen-inspect is moved to python3-mutagen or

Bug#945749: RFS: pyenv/1.2.15-1 -- Python version manager

2019-11-27 Thread Russell Pagden
Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package "pyenv" * Package name: pyenv Version : 1.2.15-1 Upstream Author : Christopher Hunt chrah...@gmail.com * URL : https://github.com/pyenv/pyenv * License

Bug#945622: mkpasswd.1: Some typographic corrections to the man page

2019-11-27 Thread Bjarni Ingi Gislason
Package: whois Version: 5.5.3 Severity: minor Tags: patch _Not all affected lines are changed in the patch!_ Short description of changes: Fix warnings from test-groff. Change -- in x--y to \(em (em-dash), or, if an option, to "\-\-". Change a two-fonts macro to an one-font macro for a

Bug#945561: dbus: fails for user context

2019-11-27 Thread westlake
somehow it got fixed with-> "dbus-launch systemctl --user" for some reason that did something and I now just use "systemctl --user" (even after a reboot) I'm able to see user-specific unit files I created in ~/.config/systemd/user , so I know I am really looking at the user context entries.. I

Bug#945620: petsc4py: rename python-petsc4py-docs to python-petsc4py-doc

2019-11-27 Thread Sandro Tosi
Source: petsc4py Severity: important Python doc package should have a -doc suffix, not -docs, please rename -- System Information: Debian Release: 10.0 APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental-debug'), (1, 'experimental')

Bug#945621: slepc4py: rename python-slepc4py-docs to python-slepc4py-doc

2019-11-27 Thread Sandro Tosi
Source: slepc4py Severity: important Python doc packages should have -doc suffix, not -docs. please rename -- System Information: Debian Release: 10.0 APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental-debug'), (1, 'experimental')

Bug#945618: regression: 5.3 and above kernels in Debian are not allowing Intel processor to enter package c states

2019-11-27 Thread thomasw
package: src:linux 1. run powertop --auto-tune to ensure settings are optimal for power saving. This may require a laptop. 2. Run powertop, press tab, and notice that the values in pc2 through pc10 are not incrementing. Reproduced on Broadwell and Whiskey Lake. The first version of 5.3 posted to

Bug#945596: systemd module does not include the new systemd-volatile-root of systemd 242+

2019-11-27 Thread Enrico Zini
On Wed, Nov 27, 2019 at 05:43:25PM +0100, Thomas Lange wrote: > > I'm trying to setup a system booting on a readonly root with a tmpfs > > overlay on top. > > Could we have this in Debian? > The current dracut version in Debian already has such a feature > without using systemd. > >

Bug#921495: Bioperl 1.7.4 should not migrate to Buster

2019-11-27 Thread Andreas Beckmann
Followup-For: Bug #921495 Control: found -1 1.7.6-1 libbio-perl-perl is missing proper Breaks+Replaces: libbio-perl-run-perl (<< 1.7.3) There is a typoed (lib?io-perl-run-perl) and wrongly versioned Breaks: libio-perl-run-perl (<= 1.7.3-1), roary (<= 3.12.0+dfsg-2) without corresponding

Bug#945617: RM: bluewho -- RoQA; Depends on pygtk2, unmaintained

2019-11-27 Thread Moritz Muehlenhoff
Package: ftp.debian.org Severity: normal Please remove bluewho. It depends on pygtk2. While ported upstream there hasn't been any reaction to the bugs and the last upload by the person listed in the Maintainers: field is from 2010. Cheers, Moritz

Bug#885254: bluewho: Depends on deprecated pygtk

2019-11-27 Thread Moritz Mühlenhoff
On Fri, Dec 29, 2017 at 10:48:57AM +0200, Juhani Numminen wrote: > Control: tags -1 fixed-upstream > > On Mon, 25 Dec 2017 23:39:04 -0500 Jeremy Bicha wrote: > > > pygtk is unmaintained upstream. It has not had a release since > > GNOME 3 was released in 2011. > > > > The way forward is to

Bug#945616: ITP: ruby-jekyll-mentions -- Jekyll plugin to add mentionable link support

2019-11-27 Thread Daniel Leidert
Package: wnpp Severity: wishlist Owner: Daniel Leidert -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 * Package name: ruby-jekyll-mentions Version : 1.5.1 Upstream Author : GitHub Inc. * URL : https://github.com/jekyll/jekyll-mentions * License : MIT

Bug#945615: RM: agtl -- RoQA; Depends on pygtk2, dead upstream, unmaintained

2019-11-27 Thread Moritz Muehlenhoff
Package: ftp.debian.org Severity: normal Please remove agtl. It depends on pygtk2, is dead upstream and unmaintained (last maintainer upload in 2011) Cheers, Moritz

Bug#885270: bumping severity of pygtk bugs

2019-11-27 Thread Moritz Mühlenhoff
On Tue, Nov 26, 2019 at 05:27:08PM -0600, Steve Conklin wrote: > I have no intention to port it. Filing a removal bug sounds appropriate. > > Thanks, > > Steve Conklin Ack, I've just filed an RM bug. Cheers, Moritz

Bug#945614: RM: d-rats -- RoQA; depends on pygtk2, dead upstream

2019-11-27 Thread Moritz Muehlenhoff
Package: ftp.debian.org Severity: normal Please remove d-rats. It depends on pygtk2, which is going away and is dead upstream. The maintainers acked the removal in #885270 Cheers, Moritz

Bug#945613: siconos: autopkgtest failure: /build/siconos-4.2.0+git20181026.0ee5349+dfsg.2/obj-x86_64-linux-gnu/cc: Command not found

2019-11-27 Thread Paul Gevers
Source: siconos Version: 4.2.0+git20181026.0ee5349+dfsg.2-1 X-Debbugs-CC: debian...@lists.debian.org User: debian...@lists.debian.org Usertags: regression Dear maintainers, Your package has an autopkgtest (great). However, it fails. I copied some of the output at the bottom of this report.

Bug#945612: vdjtools: autopkgtest failure: cannot stat '/usr/share/doc/#PACKAGENAME#/examples/*'

2019-11-27 Thread Paul Gevers
Source: vdjtools Version: 1.2.1+git20190311-1 X-Debbugs-CC: debian...@lists.debian.org User: debian...@lists.debian.org Usertags: regression Dear maintainers, Your new package has an autopkgtest (great). However, it fails. I copied some of the output at the bottom of this report. Currently

Bug#945610: FileNotFoundError: [Errno 2] No such file or directory: '/usr/lib/python3/dist-packages/launchpadlib/version.txt'

2019-11-27 Thread dann frazier
Package: python3-launchpadlib Version: 1.10.8-1 Severity: grave After upgrade, my scripts that use launchpadlib now fail at import (see below). AFAIK, this makes this version unusable by most or all users, but obviously feel free to lower the severity if that is incorrect. dannf@xps13:~$ python3

Bug#945611: zorp: autopkgtest failure: /usr/lib/zorp/zorp: No such file or directory

2019-11-27 Thread Paul Gevers
Source: zorp Version: 7.0.1~alpha2-1 X-Debbugs-CC: debian...@lists.debian.org User: debian...@lists.debian.org Usertags: regression Dear maintainers, Your package has an autopkgtest (great), however it fails. I copied some of the output at the bottom of this report. Currently this regression

Bug#945609: black: autopkgtest regression: No module named '_black_version'

2019-11-27 Thread Paul Gevers
Source: black Version: 19.10b0-1 X-Debbugs-CC: debian...@lists.debian.org User: debian...@lists.debian.org Usertags: regression Dear maintainers, With a recent upload of black the autopkgtest of black fails in testing when that autopkgtest is run with the binary packages of black from unstable.

Bug#945608: qutip: autopkgtest failure: 56 failed

2019-11-27 Thread Paul Gevers
Source: qutip Version: 4.4.1-3 X-Debbugs-CC: debian...@lists.debian.org User: debian...@lists.debian.org Usertags: regression Dear maintainers, Your new source package qutip fails its autopkgtest. There's 56 failures reported. I copied some of the output at the bottom of this report. Currently

Bug#945607: RFP: angle-grinder -- Slice and dice logs on the command line

2019-11-27 Thread Antoine Beaupre
Package: wnpp Severity: wishlist * Package name: angle-grinder Version : 0.12.0 Upstream Author : Russel Cohen * URL : https://github.com/rcoh/angle-grinder/ * License : MIT Programming Lang: Rust Description : Slice and dice logs on the command line

Bug#945431: systemd: missing files

2019-11-27 Thread westlake
somehow it got fixed with-> "dbus-launch systemctl --user" for some reason that did something and I now just use "systemctl --user" (even after a reboot) I'm able to see user-specific unit files I created in ~/.config/systemd/user , so I know I am really looking at the user context

Bug#945431: systemd: missing files

2019-11-27 Thread westlake
somehow it got fixed with-> "dbus-launch systemctl --user" for some reason that did something and I now just use "systemctl --user" (even after a reboot) I'm able to see user-specific unit files I created in ~/.config/systemd/user , so I know I am really looking at the user context

Bug#872691: closed by Adam Bilbrough (Bug#872691: fixed in worklog 2.1-1)

2019-11-27 Thread Helmut Grohne
Control: reopen -1 On Sun, Nov 10, 2019 at 07:39:17PM +, Debian Bug Tracking System wrote: >* Worklog makefile is rewritten (Closes: #872691) Yes, the makefile was rewritten. However, that's not what the bug report and patch asked for. It actually fails to cross build in the very same

Bug#920118: [PATCH 2/2] sponge: preserve ownership if possible (Closes: #920118)

2019-11-27 Thread Nicolas Schier
Preserve or restore the ownership of the target output file, if possible. This converges the behaviour of sponge a little bit more to the one of 'tee' and shell redirections. Bug-Debian: https://bugs.debian.org/920118 Signed-off-by: Nicolas Schier --- sponge.c | 7 +++ sponge.docbook

Bug#920118: [PATCH 0/2] moreutils: sponge: (not) attempt to preserve ownership

2019-11-27 Thread Nicolas Schier
Hi Joey, in #920118 [1], users of sponge complained about sponge not preserving file ownership of the output file. They argued, that sponge should behave (more) like 'tee' and shell redirections. And they interpreted the sentence "sponge preserves the permissions of the output file if

Bug#945606: testpath: autopkgtest regression

2019-11-27 Thread Paul Gevers
Source: testpath Version: 0.4.2+dfsg-2 X-Debbugs-CC: debian...@lists.debian.org User: debian...@lists.debian.org Usertags: regression Dear maintainers, With a recent upload of testpath the autopkgtest of testpath fails in testing when that autopkgtest is run with the binary packages of testpath

Bug#920118: [PATCH 1/2] sponge: mention that ownership might not be preserved (Closes: #920118)

2019-11-27 Thread Nicolas Schier
Users of sponge pointed out that the wording of sponge's man page caused confusion, as "preserves the permissions" has been interpreted as "preserves the permissions and ownership". Thus, mention that file ownership might not be preserved. Bug-Debian: https://bugs.debian.org/920118

Bug#945605: python-neovim: autopkgtest needs update for new version of neovim: Invalid option name: 'listchars'

2019-11-27 Thread Paul Gevers
Source: python-neovim Version: 0.3.0-1 Severity: serious X-Debbugs-CC: debian...@lists.debian.org, neo...@packages.debian.org Tags: sid bullseye User: debian...@lists.debian.org Usertags: needs-update Control: affects -1 src:neovim Dear maintainers, With a recent upload of neovim the autopkgtest

Bug#945604: linux-source-5.4: Failed to build linux-source-5.4 in efi_set_secure_boot

2019-11-27 Thread Jean-Luc Coulon (f5ibh)
Package: linux-source-5.4 Version: 5.4-1~exp1 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I failed to build 5.4 with the following message: DESCEND objtool CALLscripts/atomic/check-atomics.sh CALLscripts/checksyscalls.sh CHK include/generated/compile.h

Bug#945603: impressive: Typo in the manpage

2019-11-27 Thread Martin Quinson
Package: impressive Version: 0.12.0-2 Severity: minor Dear maintainer, the manpage reads: -t or --transition Using this switch, the set of transitions Impressive will randomly draw at page changes can be speci‐ fied. If only one transition class is

Bug#945602: wrong path for constants.xml/presets.xml prevent the program from starting

2019-11-27 Thread nodiscc
Package: qwinff Version: 0.2.1-1 Severity: grave Steps to reproduce the problem: - run qwinff from the desktop launcher of from a terminal emulator What happens: - An error dialog is shown with the message "Cannot load /home/user/constants.xml. The program will exit now." - In addition, when

Bug#945601: rabbitmq-server: CVE-2019-11291

2019-11-27 Thread Salvatore Bonaccorso
Source: rabbitmq-server Version: 3.7.18-1 Severity: important Tags: security upstream Control: found -1 3.7.8-4 Hi, The following vulnerability was published for rabbitmq-server. CVE-2019-11291[0]: | Pivotal RabbitMQ, 3.7 versions prior to v3.7.20 and 3.8 version prior | to v3.8.1, and RabbitMQ

Bug#945600: rabbitmq-server: CVE-2019-11287

2019-11-27 Thread Salvatore Bonaccorso
Source: rabbitmq-server Version: 3.7.18-1 Severity: important Tags: security upstream Control: found -1 3.7.8-4 Hi, The following vulnerability was published for rabbitmq-server. CVE-2019-11287[0]: | Pivotal RabbitMQ, versions 3.7.x prior to 3.7.21 and 3.8.x prior to | 3.8.1, and RabbitMQ for

Bug#945586: autodep8: autopkgtest-pkg-dkms testsuite should set restriction isolation-machine

2019-11-27 Thread Hanno Stock
Hi, nice. Thank you! I noticed that on a default setup kernel-headers are not installed and so tests do still fail. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945594 I assume - since it is hard to generically include this as a dependency in the control file, it would be better if

Bug#945586: autodep8: autopkgtest-pkg-dkms testsuite should set restriction isolation-machine

2019-11-27 Thread Paul Gevers
Control: tags -1 pending Hi Hanno, On 27-11-2019 14:21, Hanno Stock wrote: > autodep8 generates restrictions > > Restrictions: needs-root, allow-stderr > > for dkms packages. > > However testing dkms packages in a container environment fails, > since usually the host kernel is not installed

Bug#909740: libsdl2-dev: No longer multi-arch co-installable

2019-11-27 Thread Simon McVittie
In an attempt to unblock this bug I've implemented several versions of a solution to it, so that the SDL2 maintainers can choose their favourite and merge it. On Sun, 30 Sep 2018 at 22:17:05 +0100, Simon McVittie wrote: > Ugh, I'd missed that there's a third API for building dependent software >

Bug#945181: ITA: libg15render -- Library for interfacing with the Logitech G15 keyboards

2019-11-27 Thread Chris Knadle
Greetings. Thanks for your interest in maintaining the libg15render package and for adopting the g15daemon package. Although I don't use g15, I maintain mumble which can optionally use it to support users that have the g15 keyboard. Right now I've had to disable g15 support in mumble because of

Bug#945582: systemd: Upgrade fails due to missing library libsystemd-shared-241.so

2019-11-27 Thread Michael Biebl
Am 27.11.19 um 19:06 schrieb Graham Cobb: > On 27/11/2019 16:42, Ansgar wrote: >> On Wed, 2019-11-27 at 15:22 +, Graham Cobb wrote: I suspect there are some old binaries (from systemd-241) around for some reason. >>> >>> That does seem to be the case. >> >> Did you ever (a) install

Bug#942056: [ovs-dev] [PATCH] debian: Update list of copyright holders.

2019-11-27 Thread Yi-Hung Wei
On Wed, Oct 9, 2019 at 10:35 AM Ben Pfaff wrote: > > The list of copyright holders was incomplete and out of date. This > updates it based on a "grep" for copyright notices, which I reviewed by > hand. > > CC: 942...@bugs.debian.org > Reported-by: Chris Lamb > Reported-at:

Bug#945582: systemd: Upgrade fails due to missing library libsystemd-shared-241.so

2019-11-27 Thread Graham Cobb
On 27/11/2019 16:42, Ansgar wrote: > On Wed, 2019-11-27 at 15:22 +, Graham Cobb wrote: >>> I suspect there are some old binaries (from systemd-241) around for >>> some reason. >> >> That does seem to be the case. > > Did you ever (a) install systemd yourself, or (b) tried to convert the >

Bug#945599: datefudge: FTBFS on hurd-i386: Necessary functions disabled

2019-11-27 Thread Paul Sonnenschein
Package: datefudge Severity: important Version: 1.23 Tags: patch User: debian-h...@lists.debian.org Usertags: hurd X-Debbugs-CC: debian-h...@lists.debian.org Dear Maintainer, datefudge fails to build from source on the Hurd. The reason for the failure are the #ifndef-Blocks at the functions

Bug#945598: openscenegraph: Plugin detection for movie files fails to select osgdb_ffmpeg.so

2019-11-27 Thread Alberto Luaces
Package: openscenegraph Version: 3.6.4+dfsg1-2 Severity: normal Tags: upstream Movie files cannot be played with present3D or osgmovie since the plugin subsystem is unable to match popular extensions to the ffmpeg plugin: strace -e trace=openat osgmovie file.avi ... openat(AT_FDCWD,

Bug#945410: defaultroute sets gateway to 0.0.0.0

2019-11-27 Thread Joey Hess
Chris Boot wrote: > What is your PPP link running on? I don't expect it to be a modem, but > is it PPPoE or PPTP or a VPN of some kind? That might also help to nail > things down. Actual modem (USB). > This doesn't make much sense to me, but a before and after of your route > table using 'ip

Bug#945214: Confirming the issue

2019-11-27 Thread Daniele Scasciafratte
I have the same problem with different packages on debian sid. There is any workaround to fix it until a new release?

Bug#944294: buster-pu: package libvirt-daemon/5.0.0-4

2019-11-27 Thread Guido Günther
Hi, On Wed, Nov 27, 2019 at 04:17:13PM +, Adam D. Barratt wrote: > Control: tags -1 -confirmed +moreinfo > > Hi, > > On 2019-11-27 16:07, Guido Günther wrote: > > Hi Adam, > > On Wed, Nov 27, 2019 at 01:21:40PM +, Adam D. Barratt wrote: > > > Control: tags -1 + confirmed > > > > > > On

Bug#941074: ghostscript: ps2pdf SAFER and transparency interference

2019-11-27 Thread Jonas Smedegaard
Control: tags -1 wontfix Quoting Markus Demleitner (2019-09-24 11:36:09) > ps2pdf14 as delivered in buster will only produce PDF transparency > when run with -dNOSAFER. This deviates from previous releases (I'm > quite sure about jessie), when transparency was produced without > further

Bug#945582: systemd: Upgrade fails due to missing library libsystemd-shared-241.so

2019-11-27 Thread Michael Biebl
Am 27.11.19 um 17:42 schrieb Ansgar: > On Wed, 2019-11-27 at 15:22 +, Graham Cobb wrote: >>> I suspect there are some old binaries (from systemd-241) around for >>> some reason. >> >> That does seem to be the case. > > Did you ever (a) install systemd yourself, or (b) tried to convert the >

Bug#945596: systemd module does not include the new systemd-volatile-root of systemd 242+

2019-11-27 Thread Thomas Lange
> On Wed, 27 Nov 2019 17:27:28 +0100, Enrico Zini said: > I'm trying to setup a system booting on a readonly root with a tmpfs > overlay on top. > Could we have this in Debian? The current dracut version in Debian already has such a feature without using systemd. If you add the

Bug#945582: systemd: Upgrade fails due to missing library libsystemd-shared-241.so

2019-11-27 Thread Ansgar
On Wed, 2019-11-27 at 15:22 +, Graham Cobb wrote: > > I suspect there are some old binaries (from systemd-241) around for > > some reason. > > That does seem to be the case. Did you ever (a) install systemd yourself, or (b) tried to convert the system to merged-/usr (for example with the

Bug#940586: ghostscript: Please add gpcl in addition to gs

2019-11-27 Thread Jonas Smedegaard
Quoting Patrik Schindler (2019-09-17 16:46:48) > Please add gpcl as package to Debian, probably as backport available > for oder releases, too. Building gpcl with the debian-directory from > ghostscript yields file overlaps, because of files both programs use. > Diversions could be a solution.

Bug#945597: i3pystatus: Bad bug number in changelog

2019-11-27 Thread Esteban Bosse
Package: i3pystatus Version: 3.35+git20190107.1c972b8-2 Severity: minor Dear Maintainer, The actual package release solve the bug #944910 but in the changelog closes: #916339 (which is an old already closed bug). -- System Information: Debian Release: 10.1 APT prefers stable-updates APT

Bug#945596: systemd module does not include the new systemd-volatile-root of systemd 242+

2019-11-27 Thread Enrico Zini
Package: dracut-core Version: 048+80-2 Severity: normal Hello, I'm trying to setup a system booting on a readonly root with a tmpfs overlay on top. Systemd 242+ does it by default with systemd.volatile=overlay https://www.freedesktop.org/software/systemd/man/systemd-volatile-root.service.html

Bug#931640: webext-ublock-origin: confirmation

2019-11-27 Thread Wim Bertels
Markus Koschany schreef op zo 10-11-2019 om 21:05 [+0100]: > > Am 10.11.19 um 20:36 schrieb wim: > > Package: webext-ublock-origin > > Version: 1.18.4+dfsg-2 > > Followup-For: Bug #931640 > > > > Hello, > > > > confirmation: > > the extension/addon > > is not active or visible in firefox-esr >

Bug#901446: inkscape: Bug fix latex rendering

2019-11-27 Thread Jonas Smedegaard
Version: 9.24~~rc2~dfsg-1 Quoting Marc-Olivier Buob (2018-06-13 14:58:49) > With the current version of inkscape, when using Extensions > > Rendering > Latex... the latex rendering does not work. This is believed solved with ghostscript packaging release 9.24~~rc2~dfsg-1. Thanks for reporting

Bug#945595: New mpv in sid breaks smplayer

2019-11-27 Thread Alf Gaida
Package: smplayer Version: 19.10.2~ds0-0.siduction Severity: grave Hi, new mpv 0.30* don't play well with smplayer in sid - new 19.10.* will solve that problem. No action needed right now, will work on it. Cheers Alf -- System Information: Debian Release: bullseye/sid APT prefers

Bug#944294: buster-pu: package libvirt-daemon/5.0.0-4

2019-11-27 Thread Adam D. Barratt
Control: tags -1 -confirmed +moreinfo Hi, On 2019-11-27 16:07, Guido Günther wrote: Hi Adam, On Wed, Nov 27, 2019 at 01:21:40PM +, Adam D. Barratt wrote: Control: tags -1 + confirmed On 2019-11-27 13:05, Michal Arbet wrote: > I've added a patch from upstream ( sid already included it in

Bug#944743: (no subject)

2019-11-27 Thread Gordon Ball
Confirm this bug. I think it was introduced when upgrading to debhelper compat 12 in 6.0.0-1; dh_installsystemduser was added to the default sequence at this level anyway. For now I'll make it just install the unit and not auto-enable it, then the user can selectively enable it if desired. That

Bug#944294: buster-pu: package libvirt-daemon/5.0.0-4

2019-11-27 Thread Guido Günther
Hi Adam, On Wed, Nov 27, 2019 at 01:21:40PM +, Adam D. Barratt wrote: > Control: tags -1 + confirmed > > On 2019-11-27 13:05, Michal Arbet wrote: > > I've added a patch from upstream ( sid already included it in new > > version ). > > Check current debdiff in attachment. > > That looks OK,

Bug#942305: gimp: crashes when key press on numeric keys to rotate

2019-11-27 Thread Bernhard Übelacker
... a short addition: This issue might also the the same as described in this upstream issue: https://github.com/scim-im/scim/issues/26 Kind regards, Bernhard

Bug#945447: RFS: emacs-websocket/1.12+1.g74e4b82-1 [ITP] -- Emacs WebSocket client and server

2019-11-27 Thread Antoine Beaupré
On 2019-11-27 07:43:59, Nicholas D Steeves wrote: > Hi Antoine, > > Antoine Beaupré writes: > >> A few comments... >> >> Why do you specify a compression level and algorithm in gbp.conf? >> >> compression = xz >> compression-level = 9 >> > > This reduces the incidence of encountering an annoying

Bug#945195: [PATCH v2 3/7] email-print-mime-structure: move decrypt_part to its own function

2019-11-27 Thread Sean Whitton
Hello, On Mon 25 Nov 2019 at 04:45PM -05, Daniel Kahn Gillmor wrote: > Signed-off-by: Daniel Kahn Gillmor > --- > email-print-mime-structure | 31 +++ > 1 file changed, 19 insertions(+), 12 deletions(-) > > diff --git a/email-print-mime-structure

Bug#945195: [PATCH v2 2/7] email-print-mime-structure: Generic pipe decryption

2019-11-27 Thread Sean Whitton
Hello, On Mon 25 Nov 2019 at 04:45PM -05, Daniel Kahn Gillmor wrote: > Signed-off-by: Daniel Kahn Gillmor > --- > email-print-mime-structure | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/email-print-mime-structure b/email-print-mime-structure > index

Bug#942305: gimp: crashes when key press on numeric keys to rotate

2019-11-27 Thread Bernhard Übelacker
Control: reassign -1 scim-gtk-immodule 1.4.18-2.1 Control: affects -1 + gimp Hello Masa O, I tried to reproduce the crash you describe in a Buster/stable VM, but was not able to reach the crash. >From your backtrace there are some modules for scim input method visible, but failed also to setup

Bug#945195: [PATCH v2 1/7] email-print-mime-structure: decrypt PGP/MIME parts as bytes

2019-11-27 Thread Sean Whitton
Hello, On Mon 25 Nov 2019 at 04:45PM -05, Daniel Kahn Gillmor wrote: > Fully decode the encrypted part before passing it to any decryption > mechanism. I can go ahead and add "no functional change" to this commit message right? -- Sean Whitton signature.asc Description: PGP signature

Bug#945593: Acknowledgement (pbuilder: Use autodep8 in autopkgtest hook to check existence of tests)

2019-11-27 Thread Rafael Laboissière
Sorry, the patch attached to the original submission was wrong. Please, consider the new one attached below. BTW, I just filed a merge request against the Git repository for pbuilder at salsa.debian.org: https://salsa.debian.org/pbuilder-team/pbuilder/merge_requests/8 Best, Rafael

Bug#945582: systemd: Upgrade fails due to missing library libsystemd-shared-241.so

2019-11-27 Thread Graham Cobb
On 27/11/2019 14:05, Ansgar wrote: > On Wed, 2019-11-27 at 11:49 +, Graham Cobb wrote: >> I am upgrading my debian testing system but the upgrades fail as systemd >> cannot be configured. >> >> Output from dpkg --configure systemd: >> >> Setting up systemd (243-8) ... >>

Bug#924560: cryptsetup luksOpen requires 1GB of RAM in the default configuration

2019-11-27 Thread Ondrej Kozina
On Tue, 26 Mar 2019 10:42:29 +0100 Ondrej Kozina wrote: On Thu, 14 Mar 2019 19:43:26 +0100 Guilhem Moulin wrote: > Hi Milan, > > On Thu, 14 Mar 2019 at 19:22:42 +0100, Milan Broz wrote: > > (...) > > FYI we know about that parallel unlocking problem already and we are trying > > to find

  1   2   >