Bug#984674: ccache: clang links missing in /usr/lib/ccache

2021-03-07 Thread Joel Rosdahl
On Sat, 6 Mar 2021 at 22:51, Joachim Wuttke wrote: > Package ccache installs a number of symbolic links to /usr/lib/ccache, among > them clang-11 and clang++-11, but not clang and clang++. May I kindly suggest > you add these two? The problem is that /usr/bin/clang is created (via the

Bug#984692: cups-daemon: "dbus" notifier stays hanging after showing the notification

2021-03-07 Thread Igor Liferenko
> Most probably the reason is that the process which calls > the notifier does not close the pipe and the dbus notifier process > keeps waiting for data to be read instead of getting EOF. Indeed, strace shows that the dbus notifier process is blocked while waiting for input from cupsd on stdin:

Bug#984560: NIS binary maps could be broken after upgrades, due to GDBM oddities

2021-03-07 Thread Francesco P. Lovergine
On Sun, Mar 07, 2021 at 07:00:06AM +, McIntyre, Vincent (CASS, Marsfield) wrote: On Fri, Mar 05, 2021 at 09:51:34AM +0100, Francesco P. Lovergine wrote: Thank you for the quick reply. I agree with all your points and that there's little to be done but document the issue. I'm happy for this

Bug#984692: cups-daemon: "dbus" notifier stays hanging after showing the notification

2021-03-07 Thread Igor Liferenko
If I copy testnotify (testnotify.c in cups source) over /usr/lib/cups/notifier/dbus the result is the same.

Bug#984692: cups-daemon: "dbus" notifier stays hanging after showing the notification

2021-03-07 Thread Igor Liferenko
Package: cups-daemon Version: 2.3.3op2-3 Severity: normal X-Debbugs-Cc: igor.lifere...@gmail.com Dear Maintainer, After printing a file I get notification that document is sent to printer and then that printing is finished. The problem is that dbus notifier process stays alive after having done

Bug#971621: Explanation

2021-03-07 Thread Jeremy Sowden
I believe the problem here lies not with wmmixer, but with oss-compat. /dev/mixer is created by the snd-mixer-oss kernel module which is one of a set that provides OSS emulation for ALSA. The oss-compat package is intended to make sure that the OSS emulation modules are loaded. However, there is

Bug#801084: bluez-firmware: Please include firmware for Broadcom Corp. BCM20702 Bluetooth 4.0

2021-03-07 Thread Gabriel Corona
Hi, This is still an issue. It works after manually copying the firmware found in [1]. However, the README of this repository warns that those firmwares might have vulnerabilities (such as CVE-2018-5383, CVE-2019-9506, CVE-2020-10135): including them in Debian non-free, may not be a great idea.

Bug#984708: sort.c: fix warnings about missing or wrong prototypes

2021-03-07 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From b7537ae4483b8e158ccc4b4510cdff98e5ae5150 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 7 Mar 2021 14:12:42 + >Subject: [PATCH] sort.c: fix warnings about missing or wrong prototypes Add

Bug#906680: snapd: After installing a snap it need full path to run

2021-03-07 Thread Olivier Berger
Hi. Yes, this is a bit strange... at least one would expect some docs in /usr/share/doc/snapd/README.Debian to explain what further steps may be needed. My 2 cents, Le Sun, Aug 19, 2018 at 05:50:40PM +0100, Andrew Atkinson a écrit : > > After installing the snap hello as a test, hello does not

Bug#984602: fai-setup: mid-export newlines in /etc/exports

2021-03-07 Thread Matthew Pounsett
On Sat, 6 Mar 2021 at 05:16, Thomas Lange wrote: > > > On Fri, 05 Mar 2021 17:58:26 +, Matthew Pounsett > > said: > > I've made a change in fai-setup to determine the IP of the first > interface, but this seems to fail with multiple interfaces > Can you please provide the output of

Bug#984682: kodi: Kodi 19.0+dfsg1 PVR Recordings from vdr vnsi plugin all show the same recording date.

2021-03-07 Thread Selaron
Hi Vasyl, thanks for your quick reply. All records typically show this time stamp: 10/04/2019 08:14:45 PM But one single time I started kodi and it presented my a datetime from the year 2018 for all recordings, I can't reproduce this. The second issue of losing resume time does not depend

Bug#984709: yubikey-luks: Stop exposing challenge in process list

2021-03-07 Thread Christian Kastner
Package: yubikey-luks Version: 0.5.1+29.g5df2b95-5 Severity: grave Justification: confidential information leak Tags: security Hi, Looking at the upstream yubikey-luks repository, I noticed what seems to be an important recent fix, namely for the password (used as the yubikey challenge) being

Bug#984472: [PATCH 2/2] resize2fs: close the file system on errors or early exits

2021-03-07 Thread Theodore Ts'o
When resize2fs exits early, perhaps because of an error, we should free the file system so that if MMP is in use, the MMP block is reset. This also releases the memory to avoid memory leak reports. Addresses-Debian-Bug: #984472 Signed-off-by: Theodore Ts'o --- resize/main.c | 50

Bug#984472: [PATCH 1/2] resize2fs: avoid allocating over the MMP block

2021-03-07 Thread Theodore Ts'o
When resizing past the point where the reserve inode has reserved space for the block group descriptors to expand, and resize2fs (in an offline resize) needs to move the allocation bitmaps and/or inode table around, it's possible for resize2fs to allocate over the MMP block, which would be bad.

Bug#982966: python3-pygame: Using pygame 1.9.6 crashes Wayland (hard) and X

2021-03-07 Thread Bernhard Übelacker
Hello Richard, thanks for the new information, but really the dbgsym packages were meant. They are available in a separate repository. Nevertheless, if adding this repository is not possible, then there is another way, but that would download unknown size of files into directory

Bug#984710: hamlib: tcl-hamlib.install hardcodes Tcl version 8.6

2021-03-07 Thread Adrian Bunk
Source: hamlib Version: 4.1-1 Severity: important Tags: ftbfs https://buildd.debian.org/status/fetch.php?pkg=hamlib=riscv64=4.1-1=1612406696=0 ... rm -fv debian/tmp/usr/lib/*/tcl*/Hamlib/hamlibtcl.a removed 'debian/tmp/usr/lib/riscv64-linux-gnu/tcl8.7/Hamlib/hamlibtcl.a' dh_install dh_install:

Bug#984711: articles.c: comment out a redeclaration of a prototype for "test_article()"

2021-03-07 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 29ed01b11175a050ee3e6d2edd7b6a08321afdc8 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 7 Mar 2021 15:24:55 + >Subject: [PATCH] articles.c: comment out a redeclaration of a prototype for >

Bug#906680: snapd: After installing a snap it need full path to run

2021-03-07 Thread Olivier Berger
Hi. Also, #931776 seems to deals with similar concerns. Hth, Le Sun, Mar 07, 2021 at 03:48:04PM +0100, Olivier Berger a écrit : > Hi. > > Yes, this is a bit strange... at least one would expect some docs in > /usr/share/doc/snapd/README.Debian to explain what further steps may be > needed. >

Bug#984712: sequence.c: comment out a repeated prototype for "*rc_sequence"

2021-03-07 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From e5be7d6e321b9efe2ca6480274e373732d2463f0 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 7 Mar 2021 15:42:35 + >Subject: [PATCH] sequence.c: comment out a repeated prototype for >

Bug#984713: Try enabling some tests currently disabled

2021-03-07 Thread Pirate Praveen
Package: puma Version: 5.2.2-1 Severity: wishlist Currently some failing tests are disabled via debian/ruby-tests.rake t.test_files = FileList['test/**/*_test.rb'] + FileList['test/**/test_*.rb'] -

Bug#984714: gparted: unable to create exFAT file systems

2021-03-07 Thread Carlo Stemberger
Package: gparted Version: 1.2.0-1 Severity: normal Hi, it seems GParted uses a wrong option for mkfs.exfat: ``` mkfs.exfat: invalid option -- 'L' Usage: mkfs.exfat [-i volume-id] [-n label] [-p partition-first-sector] [-s sectors-per-cluster] [-V] ``` So I think '-L' should be replaced by

Bug#977857: libreoffice-common: On Wayland, it doesn't work without the xwayland pkg but installation does not pull xwayland as a dependency

2021-03-07 Thread Arnoud Dekker
Thanks to https://wiki.duckcorp.org/index.php/Using_Wayland : Installing libreoffice-gtk3 made libreoffice work for me on a bullseye install running sway and not having xwayland installed.

Bug#984692: cups-daemon: "dbus" notifier stays hanging after showing the notification

2021-03-07 Thread Igor Liferenko
The dbus notifier process stays opened and on subsequent notifications cups-exec is not done for it. Now it's clear to me that this is done for efficiency. One thing that still troubles me, though, is that sometimes there are two and sometimes even three dbus notifier processes in "systemctl

Bug#984690: phased updates support

2021-03-07 Thread Patrick Schleizer
Package: reprepro Severity: wishlist X-Debbugs-CC: whonix-de...@whonix.org Dear maintainer, could you please add phased updates support? https://blog.jak-linux.org/2021/02/18/apt-2.2/ > APT now implements phased updates. Phasing is used in Ubuntu to slow down and control the roll out of

Bug#983578: stterm: defaul variable for TERM didn't appear to work by default

2021-03-07 Thread Paride Legovini
Control: tags -1 + moreinfo Hello Richard and thanks for this bug report. The st-256color terminfo file is installed by the ncurses-term package, which is a dependency of stterm: $ dpkg -L ncurses-term|grep st-256color /usr/share/terminfo/s/st-256color so it should really be there. Did

Bug#984699: mark golang-goptlib-dev Multi-Arch: foreign

2021-03-07 Thread Helmut Grohne
Package: golang-goptlib-dev Version: 0.6-3 Tags: patch User: debian-cr...@lists.debian.org Usertags: cross-satisfiability Control: affects -1 + src:obfs4proxy src:pt-websocket The affected packages cannot satisfy their cross Build-Depends, because their transitive dependency on golang-goptlib-dev

Bug#984700: botan FTCBFS: multiple reasons

2021-03-07 Thread Helmut Grohne
Source: botan Version: 2.17.3+dfsg-2 Tags: patch User: debian-cr...@lists.debian.org Usertags: cross-satisfiability ftcbfs botan cannot be cross built from source for a number of reasons. For starters, it build depends on python3-all-dev, which means that it requires a host architecture python

Bug#984701: apply Multi-Arch interpreter workaround to golang-github-mattn-go-sqlite3-dev

2021-03-07 Thread Helmut Grohne
Package: golang-github-mattn-go-sqlite3-dev Version: 1.6.0~ds1-2 Tags: patch User: debian-cr...@lists.debian.org Usertags: cross-satisfiability Control: affects -1 + src:crowdsec src:docker.io src:gitaly src:go-cve-dictionary src:go-exploitdb src:golang-github-canonical-go-dqlite

Bug#984702: r-cran-effectsize: autopkgtest regression

2021-03-07 Thread Graham Inggs
Source: r-cran-effectsize Version: 0.4.3-1 Severity: serious Tags: bullseye sid X-Debbugs-CC: debian...@lists.debian.org User: debian...@lists.debian.org Usertags: regression Hi Maintainer Since r-cran-rstanarm has migrated to testing, the autopkgtests of r-cran-effectsize are succeeding again

Bug#984705: kamoso: unable to find or load wrappercamerabinsrc plugin

2021-03-07 Thread Heinrich Schuchardt
Package: kamoso X-Debbugs-Cc: xypron.g...@gmx.de Version: 20.12.1-1 Severity: normal Dear Maintainer, when trying to run kamoso the following errors where shown on the console ending with "unable to find or load wrappercamerabinsrc plugin".

Bug#984698: plocate: updatedb.plocate only indexes top directory of some xfs mounts

2021-03-07 Thread Steinar H. Gunderson
On Sun, Mar 07, 2021 at 12:51:36PM +0100, Marcel Partap wrote: > Quite strange; I noticed paths missing from my locate DB and digged a bit into > this. It seems for two (?!) of my XFS volumes, only the root directory is > being > indexed; updatedb.mlocate recurses the whole tree on these. >

Bug#984693: thunar: umount /dev/sdX in thunar AND in xfce w/ lightdm by right-click stalls whole windows session and umount via CLI in terminal is necessary

2021-03-07 Thread Roger Weihrauch
Package: thunar Version: 1.8.4-1 Severity: important Dear Maintainer, 1st) What led up to this situation? I try to umount via right-click onto USB-Dongle symbol on desktop in xfce w/ lightdm window manager AND also via right-click in thunar on mentioned usb dongle listed under devices in same

