Bug#944249: [Pkg-emacsen-addons] Bug#944249: gnuplot-mode does not work with emacs26

2019-11-24 Thread Dima Kogan
OK. I went through all the patches, and pushed a tree to git. Nicholas: I took most of your stuff, except I don't want to rename the package again. I'll move the repo to the emacs team this week, and we can do an upload. Nicholas: do you want to be an Uploader? And are you an emacs team member?

Bug#945455: RFP: hardened-malloc -- hardened memory allocator

2019-11-24 Thread Patrick Schleizer
Package: wnpp Severity: wishlist X-Debbugs-CC: whonix-de...@whonix.org * Package name: hardened-malloc Version : 2.0 Upstream Author : Daniel Micay * URL : https://github.com/GrapheneOS/hardened_malloc * License : MIT Programming Lang: C Description :

Bug#945258: In git for a while now

2019-11-24 Thread Christian Ehrhardt
Hi, I saw the grave bump, but the comment still links to the v1 patches. To make sure it is known - there was a v2: https://www.mail-archive.com/qemu-block@nongnu.org/msg58098.html And in the meantime things are accepted:

Bug#936015: marked as done (ceph: CVE-2019-10222)

2019-11-24 Thread Salvatore Bonaccorso
Hi Bernd! On Sun, Nov 24, 2019 at 09:17:25PM +0100, Bernd Zeimetz wrote: > > > On 11/24/19 8:38 PM, Salvatore Bonaccorso wrote: > > Hi Bernd, > > > > On Mon, Nov 18, 2019 at 02:45:14PM +, Debian Bug Tracking System wrote: > > [...] > >> Version: 14.2.4-1 > >> > >> Forgot to mention that

Bug#944819: docker-based tests

2019-11-24 Thread Sébastien Delafond
Hi Antonio, the solution currently implemented does indeed test the installed package: it will install it using /etc/apt/sources.list.d/autopkgtest.list, and run the entire upstream test suite against that. You are right that all of this happens in a docker container. This is because that all

Bug#945454: elastix: FTBFS with current opencv and gdcm

2019-11-24 Thread Steve Langasek
Source: elastix Version: 4.9.0-1 Severity: serious User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu focal Dear maintainers, The elastix package is not buildable in unstable with the current opencv and gdcm: [...] arg [/usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o] ==> ignore arg

Bug#945451: [PATCH 4/4] email-print-mime-structure: Verify Python type annotations

2019-11-24 Thread Daniel Kahn Gillmor
Signed-off-by: Daniel Kahn Gillmor --- Makefile | 3 ++- debian/control | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index de2a784..af30616 100644 --- a/Makefile +++ b/Makefile @@ -9,10 +9,11 @@ all: $(MANPAGES) $(COMPLETIONS) check:

Bug#945451: [PATCH 1/4] email-print-mime-structure: simple baseline test suite

2019-11-24 Thread Daniel Kahn Gillmor
I want to ensure that any changes don't ultimately break the behavior of email-print-mime-structure. Signed-off-by: Daniel Kahn Gillmor --- Makefile | 3 +++ debian/control| 2 ++ tests/email-print-mime-structure.sh

Bug#945451: [PATCH 2/4] email-print-mime-structure: added test for PGP/MIME decryption

2019-11-24 Thread Daniel Kahn Gillmor
The secret key material in this test comes from https://datatracker.ietf.org/doc/draft-bre-openpgp-samples/ Signed-off-by: Daniel Kahn Gillmor --- debian/control| 1 + tests/email-print-mime-structure.sh | 17 +++-

Bug#945451: [PATCH 3/4] email-print-mime-structure: Add test for --use-gpg-agent as well

2019-11-24 Thread Daniel Kahn Gillmor
Signed-off-by: Daniel Kahn Gillmor --- debian/control | 2 ++ tests/email-print-mime-structure.sh | 6 ++ 2 files changed, 8 insertions(+) diff --git a/debian/control b/debian/control index 2576d6c..0ef1ece 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,8

Bug#929272: nmap-common: executable distributed in nmap-common detected as malware

2019-11-24 Thread Gordon Fyodor Lyon
Hi Kim-Alexander. On behalf of the Nmap Project, I just wanted to say thanks for submitting the false positive file to all the AV vendors. That really helps. -Fyodor

Bug#945453: camitk: FTBFS, uninstallable build-deps in unstable

2019-11-24 Thread Steve Langasek
Source: camitk Version: 4.1.2-3 Severity: serious User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu focal Dear maintainers, The camitk package is not buildable in unstable because it build-depends on libgdcm2-dev and libvtkgdcm2-dev, which have been superseded by libgdcm-dev and

Bug#945452: dh-make: use `python3 -m sphinx` instead of `sphinx3-build`

