Bug#928809: lintian: suggest adding gitlab-ci file

2019-05-22 Thread Niels Thykier
Chris Lamb: > Dmitry Bogatov wrote: > >>> [..] I just think that lintian should be less pro-active at adding >>> checks for things that are far from accepted. >> >> That is why I propose introducing concept of "controversial" checks. > > I think we are all violently agreeing here. > >> Having

Bug#929411: dstat: upstream discontinued due to reimplementation by RedHat

2019-05-22 Thread Otto Kekäläinen
> Upstream wrote on github that they are discontinuing the dstat project > because RedHat reimplemented it and used the same name. > > https://github.com/dagwieers/dstat/issues/170 > https://www.redhat.com/en/blog/implementing-dstat-performance-co-pilot >

Bug#929421: zip4j -- java library for zip files

2019-05-22 Thread merkys
Package: wnpp Owner: Andrius Merkys Severity: wishlist * Package name    : zip4j   Version : 1.3.3+ds   Upstream Author : , Srikanth Reddy Lingala * URL : http://www.lingala.net/zip4j * License : Apache-2.0   Programming Lang: Java   Description : java library for

Bug#929420: libsieve FTCBFS: does not pass --host to ./configure

2019-05-22 Thread Helmut Grohne
Source: libsieve Version: 2.2.6-2 Tags: patch User: helm...@debian.org Usertags: rebootstrap libsieve fails to cross build from source, because it does not pass --host to ./configure. The easiest way of fixing that - using dh_auto_configure - makes libsieve cross buildable. Please consider

Bug#929419: unblock: tasksel/3.53

2019-05-22 Thread Holger Wansing
Package: release.debian.org Usertags: unblock I would like to request an unblock for version 3.53 of tasksel. The changings contain: - Remove bubulle from uploaders. - Translation update for Korean - Trivial syntax fixes in changelog file. A corresponding debdiff is attached. Thanks

Bug#929193: remove key 6FB2A1C265FFB764 from /usr/share/keyrings/debian-archive-keyring.gpg

2019-05-22 Thread Pradeep Nambiar
This can be closed. I removed key the expired key 6FB2A1C265FFB764 from /usr/share/keyrings/debian-archive-keyring.gpg using the command and it seem to fix this issue. sudo gpg --no-default-keyring --keyring=/usr/share/keyrings/debian-archive-keyring.gpg

Bug#929418: screen: /run/screen isn't created

2019-05-22 Thread Phil Dibowitz
Package: screen Version: 4.6.2-3 Severity: normal Dear Maintainer, After a fresh eboot, trying to create a screen session fails with: [phil@rider ~]$ screen Cannot make directory '/run/screen': Permission denied It's easy enough to make a 'screen' dir with 777 perms as screen expects, but

Bug#929417: debconf: Readline frontend should check that stdin is a tty (to fix Docker build freezes)

2019-05-22 Thread Anders Kaseorg
Package: debconf Version: 1.5.72 Tags: patch When building a Debian- or Ubuntu-based Docker container, installing perl (so that Term::Readline is available) and a package that asks a Debconf question causes the build to freeze with an interactive readline prompt that cannot be answered: $

Bug#929005: superkb FTCBFS: upstream build system hard codes build architecture tools

2019-05-22 Thread Octavio Alvarez
On 5/22/19 7:59 AM, Helmut Grohne wrote: On Wed, May 22, 2019 at 05:35:08AM -0500, Octavio Alvarez wrote: First, in commit b364c89897 [1] I moved the help text outside of main.c into a separate header file. It seems to me that this commit misses the addition of the separate header file.

Bug#928923: Acknowledgement (linux-image-4.19.0-4-cloud-amd64: reports different NIC name than linux-image-amd64 on virtio-net)

2019-05-22 Thread Xinyue Lu
To reproduce this issue, one must set Machine Type in VM Hardware to "q35" instead of the default i440fx. The issue can still be reproduced on linux-image-4.19.0-5-cloud-amd64 4.19.37-3.

Bug#929416: ferm: using legacy tools

2019-05-22 Thread sergio
Package: ferm Version: 2.4-1 Severity: normal Dear Maintainer, 1. With ebtables set to ebtables-nft (via alternatives): # cat /etc/ferm/printer.ferm @def $PrinterMAC = MAC; domain eb table broute chain BROUTING { daddr $PrinterMAC { DROP; } } # ferm

Bug#929415: ferm: domain eb ip match wrong rule

2019-05-22 Thread sergio
Package: ferm Version: 2.4-1 Severity: normal Dear Maintainer, I've already reported this problem but looks like author ignores me: https://github.com/MaxKellermann/ferm/issues/32 The correct command, that works: ebtables -t broute -A BROUTING --protocol IPV4 --ip-source --jump ACCEPT in

Bug#929414: dbconfig-common: Assumes pgsql ident means dbuser must exist as a local user

