Bug#960249: inn2: Please enable DO_RNEWS_SAVE_BAD for rnews

2020-05-10 Thread herbert
Package: inn2 Version: 2.6.3-1+deb10u2 Severity: normal The compile-time option DO_RNEWS_SAVE_BAD should be enabled as otherwise articles rejected by the news server are lost forever. -- System Information Debian Release: 10.3 Kernel Version: Linux gwarestrin 5.2.0+ #3 SMP PREEMPT Tue Aug 20

Bug#917455: command-not-found: when starting mysql.server

2020-05-10 Thread ryan b
Package: command-not-found Followup-For: Bug #917455 Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** rbednar@BenderInspiron:/mnt/c/Users/Ryan$ mysql.server start Could not find the database of available applications, run update-command-not-found

Bug#960248: gdc-10 -flto -fno-weak crashes on some codes

2020-05-10 Thread Witold Baryluk
Package: gdc-10 Version: 10.1.0-1 Severity: normal This is for gdc-10. I tested it with gdc-9 and it works without a crash. $ cat bench.d // = import std.conv : to; int main(string[] args) { return cast(int)to!float(args[1]); } // === $ $ gdc-10 -flto -O2 -fno-weak -o

Bug#958901: qreator does not start properly

2020-05-10 Thread Chow Loong Jin
On Wed, May 06, 2020 at 08:31:45PM +0200, Rainer Dorsch wrote: > reopen 958901 = > > Am Montag, 4. Mai 2020, 09:39:07 CEST schrieb Chow Loong Jin: > > On Sun, Apr 26, 2020 at 02:53:21PM +0200, Rainer Dorsch wrote: > > > Dear Maintainer, > > > > > > I installed qreator on my system (with a KDE

Bug#960245: fai-server: setup-storage fail when there are multiple nvme

2020-05-10 Thread Franck Hamelin
Package: fai-server Version: 5.9.4 Severity: important Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? The target system has 2 nvme disks. The disk_config used is : # example of new config file for setup-storage

Bug#960163: nvidia-driver: x86/modules: Skipping invalid relocation

2020-05-10 Thread Allan Wind
The good news is that I have the nvidia module working again, and it's probably a weird edge case: (1) nvidia-drivers version 418.113-1 is not compatible with linux 4.19.0-5 headers and fail to load with relocation error, and (2) When I was running 4.19.0-9-amd64 (with nouveau),

Bug#954907: python3-dateparser: Warning with autopkgtest when python3.8 is default

2020-05-10 Thread Antoine Beaupré
Control: tags -1 worksforme On 2020-03-25 02:39:49, Scott Kitterman wrote: > Package: python3-dateparser > Version: 0.7.2-1 > Severity: normal > > While investigatin a resolution for #954147, I noticed the following > warning being emitted. Presumably this will turn to an error in the > future

Bug#959842: tweeper: warnings with Facebook: Attribute data-referrer redefined in Entity

2020-05-10 Thread Paul Wise
On Mon, 2020-05-11 at 00:26 +0200, Antonio Ospite wrote: > these warnings are kind of expected, it's the PHP XML parser which > tells that the document may not be 100% standard compliant. I see, that seems reasonable I guess. > If they are too distracting maybe I can add a verbose option and

Bug#954910: dateparser: Incomplete test coverage due to missing requirements

2020-05-10 Thread Antoine Beaupré
Control: severity -1 wishlist On 2020-03-25 03:11:16, Scott Kitterman wrote: > Source: dateparser > Version: 0.7.2-1 > Severity: normal > > The current pip based install for the test includes two module not in > Debian: > > jdatetime==3.1.0 > umalqurra==0.2 > > As a result, 7 tests are skipped.

Bug#610929: close this bug

2020-05-10 Thread Adrian Mariano
The proposed message was added to the help. Close this item.

Bug#960247: jruby: jgem crashes

2020-05-10 Thread Antonio Terceiro
Package: jruby Version: 9.1.17.0-3 Severity: important ~$ jgem --version Unhandled Java exception: java.lang.NoSuchMethodError: java.nio.ByteBuffer.clear()Ljava/nio/ByteBuffer; java.lang.NoSuchMethodError: java.nio.ByteBuffer.clear()Ljava/nio/ByteBuffer; encode at

Bug#960228: ITP: calls -- A phone dialer and call handler

2020-05-10 Thread Liang Guo
On Mon, May 11, 2020 at 4:15 AM Evangelos Ribeiro Tzaras wrote: > A dialer program for telephony calls on mobile devices > supporting multiple backends (ModemManager, oFono, Phonesim). > > This package is useful for running debian on mobile phones > providing call functionality. It is commonly

Bug#959893: appstream-generator: Link against libglibd-2.0.so broken

2020-05-10 Thread Matthias Klumpp
Am Mi., 6. Mai 2020 um 19:57 Uhr schrieb Markus Frosch : > > Package: appstream-generator > Version: 0.8.1-1+b1 > Severity: grave > Justification: renders package unusable > > Hi maintainer, > the package possible needs rebuilding. > > > appstream-generator: error while loading shared libraries:

Bug#960163: nvidia-driver: x86/modules: Skipping invalid relocation

2020-05-10 Thread Allan Wind
I just saw your email (it went to my spam folder, sorry) and will try it shortly. Meanwhile here is the data you requested: allan@vent:~$ gcc-8 --version gcc-8 (Debian 8.3.0-6) 8.3.0 Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions.

Bug#960246: ldc: ICE / SIGSEGV when trying to compile D code with -mattr=-x87

2020-05-10 Thread Witold Baryluk
Package: ldc Version: 1:1.20.1-1 Severity: normal This is probably related to the fact that pow by default uses real for the argument, and it tries to generate x87 code for this. $ cat f.d import std.math : pow; void main() { double x = pow(1.01, 1.3); } $ $ gdb --args ldc2 -mcpu=znver2

Bug#960201: python-gmpy2: autopkgtest regression: RuntimeWarning: coroutine '' was never awaited

2020-05-10 Thread Martin Kelly
On 5/10/20 8:20 AM, Paul Gevers wrote: Source: python-gmpy2 Version: 2.1.0~b4-1 X-Debbugs-CC: debian...@lists.debian.org Severity: serious User: debian...@lists.debian.org Usertags: regression Dear maintainer(s), Because your autopkgtest was part of the tests for glibc, I spotted that the

Bug#956925: dpkg: dpkg-source: should fail before-build if patches can't be applied fully in v3-quilt

2020-05-10 Thread Jiri Palecek
Hello, On 19. 04. 20 23:30, Guillem Jover wrote: while building some of my packages, I noticed they were built without patches applied. Further investigation in the code showed that it was caused by dpkg-source --before-build carrying on silently if the first patch could't be applied, eg.

Bug#960143: sagetex: FTBFS in unstable

2020-05-10 Thread Norbert Preining
On Mon, 11 May 2020, Hilmar Preuße wrote: > - tkz-berge.sty does not exist in Debian any more. commit 2f6b882099bed8fbee175a68cea9e6f27d03462e Author: Karl Berry Date: Mon Mar 9 21:17:09 2020 + rm tkz-berge, obsolete on ctan git-svn-id: svn://tug.org/texlive/trunk@54205

Bug#959477: ITP: ckeditor3 -- Javascript rich text editor for embedding into websites (v3)

2020-05-10 Thread Bastien ROUCARIES
On Sat, May 2, 2020 at 9:21 PM Mike Gabriel wrote: > > Package: wnpp > Severity: wishlist > Owner: Mike Gabriel > > * Package name: ckeditor3 > Version : 3.6.6.1 > Upstream Author : Frederico Knabben > * URL : http://ckeditor.com/download > * License : GPL-2+

Bug#947734: tf5 and GNUtls interaction, breaks in TLS1.3 connections seemingly!

2020-05-10 Thread Russ Allbery
Simon Iremonger writes: > My suggestion is that may make best sense for tf5 to (if possible) > disable TLS1.3 usage until this is sorted out in gnutls-land, or indeed, > openssl 2.0 reaches debian and can just be used with tf5 instead! I (finally) took a look at this, and sadly there does not

Bug#902986: tf5: Please package new fork

2020-05-10 Thread Russ Allbery
Russ Allbery writes: > Sebastian Humenda writes: >> It would be great if the properly maintained fork of TF could be >> packaged. It is available here: >> https://github.com/ingwarsw/tinyfugue >> I would like to see Python support as a default feature, hence my >> request. > Ooo, thank you,

Bug#933180: Patch for #933180

2020-05-10 Thread Federico Ceratto
Hello Steinar and thank you for the patch. The current package contains version 1.4.1, also there was already a branch on Salsa called "split" with ongoing work: https://salsa.debian.org/debian/libsrt/-/tree/split https://salsa.debian.org/debian/libsrt/-/jobs/729504 Anyhow, I imported your patch

Bug#960244: Debian 10.4 Cinnamon "Open in terminal" not working

2020-05-10 Thread Marcelo Vincenzi
Package: cinnamon Version: 3.8.8-1 When I right-click anywhere to open a terminal, no new terminal shows up. I think it is due to gnome-terminal being missing from the live installer out of the box. I suggest that, please, GNOME terminal be added in the live Cinnamon iso. Using Debian Buster

Bug#959842: tweeper: warnings with Facebook: Attribute data-referrer redefined in Entity

2020-05-10 Thread Antonio Ospite
On Wed, 06 May 2020 11:37:34 +0800 Paul Wise wrote: > Package: tweeper > Version: 1.4.1-1 > Severity: normal > Usertags: warnings > > When I run tweeper against Facebook, I get a number of warnings: > > $ tweeper https://www.facebook.com/facebook > PHP Warning: Error 42: Attribute

Bug#960241: FTBFS: the taglist extension is not safe for parallel reading

2020-05-10 Thread GCS
Source: mongo-c-driver Severity: serious Justification: fails to build from source (but built successfully in the past) Tags: ftbfs patch Hi, During a test recompilation with the new ICU release I've realized your package FTBFS in Sid due to a possible behavior change of Sphinx. The relevant

Bug#960243: zimlib FTBFS with ICU 67.1

2020-05-10 Thread GCS
Source: zimlib Severity: normal Justification: fails to build from source (but built successfully in the past) Tags: ftbfs Hi, Soon the ICU transition will start. Your package FTBFS with the ICU 67.1 version, currently in experimental. The reason is symbol changes due to it in your libzim4

Bug#960239: ledger FTBFS with ICU 67.1

2020-05-10 Thread GCS
Source: ledger Severity: normal Justification: fails to build from source (but built successfully in the past) Tags: upstream ftbfs patch Hi, Soon the ICU transition will start. Your package FTBFS with the ICU 67.1 version, currently in experimental. It might be relevant with a recent upstream

Bug#960242: mozjs68 FTBFS with ICU 67.1

2020-05-10 Thread GCS
Source: mozjs68 Severity: normal Justification: fails to build from source (but built successfully in the past) Tags: ftbfs Hi, Soon the ICU transition will start. Your package FTBFS with the ICU 67.1 version, currently in experimental. Strange that the build failure doesn't look like related to

Bug#960240: libvmime FTBFS with ICU 67.1

2020-05-10 Thread GCS
Source: libvmime Severity: normal Justification: fails to build from source (but built successfully in the past) Tags: upstream ftbfs patch Hi, Soon the ICU transition will start. Your package FTBFS with the ICU 67.1 version, currently in experimental. Your upstream has a patch for this

Bug#960238: FTBFS: exact src:libsignal-protocol-c version checked

2020-05-10 Thread GCS
Source: dino-im Severity: serious Justification: fails to build from source (but built successfully in the past) Tags: upstream ftbfs patch Hi, During a test recompilation with the new ICU release I've realized your package FTBFS in Sid as it looks for the exact 2.3.2 of src:libsignal-protocol-c

Bug#960236: chromium FTBFS with ICU 67.1

2020-05-10 Thread GCS
Source: chromium Severity: normal Justification: fails to build from source (but built successfully in the past) Tags: ftbfs Hi, Soon the ICU transition will start. Your package FTBFS with the ICU 67.1 version, currently in experimental. The reason is the embedded V8 JavaScript engine needs

Bug#960237: FTBFS: No such file or directory: /usr/share/zoneinfo/

2020-05-10 Thread GCS
Source: clickhouse Severity: serious Justification: fails to build from source (but built successfully in the past) Tags: ftbfs patch Hi, During a test recompilation with the new ICU release I've realized your package FTBFS in Sid with its self-tests. Relevant output logs: Start 11:

Bug#886525: ITP: rt4-extension-mergeusers -- Merge users (Request Tracker)

2020-05-10 Thread Andrew Ruthven
Hey Gabriel, I don't have a readily available .deb, but I can provide if you want. Otherwise the git repo is on Salsa and you can just build one yourself. https://salsa.debian.org/request-tracker-team/rt-extension-mergeusers Cheers, Andrew On Sun, 2020-05-10 at 14:12 -0400, Gabriel Filion

Bug#956802: Info received (Sorry, the problem still happens with 5.5.0-2)

2020-05-10 Thread Erik Tews
Hi It looks like there is a patch available that fixes the issue: https://patchwork.kernel.org/patch/9757475/ Maybe that can be applied to the current Debian kernel as well. Erik signature.asc Description: This is a digitally signed message part

Bug#894998: ITP: rt4-extension-rest2 -- REST2 API extension (Request Tracker)

2020-05-10 Thread Andrew Ruthven
Hey Gabriel, You can fetch a .deb from: http://mirror.catalyst.net.nz/catalyst/debian/dists/jessie/request-tracker/binary-all/rt4-extension-rest2_1.08c-1_all.deb The "debian" branch is here: https://github.com/catalyst-cloud/rt-extension-rest2/commits/debian Upstream is about to release v

Bug#960163: nvidia-driver: x86/modules: Skipping invalid relocation

2020-05-10 Thread Andreas Beckmann
On 10/05/2020 14.17, Allan Wind wrote: > No difference: > > allan@vent:~$ uname -r > 4.19.0-9-amd64 Please send dkms' make.log, probably located at /var/lib/dkms/nvidia-current/418.113/4.19.0-9-amd64/x86_64/log/make.log Please try the modules I built in a clean buster environment from

Bug#960143: sagetex: FTBFS in unstable

2020-05-10 Thread Hilmar Preuße
Am 10.05.2020 um 14:06 teilte Jerome BENOIT mit: > On 10/05/2020 14:06, Hilmar Preuße wrote: >> Am 10.05.2020 um 08:46 teilte Jerome BENOIT mit: Hi, >>> Hello Graham, thanks for the report. >>> It sounds a Depends issue. >>> >> I guess some style files moved to another Debian package and hence

Bug#960234: openrc: init.d/checkroot.sh is run too late with /sbin/openrc-init

2020-05-10 Thread Ryutaroh Matsumoto
Package: openrc Version: 0.40.3-2 Severity: normal Dear Maintainer, With init=/sbin/openrc-init in the kernel command line, /etc/init.d/checkroot.sh is executed somehow too late, and causing the following error messages at boot: savelog: directory /var/log is not writable /etc/init.d/bootlogs:

Bug#960235: RFS: isakmpd/20041012-9 [QA][RC] -- The Internet Key Exchange protocol openbsd implementation

2020-05-10 Thread Sudip Mukherjee
Package: sponsorship-requests Severity: important Dear mentors, I am looking for a sponsor for my package "isakmpd" * Package name: isakmpd Version : 20041012-9 Upstream Author : Niklas Hallqvist Niels Provos H�kan Olsson * URL

Bug#960229: [DRE-maint] Bug#960229: RFP: pdfbeads -- utility to take scanned page images and convert them to a single PDF file

2020-05-10 Thread Georg Faerber
Hi Rogério, Thanks for your mail. On 20-05-10 17:24:12, Rogério Brito wrote: > Since I don't know much ruby, I guess that it would be best to have > people from the Ruby team maintain and/or package it. I am even > willing to co-maintain it, if necessary, but, again, my knowledge of > Ruby is

Bug#960233: ITP: node-redux -- predictable state container for JavaScript apps

2020-05-10 Thread Nicolas Mora
Package: wnpp Severity: wishlist Owner: Nicolas Mora X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-redux Version : 4.0.5 Upstream Author : Dan Abramov * URL : https://redux.js.org/ * License : Expat Programming Lang: JavaScript

Bug#960232: debtree --arch flag not applied recursively

2020-05-10 Thread Chris Dieringer
Package: debtree Version: 1.0.10 On debian jessie, I execute: $ debtree python-gtk2 --arch=armel --no-recommends --no-alternatives --no-provides which yields: "python-numpy" -> "libblas3" [color=blue]; "libblas3" -> "libquadmath0" [color=blue,label="(>= 4.6)"]; But from the

Bug#960231: kubernetes: provision of 'kubeadm' command-line utility

2020-05-10 Thread James Addison
Source: kubernetes Version: 1.18.2-2 Severity: important Tags: patch Dear Maintainer, Please find attached a patch to provide the 'kubeadm' command-line utility in a new 'kubernetes-admin' Debian package, derived from the 'kubernetes' source package. I've confirmed that all github.com-based

Bug#960119: dh-vim-addon: missing substvar for non-basic Vim flavours?

2020-05-10 Thread James McCoy
Control: reassign -1 src:vim 2:8.1.0875-5 Control: retitle -1 Add versions to vim/gvim Provides Control: affects -1 dh-vim-addon On Sat, May 09, 2020 at 02:45:13PM -0400, James McCoy wrote: > On Sat, May 09, 2020 at 07:31:51PM +0300, Nicholas Guriev wrote: > > It sounds good but does not seem to

Bug#960213: dh-vim-addon: no helptags, missing tempdir of a package?

2020-05-10 Thread James McCoy
On Sun, May 10, 2020 at 08:35:53PM +0300, Nicholas Guriev wrote: > It is me again, sorry for disturbance. No worries. Thank you for using and providing feedback about dh-vim-addon. > It seems dh_vim-addon(1) does not > generate tags for :help command because of incomplete $docdir. I daresay >

Bug#951722: autopkgtest suite flaky on arm64

2020-05-10 Thread Michael Biebl
Am 10.05.20 um 23:06 schrieb Michael Biebl: > On Sat, 7 Mar 2020 16:01:22 +0200 Mpampis Kostas > wrote: >> diff --git a/debian/tests/control b/debian/tests/control >> index 7abd238c3..5bf1dc94b 100644 >> --- a/debian/tests/control >> +++ b/debian/tests/control >> @@ -6,5 +6,5 @@ Tests: systemd >>

Bug#960218: [Pkg-rust-maintainers] Bug#960218: librust-packed-simd+sleef-sys-dev is no longer installable on armel/mips64el/mipsel/s390x

2020-05-10 Thread peter green
On 10/05/2020 21:44, Adrian Bunk wrote: On Sun, May 10, 2020 at 09:29:23PM +0100, peter green wrote: 2. file a bug against ftp.debian.org asking for the removal of rust-packed-simd on armel/mips64el/mipsel/s390x That isn't really a workable option. It would just push the problem down the

Bug#951722: autopkgtest suite flaky on arm64

2020-05-10 Thread Michael Biebl
On Sat, 7 Mar 2020 16:01:22 +0200 Mpampis Kostas wrote: > diff --git a/debian/tests/control b/debian/tests/control > index 7abd238c3..5bf1dc94b 100644 > --- a/debian/tests/control > +++ b/debian/tests/control > @@ -6,5 +6,5 @@ Tests: systemd > Depends: dovecot-core, systemd-sysv > >

Bug#960211: shorewall: Please package or backport from 5.2.4.4

2020-05-10 Thread Nick
Package: shorewall Version: 5.2.3.2-1 Severity: normal Tags: upstream Dear Maintainer, shorewall won't start if I attempt to use SAVE_IPSETS=somename to save an ipset selectively. I think I've hit known problems 9 and 12 in

Bug#960214: gcc-9 breaks libalien-wxwidgets-perl autopkgtest: Can't exec "gcc": No such file or directory

2020-05-10 Thread Niko Tyni
On Sun, May 10, 2020 at 07:47:33PM +0200, Paul Gevers wrote: > [This looks very similar to bug #960212 which will be a duplicate if > really gcc-9 is at fault here.] > > With a recent upload of gcc-9 the autopkgtest of libalien-wxwidgets-perl > # Can't exec "gcc": No such file or directory at

Bug#959984: krb5: Add "Multi-Arch: foreign" to krb5-doc

2020-05-10 Thread Sam Hartman
Ah! Never mind. You opened a merge requests *months ago* and now are getting around to opening a BTS bug because I'm a bad maintainer and didn't respond to your merge request. Got it. Apologies. I'll get to this in a couple of days. I think I was busy being a less-bad DPL back then:-)

Bug#959984: krb5: Add "Multi-Arch: foreign" to krb5-doc

2020-05-10 Thread Sam Hartman
Yeah, I just looked at mail server logs, and I have nothing from salsa even attempted to be delivered going back to may 4. At one level I totally understand this is not your problem. At another, if this isn't just something I've done to myself, it could impact people's responses to merge requests.

Bug#960218: [Pkg-rust-maintainers] Bug#960218: librust-packed-simd+sleef-sys-dev is no longer installable on armel/mips64el/mipsel/s390x

2020-05-10 Thread Adrian Bunk
On Sun, May 10, 2020 at 09:29:23PM +0100, peter green wrote: > > > 2. file a bug against ftp.debian.org asking for the removal of > > rust-packed-simd on armel/mips64el/mipsel/s390x > That isn't really a workable option. It would just push the problem down the > line to other packages. Taken

Bug#959984: krb5: Add "Multi-Arch: foreign" to krb5-doc

2020-05-10 Thread Sam Hartman
I'm not sure I'm seeing how this comes up in practice for krb5-doc. Would you mind helping my curiosity out. Also, I'm somewhat horrified that I didn't get a notification for your MR. My notification setting for debian/krb5 is watch. Have you run into other cases where people were not notified of

Bug#960219: pbcopper FTBFS on 32bit: int128 not available

2020-05-10 Thread Andreas Tille
On Sun, May 10, 2020 at 09:30:52PM +0300, Adrian Bunk wrote: > int128 is not available on 32bit systems, > I don't know whether upstream cares about that. Upstream disabled issue tracker on Github and I have no idea how to contact them. Since this kind of software is usually used on high

Bug#959409: How to build static and shared library with meson (Was: Bug#959409: pbcopper breaks pbbam)

2020-05-10 Thread Andreas Tille
Hi, On Sun, May 10, 2020 at 08:10:48PM +0300, Adrian Bunk wrote: > Control: reassign -1 libpbcopper1.3.0 1.4.0+dfsg-1 > Control: affects -1 src:pbbam > ... > $ objdump -p /usr/lib/x86_64-linux-gnu/libpbcopper.so.1.6.0 | grep SONAME > SONAME libpbcopper.so.1.6.0 > > With this

Bug#960230: thunderbird: Thunderbird doesn't run if DEBUG variable is exported

2020-05-10 Thread Carles Pina i Estany
Package: thunderbird Version: 1:68.8.0-1~deb10u1 Severity: important Tags: patch Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? In a system we had "export DEBUG=1" (not related to Thunderbird, for

Bug#960218: [Pkg-rust-maintainers] Bug#960218: librust-packed-simd+sleef-sys-dev is no longer installable on armel/mips64el/mipsel/s390x

2020-05-10 Thread peter green
2. file a bug against ftp.debian.org asking for the removal of rust-packed-simd on armel/mips64el/mipsel/s390x That isn't really a workable option. It would just push the problem down the line to other packages. Taken to it's conclusion, solving this through the removal request route

Bug#960229: RFP: pdfbeads -- utility to take scanned page images and convert them to a single PDF file

2020-05-10 Thread Rogério Brito
Package: wnpp Severity: wishlist * Package name: pdfbeads Version : 1.1.1 Upstream Author : Alexey Kryukov * URL : https://rubygems.org/gems/pdfbeads/versions/1.1.1 * License : GPL Programming Lang: Ruby Description : utility to take scanned page

Bug#960079: Acknowledgement (undefined symbol: _PyNautilusInfoProvider_Type)

2020-05-10 Thread Michael Biebl
Am 10.05.20 um 22:14 schrieb Michael Biebl: > Am 10.05.20 um 12:45 schrieb Andreas Henriksson: >> now. Do you think you could test the attached patch instead? > > > > $ nautilus > Initializing Nextcloud-client-nautilus extension > Using python version sys.version_info(major=3, minor=8,

Bug#960079: Acknowledgement (undefined symbol: _PyNautilusInfoProvider_Type)

2020-05-10 Thread Michael Biebl
Am 10.05.20 um 12:45 schrieb Andreas Henriksson: > Hi Michael, > > On Sat, May 09, 2020 at 08:32:24AM +0200, Michael Biebl wrote: >> This was broken by debian/patches/gcc10.patch >> >> Bringing Andreas into the loop here. >> > > Thanks for notifying me and sorry for causing the breakage. > >

Bug#960228: ITP: calls -- A phone dialer and call handler

2020-05-10 Thread Evangelos Ribeiro Tzaras
Package: wnpp Severity: wishlist Owner: Evangelos Ribeiro Tzaras * Package name: calls Version : 0.1.4 Upstream Author : Guido Günther * URL : https://source.puri.sm/Librem5/calls * License : GPLv3, X11 Programming Lang: C Description : A phone dialer

Bug#960070: easy-rsa: Can't load pki/.rnd into RNG when building CA

2020-05-10 Thread Michele Orrù
Hi Damien, Thanks for reporting this issue! The problem was upstream (cf. https://github.com/OpenVPN/easy-rsa/issues/261 ), and should be fixed with the next release of easy-rsa. If you're in a hurry, you can just remove the RANDFILE variable (check the github issue), or download the update

Bug#960206: olive-editor: does not start due to OpenColorIO error

2020-05-10 Thread Bartosz Fenski
Package: olive-editor Version: 20200210-1 Severity: grave After fresh install olive doesn't start at all fenio@udebian:~$ olive-editor Using Qt version: 5.12.5 [OpenColorIO Info]: Color management disabled. (Specify the $OCIO environment variable to enable.) terminate called after throwing an

Bug#926250: python3-jsonpatch: fails to upgrade from 'sid' - trying to overwrite /usr/bin/jsondiff

2020-05-10 Thread Andreas Beckmann
Followup-For: Bug #926250 This change went lost in the 1.25-1 upload: python-json-patch (1.23-3) unstable; urgency=medium * Manage /usr/bin/jsondiff with update-alternatives to avoid clash with python3-jsondiff (Closes: #926250). Please also add Breaks: python3-jsondiff (<< 1.1.1-4~)

Bug#960227: [firefox] Can't do videoconference

2020-05-10 Thread Sergio Costas
Package: firefox Version: 76.0-2 Severity: normal --- Please enter the report below this line. --- Two days ago I updated firefox to version 76, and since then I can't do videoconference. Before, with version 75, I did several videoconferences with the cisco web chat, and jitsi, but now with

Bug#956324: Clustalo bus error on mipsel (Was: Bug#956324: python-biopython: FTBFS on mipsel)

2020-05-10 Thread Andreas Tille
On Sun, May 10, 2020 at 03:51:28PM -0400, Jeffrey Walton wrote: > > I've now uploaded now with this patch closing the bug - but as I tried to > > express I'd sleep a bit better if this issue would be recorded somewhere > > else than in a closed bug. > > Maybe GCC? I believe the component is

Bug#960226: elinks: Frequent parallel FTBFS

2020-05-10 Thread Adrian Bunk
Source: elinks Version: 0.13.1-1 Severity: serious Tags: ftbfs patch https://buildd.debian.org/status/fetch.php?pkg=elinks=arm64=0.13.1-3=1589105703=0 https://buildd.debian.org/status/fetch.php?pkg=elinks=powerpc=0.13.1-3=1589106691=0

Bug#956324: Clustalo bus error on mipsel (Was: Bug#956324: python-biopython: FTBFS on mipsel)

2020-05-10 Thread Jeffrey Walton
On Sun, May 10, 2020 at 2:57 PM Andreas Tille wrote: > > ... > > --- clustalo-1.2.4/debian/rules 2020-04-14 12:19:44.0 +0300 > > +++ clustalo-1.2.4/debian/rules 2020-04-14 12:19:44.0 +0300 > > @@ -9,6 +9,11 @@ > > %: > > dh $@ > > > > +ifneq (,$(filter

Bug#960224: update symbols for mips64

2020-05-10 Thread Helmut Grohne
Source: libffi Version: 3.3-4 Tags: patch User: helm...@debian.org Usertags: rebootstrap libffi ftbfs for mips64 (big endian), because the symbols are wrong. Please update them using the attached patch. Helmut diff --minimal -Nru libffi-3.3/debian/changelog libffi-3.3/debian/changelog ---

Bug#960225: ploticus FTCBFS: does not pass cross tools to make

2020-05-10 Thread Helmut Grohne
Source: ploticus Version: 2.42-4.1 Tags: patch User: debian-cr...@lists.debian.org Usertags: ftcbfs ploticus fails to cross build from source, because it does not pass cross tools to make. The easiest way of doing so - using dh_auto_build - makes ploticus cross buildable. Please consider applying

Bug#960056: src:tasksel: fails to migrate to testing for too long

2020-05-10 Thread Cyril Brulebois
Hi, Paul Gevers (2020-05-10): > On 10-05-2020 19:55, Paul Gevers wrote: > >> I fail to see what's the reason for this. > > > > I'll have a more careful look. > > The britney output [1] shows that tasksel isn't migrating because it > would make task-pkgs-are-installable-faux non-installable in

Bug#897236: yorick: flaky autopkgtest: ERROR (txtest) failed to open X display or create X window

2020-05-10 Thread Paul Gevers
Control: severity -1 serious Hi, On Mon, 30 Apr 2018 18:05:47 +0200 Paul Gevers wrote: > While inspecting regressions in autopkgtest results¹, I noticed that > your package yorick fails regularly, without obvious changes. At times > when these tests fail, the error the follow: > > ERROR

Bug#956324: Clustalo bus error on mipsel (Was: Bug#956324: python-biopython: FTBFS on mipsel)

2020-05-10 Thread Andreas Tille
Hi Adrian, thanks a lot for your investigation. On Sun, May 10, 2020 at 11:19:27AM +0300, Adrian Bunk wrote: > What does fix the problem is disabling OpenMP. > I suspect OpenMP is somehow broken in gcc >= 8 on mipsel. I wonder how we could keep this finding to other packages. I bet it would

Bug#960223: taskd: Unsuitable for stable release

2020-05-10 Thread Gordon Ball
Package: taskd Severity: serious Justification: Policy 3.3 taskd has not been uploaded for two releases, and development appears to be dead upstream. I've long ceased to use it, and the install base appears (per popcon) to be minimal. Consequently, this is filed to have it removed from testing,

Bug#960222: python3-traceback2: Remove from Debian?

2020-05-10 Thread Jeremy Bicha
Package: python3-traceback2 Version: 1.4.0-6 python3-traceback2 describes itself as a backport of the stdlib traceback module. Now that the Python2 library has been dropped, I don't think the python3 library makes sense either. The setup.cfg file suggests that it's not needed since Python 3.5

Bug#960221: yoshimi FTBFS with lv2-dev 1.18.0-1

2020-05-10 Thread Adrian Bunk
Source: yoshimi Version: 1.7.0.1-1 Severity: serious Tags: ftbfs https://buildd.debian.org/status/package.php?p=yoshimi=sid ... /<>/src/LV2_Plugin/YoshimiLV2Plugin.cpp:80:23: error: invalid conversion from ‘void* (*)(const _LV2_Descriptor*, double, const char*, const LV2_Feature* const*)’ to

Bug#960056: src:tasksel: fails to migrate to testing for too long

2020-05-10 Thread Paul Gevers
Hi Holger, On 10-05-2020 19:55, Paul Gevers wrote: >> I fail to see what's the reason for this. > > I'll have a more careful look. The britney output [1] shows that tasksel isn't migrating because it would make task-pkgs-are-installable-faux non-installable in testing: skipped: tasksel (0, 56,

Bug#958538: python-cobra build-dependencies unsatisfiable on mipsel

2020-05-10 Thread Adrian Bunk
Control: reassign -1 python3-cobra 0.18.0-1 Control: retitle -1 python3-cobra: Missing dependency on python3-sbml5 Control: tags -1 patch On Thu, Apr 23, 2020 at 03:32:06PM +0100, peter green wrote: > Source: python-cobra > Version: 0.14.2-2 > Severity: serious > > (this issue affects both

Bug#960219: pbcopper FTBFS on 32bit: int128 not available

2020-05-10 Thread Adrian Bunk
Source: pbcopper Version: 1.6.0+dfsg-1 Severity: serious Tags: ftbfs https://buildd.debian.org/status/package.php?p=pbcopper=sid ... ../include/pbcopper/pbmer/DnaBit.h:16:26: error: expected type-specifier before ‘__int128’ 16 | __extension__ using BI = __int128; |

Bug#960220: daq build depends on cruft package iptables-dev

2020-05-10 Thread Adrian Bunk
Source: daq Version: 2.0.7-1 Severity: serious Tags: ftbfs An old version of iptables-dev is still as cruft package in unstable, it has already been removed from bullseye. iptables (1.8.4-1) unstable; urgency=medium ... * [f8bb861] src:iptables: drop iptables-dev transitional package

Bug#960218: librust-packed-simd+sleef-sys-dev is no longer installable on armel/mips64el/mipsel/s390x

2020-05-10 Thread Adrian Bunk
Package: librust-packed-simd+sleef-sys-dev Version: 0.3.3-4 Severity: serious Due to the removal of sleef on these architectures (see #958947) librust-packed-simd+sleef-sys-dev is no longer installable on armel/mips64el/mipsel/s390x. Options are: 1. build librust-packed-simd+sleef-sys-dev only

Bug#960217: RM: python-cobra [mipsel] -- RoQA; build dependency can no longer be fulfilled

2020-05-10 Thread Adrian Bunk
Package: ftp.debian.org Severity: normal python3-sbml5 is not available on mipsel, see #958538 for background.

Bug#960214: gcc-9 breaks libalien-wxwidgets-perl autopkgtest: Can't exec "gcc": No such file or directory

2020-05-10 Thread gregor herrmann
On Sun, 10 May 2020 19:47:33 +0200, Paul Gevers wrote: > https://ci.debian.net/data/autopkgtest/testing/amd64/liba/libalien-wxwidgets-perl/5415612/log.gz > # Can't exec "gcc": No such file or directory at > /usr/share/perl/5.30/ExtUtils/CBuilder/Base.pm line 342. So the error comes from

Bug#886525: ITP: rt4-extension-mergeusers -- Merge users (Request Tracker)

2020-05-10 Thread Gabriel Filion
Hello, On Sun, 07 Jan 2018 23:39:36 +1300 Andrew Ruthven wrote: > Package: wnpp > Severity: wishlist > Owner: Andrew Ruthven > > * Package name: rt4-extension-mergeusers > Version : 1.03 > Upstream Author : Best Practical Solutions, LLC > * URL :

Bug#894998: ITP: rt4-extension-rest2 -- REST2 API extension (Request Tracker)

2020-05-10 Thread Gabriel Filion
Hello, On Fri, 06 Apr 2018 14:57:30 +1200 Andrew Ruthven wrote: > Package: wnpp > Severity: wishlist > Owner: Andrew Ruthven > > * Package name: rt4-extension-rest2 > Version : 1.03 > Upstream Author : Best Practical Solutions > * URL :

Bug#945705: selenium-firefoxdriver: Python2 removal in sid/bullseye

2020-05-10 Thread Sascha Girrulat
Hi Scott, yes i would like to remove the package. Regards Sascha On 08.05.20 23:19, Scott Talbert wrote: > On Fri, 29 Nov 2019, Sascha Girrulat wrote: > >> Source: selenium-firefoxdriver >> Version: 3.14.1-1 >> Severity: normal >> Tags: sid bullseye >> >> >> Hi, >> >> the firefoxdriver

Bug#960056: src:tasksel: fails to migrate to testing for too long

2020-05-10 Thread Paul Gevers
Hi Holger, On 10-05-2020 19:38, Holger Wansing wrote: > This has already been noted on debian-boot some days ago. Ack. > I fail to see what's the reason for this. I'll have a more careful look. > We have some pending changings in git. > Should I do another upload, to try to get this fixed?

Bug#960181: pigz: abort: write error on (No space left on device)

2020-05-10 Thread Rainer Dorsch
Thanks Raymond for your quick and accurate answer. Fortunately, I am in a much better position than what you describe in your blog entry, I had kernel n-1 and n installed, when trying to install n+1. I removed my oldest kernel version (n-1) which resolved the issue. I shold have created a

Bug#959783: util-linux: 2.35.1-1 FTBFS in pbuilder chroot: testsuite fails in misc/fallocate and misc/mountpoint

2020-05-10 Thread Chris Hofstaedtler
Control: clone -1 -2 Control: reassign -2 cowbuilder Control: retitle -2 cowbuilder: please make / a mountpoint Control: severity -2 wishlist Control: affects -2 src:util-linux Hi pbuilder Team, it appears / is not a mountpoint in a cowbuilder environment, as Mark (see below) has submitted test

Bug#909436: 909436: libdrm FTBFS on GNU/Hurd

2020-05-10 Thread Svante Signell
ping

Bug#960214: gcc-9 breaks libalien-wxwidgets-perl autopkgtest: Can't exec "gcc": No such file or directory

2020-05-10 Thread Paul Gevers
Source: gcc-9, libalien-wxwidgets-perl Control: found -1 gcc-9/9.3.0-12 Control: found -1 libalien-wxwidgets-perl/0.69+dfsg-2 Severity: serious Tags: sid bullseye X-Debbugs-CC: debian...@lists.debian.org User: debian...@lists.debian.org Usertags: breaks needs-update Dear maintainer(s), [This

Bug#960185: Acknowledgement (libgsl-dev: fails to converge on beta inv for some values)

2020-05-10 Thread Dirk Eddelbuettel
On 10 May 2020 at 15:06, Hans Ekbrand wrote: | My initial test case was this | | double lowerbound = gsl_cdf_beta_Qinv(0.95, 12093.0, 3602.0); | | which appears to be fixed with the patch, but I since found a new case that fails: | | double lowerbound = gsl_cdf_beta_Qinv(0.95, 9656, 5038);

Bug#960056: src:tasksel: fails to migrate to testing for too long

2020-05-10 Thread Holger Wansing
Hi, Paul Gevers wrote: > Source: tasksel > Version: 3.58 > Severity: serious > Control: close -1 3.59 > Tags: sid bullseye > User: release.debian@packages.debian.org > Usertags: out-of-sync > > Dear maintainer(s), kibi, > > As recently announced [1], the Release Team now considers packages

Bug#960213: dh-vim-addon: no helptags, missing tempdir of a package?

2020-05-10 Thread Nicholas Guriev
Package: dh-vim-addon Version: 0.2 Severity: minor Dear maintainer, It is me again, sorry for disturbance. It seems dh_vim-addon(1) does not generate tags for :help command because of incomplete $docdir. I daresay $tmp variable is missing at 203 line.

Bug#959733: cant update wireguard

2020-05-10 Thread debianbugs
Hi, on my site is the problem solved with ticket 956869. See On: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956869

Bug#766424: Update bug tags

2020-05-10 Thread Ross Gammon
tag 766424// + moreinfo upstream thanks

Bug#953970: Taking over DPMT (Was: python-boto: autopkgtest failure with Python 3.8 as default)

2020-05-10 Thread Noah Meyerhans
On Sun, May 10, 2020 at 09:49:18AM +0200, Andreas Tille wrote: > this bug stays a source of autoremoval warnings noise. I wonder if > someone might take action on this to move the package to team > maintenance. Eric suggested the cloud team which is perfectly fine for > me - but can this please

Bug#959409: pbcopper breaks pbbam (autopkgtest): libpbcopper.so.1.3.0: cannot open shared object file: No such file or directory

2020-05-10 Thread Adrian Bunk
Control: reassign -1 libpbcopper1.3.0 1.4.0+dfsg-1 Control: affects -1 src:pbbam On Sat, May 02, 2020 at 08:09:09AM +0200, Paul Gevers wrote: >... > I copied some of the output at the bottom of this report. To be honest, > this looks a bit messy. 1) libpbcopper.so.1.4.0 is shipped by a package >

Bug#960212: gcc-9 breaks iraf autopkgtest: gcc: not found

2020-05-10 Thread Paul Gevers
Source: gcc-9, iraf Control: found -1 gcc-9/9.3.0-12 Control: found -1 iraf/2.16.1+2018.11.01-3 Severity: serious Tags: sid bullseye X-Debbugs-CC: debian...@lists.debian.org User: debian...@lists.debian.org Usertags: breaks needs-update Dear maintainer(s), With a recent upload of gcc-9 the

  1   2   3   >