2019-11-24 Thread Sandro Tosi
Package: dh-make Version: 2.201903 Severity: normal Hello, the preferred way to invoke sphinx is: python3 -m sphinx please replace `sphinx3-build` in the template with that command. thanks! -- System Information: Debian Release: 10.0 APT prefers unstable-debug APT policy: (500,

Bug#944851: tnef: CVE-2019-18849

2019-11-24 Thread Utkarsh Gupta
Hi all, On Sat, 16 Nov 2019 11:57:19 +0100 Salvatore Bonaccorso wrote: > Source: tnef > Version: 1.4.12-1.2 > Severity: grave > Tags: security upstream > Justification: user security hole > Forwarded: https://github.com/verdammelt/tnef/pull/40 > > Hi, > > The following vulnerability was

Bug#945441: Info received (Bug#945441: Acknowledgement (isc-dhcp-client: dhclient fails to obtain address or routes, apparently because of mangled section in dhclient.leases))

2019-11-24 Thread Michael Redman
Hi Team, Seeing that the "enx..." interface name was truncated and concatenated with "lease {" in the bad block in dhclient.leases, makes me wonder if the length of the interface name is relevant to the issue. The full name of that interface is "enx0015ff038700". Kind regards, Michael

Bug#945451: email-print-mime-structure: add test suite

2019-11-24 Thread Daniel Kahn Gillmor
Package: mailscripts Version: 0.15-1 Control: tags -1 patch There are currently no test suites in mailscripts for anything. I want to have at least a baseline test suite for email-print-mime-structure, so that i can be sure that any changes or refactoring i make don't break the expected output.

Bug#944363: Please upgrade to version 1.49

2019-11-24 Thread Robert Ancell
Hi Laurent, Sorry, I don't have upload rights, so I've just been updating the git repo. If you are able to upload please do! On Mon, Nov 11, 2019 at 12:26 AM Laurent Bigonville wrote: > Hello Robert, > > On Fri, 08 Nov 2019 16:25:24 +0100 Laurent Bigonville > wrote: > > > > > Hi, > > > >

Bug#945450: python-urllib3: FTBFS under C locale

2019-11-24 Thread Andreas Beckmann
Source: python-urllib3 Version: 1.25.6-2 Severity: serious Tags: ftbfs Justification: fails to build from source Hi, python-urllib3/experimental FTBFS under LC_ALL=C (which is set by pbuilder) due to a failing test. It works if e.g. LC_ALL=C.UTF-8 is exported from debian/rules.

Bug#945449: ITP: sphinx-copybutton -- sphinx extension to add a "copy" button to code blocks.

2019-11-24 Thread Sandro Tosi
Package: wnpp Severity: wishlist Owner: Sandro Tosi * Package name: sphinx-copybutton Version : 0.2.5 Upstream Author : Chris Holdgraf * URL : https://github.com/choldgraf/sphinx-copybutton * License : MIT Programming Lang: Python Description : sphinx

Bug#945055: intel-microcode: CPU runs at considerably higher temperatures

2019-11-24 Thread Christoph Anton Mitterer
On Sat, 2019-11-23 at 22:36 -0300, Henrique de Moraes Holschuh wrote: > To make sure of that, we need to ensure the mitigations are enabled > in the 5.2 kernel you are using. > > Please send the output of the grep line: > grep . /sys/devices/system/cpu/vulnerabilities/*

Bug#944350: systemd: screen remains off after waking up from suspend

2019-11-24 Thread Jiri Kanicky
Further to the issue, when I set BIOS to discrete graphics only, I am experiencing the same issue when booting the system from shutdown state. The screen stays off, but the OS is booted and working.

Bug#945448: hostapd: bpo update fails to set service properly

2019-11-24 Thread westlake
Package: hostapd Version: 2:2.4-1+deb9u4 Severity: important using kernel 4.16.0-0.bpo.2-686-pae, the hostapd update to 2:2.7+git20190128+0c1e29f-4~bpo9+2 causes wlan0 to no longer work reverting back to 2:2.4-1+deb9u4 , allowed hostapd to run again correctly /etc/network/interfaces "auto

Bug#944806: gnome fails to start after gnome-shell upgrade, gnome-classic will start

2019-11-24 Thread Wendy J. Elmer
I see this line in the Xorg log when gnome fails to start and not with the downgraded packages and gnome starts. (EE) modeset(0): failed to set mode: Permission denied Does that have anything to do with why gnome fails to start?

Bug#942795: Acknowledgement (libsoxr: Building with "nocheck" results in a broken soxr.pc pkg-config file)

2019-11-24 Thread John Paul Adrian Glaubitz
Hi! Could this bug get fixed soonish? We still can't build VLC on the affected architectures because of this particular bug. In my tests, removing the paragraph worked perfectly fine and still made "nocheck" work. Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer -

Bug#944150: 389-ds-base: CVE-2019-14824: Read permission check bypass via the deref plugin

2019-11-24 Thread Utkarsh Gupta
Hi Timo, On Tue, 05 Nov 2019 07:22:06 +0100 Salvatore Bonaccorso wrote: > Source: 389-ds-base > Version: 1.4.1.6-4 > Severity: grave > Tags: security upstream > > Hi, > > The following vulnerability was published for 389-ds-base. > > CVE-2019-14824[0]: > Read permission check bypass via the

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

2019-11-24 Thread Nicholas D Steeves
Package: sponsorship-requests Severity: wishlist Control: block 945329 by -1 Dear mentors, I am looking for a sponsor for my package "emacs-websocket", which is a required dependency of atomic-chrome-el (Bug #909336). * Package name: emacs-websocket Version : 1.12+1.g74e4b82-1

Bug#945446: efl: FTBFS on most architectures in experimental

2019-11-24 Thread Andreas Beckmann
Source: efl Version: 1.23.2-1 Severity: serious Tags: ftbfs Justification: fails to build from source (but built successfully in the past) Hi, efl/experimental FTBFS on most architectures while the version in sid builds fine: https://buildd.debian.org/status/package.php?p=efl=experimental

Bug#945445: lldb-8: incorrect python path output by "lldb-8 -P"

2019-11-24 Thread Ximin Luo
Package: lldb-8 Version: 1:8.0.1-4 Severity: normal Dear Maintainer, lldb -P is supposed to print the path to the python lldb module. This does not work in Debian, the path was not overridden correctly in the packaging: $ lldb-8 -P /usr/lib/x86_64-linux-gnu/python3.7/site-packages $ ls -la

Bug#942538: [Python-modules-team] Bug#936745: reducing matplotlib2 build-depends.

2019-11-24 Thread Sandro Tosi
> matplotlib2 still has python-qt4 and python-qt4-dbg in autopkgtest depends arghhh sorry, just uploaded with that removed > (and matplotlib too, even though it is Python 3 only). will look at this later, in the coming days -- Sandro "morph" Tosi My website: http://sandrotosi.me/ Me at

Bug#945444: apt: Man page for apt-helper missing

2019-11-24 Thread James Blanford
Package: apt Version: 1.8.2 Severity: normal Dear Maintainer, * What led up to the situation? I noticed that my system was trying to run apt-helper on a daily basis and wanted to know what apt-helper does and peruse descriptions of command line switches and options. * What exactly did

Bug#917613: Regression: Thunderbird dosen't open ("already running" error)

2019-11-24 Thread H. Buchberger
Hi there, same problem here: After upgrading from Debian 9 (Stretch) to 10 (Buster) Thunderbird stopped working. Thanks to this bugreport I disabled the apparmor-profile "thunderbird" and thunderbird was running again as before. When I tried to set the apparmor-profile to "complain",

Bug#945443: git-svn fails with "error: git-svn died of signal 11"

2019-11-24 Thread christian_k...@gmx.net
Package:    gtk-svn Version:    1:2.20.1-2 When I call git svn fetch, git-svn returns an error message after operation error: git-svn died of signal 11 Here is the transcript: $ git svn fetch org.kde.kwindowsystem: Could not find any platform plugin error: git-svn died of signal 11 $ Best

Bug#939951: keybinder, keybinder-3.0, kylin-burner: fails to build with gtk-doc 1.32

2019-11-24 Thread Simon McVittie
Control: tags -1 + upstream On Tue, 10 Sep 2019 at 14:49:12 +0200, Andreas Henriksson wrote: > Your package seems to fail to build from source with the new gtk-doc-tools > 1.32 (currently in experimental). > The issue seems to be that your sgml files include a file that's no longer > being

Bug#939950: hkl: fails to build with gtk-doc 1.32

2019-11-24 Thread Simon McVittie
On Tue, 10 Sep 2019 at 14:49:05 +0200, Andreas Henriksson wrote: > Your package seems to fail to build from source with the new gtk-doc-tools > 1.32 (currently in experimental). > The issue seems to be that your sgml files include a file that's no longer > being generated when there's no content

Bug#867341: Bug#939846: xymon: xymonnet segfaults (and completely stops working) if any URL to check is IPv6-only

2019-11-24 Thread nicolas
Hi Axel, I re-read the bug description and realized i was using an ipv6 with conn test (and not conn6) so, the 2 bugs seem to be the same issue or at least related. Regards, Nicolas On Mon, 9 Sep 2019 15:28:58 +0200 Axel Beckert wrote: > Control: found 939846 4.3.30-1 > > Hi, > > I wrote in

Bug#944348: buster-pu: package schleuder/3.4.0-2+deb10u1

2019-11-24 Thread Georg Faerber
On 19-11-23 18:20:08, Julien Cristau wrote: > That looks fine to me. Go ahead. Thanks -- uploaded accordingly: I've only fixed a typo in the proposed changelog note, additionally. Cheers, Georg

Bug#945265: [Pkg-clamav-devel] Bug#945265: new upstream version 0.102.1 to fix CVE-2019-15961

2019-11-24 Thread Sebastian Andrzej Siewior
On 2019-11-24 11:24:45 [+0100], Hugo Lefeuvre wrote: > Dear clamav maintainers, Hi, > are you planning to address this in stretch/buster via -updates? I can > provide some help if needed (and make sure this gets backported to > jessie-security). I just pushed 0.102.1 into git targeting

Bug#945442: Possible to backspace past beginning of string, which appears to be identical to having pressed Enter immediately, without any backspace

2019-11-24 Thread Andras Korn
Package: neomutt Version: 2019+dfsg.1-1 Severity: normal Hi, when mutt prompts for something (e.g. To: address, Subject etc.) it previously was possibly to just keep pressing backspace until whatever default text was there disappeared. As of this version, it's possible to keep erasing back

Bug#813041: icedtea-netx should not depend on default-jre

2019-11-24 Thread Marco Gamberoni
In data sabato 23 novembre 2019 19:36:03 CET, hai scritto: > > Hello Marco, > > I agree about the hard dependency on default-jre. Hello Tony, no, I did not say so: my wish is icedtea-netx depend on _provided_ java-runtime. > That's the reason > that the javaX-runtime virtual dependencies were

Bug#945441: Acknowledgement (isc-dhcp-client: dhclient fails to obtain address or routes, apparently because of mangled section in dhclient.leases)

2019-11-24 Thread Michael Redman
Hi Team, I forgot to include, this bug seems similar to, but not exactly the same as, #851950 "unusual signs in dhclient.leases" Kind regards, Michael Redman On 11/24/19 10:03 PM, Debian Bug Tracking System wrote: Thank you for filing a new Bug report with Debian. You can follow progress

Bug#945441: isc-dhcp-client: dhclient fails to obtain address or routes, apparently because of mangled section in dhclient.leases

2019-11-24 Thread Michael Redman
Package: isc-dhcp-client Version: 4.4.1-2 Severity: important Dear Maintainer, dhclient failed to renew address or set routes for me. I found the following in syslog: Nov 24 19:08:41 orion dhclient[1840]: Can't allocate interface enx0015fflease {#012 interface . Nov 24 19:08:41 orion

Bug#945438: libaqbanking: Version 6 no longer works with ING DiBa bank

2019-11-24 Thread Micha Lenk
Control: forwarded -1 https://www.aquamaniac.de/rdm/issues/134 This is already tracked in the upstream bug tracker as https://www.aquamaniac.de/rdm/issues/134 (sorry, German only). So far it seems to be an unsolved issue. Best regards, Micha

Bug#834410: ITA: giflib -- library for GIF images

2019-11-24 Thread David Suárez
control: retitle -1 ITA: giflib -- library for GIF images control: owner -1 david.sephi...@gmail.com

Bug#922566: FTBFS against opencv 4.0.1 (exp)

2019-11-24 Thread Steve Langasek
Package: actiona Version: 3.10.0-1 Followup-For: Bug #922566 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu focal ubuntu-patch Control: tags -1 + patch Hello, Attached is a patch to fix actiona for source compatibility with opencv 4. I have uploaded these changes to Ubuntu for the

Bug#945440: audacity: Bump to version 2.3.3

2019-11-24 Thread Dennis Braun
Package: audacity Version: 2.3.2-2 please bump to version 2.3.3. https://www.audacityteam.org/audacity-2-3-3-released/ check my patch for small changes in the debian files for 2.3.3. i tested the build on my local machine with pbuilder. diff -ruN audacity-2.3.2/debian/changelog

Bug#944116: tasksel: Please make another source-only upload

2019-11-24 Thread Boyuan Yang
Hi Holger, 在 2019-11-24日的 12:15 +0100,Holger Wansing写道: > Hi, > > I have upload rights for d-i packages, so sponsoring not needed. > But I need help with such an non-source-only upload, as it seems :-| > > My amd64 binary upload was just rejected, I suspect because it does go > through NEW: >

Bug#945439: ITP: python-pyluach -- Hebrew (Jewish) calendar dates and Hebrew-Gregorian conversions

2019-11-24 Thread Michael Fladischer
Package: wnpp Severity: wishlist Owner: Michael Fladischer -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 * Package name: python-pyluach Version : 1.0.1 Upstream Author : Meir S. List * URL : https://github.com/simlist/pyluach/ * License : Expat

Bug#945438: libaqbanking: Version 6 no longer works with ING DiBa bank

2019-11-24 Thread John Paul Adrian Glaubitz
Source: libaqbanking Version: 5.99.43beta-2 Severity: normal Tags: upstream Hi! The latest version of libaqbanking that the 3.7-2 package version of gnucash depends on is currently incompatible with the German bank ING DiBa [1]. In order to get it to work again, I had to downgrade gnucash,

Bug#944589: gsequencer: stalls system

2019-11-24 Thread Joël Krähemann
Hi, I think there is no problem except the lack CPU resources, GSequencer needs power and pulseaudio behaves really bad on low CPU power. Please, try the ALSA configuration as previously been told. This always appears, even as loading builtin config: /home/user/.gsequencer/ags.conf This is

Bug#936015: marked as done (ceph: CVE-2019-10222)

2019-11-24 Thread Bernd Zeimetz
On 11/24/19 8:38 PM, Salvatore Bonaccorso wrote: > Hi Bernd, > > On Mon, Nov 18, 2019 at 02:45:14PM +, Debian Bug Tracking System wrote: > [...] >> Version: 14.2.4-1 >> >> Forgot to mention that bug in the changelog unfortunately. >> >> ceph (14.2.4-1) unstable; urgency=medium > > Do you

Bug#945437: RM: fslint -- RoQA; Orphaned; Python 2 only, not ported to Python 3

2019-11-24 Thread Boyuan Yang
Package: ftp.debian.org Severity: normal User: ftp.debian@packages.debian.org Usertags: remove Dear FTP Masters, Package fslint (https://tracker.debian.org/pkg/fslint) is now orphaned and python2 only with dependency on really obsoleted pygtk. Its upstream has no intent to migrate the

Bug#945243: libpsl FTBFS: ../libpsl-docs.sgml:27: element include: XInclude error : could not load ../xml/tree_index.sgml, and no fallback was found

2019-11-24 Thread Simon McVittie
Control: tags -1 + upstream On Thu, 21 Nov 2019 at 19:49:37 +0100, Helmut Grohne wrote: > libpsl recently (within the last seven days) started to FTBFS in > unstable: > | warning: failed to load external entity "../xml/tree_index.sgml" > | ../libpsl-docs.sgml:27: element include: XInclude error :

Bug#945436: rust-debcargo Build-Depends on package that doesn't exist: librust-git2-0.8+default-dev

2019-11-24 Thread Paul Gevers
Source: rust-debcargo Version: 2.4.0-1 Severity: serious Tags: ftbfs sid bullseye Justification: ftbfs -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dear maintainer, Your package is part of the libgit2 transition and I scheduled binNMU's for those. However, your package fails to build from

Bug#944480: transition: libdvdread

2019-11-24 Thread Paul Gevers
Control: tags -1 confirmed Hi Sebastian, On 10-11-2019 18:08, Sebastian Ramacher wrote: > libdvdread bumped its SONAME from 4 to 7. All reverse dependencies build > fine against the new version. Please go ahead in unstable. Paul signature.asc Description: OpenPGP digital signature

Bug#944589: gsequencer: stalls system

2019-11-24 Thread westlake
""** Message: 13:46:42.039: loading preferences for: /home/user/.gsequencer/ags.conf sched_setscheduler failed: Operation not permitted " I managed to get the full error message before gsequencer fully stalls the system.. "timeout -s kill -k 30 30 gsequencer"[enter] something is wrong

Bug#945435: nototools Build-Depends on python-fonttools which isn't build from source anymore

2019-11-24 Thread Paul Gevers
Source: nototools Version: 0~20170925-1 Severity: serious Tags: ftbfs Justification: ftbfs -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dear maintainers, nototools is involved in the Python 2 removal of Debian. Unfortunately, one of your Build-Depends, python-fonttools has been removed

Bug#944396: transition: exiv2

2019-11-24 Thread Paul Gevers
Control: tags -1 confirmed Hi Steve, On 09-11-2019 05:50, Steve M. Robbins wrote: > New upstream, new soversion. > > Ben file: > > title = "exiv2"; > is_affected = .depends ~ "libexiv2-14" | .depends ~ "libexiv2-27"; > is_good = .depends ~ "libexiv2-27"; > is_bad = .depends ~ "libexiv2-14";

Bug#944760: ghostscript: CVE-2019-14869

2019-11-24 Thread Salvatore Bonaccorso
Hi Jonas, On Mon, Nov 18, 2019 at 10:34:17PM +0100, Jonas Smedegaard wrote: > Control: severity -1 important > > Quoting Salvatore Bonaccorso (2019-11-14 22:47:49) > > Source: ghostscript > > Version: 9.50~dfsg-2 > > Severity: grave > > Tags: security upstream > > Control: found -1

Bug#936015: marked as done (ceph: CVE-2019-10222)

2019-11-24 Thread Salvatore Bonaccorso
Hi Bernd, On Mon, Nov 18, 2019 at 02:45:14PM +, Debian Bug Tracking System wrote: [...] > Version: 14.2.4-1 > > Forgot to mention that bug in the changelog unfortunately. > > ceph (14.2.4-1) unstable; urgency=medium Do you know where this upload got lost? It's not in NEW and it does not

Bug#754129: RFP: lutris -- An open gaming platform for Linux

2019-11-24 Thread Stephan Lachnit
I've been working to improve the upstream package compliance of Lutris, since it's an Ubuntu native package. The current state of my work can be seen here: https://github.com/lutris/lutris/pull/2476 In case this will be merged for the next version, I will upload a version will all the

Bug#945433: FTBFS: Invalid SPIR-V binary version 1.3 for target environment SPIR-V 1.0 (under OpenGL 4.5 semantics)

2019-11-24 Thread Simon McVittie
Source: glslang Version: 7.13.3496-1 Severity: serious Tags: ftbfs Justification: fails to build from source (but built successfully in the past) https://buildd.debian.org/status/fetch.php?pkg=glslang=amd64=7.13.3496-1=1574253637=0 (and all the other architectures): > 1/1 Test #1:

Bug#945434: /usr/bin/owncloudcmd: Abort on startup

2019-11-24 Thread Nigel Horne
Package: owncloud-client-cmd Version: 2.2.4+dfsg-2 Severity: normal File: /usr/bin/owncloudcmd Resubmitting from correct e-mail address: When I run $ owncloudcmd -n --non-interactive --trust /foo/bar https://myserver/owncloud I get QIODevice::read (QFile,

Bug#945432: RFS: systune/0.5.10 -- kernel tuning through the /proc file system

2019-11-24 Thread Sudip Mukherjee
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package "systune" * Package name: systune Version : 0.5.10 Upstream Author : NA * URL : NA * License : GPL-2.0+ * Vcs :

Bug#765854: ecryptfs-utils: Private directory not automatically unmounted anymore on logout

2019-11-24 Thread Adam Greene
Based on some of the workarounds provided in this thread, the following script (or documentation, half of it is comments and echo statements) will get ecryptfs + per-user automounting/unmounting working on a Debian 10 (Buster) system Use at your own risk, this is not official documentation but it

Bug#945431: systemd: missing files

2019-11-24 Thread westlake
Package: systemd Version: 242-8~bpo10 Severity: important listing the contents of systemd_242-8~bpo10+1_amd64.deb shows that org.freedesktop.systemd1.service is missing from this package please add this service file as it is needed for systemctl --user commands thanks

Bug#945051: [debian-mysql] Bug#945051: galera-3: incompatible with fs.protected_regular = 1

2019-11-24 Thread Alexander E. Patrakov
Control: reassign -1 mariadb-server-10.3 1:10.3.18-0+deb10u1 Control: forwarded -1 https://jira.mariadb.org/browse/MDEV-21140 Also created a pull request upstream: https://github.com/MariaDB/server/pull/1417

Bug#945430: guake: package does not tag python3-gi-cairo as a dependency

2019-11-24 Thread Robert Matusewicz
Package: guake Version: 3.6.3-1 Severity: normal Dear Maintainer, It looks like Guake package does not tag python3-gi-cairo as a dependency. Without it, Guake crash when user tries to show/hide it with error TypeError: Couldn't find foreign struct converter for 'cairo.Context' This bug was

Bug#693587: bind9: stop resolving

2019-11-24 Thread Ondřej Surý
Marco, could you please fill an upstream issue? Ondřej -- Ondřej Surý > On 24 Nov 2019, at 19:30, Marco d'Itri wrote: > > On Feb 21, Marco d'Itri wrote: > >>> That TTL is extremely suspicious and is way longer than anything >>> warranted by IT zone contents. Looks like the clock went

Bug#942854: virtualbox: Guest additions ISO image fails to download

2019-11-24 Thread Lucas Nussbaum
Hi, This seems to be tracked upstream as https://www.virtualbox.org/ticket/18653 (but that ticket isn't very helpful) Lucas

Bug#945429: Please also package grass-addons

2019-11-24 Thread 積丹尼 Dan Jacobson
Package: grass Severity: wishlist Please also package grass-addons: https://github.com/OSGeo/grass-addons https://grasswiki.osgeo.org/wiki/AddOns/GRASS_7 And grass-addons-doc: https://grass.osgeo.org/documentation/manuals/ https://grass.osgeo.org/grass76/manuals/addons/ Thanks.

Bug#693587: bind9: stop resolving

2019-11-24 Thread Marco d'Itri
On Feb 21, Marco d'Itri wrote: > > That TTL is extremely suspicious and is way longer than anything > > warranted by IT zone contents. Looks like the clock went back almost > > seven days since the entry was added to the cache. > I cannot see how this could be possible: the hardware clock is

Bug#944876: RFS: boogie 2.4.1-0.1 -- verifiable programming language [NMU, RC]

2019-11-24 Thread Benjamin Barenblat
As the current maintainer, I definitely do not object to this NMU (or any other NMUs associated with this package). Sponsors, please feel free to upload without delay.

Bug#945395: udev config disables /etc/systemd/network/ .link files for usb networking.

2019-11-24 Thread Michael Biebl
Control: forcemerge 941636 -1 basically a duplicate of #941636, so merging accordingly. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? signature.asc Description: OpenPGP digital signature

Bug#945427: doxygen: improve rules to pick llvm version from the control file

2019-11-24 Thread Norbert Lange
Package: doxygen Version: 1.8.16-0.1 Severity: wishlist Dear Maintainer, I am glad this package finally found a maintainer, I cooked up my own versions meanwhile. To make changing llvm versions (and supported archs), this code would pick it up form the cntrols file: llvm_ver = $(shell sed -n

Bug#945391: asciidocapi: fails with AttributeError: 'NoneType' object has no attribute 'loader'

2019-11-24 Thread Joseph Herlant
Control: forwarded -1 https://github.com/asciidoc/asciidoc-py3/pull/86 Hi Simon, Thanks a lot for the report! I was able to reproduce the bug you described and I can confirm that your patch works as expected. Thanks a lot for that! :) I forwarded your patch to the upstream repo:

Bug#754739: grub2: no grub menu and system does not boot if connected only with displayport

2019-11-24 Thread Georg Lipps
I do have a similar problem with display port. Grub set-up is correct since the error is only seen when using DP1.2 (and not DP1.1) See also: https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1853735 Regards On Sun, 13 Jul 2014 14:54:48 -0400 js wrote: > Package: grub2 > Version:

Bug#831770: smbclient: Problem still occurs

2019-11-24 Thread Harald
Package: smbclient Version: 2:4.11.1+dfsg-3 Followup-For: Bug #831770 Dear Maintainer, good afternoon! I still run into this problem, even though I can use smbclient to access my shares. /run/samba is not existing. See here for an example session: jupp:|home/harald > smbclient -U guest

Bug#945426: pylint doesn't ship the test libraries anymore

2019-11-24 Thread Joseph Herlant
Package: pylint Version: 2.4.4-1 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dear Maintainer, Thanks a lot for the prompt upgrade of pylint the other day. Unfortunately since the upgrade, it seems we lost the testing libraries that other packages like pylint-django rely on.

Bug#944538: buster-pu: package ganeti-instance-debootstrap/0.16-6.1

2019-11-24 Thread Antoine Beaupré
On 2019-11-23 18:34:25, Julien Cristau wrote: > On Mon, Nov 11, 2019 at 10:40:58AM -0500, Antoine Beaupre wrote: >> diff -Nru ganeti-instance-debootstrap-0.16/debian/changelog >> ganeti-instance-debootstrap-0.16/debian/changelog >> --- ganeti-instance-debootstrap-0.16/debian/changelog

Bug#943505: mousepad: crashes when changing search direction

2019-11-24 Thread Bernhard Übelacker
Hello Geoff Tree, I am not involved in packaging mousepad, but tried to reproduce the issue. Unfortunately I could not trigger the crash. Maybe you could install a coredump collector like systemd-coredump. The last lines of the output of the command 'journalctl --no-pager' should give the

Bug#945425: zsh: should run all pipeline elements in subshell in sh mode

2019-11-24 Thread brian m. carlson
Package: zsh Version: 5.7.1-1+b1 Severity: normal POSIX mandates that all elements in a pipeline are run in subshells, but permits extensions that run some or all of those elements in the main shell environment instead. zsh always runs the final element in a pipeline in the normal shell

Bug#945424: Port extfs scripts to python3

2019-11-24 Thread Laurent Bigonville
Package: mc Version: 3:4.8.23-1 Severity: normal Hello, At least 2 extfs scripts are using python and it's not clear whether they support python3. As python2 is being removed, that should be checked and suggested packages (python, python-boto, python-tz) should be switched to their python3

Bug#945353: Vagrant libvirt and virtualbox providers missing for buster64 10.1.0

2019-11-24 Thread Emmanuel Kasper
Le 24/11/2019 à 17:12, Emmanuel Kasper a écrit : > The package cache for Base Boxes is anyway always updated, I meant here always OUTDATED ... -- You know an upstream is nice when they even accept m68k patches. - John Paul Adrian Glaubitz, Debian OpenJDK maintainer

Bug#945353: Vagrant libvirt and virtualbox providers missing for buster64 10.1.0

2019-11-24 Thread Emmanuel Kasper
Le 23/11/2019 à 14:17, Jonas Meurer a écrit : > Package: cloud.debian.org > Severity: important > > Hello, > > for some reason, boxes for providers 'libvirt' and 'virtualbox' are missing > for > buster64 tag 'v10.1.0' from https://app.vagrantup.com/debian/boxes/buster64. > > Unfortunately,

Bug#945423: duplicity fails tests with Python 3.8

2019-11-24 Thread Matthias Klose
Package: src:duplicity Version: 0.8.07-1 Severity: serious Tags: sid bullseye ftbfs User: debian-pyt...@lists.debian.org Usertags: python3.8 duplicity fails tests with Python 3.8, all architectures: [...] testing/unit/test_diffdir.py::DDTest::test_dirdelta_write_sig

Bug#945421: pyside2 ftbfs on mips64el (failing tests)

2019-11-24 Thread Matthias Klose
Package: src:pyside2 Version: 5.13.2-2 Severity: serious Tags: sid bullseye ftbfs pyside2 ftbfs on mips64el (failing tests). [...] Total time of whole Python script = 804.31 sec Traceback (most recent call last): File "testrunner.py", line 46, in testing.main() File

Bug#945422: bowtie2: "imp" Python deprecation warning embedded into bowtie2-inspect(1) manpage

2019-11-24 Thread Chris Lamb
Package: bowtie2 Version: 2.3.5.1-1 Severity: minor User: reproducible-bui...@lists.alioth.debian.org Usertags: buildpath X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org Hi, The /usr/share/man/man1/bowtie2-inspect.1.gz manpage contains the following:

Bug#945420: symbols file needs adjustments for mipsel and sparc64

2019-11-24 Thread Matthias Klose
Package: src:libkolabxml Version: 1.1.6-5 Severity: serious Tags: sid bullseye ftbfs The symbols file needs adjustments for mipsel and sparc64, or else the package will stay in unstable.

Bug#944636: insighttoolkit4: CMake missing files for imported targets

2019-11-24 Thread Bas Couwenberg
Source: insighttoolkit4 Version: 4.12.2-dfsg1-4+b2 Followup-For: Bug #944636 Control: tags -1 patch Dear Maintainer, At least part of the problem is that libminc-dev is only a build dependency and not being pulled in via the libinsighttoolkit4-dev dependencies. This is fixed with the attached

Bug#945419: libpillowfight ftbfs on all architectures

2019-11-24 Thread Matthias Klose
Package: src:libpillowfight Version: 0.3.0-1 Severity: serious Tags: sid bullseye ftbfs libpillowfight ftbfs on all architectures. amd64: [...] dh_install: libpillowfight0 missing files: usr/lib/*/lib*.so.* dh_install: missing files, aborting install -d

Bug#945376:

2019-11-24 Thread Mateusz Skowroński
Control: retitle -1 TypeError: 'Shiboken.ObjectType' object is not iterable on Python 3.8

Bug#945418: RFS: golang-github-sabhiram-go-gitignore/1.0.2-1 [ITP] -- A gitignore parser for go

2019-11-24 Thread Felix Lechner
Package: sponsorship-requests Severity: wishlist X-Debbugs-CC: David Steele Dear mentors, I am looking for a sponsor for my package "golang-github-sabhiram-go-gitignore" This is a required prerequisite for Gocryptfs starting in version 1.7.1, which is currently unpackaged, and up. * Package

Bug#945376:

2019-11-24 Thread Mateusz Skowroński
Control: retitle -1 TypeError: 'Shiboken.ObjectType' object is not iterable on Python 3.8

Bug#888914: backintime adds current directory to path?

2019-11-24 Thread Fabian Wolff
Thanks for reporting this bug. It appears to me that the issue you're referring to might have been fixed by this commit: https://github.com/bit-team/backintime/commit/7795b40772c821805037664a559d96642b768391 Could you check again and confirm this, please? Then we could close this bug. On

Bug#945417: udd: add more reproducible info

2019-11-24 Thread Lucas Nussbaum
Package: qa.debian.org Severity: wishlist User: qa.debian@packages.debian.org Usertag: udd Hi, UDD uses reproducible-tracker.json instead of reproducible.json. It should use the latter. DMD should be updated to limit the information it displays to useful info, as described below. - Lucas

Bug#945416: libb-cow-perl: fails to build (test failures) on some architectures

2019-11-24 Thread gregor herrmann
Source: libb-cow-perl Version: 0.001-2 Severity: serious Tags: upstream ftbfs Justification: fails to build from source (but built successfully in the past) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 As seen on https://buildd.debian.org/status/logs.php?pkg=libb-cow-perl=0.001-2

Bug#944589: gsequencer: stalls system

2019-11-24 Thread Joël Krähemann
Few days ago, someone reported a similar behavior, we figured out that low CPU power and the use of pulseaudio caused problems. Does it help if you put a different configuration in your: $HOME/.gsequencer/ags.conf As shown here: http://nongnu.org/gsequencer/help.html Or see attachment.

Bug#945415: gitano: FTBFS on unstable

2019-11-24 Thread Antonio Terceiro
Source: gitano Version: 1.2-1 Severity: serious Tags: ftbfs Justification: fails to build from source Hello, gitano currently fails to build from source under sbuild. the relevant part of the log is as follows: 8<8<8<- Running

Bug#945414: gcr: FTBFS on sparc64 due to 64bit memory access alignment issues

2019-11-24 Thread Gregor Riepl
Source: gcr Version: 3.18.0-1 Severity: normal User: debian-sp...@lists.debian.org Usertags: sparc64 Dear Maintainer, The package build of gcr currently fails for the sparc64 architecture due to misaligned access to 64-bit memory, as can be seen in the build log:

Bug#945413: fast-histogram fails it's tests during the build

2019-11-24 Thread Matthias Klose
Package: src:fast-historgram Version: 0.7-1 Severity: serious Tags: sid bullseye ftbfs User: debian-pyt...@lists.debian.org Usertags: python3.8 I: pybuild base:217: cd /<>/.pybuild/cpython3_3.8_fast-histogram/build; python3.8 -m pytest = test session starts

  1   2   >