Bug#984680: aegisub: Aegisub often freezes when it encounters non-ASCII characters in some situations

2021-03-07 Thread Aniol Marti
Hi Kristof, On Sun, 07 Mar 2021 01:17:16 +0100 Kristof Csillag wrote: > When copying data from the clipboard, if it has any non-ASCII character, I > get this on the console: > > ../src/common/string.cpp(1185): assert "c < 0x80" failed in FromAscii(): > Non-ASCII value passed to FromAscii().

Bug#984694: courier-mta 1.0.14-2 on bullseye (also 1.0.16-2) not startable/configurable.

2021-03-07 Thread Simon Iremonger
Package: courier-mta Version: 1.0.16-2 Severity: grave Justification: renders package unusable On current debian bullseye, courier-mta is not startable, looks like some kind of problem in init scripts (but could be executables/environment), as per system info and console log below. Even with

Bug#984691: /etc/kernel/postinst.d/z50-raspi-firmware: generated cmdline.txt root parameter broken when using Btrfs

2021-03-07 Thread João Ricardo Sares Teles de Matos
Package: raspi-firmware Version: 1.20210111+ds-2 Severity: important File: /etc/kernel/postinst.d/z50-raspi-firmware Dear Maintainer, (Note: a solution is provided below) When using a Btrfs filesystem as /, the root= parameter generated by the z50-raspi-firmware script is incorrect due to the