2019-05-22 Thread Matthew Gabeler-Lee
Package: dbconfig-common Version: 2.0.11 Severity: normal dbconfig-common assumes that, if "ident" auth is used with postgresql, then the database user must also exist as a local user. This is ... not true. The "peer" auth in postgresql just means that the identity of the connecting user

Bug#929413: virtualbox-guest-dkms: vbox_fb.c:336: error: unterminated #else

2019-05-22 Thread Kentaro Hayashi
Package: virtualbox-guest-dkms Version: 6.0.8-dfsg-5 Severity: important X-Debbugs-Cc: haya...@clear-code.com,locutusofb...@debian.org Dear Maintainer, * What led up to the situation? Upgrading virtualbox-guest-dkms (6.0.8-dfsg-4 => 6.0.8-dfsg-5) causes post-installation script

Bug#929385: ITP: sequoia -- a modern OpenPGP implementation in Rust

2019-05-22 Thread Paul Wise
On Wed, May 22, 2019 at 12:05:27PM -0400, Daniel Kahn Gillmor wrote: > Sequoia offers an OpenPGP interface in a modern, memory-safe language. > It offers two command-line utilities (sq and sqv) in addition to its > Rust library implementation. Please note that there is a file conflict with

Bug#929412: Support mhtml / mht