Bug#982966: python3-pygame: Using pygame 1.9.6 crashes Wayland (hard) and X

2021-03-07 Thread Richard Duivenvoorde
On 3/7/21 11:54 AM, Bernhard Übelacker wrote: > >   export DEBUGINFOD_URLS="https://debuginfod.debian.net; >   coredumpctl gdb 18825 Let me start, that I'm only half aware what I'm doing :-) I hope this is usefull, happy to try again. As said: it is not one system, my other Debian test system

Bug#984469: guitarix: debian/copyright is inaccurate

2021-03-07 Thread Francesco Poli
On Sat, 6 Mar 2021 18:39:37 +0100 Hermann Meyer wrote: [...] > If it helps, I could mark the files in question as CC-BY-1.0 so that the > copyright file is correct. [...] No! Please do _not_ do that! It would make the situation worse: the two images would become non-free and the Debian package

Bug#983379: linux uml segfault

2021-03-07 Thread Hajime Tazaki
Sorry that this email is going to be long. In summary, what Johannes said is right: what objcopy does is not sufficient, and with ld it transforms as we expected. More goes to below. On Sat, 06 Mar 2021 05:22:19 +0900, Johannes Berg wrote: > > On Thu, 2021-03-04 at 14:38 +0900, Hajime Tazaki

Bug#871949: Info received (network-manager: Wifi disconnects and reconnects often)