2019-05-22 Thread 積丹尼 Dan Jacobson
Package: unar X-Debbugs-Cc: Dag Ågren Version: 1.10.1-2+b4 Severity: wishlist File: /usr/bin/unar Would be great to support unarchiving mhtml files. (I currently use test $# -eq 1 ||{ echo $0: One arg please. 1>&2; exit 42;} perl -pwle 's/\r$//;' $@| # Workaround for

Bug#869217: munpack must realize that some input is CRLF else will shatter UTF-8

2019-05-22 Thread 積丹尼 Dan Jacobson
munpack must realize some archives, e.g., .mhtmls, come in CRLF format, otherwise, it will shatter UTF-8 when decoding! E.g., $ cat -vte Content-Transfer-Encoding: quoted-printable^M$ ... jidanni=E7=9A=84=E4=BE=BF=E5=88=A9=E8=B2=BC - =E6=8B=89=E5=90=89=E4=^M$ =BC=8A=E6=98=9F=E7=90=83 raGii.net -

Bug#929224: apt-cacher-ng, debootstrap and deb.debian.org combination fails

2019-05-22 Thread Sean Whitton
Hello Eduard, On Wed 22 May 2019 at 09:24PM +02, Eduard Bloch wrote: > Uhm, I suggest you do what it says and read the manual? I am not trying to use an https mirror. I don't know what's responsible for the attempt to use https, but I want to use http://deb.debian.org/debian, and one of

Bug#625847: Newer unattended-upgrades mails even if there aren't packages on hold

2019-05-22 Thread Sean Whitton
control: retitle -1 Option to send an e-mail only if packages were upgraded control: severity -1 normal Hello, unattended-upgrades in stretch would not send an e-mail unless packages were actually upgraded. The version in buster sends an e-mail daily even if there is nothing to do -- no

Bug#926501: xpdf: continuous memory leak

2019-05-22 Thread ziegler
I can confirm this for the amd68-version. After some days of browsing a 300 pages pdf-dokument, the programm used ten gigabytes of memory. Martin

Bug#929411: dstat: upstream discontinued due to reimplementation by RedHat

2019-05-22 Thread Paul Wise
Package: dstat Severity: normal Upstream wrote on github that they are discontinuing the dstat project because RedHat reimplemented it and used the same name. https://github.com/dagwieers/dstat/issues/170 https://www.redhat.com/en/blog/implementing-dstat-performance-co-pilot

Bug#920373: default soundfonts

2019-05-22 Thread Thorsten Glaser
Fabian Greffrath dixit: >Hi Thorsten et al., > >> Do we also wish a /usr/share/sounds/sf3/default.sf3 ? Ib^@^Yve got four > >I don't have a strong opinion about this. My concern is merely that we >have at least one soundfont installed so users can play MIDI >out-of-the-box. We can still decide

Bug#923930: FTBFS: FAIL test_chain

2019-05-22 Thread Jeffrey Altman
Heimdal's hx509 relies on ctime(), gmtime(), strptime() and tm2time() all of which are constrained by glibc's concept of time. Please advise when Debian provides 64-bit time versions of these functions on i386. Jeffrey Altman Heimdal Project Manager smime.p7s Description: S/MIME

Bug#923930: FTBFS: FAIL test_chain

2019-05-22 Thread Jeffrey Altman
On 5/22/2019 6:25 PM, Brian May wrote: > To me it really sounds like Heimdal is dropping support for 32 bit > architectures then. > > However Debian doesn't have the luxury of being able to drop the 32 bit > version of Heimdal, just for the sake of a faulty test. Particularly > when existing

Bug#929410: RANDR extension not present

2019-05-22 Thread Floris Bos
Package: tigervnc-scraping-server Version: 1.9.0+dfsg-3 Seems the tigervnc package is missing randr support. == $ x0tigervncserver -SecurityTypes none Wed May 22 22:20:30 2019  Geometry:    Desktop geometry is set to 1024x768+0+0  XDesktop:    Using evdev codemap  XDesktop:    XTest

Bug#754513: Paper Submission - CFP International Conference @ University of Westminster, London, UK

2019-05-22 Thread Stefania Wilson
Dear Friends, We would like to invite you to submit research article in the 9th Joint International Conference organised by Institute of Research Engineers and Doctors at University of Westminster, London, UK. The theme for the 2019 UK conference is to bring together innovative academics and

Bug#929409: boinc-client: no access to /dev/dri/renderD*

2019-05-22 Thread Achim Schaefer
Package: boinc-client Version: 7.14.2+dfsg-3 Severity: normal Dear Maintainer, due to missing access to /dev/dri/renderD* the boinc-client is not able to "see" the GPU. Due to this GPU computing is not possible. root@data:/lib/udev/rules.d# LANG=C getfacl /dev/dri//renderD128 getfacl:

Bug#886855: xfce4-session: verbose logging is always enabled

2019-05-22 Thread Dmitry Katsubo
I've encountered the same problem being discussed: xfce4-session v4.12.1-6 (Debian buster) creates ~/.xfce4-session.verbose-log even though XFSM_VERBOSE variable is not set.

Bug#923930: FTBFS: FAIL test_chain

2019-05-22 Thread Brian May
Jeffrey Altman writes: > Background on this test failure. > > The reason that the Heimdal 7.5.0 tests began to fail after they > previously succeeded is because the failing test relies upon an X.509 > certificate that expired on March 4 2019. > > Then post 7.5.0 support was added to support

Bug#928809: lintian: suggest adding gitlab-ci file

2019-05-22 Thread Mattia Rizzolo
On Wed, 22 May 2019, 11:30 pm Chris Lamb, wrote: > (Personally, I doubt someone would fork Lintian, more likely its > output would become less and less "trusted". But both outcomes suck.) > Rather, people who until at some point diligently read the whole lintian output for every single upload

Bug#929019: dpkg-dev: How to use Rules-Requires-Root without debhelper

2019-05-22 Thread Guillem Jover
On Wed, 2019-05-15 at 14:42:53 +0200, Santiago Vila wrote: > On Wed, May 15, 2019 at 02:21:49PM +0200, Guillem Jover wrote: > > > To be precise, if I apply the patch below to hello-traditional_2.10-5 > > > and do "dpkg-buildpackage -uc -us -b" in a sid chroot, I get a .deb > > > package with all

Bug#929408: ruby-inherited-resources: /usr/lib/ruby/vendor_ruby/generators/rails/templates/controller.rb is already shipped by ruby-jbuilder

2019-05-22 Thread Andreas Beckmann
Package: ruby-inherited-resources Version: 1.9.0-1 Severity: serious User: debian...@lists.debian.org Usertags: piuparts Hi, during a test with piuparts I noticed your package fails to upgrade from 'testing'. It installed fine in 'testing', then the upgrade to 'sid' fails because it tries to

Bug#929394: rust-libc: please update to 0.2.55

2019-05-22 Thread Daniel Kahn Gillmor
On Wed 2019-05-22 14:22:38 -0400, Daniel Kahn Gillmor wrote: > There are 100 of them -- yikes! I'm not sure how to efficiently and > safely test them all to ensure that the upgrade doesn't break anything, > so rather than just applying the patch below, i'm proposing it here. We discussed the

Bug#929407: ruby-inherited-resources: /usr/lib/ruby/vendor_ruby/generators/rails/USAGE is already shipped by ruby-active-model-serializers

2019-05-22 Thread Andreas Beckmann
Package: ruby-inherited-resources Version: 1.9.0-1 Severity: serious User: debian...@lists.debian.org Usertags: piuparts Hi, during a test with piuparts I noticed your package fails to upgrade from 'testing'. It installed fine in 'testing', then the upgrade to 'sid' fails because it tries to

Bug#929406: hdf5: libhdf5-*103-1 missing Breaks+Replaces: libhdf5-*103

2019-05-22 Thread Andreas Beckmann
Package: libhdf5-103-1,libhdf5-cpp-103-1,libhdf5-mpich-103-1,libhdf5-mpich-cpp-103-1,libhdf5-openmpi-103-1,libhdf5-openmpi-cpp-103-1 Version: 1.10.5+repack-1~exp6 Severity: serious User: debian...@lists.debian.org Usertags: piuparts Hi, during a test with piuparts I noticed your package fails

Bug#750781: not fixed

2019-05-22 Thread sergio
While the dirty hack of editing /lib/systemd/system/getty@.service works, the right way of creating /etc/systemd/system/getty@.service works only for tty1: $ ps aux | grep getty ... /sbin/agetty -f /etc/issue.linuxlogo -o -p -- \u --noclear tty1 linux ... /sbin/agetty -o -p -- \u --noclear tty2

Bug#928809: lintian: suggest adding gitlab-ci file

2019-05-22 Thread Chris Lamb
Dmitry Bogatov wrote: > > [..] I just think that lintian should be less pro-active at adding > > checks for things that are far from accepted. > > That is why I propose introducing concept of "controversial" checks. I think we are all violently agreeing here. > Having Lintian plainly reject

Bug#929405: ITP: pveclib -- power vector library

2019-05-22 Thread Gabriel F. T. Gomes
Package: wnpp Severity: normal I will start working on the packaging for pveclib (https://github.com/open-power-sdk/pveclib). Cheers, Gabriel

Bug#929063: init: delegate selinux operation to separate binary

2019-05-22 Thread Jesse Smith
On Wed, 22 May 2019 13:28:39 +0200 (CEST) Thorsten Glaser wrote: > > (I’m not quite convinced the effort is worth it, but given that > this would be changed upstream, and that there are likely other > users of the same upstream code who’re _not_ using SELinux, this > would be very welcomed by

Bug#929393: rust-lazy-static: please upgrade to 1.3.0

2019-05-22 Thread Daniel Kahn Gillmor
Control: retitle 929393 rust-lazy-static: please upgrade to 1.3.0 On Wed 2019-05-22 14:20:11 -0400, Daniel Kahn Gillmor wrote: > sequoia-openpgp wants lazy_static version 0.13.0. we only have 0.11.0 > in debian right now. I mis-wrote this -- it should have said we want lazy_static 1.3.0, but we

Bug#929386: Can you please run `inject-into-salsa-git` on your local clone (Was: Bug#929386: r-cran-webgestaltr: FTBFS (missing builds-depends))

2019-05-22 Thread Andreas Tille
Hi Steffen, can you please run `inject-into-salsa-git` on your local clone. There is no Git repository at https://salsa.debian.org/r-pkg-team/r-cran-webgestaltr Kind regards Andreas. -- http://fam-tille.de

Bug#928809: lintian: suggest adding gitlab-ci file

2019-05-22 Thread Dmitry Bogatov
[2019-05-20 15:45] Mattia Rizzolo > On Fri, May 17, 2019 at 08:58:03AM +0100, Chris Lamb wrote: > [...] > > (This kind of conversation always makes me wonder if we need another > > level of "extra pendatic" that people need to opt into... *g*) > > Nah. I just think that lintian should be less

Bug#928969: stterm: incorrect rendering of cyrillic letters with Terminus

2019-05-22 Thread Dmitry Bogatov
[2019-05-19 23:49] Paride Legovini > I tried with xterm and sakura, the Cyrillic string renders exactly as > in stterm, with the correct character width and spacing. > Let me know if there is anything else I can try. Okay. I prepared kvm virtual machine image, that you can download from

Bug#929404: debian-security-support: [INTL:pt] Updated Portuguese translation

2019-05-22 Thread Américo Monteiro
Package: debian-security-support Version: 2019.05.15 Tags: l10n, patch Severity: wishlist Updated Portuguese translation for debian-security-support messages Translator: Américo Monteiro Feel free to use it. For translation updates please contact 'Last Translator' -- Melhores

Bug#929403: php-horde-icalendar 2.1.8-1: autopkgtest regression

2019-05-22 Thread Steve Langasek
Source: php-horde-icalendar Version: 2.1.8-1 Severity: important User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu eoan Dear Mathieu, The autopkgtests for php-horde-icalendar 2.1.8-1 have never passed; they always fail with this error: autopkgtest [13:09:30]: test phpunit:

Bug#929402: unblock: debian-games/3

2019-05-22 Thread Markus Koschany
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package debian-games debian-games is a collection of metapackages. This update reflects the latest changes in Buster. Three packages that were recommended by debian-games

Bug#929401: debian-security-support: Updated Swedish translation

2019-05-22 Thread Andreas Ronnquist
Package: debian-security-support Severity: wishlist Tags: l10n Dear Maintainer, Please find attached a Swedish translation of the debian-security-support package. -- System Information: Debian Release: 10.0 APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'unstable')

Bug#929400: apng2gif FTCBFS: debian/rules hard codes gcc

2019-05-22 Thread Helmut Grohne
Source: apng2gif Version: 1.8-0.1 Tags: patch User: helm...@debian.org Usertags: rebootstrap apng2gif fails to cross build from source, because debian/rules hard codes the build architecture compiler gcc. The easiest way of fixing this - using dpkg's buildtools.mk - makes apng2gif cross

Bug#929399: virtualbox-guest-dkms: error in building kernel module

2019-05-22 Thread Valery Senotov
Package: virtualbox-guest-dkms Version: 6.0.8-dfsg-4 Severity: grave Justification: renders package unusable Dear Maintainer, Since last update (installed on my machine about a day ago) the package can't build kernel module because of failing of building vboxvideo. I've only found out that in

Bug#929398: jasperreports: Should jasperreports be removed from unstable?

2019-05-22 Thread Salvatore Bonaccorso
Source: jasperreports Version: 6.3.1-2 Severity: serious Justification: unfit for a Debian release Hi Given the discussion around https://bugs.debian.org/880467#10 and the fact that removing jasperreports from unstable will cause no issues with reverse (build) dependencies anymore: > $ dak rm

Bug#909085: ispell: Sequoia & ispell's /usr/bin/sq

2019-05-22 Thread Daniel Kahn Gillmor
On Wed 2018-10-31 10:38:06 -0400, Daniel Kahn Gillmor wrote: > fwiw, debian has been shipping a bugfix patch to ispell's sq for over 7 > years, despite several new upstream releases. > debian/patches/0006-Fix-sq-and-unsq.patch also "addresses" that ispell > upstream doesn't even ship sq and unsq

Bug#929268: Pending fixed packages

2019-05-22 Thread Mathieu Parent
Hi rollopack, Please test the packages from: https://salsa.debian.org/samba-team/samba/-/jobs/179622/artifacts/browse/debian/output/ They should fix the segfaults. @carnil: Once the package is confirmed fixing this bug, can I upload to security-master? It has only 3 changes: * Update Salsa

Bug#929224: apt-cacher-ng, debootstrap and deb.debian.org combination fails

2019-05-22 Thread Eduard Bloch
Hallo, * Sean Whitton [Sun, May 19 2019, 08:08:07AM]: > I thought that the problem is that apt-cacher-ng is not able to resolve > SRV records. However, I'm not so sure about that now. debootstrap uses > wget to download stuff, so I tried this: > >

Bug#923930: FTBFS: FAIL test_chain

2019-05-22 Thread Jeffrey Altman
Background on this test failure. The reason that the Heimdal 7.5.0 tests began to fail after they previously succeeded is because the failing test relies upon an X.509 certificate that expired on March 4 2019. Then post 7.5.0 support was added to support OpenSSL 1.1 which included the ability to

Bug#929397: ftp.d.o: please upload LTS .buildinfo files to ftp-master

2019-05-22 Thread Holger Levsen
Package: ftp.debian.org Severity: wishlist hi, from #-security today: * | h01ger wonders how to tackle #862538 zwiebelbot | (#debian-security) Debian#862538: security.debian.org: Please POST .buildinfo files to buildinfo.debian.net -

Bug#929064: CVE-2018-16860

2019-05-22 Thread Jeffrey Altman
Brian May wrote: > I am hardly authoritative on this, however my rough take right now is: > > * There is a vulerability. > * The fix is simple. Looking at the Samba patches, I suspect we only > need the bit that alters krb5tgs.c - below. > * Not convinced this can actually be exploited without

Bug#929395: typecatcher: diff for NMU version 0.3-1.1

2019-05-22 Thread Mattia Rizzolo
Control: tags 929395 + patch Control: tags 929395 + pending Dear maintainer, I've prepared an NMU for typecatcher (versioned as 0.3-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- regards, Mattia Rizzolo GPG

Bug#929350: RFS: libt3highlight/0.4.8-1

2019-05-22 Thread Adam Borowski
On Wed, May 22, 2019 at 09:14:11AM +0200, Gertjan Halkes wrote: > * Package name: libt3highlight > Version : 0.4.8-1 > Changes since the last upload: > > * New upstream release. Hi! This upload is targetted at unstable, yet doesn't look like something fit for a late-freeze

Bug#929396: libtool is unable to link complex projects

2019-05-22 Thread Dmitry Mikhirev
Package: libtool Version: 2.4.6-10 Severity: important Dear maintainer, I faced a problem trying to build a project, libtoolized by Buster's libtool. It is also reproducible wit libtool from Sid. The trouble is that if libfoo.la and libbar.la were built, where libbar.la depends on libfoo.la, and

Bug#929395: typecatcher: FTBFS: dh: unable to load addon python3

2019-05-22 Thread Mattia Rizzolo
Source: typecatcher Version: 0.3-1 Severity: serious dpkg-buildpackage: info: source package typecatcher dpkg-buildpackage: info: source version 0.3-1 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by Andrew Starr-Bochicchio dpkg-buildpackage:

Bug#926681: Fwd: Bug#926681: unblock: acme-tiny/1:4.0.4-1

2019-05-22 Thread Samuel Henrique
Control: tags -1 - moreinfo

Bug#929394: rust-libc: please update to 0.2.55

2019-05-22 Thread Daniel Kahn Gillmor
Package: src:rust-libc Severity: wishlist Blocks: 929385 by -1 Control: tags -1 + patch sequoia-openpgp wants memsec, which wants getrandom, which wants rust-libc version 0.2.54 or greater. but we only have rust-libc 0.2.48 in debian right now. If i look for the dependencies, though:

Bug#921694:

2019-05-22 Thread Samuel Henrique
Control: tags -1 - buster-ignore Removing tag as that is making the package not being removed from Testing, I thought it would be useful so it wouldn't be listed as a buster RC bug but I will have to remove the tag now. -- Samuel Henrique

Bug#905720: Bug#926681: unblock: acme-tiny/1:4.0.4-1

2019-05-22 Thread Samuel Henrique
Control: tags -1 - moreinfo

Bug#929393: rust-lazy-static: please upgrade to 0.13.0

2019-05-22 Thread Daniel Kahn Gillmor
Package: src:rust-lazy-static Severity: wishlist Blocks: 929385 by -1 Control: tags -1 + patch sequoia-openpgp wants lazy_static version 0.13.0. we only have 0.11.0 in debian right now. If i look for the dependencies, though: aptitude '~Dlibrust-lazy-static' There are 36 of them including

Bug#929392: php-horde-image 2.5.3-1: autopkgtest regression

2019-05-22 Thread Steve Langasek
Source: php-horde-image Version: 2.5.3-1 Severity: important User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu eoan Dear Mathieu, The autopkgtests for php-horde-image 2.5.3-1 have never passed; they always fail with this error: autopkgtest [23:42:23]: test phpunit:

Bug#929391: makexvpics FTCBFS: does not pass cross tools to make

2019-05-22 Thread Helmut Grohne
Source: makexvpics Version: 1.0.1-3 Tags: patch User: helm...@debian.org Usertags: rebootstrap makexvpics fails to cross build from source, because it does not pass cross tools to make. The easiest way of fixing that - using dh_auto_build - is insufficient for making makexvpics cross buildable,

Bug#929383: live-build fails if there's some updates for same kernel

2019-05-22 Thread PICCORO McKAY Lenz
El mié., 22 de may. de 2019 a la(s) 11:30, PICCORO McKAY Lenz ( mckaygerh...@gmail.com) escribió: > > so then at the bvinary stage i got that error: > > mv: target ‘binary/live/vmlinuz1’ is not a directory > P: Begin unmounting filesystems... > P: Saving caches... > Reading package lists... Done

Bug#923726: A lot of time wasted on previous version.

2019-05-22 Thread Pipo
Hi, I am using Sid and had a problem using monero version v0-13-0-4. That problem arised because that version is still available under Sid. I noticed that it is not available in testing and stable (that is good). I suggest that when you get a notice of a fork in any crypto-currency package,

Bug#929390: VTK 8

2019-05-22 Thread Nico Schlömer
Package: vtk7 Version: VTK 8 is now out for about two years (June 2017). Perhaps we should start supporting it?

Bug#929389: missed virtual-package-names-list.yaml page

2019-05-22 Thread Sean Whitton
Package: www.debian.org Severity: normal On Wed 22 May 2019 at 08:30PM +08, laokz wrote: > Hello all, > > The web page > https://www.debian.org/doc/packaging-manuals/virtual-package-names-list.yaml > shows "Page not found". The 2017-01 .txt version can be visited. > > Regards, > laokz I think

Bug#929384: debian-security-support: [INTL:ru] Russian program translation update

2019-05-22 Thread Holger Levsen
control: tags -1 + pending On Wed, May 22, 2019 at 06:58:54PM +0300, Yuri Kozlov wrote: > Russian program translation update is attached. thank you! -- tschau, Holger ---

Bug#929388: cloud-init: Incorrect datasource name

2019-05-22 Thread Avdeev
Package: cloud-init Version: 0.7.9-2 Severity: normal Dear Maintainer, After run dpkg-reconfigure i select only "Openstack" field. After this, into file /etc/cloud/cloud.cfg.d/90_dpkg.cfg writed incorrect value datasource_list. Needed change "Openstack" to "OpenStack" for correct working

Bug#929384: debian-security-support: [INTL:ru] Russian program translation update

2019-05-22 Thread Yuri Kozlov
Package: debian-security-support Version: 2019.05.15 Severity: wishlist Tags: l10n patch Russian program translation update is attached. -- System Information: Debian Release: 10.0 APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.19.0-5-amd64

Bug#929385: ITP: sequoia -- a modern OpenPGP implementation in Rust

2019-05-22 Thread Daniel Kahn Gillmor
Package: wnpp Severity: wishlist Owner: Daniel Kahn Gillmor * Package name: sequoia Version : 0.7.0 Upstream Author : Sequoia Developers * URL : https://www.sequoia-pgp.org/ * License : GPL Programming Lang: Rust Description : A modern OpenPGP

Bug#929387: unblock: libssh/0.8.7-1 (pre-upload approval)

2019-05-22 Thread Martin Pitt
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Three months ago, a new libssh upstream bug fix release 0.8.7 was done, which fixes a dozen security issues, crashes, and other bugs:

Bug#929386: r-cran-webgestaltr: FTBFS (missing builds-depends)

2019-05-22 Thread Santiago Vila
Package: src:r-cran-webgestaltr Version: 0.3.0-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in sid but it failed: [...] debian/rules build-arch dh build-arch --buildsystem R

Bug#929380: PLEASE DISCARD - this bug is irrelevant

2019-05-22 Thread Benoit Branciard
I must be somewhat short-sighted... /etc/cron.daily/tmpreaper already has "set -f" command, which is equivalent to "set -o noglob". So this report is obviously irrelevant, you can close it. -- Benoit BRANCIARD Service InfraStructures (SIS) Direction du Système d'Information et des Usages

Bug#929383: live-build fails if there's some updates for same kernel

2019-05-22 Thread PICCORO McKAY Lenz
Package: live-build Version: 1:20170213 Severity: serius when try to build live strecht image with differents mirros (i setup not only "mirror-" also setup "parent-mirror-" due bandwicht usage behind firewallin also optimization of my bandwicht account spend.. IN ANY CASE: noted that i have

Bug#929063: Moving SELinux check

2019-05-22 Thread Jesse Smith
On 5/22/19 11:57 AM, Thorsten Glaser wrote: > On Wed, 22 May 2019, Jesse Smith wrote: > >> I don't think removing the SELinux dependency from init actually saves >> us any RAM. Several other services link to these libraries too, so the > Maybe, maybe not. (I’m fairly sure I’ve got some VMs

Bug#928164: backports work

2019-05-22 Thread Frederic Peters
Hi Thijs, > >> I would have been OK to have 2.6.0 of liblasso3 in stretch backports, > >> and I was in the believe that I had installed it. But when checking, > >> I'm still running 2.5.0-5+b1. Spooky > > > I'll see about uploading 2.6.0 to backports. > > That would be great. I have a backport

Bug#929382: python3-lib389: dsidm posixgroup create fails due to Namespace error in cli_idm/posixgroup.py

2019-05-22 Thread Jörg Behrmann
Package: python3-lib389 Version: 1.4.0.22-1 Severity: normal Tags: patch When running dsidm posixgroup create foo to create the group foo, dsidm fails with a namespace error, saying that args does not have the attribute extra. The problem can be found in versions 1.4.0.21 and 1.4.0.22 and

Bug#924554: Bug#928108: unblock: unattended-upgrades/1.12 ?

2019-05-22 Thread Bálint Réczey
Control: tags -1 - moreinfo Control: retitle -1 unblock: unattended-upgrades/1.11.1 Hi Paul, Paul Gevers ezt írta (időpont: 2019. máj. 21., K, 21:06): > > Control: tags -1 confirmed moreinfo > > Hi Bálint, > > On 21-05-2019 09:58, Bálint Réczey wrote: ... > > Please find the the patch attached

Bug#929381: needs cdrecord binary which isn't in Debian

2019-05-22 Thread Felix Zielcke
Package: simpleburn Version: 1.8.0-1+b3 Severity: grave I tried burning an iso with simpleburn but it completely fails due to depending on cdrecord: $ simpleburn command: simpleburn.sh /dev/cdrom b-iso 'debian-buster-DI-rc1-amd64-netinst.iso' /usr/bin/simpleburn.sh: line 171: cdrecord: command

Bug#929063: Moving SELinux check

2019-05-22 Thread Thorsten Glaser
On Wed, 22 May 2019, Jesse Smith wrote: > I don't think removing the SELinux dependency from init actually saves > us any RAM. Several other services link to these libraries too, so the Maybe, maybe not. (I’m fairly sure I’ve got some VMs without.) Other services can, however, be more easily

Bug#929063: Moving SELinux check

2019-05-22 Thread Jesse Smith
On 5/21/19 8:45 PM, Dmitry Bogatov wrote: > [2019-05-18 16:14] Jesse Smith >> From a practical perspective, I'm curious if there is any benefit or >> drawback. Is this patch fixing a known bug, >> does it significantly reduce the size of PID 1 in memory? > Not that I really care about 1Mb of RAM,

Bug#929380: tmpreaper: /etc/cron.daily/tmpreaper should not expand TMPREAPER_PROTECT_EXTRA shell wildcards

2019-05-22 Thread Benoit Branciard
Package: tmpreaper Version: 1.6.13+nmu1+deb9u1+b1 Severity: normal Tags: d-i patch Dear Maintainer, current version od /etc/cron.daily/tmpreaper shell-expands TMPREAPER_PROTECT_EXTRA content before passing it to /usr/sbin/tmpreaper using "--protect" option. This may cause some patterns to be

Bug#929379: pcp: libvirt module missing

2019-05-22 Thread Jonas Smedegaard
Package: pcp Version: 4.3.2-1 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 The libvirt module is missing. Seems auto-enabled when Python lxml module is available at build-time. So please build-depend on python3-lxml. - Jonas -BEGIN PGP SIGNATURE-

Bug#929378: pcp: LIO module missing

2019-05-22 Thread Jonas Smedegaard
Package: pcp Version: 4.3.2-1 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 The LIO module is missing. Seems auto-enabled when Python module rtslib is available at build-time. So please build-depend on python3-rtslib-fb - Jonas -BEGIN PGP SIGNATURE-

Bug#929377: pcp: nutcracker module missing

2019-05-22 Thread Jonas Smedegaard
Package: pcp Version: 4.3.2-1 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 The nutcracker module is missing. Seems to need Perl module YAML::XS installed at build-time. So please build-depend on libyaml-libyaml-perl. - Jonas -BEGIN PGP SIGNATURE-

Bug#929376: pcp: bind2 module missing

2019-05-22 Thread Jonas Smedegaard
Package: pcp Version: 4.3.2-1 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 The bind2 module is missing. Seems to be auto-enabled if a few Perl libraries are available at build-time. Please build-depend on libfile-slurp-perl and libxml-libxml-perl. Probably need to have pcp

Bug#928164: backports work

2019-05-22 Thread Thijs Kinkhorst
Hi Frederic, >> I would have been OK to have 2.6.0 of liblasso3 in stretch backports, >> and I was in the believe that I had installed it. But when checking, >> I'm still running 2.5.0-5+b1. Spooky > I'll see about uploading 2.6.0 to backports. That would be great. I have a backport of

Bug#929271: backports customizations are not enabled for live-build

2019-05-22 Thread PICCORO McKAY Lenz
A SPECIAL NOTE ABOUT THIS: El mié., 22 de may. de 2019 a la(s) 06:18, Roland Clobus (rclo...@rclobus.nl) escribió: > Issue 2: Building a live image for jessie > Jessie is now oldstable, and will soon (TM) be oldoldstable. Unless you > have a compelling reason to use jessie, I would suggest to

Bug#929373: a python-FOO-doc package should suggest/recommend python3-FOO instead of python-FOO

2019-05-22 Thread Chris Lamb
severity 929373 wishlist thanks Matthias Klose wrote: > Seen when trying to remove Python2 dependencies. A lot of -doc packages > recommend/suggest the Python2 package, not the Python3 one. Getcha, assuming that python3-foo exists. > Additionally, I'm not sure if a recommends is really

Bug#929374: unblock: debian-security-support/2019.05.22

2019-05-22 Thread Holger Levsen
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package debian-security-support, the trivial debdiff is inline below. This change is only useful to have in Buster, so that we can have this version (modulo ~deb9u1) in

Bug#929375: ITP: jarchivelib -- simple archiving and compression library for Java

2019-05-22 Thread merkys
Package: wnpp Owner: Andrius Merkys Severity: wishlist * Package name    : jarchivelib   Version : 1.0.0   Upstream Author : Thomas Rausch * URL : https://rauschig.org/jarchivelib/ * License : Apache-2.0   Programming Lang: Java   Description : simple archiving

Bug#929373: a python-FOO-doc package should suggest/recommend python3-FOO instead of python-FOO

2019-05-22 Thread Matthias Klose
Package: lintian Seen when trying to remove Python2 dependencies. A lot of -doc packages recommend/suggest the Python2 package, not the Python3 one. Additionally, I'm not sure if a recommends is really appropriate.

Bug#929372: pcp: systemd module missing

2019-05-22 Thread Jonas Smedegaard
Package: pcp Version: 4.3.2-1 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 systemd module is missing. Seems it is auto-enabled when libsystemd-dev is available at build-time. Please build-depend on libsystemd-dev - Jonas -BEGIN PGP SIGNATURE-

Bug#929371: pcp: bcc module is missing

2019-05-22 Thread Jonas Smedegaard
Package: pcp Version: 4.3.2-1 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 The bcc module is missing. Seems it simply needs Python BCC library available at build time. Please build-depend on python3-bpfcc - Jonas -BEGIN PGP SIGNATURE-

Bug#929370: unblock: lprng/3.8.B-2.2

2019-05-22 Thread Sam Hartman
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package lprng Lprng didn't run with buster dpkg because start-stop-daemon --stop got more careful about ownership of pid files. It also didn't really work with systemd

  1   2   >