2021-03-07 Thread Paul Cobbaut
The problem seems solved. I changed the ipv6 settings in the NetworkManager GUI to use EUI64 and now there are no more disconnects. (I also kept doing aptitude update && aptitude upgrade daily.) paul

Bug#984520: error : symbol 'grub_register_command_lockdown' not found

2021-03-07 Thread Marco Kühnel
Hi Dieter, the same error message for the update of grub-pc instead of grub-efi-amd64 has already been reported before this as bug #984426 . -- Marco signature.asc Description: This is a digitally signed message part.

Bug#982982: u-boot: Add support for the pinetab platform

2021-03-07 Thread Nicolas Boulenguez
Source: u-boot Followup-For: Bug #982982 > Could you provide a link to the upstream patch submission? I don't seem > to find the patch: I have forgotten this one, sorry. The message is now forwarded to https://lists.denx.de/pipermail/u-boot/2021-March/, and should be visible after moderator

Bug#984696: courier-mta 1.0.14-2 on bullseye (also 1.0.16-2) not startable/dpkg configurable.

2021-03-07 Thread Simon Iremonger (debian)
Package: courier-mta Version: 1.0.16-2 Severity: grave Justification: renders package unusable On current debian bullseye, courier-mta is not startable, looks like some kind of problem in init scripts (but could be executables/environment), as per system info and console log below. Even with

Bug#971875: RFS: austin/2.0.0-1 -- Frame stack sampler for CPython

2021-03-07 Thread Gabriele
> would you be interested in joining the Debian Python team ( > https://wiki.debian.org/Teams/PythonTeam) and maintaining austin under its > umbrella? it's generally easier to find sponsors for python-related > projects there. > btw, it would also be good if you could package austin-tui :) OMG!

Bug#984697: unblock: setuptools/52.0.0-3

2021-03-07 Thread Matthias Klose
Package: release.debian.org X-Debbugs-CC: Stefano Rivera please unblock: setuptools/52.0.0-3, fixing the same issue #982921 as fixed in python-packaging in https://tracker.debian.org/news/1232090/accepted-python-packaging-209-2-source-into-unstable/ and already migrated to testing. Discussed

Bug#984698: plocate: updatedb.plocate only indexes top directory of some xfs mounts

2021-03-07 Thread Marcel Partap
Package: plocate Version: 1.1.5-1 Severity: normal X-Debbugs-Cc: mpar...@gmx.net Quite strange; I noticed paths missing from my locate DB and digged a bit into this. It seems for two (?!) of my XFS volumes, only the root directory is being indexed; updatedb.mlocate recurses the whole tree on

Bug#983499: unblock: python3-defaults/3.9.2~rc1-1, python3.9/3.9.2~rc1-1

2021-03-07 Thread Matthias Klose
On 3/4/21 9:58 AM, Paul Gevers wrote: > Control: tag -1 moreinfo > > Hi Stefano, > > On 25-02-2021 07:17, Stefano Rivera wrote: >> Please unblock package python3-defaults and python3.9 > > The python3-defaults package is currently blocked by autopkgtest > regressions. As usual, I suspect these

Bug#984704: u-boot-install-sunxi: fix device tree model for pinephone 1.1

2021-03-07 Thread Nicolas Boulenguez
Source: u-boot Severity: minor Tags: patch Hello. The attached patch fixes commit 7c66b963. >From 52f064bbceae7c6fd24268b40fe56a4fcff81e44 Mon Sep 17 00:00:00 2001 From: Arnaud Ferraris Date: Sun, 7 Mar 2021 13:12:16 +0100 Subject: u-boot-install-sunxi: fix device tree model for PinePhone 1.1

Bug#984703: libreoffice-calc: LibreOffice Calc executes code from current dir (encodings.py) when opening a .csv

2021-03-07 Thread Milko Krachounov
Package: libreoffice-calc Version: 1:6.1.5-3+deb10u6 Severity: grave Tags: security Justification: user security hole Dear Maintainer, When opening any CSV file with LibreOffice Calc, Calc opens and executes encodings.py from the current working directory. That presumably happens because Some

Bug#984547: isenkramd failure with with "TypeError: argument should be integer or bytes-like object, not 'str'"

2021-03-07 Thread Petter Reinholdtsen
Control: tags -1 +patch [Raphaël Hertzog] > It looks like that the package was not fully tested in a Python 3 context > as this is a common failure when you mix binary content and text > content. Thank you for bringing this to my attention. Definitely insufficient testing. I had a look at

Bug#983379: linux uml segfault

2021-03-07 Thread Johannes Berg
On Sun, 2021-03-07 at 21:22 +0900, Hajime Tazaki wrote: > Sorry that this email is going to be long. In summary, what Johannes > said is right: what objcopy does is not sufficient, and with ld it > transforms as we expected. > > More goes to below. [snip] Interesting, thanks for looking into

Bug#984694: courier-mta 1.0.14-2 on bullseye (also 1.0.16-2) not startable/configurable.

2021-03-07 Thread Markus Wanner
Control: tags -1 + confirmed Hello Simon, On 07.03.21 11:47, Simon Iremonger wrote: On current debian bullseye, courier-mta is not startable, looks like some kind of problem in init scripts (but could be executables/environment), as per system info and console log below. thanks for filing

Bug#984533: libc6: upgrade from 2.28-10 to 2.31-9 breaks system

2021-03-07 Thread Paul Gevers
Hi, On Fri, 5 Mar 2021 14:41:23 +0100 Aurelien Jarno wrote: > > Selecting previously unselected package libcrypt1:amd64. > > dpkg: considering deconfiguration of libc6:amd64, which would be broken by > > installation of libcrypt1:amd64 ... > > dpkg: yes, will deconfigure libc6:amd64 (broken by

Bug#794562: nvtt 2.1 now required

2021-03-07 Thread Ludovic Rousseau
On Mon, 24 Aug 2020 09:25:24 +0200 Fabio Pedretti wrote: SVN version of 0ad now includes nvtt 2.1.1: https://trac.wildfiregames.com/changeset/23305 And also require a new version to properly build: https://trac.wildfiregames.com/changeset/23974 0ad alpha 24 depends on nvtt 2.1. nvtt 2.1 is

Bug#984533: libc6: upgrade from 2.28-10 to 2.31-9 breaks system

2021-03-07 Thread Sven Joachim
On 2021-03-05 14:41 +0100, Aurelien Jarno wrote: > control: notfound -1 libc6/2.28-10 > control: found -1 libc6/2.31-9 > control: severity -1 grave > > On 2021-03-04 19:26, Thomas Hahn wrote: >> Package: libc6 >> Version: 2.28-10 >> Severity: normal >> X-Debbugs-Cc: thah...@t-online.de >> >> Dear

Bug#977857: libreoffice-common: On Wayland, it doesn't work without the xwayland pkg but installation does not pull xwayland as a dependency

2021-03-07 Thread jman
Arnoud Dekker writes: Thanks to https://wiki.duckcorp.org/index.php/Using_Wayland : Installing libreoffice-gtk3 made libreoffice work for me on a bullseye install running sway and not having xwayland installed. Thank you for the heads-up, I will check that.

Bug#976462: tech-ctte: Should dbgsym files be compressed via objcopy --compress-debug-section or not?

2021-03-07 Thread Sean Whitton
Hello, On Sun 07 Mar 2021 at 03:50PM -07, Sean Whitton wrote: > This is not much good if your network is weak or you're offline, or you > don't want information on your debugging to go out to a web service. What I mean is: debuginfod is great in many scenarios, but we should probably care about

Bug#976462: tech-ctte: Should dbgsym files be compressed via objcopy --compress-debug-section or not?

2021-03-07 Thread Sean Whitton
Hello, On Fri 05 Mar 2021 at 06:22PM +01, Matthias Klose wrote: > yes, the rationale for uncompressed debug sections is that any tool can access > them. On disk as deb/dbgsym package, there is no big difference in > size. The data elsewhere in this bug would suggest otherwise! > Also a

Bug#984750: decode.c: add missing header file "data.h"

2021-03-07 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 5eeaef7beab911c03b7c0b6211f734b93e8b9665 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 7 Mar 2021 23:09:28 + >Subject: [PATCH] decode.c: add missing header file "data.h" Header file

Bug#984581: pst-utils: Fails to extract email addresses for emails having ARC headers from PST file

2021-03-07 Thread Paul Wise
Control: found -1 0.6.75-1 On Sun, 2021-03-07 at 17:42 +, Surla, Sai Kalyan wrote: > Already tried with version 0.6.75-1. Thanks, marking the bug as found in that version. > Also compiled the latest code available and tried with it, still the > same results. Thanks for testing this too.

Bug#984754: towncrier: Include an install-time (autopkgtest) test suite

2021-03-07 Thread Ben Finney
Control: owner -1 Sérgio Cipriano On 08-Mar-2021, Ben Finney wrote: > The Debian package should include an install-time test suite to be > run by ‘autopkgtest’. There might be a set of useful examples for the ‘towncrier’ command, which could be converted to an autopkgtest suite for this Debian

Bug#984735: composer: fails on installed.json format used in Composer v2

2021-03-07 Thread Imre Jonk
Package: composer Version: 1.8.4-1 Severity: normal Tags: patch Dear Maintainer, (resubmitting this as my previous report seems to have vanished) Composer 1.8.4-1 in Debian 10 fails on the installed.json format of Composer v2. This can be a problem for Debian 10 users who want to use software

Bug#984740: nmu: cnrun_2.1.0-1

2021-03-07 Thread Andreas Beckmann
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: binnmu nmu cnrun_2.1.0-1 . ANY . experimental . -m "Rebuild against libgsl25." Depends on libgsl23 which is cruft. Andreas

Bug#984751: pack_date.c: fix a typo "FALLTRHOUGH" instead of "FALLTHROUGH"

2021-03-07 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From a965b4359c0bf425ff71b515690fec1f8fad9276 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 7 Mar 2021 23:35:43 + >Subject: [PATCH] pack_date.c: fix a typo "FALLTRHOUGH" instead of > "FALLTHROUGH"

Bug#983662: openvpn: autopkgtest always fails on qemu testbed

2021-03-07 Thread Ryutaroh Matsumoto
Hi Bernhard, >one of the easyrsa commands fails, and since we redirect stderr to >/dev/null we are not seeing any error message. Could you drop the >redirects and check the output? The stderr is recoreded to "test name"-stderr by autopkgtest. But that file is empty... Best regards, Ryutaroh

Bug#984754: towncrier: Include an install-time (autopkgtest) test suite

2021-03-07 Thread Ben Finney
Package: src:towncrier Version: 19.2.0-1 Severity: wishlist Tags: newcomer The Debian package should include an install-time test suite to be run by ‘autopkgtest’. See https://wiki.debian.org/ContinuousIntegration/autopkgtest> for information about Debian's use of autopkgtest. -- \

Bug#984755: master.c: remove declaration of the unused array "delayed_msg[]"

2021-03-07 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 1f7132067db1adcd87c9ec11c0c91c1bd48e5953 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Mon, 8 Mar 2021 01:07:27 + >Subject: [PATCH] master.c: remove declaration of the unused array >

Bug#984734: RM: manpages-es-extra -- ROM;abandoned upstream

2021-03-07 Thread Javier Fernández-Sanguino Peña
Package: ftp.debian.org Severity: normal The manpages-es-extra package only contains outdated manpages as the upstream project (PAMELI) has been dead now for many, many years (since 2005). It does not make any more sense to distribute this package as there is no real way to identify which

Bug#984738: nmu: eeshow_0.git20170731-2

2021-03-07 Thread Andreas Beckmann
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: binnmu nmu eeshow_0.git20170731-2 . ANY . experimental . -m "Rebuild against libgit2 1.1" That package still depends on no longer available libgit2-27 Andreas

Bug#984533: libc6: upgrade from 2.28-10 to 2.31-9 breaks system

2021-03-07 Thread Aurelien Jarno
On 2021-03-07 18:26, Thomas Hahn wrote: > On Fri, 5 Mar 2021 14:41:23 +0100 Aurelien Jarno wrote: > > control: notfound -1 libc6/2.28-10 > > control: found -1 libc6/2.31-9 > > control: severity -1 grave > > > > On 2021-03-04 19:26, Thomas Hahn wrote: > > > Package: libc6 > > > Version: 2.28-10 >

Bug#984742: rust-sha-1: several B-D are no longer available

2021-03-07 Thread Andreas Beckmann
Source: rust-sha-1 Version: 0.8.1-2 Severity: serious Tags: ftbfs Justification: fails to build from source (but built successfully in the past) User: debian...@lists.debian.org Usertags: piuparts Control: affects -1 + librust-sha-1-dev librust-sha-1+std-dev The following packages have unmet

Bug#984703: libreoffice-calc: LibreOffice Calc executes code from current dir (encodings.py) when opening a .csv

2021-03-07 Thread Rene Engelhard
Hi again, Am 07.03.21 um 23:08 schrieb Rene Engelhard: > Am 07.03.21 um 22:45 schrieb Milko Krachounov: >> After some additional testing, checking my environment and inspecting pyuno/ >> source/loader/pyuno_loader.cxx, I want to amend the report, particularly >> about >> 7.0.4 which is not

Bug#984743: execute.c: define _POSIX_C_SOURCE for "kill(2)"

2021-03-07 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From 14f86301cfd258d8a909fc38e22976235a6b59d6 Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Sun, 7 Mar 2021 22:16:35 + >Subject: [PATCH] execute.c: define _POSIX_C_SOURCE for "kill(2)" Signed-off-by:

Bug#984744: gmp: update symbols for mips64r6el

2021-03-07 Thread Helmut Grohne
Source: gmp Version: 2:6.2.1+dfgs-1 Tags: ftbfs patch User: helm...@debian.org Usertags: rebootstrap gmp would fail to build from source on mips64r6el if we had bootstrapped this port due to symbol issues. It lacks any symbol that is also missing on mips64el. Please update the symbol file:

Bug#984745: snowball: reduce Build-Depends

2021-03-07 Thread Helmut Grohne
Source: snowball Version: 2.1.0-1 Tags: patch User: debian-cr...@lists.debian.org Usertags: cross-satisfiability snowball cannot be cross built from source, because its Build-Depends are not satisfiable. Instead of looking into such a difficult problem, I looked into easily droppable dependencies

Bug#984746: libsndfile FTBFS with DEB_BUILD_OPTIONS=nocheck

2021-03-07 Thread Helmut Grohne
Source: libsndfile Version: 1.0.31-1 Severity: important Tags: ftfbs patch libsndfile fails to build from source when build with DEB_BUILD_OPTIONS=nocheck, because dh_install is missing files including src/test_main. This file is built during dh_auto_test only. Please consier applying the

Bug#984747: sane-backends FTCBFS: python3-minimal dependency not installable

2021-03-07 Thread Helmut Grohne
Source: sane-backends Version: 1.0.31-4 Tags: patch User: debian-cr...@lists.debian.org Usertags: cross-satisfiability sane-backends cannot be cross built from source, because its build dependency on python3-minimal cannot be installed for the host architecture. It really wants a build

Bug#984748: gettext is wrongly marked Multi-Arch: foreign

2021-03-07 Thread Helmut Grohne
Package: gettext Version: 0.21-4 Severity: important The gettext package includes /usr/lib/x86_64-linux-gnu/preloadable_libintl.so. This is a shared library on a public library search path. I looked whether it can be considered private, but it is documented at

Bug#984749: RFS: fnt/1.2-1 [ITP] -- Font downloader/manager

2021-03-07 Thread Gürkan Myczko
Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package "fnt": * Package name: fnt Version : 1.2-1 Upstream Author : Alex Myczko * URL : https://github.com/alexmyczko/fnt * License : MIT * Vcs

Bug#984533: libc6: upgrade from 2.28-10 to 2.31-9 breaks system

2021-03-07 Thread Aurelien Jarno
On 2021-03-07 22:56, Sven Joachim wrote: > On 2021-03-05 14:41 +0100, Aurelien Jarno wrote: > > > control: notfound -1 libc6/2.28-10 > > control: found -1 libc6/2.31-9 > > control: severity -1 grave > > > > On 2021-03-04 19:26, Thomas Hahn wrote: > >> Package: libc6 > >> Version: 2.28-10 > >>

Bug#984495: systemd segfault soon after daemon-reload

2021-03-07 Thread Benjamin Poirier
On 2021-03-05 10:59 +0100, Michael Biebl wrote: [...] > > Is Scott the user who initially encountered this issue on Cumulus Linux 4? > Scott is another Cumulus employee working on this issue. I asked about involving the original reporter here but no success, unfortunately.

Bug#984759: grub2-common: grub-install/2.02+dfsg1-20+deb10u4 ignores --bootloader-id=xxx parm; sets grubx64.efi's prefix to /EFI/debian -- prevents system boot

2021-03-07 Thread YW
Package: grub2-common Version: 2.02+dfsg1-20+deb10u4 Severity: important Dear Maintainer, Upgrading to grub 2.02+dfsg1-20+deb10u4 caused  grub-install --target=x86_64-efi  to be executed. It failed (as expected) so I ran    grub-install --bootloader-id=debian1buster           

Bug#973922: new signing key known

2021-03-07 Thread Geert Stappers
In https://github.com/archlinux/svntogit-community/commit/33ee8cb5215ab425e21c5911af8b895529d5b88ao and https://github.com/archlinux/svntogit-community/commit/6f3dbf5530f046f0fba08f467796c42aa94ef800 is said that '7D0B3CEBE9B85B1F825BCECFEE05E6F6A48F6136' # Robin Hugh Johnson is the new

Bug#983862: PVH -- cannot remove vm with pci passthrough

2021-03-07 Thread Hans van Kranenburg
reassign 983862 src:xen 4.11.4+57-g41a822c392-2 tags 983862 + upstream thanks Hi Adi! On 3/2/21 12:46 PM, Adi Kriegisch wrote: > Package: xen-utils-4.11 > Version: 4.11.4+57-g41a822c392-2 > Severity: minor > > Dear maintainers, > > we, by accident, added a pci passthrough device config to a

Bug#984733: ITS: libuser

2021-03-07 Thread Ghe Rivero
+1. I no longer can contribute to it Ghe Rivero On Sun, Mar 7, 2021, 8:12 PM Boyuan Yang wrote: > Source: libuser > Version: 1:0.62~dfsg-0.4 > Severity: important > X-Debbugs-CC: tzaf...@debian.org g...@debian.org > > Dear package libuser maintainers in Debian, > > After looking into the

Bug#984736: RFH: cron -- new maintainer need

2021-03-07 Thread Javier Fernández-Sanguino Peña
Package: wnpp Version: N/A; reported 2021-07-03 Severity: wishlist A new an active maintainer is required for the cron package. Cron is a basic system utility that runs programs periodically in the system, it is used by multitude of packages and is part of the core OS debian tools. The package

Bug#982530: libpam-modules: unable to login when using pam_tally2 after upgrade to libpam-modules >1.4.0

2021-03-07 Thread Martin Schurz
Hi Sam, that looks mostly good. Now I had some time to test your changes, and I have some things, that may need another check. I have added pam_tally to common-auth and the upgrade did not stop when installing the new libpam-modules. I believe the regex is missing these files, since it does not

Bug#983074: task-gnome-desktop: Please consider recommending synaptic again

2021-03-07 Thread Holger Wansing
Control: tags -1 + pending Holger Wansing wrote (Fri, 19 Feb 2021 20:42:53 +0100): > > Shipping synaptic by default in Debian Bullseye with GNOME, XFCE, LXDE, > > Mate and Cinnamon would be a great (re)improvement in user experience, > > giving users more control without the need of mastering

Bug#984762: /usr/bin/setterm: Setterm, Please Add an Option to Increase PC-Speaker Volume

2021-03-07 Thread Chime Hart
Package: util-linux Version: 2.36.1-7 Severity: wishlist File: /usr/bin/setterm Dear Maintainer, Setterm is quite good at altering the frequency-and-length of a beep, however, a volume option would be `most appreciated. -- System Information: Debian Release: bullseye/sid APT prefers unstable

Bug#984479: is this a proper fix?

2021-03-07 Thread Thomas Lange
Do you think that this is a proper fix? diff --git a/debian/fai-nfsroot.preinst b/debian/fai-nfsroot.preinst index a2b5d45e..47402800 100755 --- a/debian/fai-nfsroot.preinst +++ b/debian/fai-nfsroot.preinst @@ -5,7 +5,11 @@ if [ ! -f /.THIS_IS_THE_FAI_NFSROOT ]; then exit 1 fi

Bug#974552: upgrade-reports: libc6/libcrypt split breaks perl during buster->bullseye upgrade

2021-03-07 Thread Paul Gevers
Hi, On Fri, 20 Nov 2020 13:44:50 +0100 Alois Wohlschlager wrote: > > > > Another option might be to have the new libc6 Conflict with old > > > > versions > > > > of Essential:yes packages that need libcrypt1, forcing those > > > > Essential:yes > > > > packages to get upgraded first. A quick

Bug#984703: libreoffice-calc: LibreOffice Calc executes code from current dir (encodings.py) when opening a .csv

2021-03-07 Thread Milko Krachounov
Hello, After some additional testing, checking my environment and inspecting pyuno/ source/loader/pyuno_loader.cxx, I want to amend the report, particularly about 7.0.4 which is not affected (kind of). First, I wonder if someone reproduces this on 1:6.1.5-3+deb10u6 (if nobody does, I may whip

Bug#984741: ITP: pagure-messages -- A schema package for messages sent by pagure

2021-03-07 Thread Sergio de Almeida Cipriano Junior
Package: wnpp Severity: wishlist Owner: Sergio de Almeida Cipriano Junior X-Debbugs-Cc: debian-de...@lists.debian.org, sergios...@hotmail.com.br * Package name: pagure-messages Version : 0.0.6 Upstream Author : Pierre-Yves Chibon * URL :

Bug#803329: pulseaudio: Bash completion files provided by wrong package

2021-03-07 Thread Kevin Locke
On Fri, 2015-10-30 at 08:55 +0100, Francois Gouget wrote: > On Wed, 28 Oct 2015, Felipe Sateler wrote: >> What problem does this cause? Or what benefits does it cause to use >> the correct package? I don't really want to complicate the packaging. > > Anyway, here's another reason: it's possible

Bug#984594: gpgme always emits --with-keygrip, breaking its use with gpg1

2021-03-07 Thread Daniel Kahn Gillmor
On Fri 2021-03-05 10:21:37 -0500, Daniel Kahn Gillmor wrote: > It's not clear to me that the proposed upstream API is particularly easy > to use, but maybe it's better to drop the remaining patch and align with > upstream expectations, because: > > - the test suite already has dropped coverage of

Bug#984758: hash.h: fix declarations: add types to empty parentheses

2021-03-07 Thread Bjarni Ingi Gislason
Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer, >From e2b5669457f782c884d9c8ae69e7ede8c0365dfc Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason >Date: Mon, 8 Mar 2021 01:56:59 + >Subject: [PATCH] hash.h: fix declarations: add types to empty parentheses

Bug#962926: Images of aptitude screens are illegible due to being scaled to browser width

2021-03-07 Thread Norman Rasmussen
Package: aptitude-doc-en Version: 0.8.13-3 Followup-For: Bug #962926 With respect to asciinema: I found two asciicast to svg converters: - https://github.com/marionebl/svg-term-cli (MIT) - https://github.com/nbedos/termtosvg (BSD-3-Clause) Both generated an animated svg by default, but have an

Bug#984753: Writing a manual page in ‘roff’ markup (was: Bug#984753: towncrier: Manual page needed for 'towncrier(1)')

2021-03-07 Thread Ben Finney
Control: owner -1 Sérgio Cipriano Thanks to Sergio for accepting ownership of this bug report. On 08-Mar-2021, Ben Finney wrote: > We need to obtain (or write) a manual page to install as ‘towncrier(1)’. For writing a manual page, I recommend reading about the archaic markup language “roff”

Bug#980364: sudo: segfault when /var/lib/sudo/lectured not writable

2021-03-07 Thread Marc Haber
Hi Frank, thanks for your asnwer! On Mon, Mar 08, 2021 at 01:04:36AM +0100, Frank Heckenbach wrote: > Unfortunately, I can't easily try to reproduce it, either. (It was a > server, so we had to quickly reboot it to get it running again and > replace the defective disk soon after; when it

Bug#838055: 0ad: Embedded libsquish library now available in debian

2021-03-07 Thread Ludovic Rousseau
On Mon, 24 Aug 2020 15:22:06 +0200 Fabio Pedretti wrote: Hi, I closed this issue years ago because actually 0ad doesn't use the squish library which is in the 0ad source. It's a problem strictly related to the nvidia-texture-tools package. Actually 0ad source could also be repackaged to

Bug#984703: libreoffice-calc: LibreOffice Calc executes code from current dir (encodings.py) when opening a .csv

2021-03-07 Thread Rene Engelhard
forwarded 984703 https://bugs.documentfoundation.org/show_bug.cgi?id=121384 thanks Hi, Am 07.03.21 um 22:45 schrieb Milko Krachounov: > After some additional testing, checking my environment and inspecting pyuno/ > source/loader/pyuno_loader.cxx, I want to amend the report, particularly >

  1   2   >