Bug#838291: wpasupplicant: networking.service fails to bring up wlan interface, when VERBOSE set to yes

2017-08-10 Thread Dmitriy Matrosov
On August 10, 2017 3:02:03 PM GMT+03:00, Kilian Krause wrote: >Hi Dmitriy, > >since your bug actually breaks non-VERBOSE mode, I'd suggest using as >patch: >--(snip)-- ># diff -u /etc/wpa_supplicant/functions.sh /tmp/functions.sh >--- /etc/wpa_supplicant/functions.sh2017-02-20 11:55:11.0

Bug#585029: fixed in icecast2 2.4.3-1

2017-08-10 Thread Petter Reinholdtsen
Control: reopen -1 Control: found -1 2.4.3-1 The change I applied proved to not work as intended, so this issue is still unsolved. I'll upload a new version with the change reverted, unless I am able to come up with a better fix that work properly. Help is most welcome. -- Happy hacking Pette

Bug#871655: /usr/sbin/samba_dnsupdate: ERROR: Record already exists on fresh AD with internal DNS setup

2017-08-10 Thread Martin Steigerwald
Package: samba Version: 2:4.5.8+dfsg-2+deb9u1+b1 Severity: normal Dear Maintainers, I setup a fresh Samba 4 AD for a training environment. Just after successfully running through samba-tool domain provision like in root@ad1:~# samba-tool domain provision Realm [DEMOTUXDC.LAB]:

Bug#871654: golang-github-docker-engine-api FTBFS: FAIL: TestNewEnvClient

2017-08-10 Thread Adrian Bunk
Source: golang-github-docker-engine-api Version: 0.4.0-2 Severity: serious https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/golang-github-docker-engine-api.html ... === RUN TestNewEnvClient --- FAIL: TestNewEnvClient (0.00s) client_test.go:69: expected an error Could n

Bug#871619: zfs-dkms: Please package ZFS 0.7.0

2017-08-10 Thread Fabian Grünbichler
I started some (unofficial, not-ready-for-production-use-yet) branches for SPL and ZFS 0.7.0, available on github in case anyone wants to take a look: https://github.com/Fabian-Gruenbichler/zfs/tree/debian/wip-0.7 https://github.com/Fabian-Gruenbichler/spl/tree/debian/wip-0.7 no pre-built package

Bug#871653: hspell: -fPIC removal causes other packages to FTBFS

2017-08-10 Thread Adrian Bunk
Package: hspell Version: 1.4-1 Severity: serious Control: affects -1 src:kde4libs src:sonnet https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/sonnet.html ... /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libhspell.a(gimatria.o): relocation R_X86_64_PC3

Bug#871575: lintian: maintainer-address-causes-mail-loops-or-bounces should be fixed to allow @packages.debian.org emails

2017-08-10 Thread Chris Lamb
Hi Raphaël, > I believe that the check maintainer-address-causes-mail-loops-or-bounces > should no longer refuse "*@packages.debian.org" in the Maintainer field. The regex is currently: /\@packages\.(?:qa\.)?debian\.org/i https://anonscm.debian.org/git/lintian/lintian.git/tree/lib/Lintia

Bug#871652: jnoise: Italian translation of package description has a little typo

2017-08-10 Thread Leandro Noferini
Package: jnoise Severity: minor The word "rumero" is a typo for "rumore" -> noise -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 4.11.0-2-amd64 (SMP w/4 CPU cores) Locale: LA

Bug#871648: qemu-system-x86: /usr/bin/qemu-system-i386 eats slowly but surely all the Dom0 memory

2017-08-10 Thread Michael Tokarev
Control: tag -1 + moreinfo unreproducible 10.08.2017 15:16, Thierry JAOUEN wrote: > Package: qemu-system-x86 > Version: 1:2.8+dfsg-6+deb9u2 > Severity: normal > > Dear Maintainer, > > *** Reporter, please consider answering these questions, where appropriate *** > >* What led up to the situ

Bug#871651: golang-github-docker-go-connections FTBFS: FAIL: TestConfigServerTLSClientCASet

2017-08-10 Thread Adrian Bunk
Source: golang-github-docker-go-connections Version: 0.2.1+git20170331.28.e15c023-1 Severity: serious https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/golang-github-docker-go-connections.html ... === RUN TestConfigServerTLSClientCASet --- FAIL: TestConfigServerTLSClientCASet (

Bug#870956: [Pkg-javascript-devel] Bug#870956: node-jsdom: should node-jsdom be removed from unstable?

2017-08-10 Thread Pirate Praveen
On ഞായര്‍ 06 ആഗസ്റ്റ് 2017 07:20 വൈകു, Lucas Nussbaum wrote: > Following a discussion[1] on the debian-qa@ mailing list on packages that > missed both jessie and stretch, I am proposing the removal of this package > from > unstable, because: > > it was in unstable at the time of the stretch fre

Bug#871650: libsoup2.4: CVE-2017-2885: stack based buffer overflow with HTTP Chunked Encoding

2017-08-10 Thread Salvatore Bonaccorso
Source: libsoup2.4 Version: 2.48.0-1 Severity: grave Tags: security patch upstream Forwarded: https://bugzilla.gnome.org/show_bug.cgi?id=785774 Control: fixed -1 2.48.0-1+deb8u1 Control: fixed -1 2.56.0-2+deb9u1 Hi, the following vulnerability was published for libsoup2.4. CVE-2017-2885[0]: stac

Bug#871649: lv2-dev: abuse of non portable pointer of uint8_t type

2017-08-10 Thread Joël Krähemann
Package: lv2-dev Version: 1.14.0~dfsg1-1 Severity: important Dear Maintainer, The following header makes use of smallest possible pointer in LV2_Event_Buffer struct's data field. lv2/lv2plug.in/ns/ext/event/event.h Please change it to biggest possible pointer. It should be definitely void* ty

Bug#838291: wpasupplicant: networking.service fails to bring up wlan interface, when VERBOSE set to yes

2017-08-10 Thread Kilian Krause
Hi Dmitriy, since your bug actually breaks non-VERBOSE mode, I'd suggest using as patch: --(snip)-- # diff -u /etc/wpa_supplicant/functions.sh /tmp/functions.sh --- /etc/wpa_supplicant/functions.sh2017-02-20 11:55:11.0 +0100 +++ /tmp/functions.sh 2017-08-10 13:58:58.532248148 +0200

Bug#871269: missing Replaces

2017-08-10 Thread Dirk Eddelbuettel
On 9 August 2017 at 19:43, Andreas Beckmann wrote: | On 2017-08-09 19:09, Andreas Beckmann wrote: | > I can't find a *gsl*prof* package in the archive, so this indeed seems | > to be a new one. And should be totally unrelated to the splitting of the | > library package. | | That's an interesting

Bug#871060: umockdev: FTBFS: Test failures

2017-08-10 Thread Martin Pitt
Control: tag -1 pending fixed-upstream Control: forwarded -1 https://github.com/martinpitt/umockdev/commit/33ef8438abd779 Lucas Nussbaum [2017-08-06 18:08 -0400]: > During a rebuild of all packages in sid, your package failed to build on > amd64. > > Relevant part (hopefully): > > ERROR:tests/te

Bug#871648: qemu-system-x86: /usr/bin/qemu-system-i386 eats slowly but surely all the Dom0 memory

2017-08-10 Thread Thierry JAOUEN
Package: qemu-system-x86 Version: 1:2.8+dfsg-6+deb9u2 Severity: normal Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? Upgrade to last stable version. And restart VM. * What exactly did you do (or not do) th

Bug#871647: upx-ucl: uses convenience copy of LZMA library

2017-08-10 Thread Thorsten Glaser
Source: upx-ucl Version: 3.93-1 Severity: serious Justification: Policy §4.13 Control: found -1 3.94-2 Apparently upx-ucl reverted from using the system LZMA library to its own. This, if not justified, is a Policy violation, for various reasons, including maintainability and security. Neither the

Bug#870120: Upstream commits for CVE-2017-11539

2017-08-10 Thread Roberto C . Sánchez
Here are the upstream commits that fix CVE-2017-11539: ImageMagick-6: https://github.com/ImageMagick/ImageMagick/commit/4e81160d66f02bf7b4f569669ca7dd80d416ba6e ImageMagick-7: https://github.com/ImageMagick/ImageMagick/commit/36aad912d1f405a28a9a1204120b569e7da5898e Regards, -Roberto -- Roberto

Bug#724711: [Debian-med-packaging] Bug#724711: Bug#724711: insighttoolkit4: Drops architecture support

2017-08-10 Thread Gert Wollny
Am Donnerstag, den 10.08.2017, 08:33 +0100 schrieb Edmund Grimley Evans: > > As far as I can see all tests are disabled, failing tests means > > that > > the software has bugs, and I'm not sure whether we want to allow > > software with known bugs into the archives. > > Yes, but if the bug is in t

Bug#871646: linux-image-4.9.0-3-amd64: mmc0 / sdhci errors after inserting SDHC card with O2 Micro Device 8620 controller

2017-08-10 Thread Jon Leech
Package: src:linux Version: 4.9.30-2+deb9u3 Severity: important Dear Maintainer, I am unable to insert an SD card and have it recognized by the kernel after upgrading from Debian 8. Prior to the upgrade, the SD card was recognized and worked flawlessly. * What led up to the situation? Insert

Bug#721514: [Pkg-samba-maint] Bug#721514: winbind: Winbind authentication also broken after upgrade from from Jessie to Stretch

2017-08-10 Thread richman10000...@gmail.com
hi! I've looked on the https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721514 page and checked solution that was suggested . adding this lines and clearing winbind cache did the trick! idmap config * : backend = tdb idmap config * : range = 100-199 template s

Bug#871214: [Pkg-octave-devel] Bug#871214: octave-image FTBFS on i386: test hangs

2017-08-10 Thread Adrian Bunk
On Thu, Aug 10, 2017 at 09:31:32AM +0200, Rafael Laboissière wrote: > > I would guess that the culprit is the following unit test in bwdist: > > ## The quasi-euclidean method is apparently sensitive to a machine precision > ## error that happens in x86 systems only. This test will cause an endles

Bug#863063: libvigraimpex: New upstream versions (1.11.x)

2017-08-10 Thread Daniel Stender
This is coming up shortly. DS -- 4096R/DF5182C8 (sten...@debian.org) http://www.danielstender.com/

Bug#829372: [kaffeine]

2017-08-10 Thread Francesco Muzio
the problem do not happens with kaffeine 2.0.12, installed from ubuntu repository (artful)

Bug#871645: virtualbox: NatNetwork doesn't allow connections beyond the host due to VBoxNetNAT missing the suid bit

2017-08-10 Thread Daniel Reichelt
Package: virtualbox Version: 5.1.26-dfsg-2 Severity: normal Dear Maintainer, when creating VMs, each with a NatNetwork NIC, the VMs can happily talk to each other but network access beyond the virtualbox host is not possible. Conventional NAT mode is not affected and works perfeclty fine. Fix

Bug#870654: autopkgtest: Please add trivial example to documentation

2017-08-10 Thread Martin Pitt
Control: tag -1 pending Hello Christoph, Christoph Biedl [2017-08-03 21:56 +0200]: > a while ago, lintian started suggesting adding a test suite declaration > like autopkgtest to my packages. Howwever, autopkgtest's existing > documentation gave me a hard time trying to understand the basic > ope

Bug#698528: debian-installer: BusyBox's wget doesn't preseed from HTTPS

2017-08-10 Thread Philipp Kern
On 09.08.2017 04:55, Chris Lamb wrote: >> debian-installer: BusyBox's wget doesn't preseed from HTTPS > > Whilst this was originally reported in 2013, in late 2017 finding > *any* internet location that doesn't redirect to HTTPS is extremely > difficult and will only get more so. > > (Indeed, it

Bug#870267: graphicsmagick frequently FTBFS on ppc64el: test hang

2017-08-10 Thread GCS
Control: severity -1 important On Sat, Aug 5, 2017 at 3:44 PM, Adrian Bunk wrote: > On Mon, Jul 31, 2017 at 06:12:54PM +0200, László Böszörményi (GCS) wrote: >> But the most important thing is that the fail always happened on >> ppc64el-unicamp-01 - the other buildd, ppc64el-osuosl-01 can build i

Bug#870677: nvidia-kernel-dkms: Doesn't compile with kernel 4.11 (and probably later)

2017-08-10 Thread Luca Boccassi
On Thu, 2017-08-10 at 00:49 +0100, Luca Boccassi wrote: > > They were quite straightforward as you can see. This was a bit ambiguous: I meant that the patches are small so risk should be quite low :-) -- Kind regards, Luca Boccassi signature.asc Description: This is a digitally signed message

Bug#837898: Please remove icu-config as it is no longer used by libicu-dev's reverse dependencies

2017-08-10 Thread GCS
Control: tags -1 +pending Hi Hugh, On Thu, Aug 10, 2017 at 10:52 AM, Hugh McMaster wrote: > Taking this into consideration, it is now safe (and reasonable) > to remove icu-config from the package and restore > multi-arch support. Thanks for taking care, much appreciated. [...] > As things stand

Bug#870686: libglvnd: not ready for buster, yet

2017-08-10 Thread Timo Aaltonen
On 04.08.2017 07:29, Andreas Beckmann wrote: > Source: libglvnd > Version: 0.2.999+git20170802-2 > Severity: serious > > Since the mesa packaging hasn't switched to glvnd, yet, there are file > conflicts between several packages from src:mesa and src:libglvnd. > So let's keep libglvnd out of testi

Bug#871644: apt-offline: --simulate actually does things

2017-08-10 Thread Stuart Prescott
Package: apt-offline Version: 1.7.2 Severity: important Dear Maintainer, apt-offline --help advertises a --simulate option (it's not in the man page). Unfortunaely, "apt-offline --simulate install foo.zip" actually performs the operation rather than only simulating it. A supposedly safe no-op sho

Bug#855173: ITP status?

2017-08-10 Thread Julian Andres Klode
On Wed, Aug 09, 2017 at 10:56:44AM +0200, Bas Zoetekouw wrote: > Hi Julian, > > I was just about to file my own ITP for keepassxc when I stumpled upon > yours. > > Could you give an update on the status? I'd be happy to help out with > packaging and/or uploading, if you like. debian/copyright n

Bug#871643: crda: Process '/sbin/crda' failed with exit code 249

2017-08-10 Thread GT
Package: crda Version: 3.18-1 Severity: normal Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? Start of the PC * What exactly did you do (or not do) that was effective (or ineffective)? check journalctl

Bug#833929: wicd-daemon: takes time to reconnect / autoconnect after connection loss

2017-08-10 Thread Vincent Lefevre
Control: tags -1 patch On 2017-08-10 11:23:58 +0200, Vincent Lefevre wrote: > This reminds me bug 582567: > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582567 > > where the problem was: > > > Perhaps the following needs to be modified too: > > > > def ShouldAutoReconnect(self): >

Bug#853423: Patches

2017-08-10 Thread yang
gmchess.tar.xz Description: application/xz

Bug#871642: notmuch: dependency on elpa-emacs doesn't seem right

2017-08-10 Thread Jiri Palecek
Source: notmuch Severity: normal Version: 0.25-4 Dear Maintainer, reading the changelog of notmuch: * Recommend elpa-emacs instead emacs-notmuch That elpa-emacs doesn't seem quite right. Probably you meant elpa-notmuch, please update the package accordingly. Regards Jiri Palecek -- Syst

Bug#805609: grilo-plugins: Split grilo-plugins into base and extra

2017-08-10 Thread Gianfranco Costamagna
> From the plugins that you would put in the -extra package only DAAP > and Freebox seem to have additional dependencies, and even those are > quite standard for a GNOME desktop. > > What are the ones that concern you the most to have in the main > package, and why? > usually badly/poorly/unmai

Bug#871641: udev: USB serial device wrongly tagged as pci in /dev/serial/by-id/

2017-08-10 Thread Nicolas Schodet
Package: udev Version: 232-25+deb9u1 Severity: normal Dear Maintainer, When I plug a USB device using the ACM driver, it is listed in /dev/serial/by-id as pci-xx-if00 instead of usb-xx-if00. This behaviour changed when tty and serial rules were merged together in upstream commit 1c5f4cb1

Bug#799833: still exists

2017-08-10 Thread Jack.R
On Tue, 01 Aug 2017 18:44:37 +0100 Juha =?ISO-8859-1?Q?J=E4ykk=E4?= wrote: > Still exists in 1.9.1-1+b1. > > This bug is almost two years old with no activity what so ever from > the maintainer. It the package still being maintained? > > I am running buster/sid on kernel 4.11.0-1-amd64 and got

Bug#871214: [Pkg-octave-devel] Bug#871214: Bug#871214: Bug#871214: octave-image FTBFS on i386: test hangs

2017-08-10 Thread Rafael Laboissière
* Sébastien Villemot [2017-08-10 11:06]: Le jeudi 10 août 2017 à 09:31 +0200, Rafael Laboissière a écrit : * Adrian Bunk [2017-08-07 01:57]: Source: octave-image Version: 2.6.1-1 Severity: serious Tags: buster sid Some recent change in unstable and buster makes octave-image FTBFS on i386

Bug#871629: thunderbird UI unusable with many widgets not drawn

2017-08-10 Thread Ben Caradoc-Davies
Downgrading to thunderbird and lightning 52.2.1-4 restores usability. Reinstallation of libevent-2.0-5 (autoremoved) is also required. Kind regards, -- Ben Caradoc-Davies Director Transient Software Limited New Zealand

Bug#833929: wicd-daemon: takes time to reconnect / autoconnect after connection loss

2017-08-10 Thread Vincent Lefevre
Control: retitle -1 wicd-daemon: no autoconnect when GUI is open I've done some tests in debug mode, and could see that messages like "Autoconnecting..." that normally occur every 3 minutes are absent when the GUI is open. This reminds me bug 582567: https://bugs.debian.org/cgi-bin/bugreport.c

Bug#871638: [Pkg-rust-maintainers] Bug#871638: rustc panics when trying to list the target cpus if the current directory does not exist anymore

2017-08-10 Thread Markus Wanner
Control: tags -1 +confirmed Control: found -1 1.18.0+dfsg1 Hello Alex, On 08/10/2017 10:32 AM, Alex Riesen wrote: > just trying to run the commands below (with or without RUST_BACKTRACE) causes > rustc to panic. The removal of the directory was originally not intentional, > so a crash for such ha

Bug#169437: xzgv: Fixed in 0.9.2

2017-08-10 Thread Reuben Thomas
Package: xzgv Tags: fixed-upstream Followup-For: Bug #169437 This is fixed in the upcoming 0.9.2, which adds “panoramic zoom”. -- System Information: Debian Release: stretch/sid APT prefers xenial-updates APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 'xenial'), (100, '

Bug#871640: ITP: python-django-celery-results -- Celery result backends for Django

2017-08-10 Thread Michael Fladischer
Package: wnpp Severity: wishlist Owner: Michael Fladischer -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 * Package name: python-django-celery-results Version : 1.0.1 Upstream Author : Ask Solem * URL : https://github.com/celery/django-celery-results/ * License

Bug#871214: [Pkg-octave-devel] Bug#871214: Bug#871214: octave-image FTBFS on i386: test hangs

2017-08-10 Thread Sébastien Villemot
Le jeudi 10 août 2017 à 09:31 +0200, Rafael Laboissière a écrit : > > * Adrian Bunk [2017-08-07 01:57]: > > > Source: octave-image > > Version: 2.6.1-1 > > Severity: serious > > Tags: buster sid > > > > Some recent change in unstable and buster makes octave-image FTBFS on i386: > > > >  https:/

Bug#871639: NULL pointer dereference in reset_common_ring+0xc3/0x170 [i915]

2017-08-10 Thread Bjørn Mork
Package: src:linux Version: 4.9.30-2+deb9u3 Severity: normal File: /boot/vmlinuz-4.9.0-3-amd64 -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I've been having issues with the i915 driver ever since I got this Skylake laptop. The GPU is hanging every now and then. But the error handling has bec

Bug#837898: Please remove icu-config as it is no longer used by libicu-dev's reverse dependencies

2017-08-10 Thread Hugh McMaster
Package: libicu-dev Version: 57.1-6 Followup-For: Bug #837898 Dear Maintainer, I have checked all 19 reverse dependencies of libicu-dev. Only one package (fis-gtm-6.3-000a) uses icu-config, and even then, it is only used if detected during configure. If not present, the configure script works ar

Bug#871638: rustc panics when trying to list the target cpus if the current directory does not exist anymore

2017-08-10 Thread Alex Riesen
Package: rustc Version: 1.14.0+dfsg1-3 Severity: normal Dear Maintainer, just trying to run the commands below (with or without RUST_BACKTRACE) causes rustc to panic. The removal of the directory was originally not intentional, so a crash for such harmless command was a bit of surprise. $ mkdir

Bug#871637: ITP: silx -- Toolbox for X-Ray data analysis

2017-08-10 Thread Picca Frédéric-Emmanuel
Package: wnpp Severity: wishlist Owner: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= * Package name: silx Version : 0.5.0 Upstream Author : European Synchrotron Radiation Facility Data analysis unit (s...@esrf.fr) * URL : https://github.com/silx-kit/silx * License

Bug#871636: say use URI

2017-08-10 Thread 積丹尼 Dan Jacobson
Package: liburi-perl Version: 1.72-1 Severity: minor File: /usr/share/man/man3/URI.3pm.gz The page forgot to say "use URI;" at top.

Bug#871214: [Pkg-octave-devel] Bug#871214: octave-image FTBFS on i386: test hangs

2017-08-10 Thread Rafael Laboissière
* Adrian Bunk [2017-08-07 01:57]: Source: octave-image Version: 2.6.1-1 Severity: serious Tags: buster sid Some recent change in unstable and buster makes octave-image FTBFS on i386: https://tests.reproducible-builds.org/debian/history/octave-image.html https://tests.reproducible-builds.or

Bug#871264: ejabberd 16.09 on Stretch can't use ECDSA certificates

2017-08-10 Thread Adrien Dorsaz
Hello, On Mon, 7 Aug 2017 16:02:50 +0200 Philipp Huebner wrote: >  > I think we can fix this for Stretch if the release managers agree to the > proposed patch, but I probably won't have time to work on this before > September. A minimal patch would be welcome! >  > I also intend to provide ejabbe

Bug#871635: xpa FTCBFS: fails running tests despite DEB_BUILD_OPTIONS=nocheck

2017-08-10 Thread Helmut Grohne
Source: xpa Version: 2.1.18-2 Tags: patch User: helm...@debian.org Usertags: rebootstrap Hi Ole, thank you for quickly fixing #871509. That made working on the package much more joyful. It currently fails to cross build, because it unconditionally runs the test suite and (expectedly) fails doing

Bug#871588: libreoffice-calc: Middle button paste does not work

2017-08-10 Thread Kamil Jońca
Rene Engelhard writes: > Hi, > On Wed, Aug 09, 2017 at 06:19:42PM +0200, Kamil Jonca wrote: >> 1. Open Writer or Calc window > > So if this affected also Writer, why is this assigned against > libreoffice-calc? Because I am not sure against which package assign this. > >> 2. Open emacs or xter

Bug#871634: [a11y] better/different handling needed for onfocus blur

2017-08-10 Thread Raphaël POITEVIN
Package: firefox Version: 55.0-1 Tags: a11y upstream Owner: b...@hypra.fr User: b...@hypra.fr Usertags: hypra Forwarded: https://bugzilla.mozilla.org/show_bug.cgi?id=422981 DESCRIPTION FROM UPSTREAM: " Steps to reproduce: 1. View the attached test case. 2. Use Tab to move focus from link to l

Bug#871618: gnome-terminal: package should depend on dbus-x11

2017-08-10 Thread Michael Biebl
Am 10.08.2017 um 09:31 schrieb Mark Hedges: > Changing the recommends to depends for dbus-user-session won't fix the > immediate problem, unless gnome-terminal is changed to use something other > than `dbus-launch` to do whatever it is that it's trying to do. dbus-x11 > provides the dbus-launch ex

Bug#871633: upx-ucl FTCBFS: hard codes the build architecture compiler

2017-08-10 Thread Helmut Grohne
Source: upx-ucl Version: 3.94-2 Tags: patch User: helm...@debian.org Usertags: rebootstrap upx-ucl fails to cross build from source, because debian/rules hard codes the build architecture compiler. Deferring compiler choice to debhelper fixes that. It also confuses build and host, so whenever the

Bug#811565: [pkg-go] Bug#811565: [uscan] git mode: allow for scanning repositories without tags

2017-08-10 Thread Michael Stapelberg
On Thu, Aug 10, 2017 at 9:34 AM, Osamu Aoki wrote: > Hi, > > On Thu, Aug 10, 2017 at 08:19:20AM +0200, Michael Stapelberg wrote: > > On Thu, Aug 10, 2017 at 6:50 AM, Osamu Aoki wrote: > > > > The functionality in the tool is exactly what was already communicated > in the > > bug :). > > > > If y

Bug#871618: gnome-terminal: package should depend on dbus-x11

2017-08-10 Thread Mark Hedges
Changing the recommends to depends for dbus-user-session won't fix the immediate problem, unless gnome-terminal is changed to use something other than `dbus-launch` to do whatever it is that it's trying to do. dbus-x11 provides the dbus-launch executable. dbus-user-session does not. Is there a g

Bug#724711: [Debian-med-packaging] Bug#724711: insighttoolkit4: Drops architecture support

2017-08-10 Thread Edmund Grimley Evans
> As far as I can see all tests are disabled, failing tests means that > the software has bugs, and I'm not sure whether we want to allow > software with known bugs into the archives. Yes, but if the bug is in the test then disabling the test is one way of fixing the bug. On the other hand, a tes

Bug#811565: [pkg-go] Bug#811565: [uscan] git mode: allow for scanning repositories without tags

2017-08-10 Thread Osamu Aoki
Hi, On Thu, Aug 10, 2017 at 08:19:20AM +0200, Michael Stapelberg wrote: > On Thu, Aug 10, 2017 at 6:50 AM, Osamu Aoki wrote: > > The functionality in the tool is exactly what was already communicated in the > bug :). > > If you need any help with that bug, just let me know. #1: exact use case

Bug#871543: broken init script

2017-08-10 Thread Jörg Frings-Fürst
tags 871543 - moreinfo tags 871543 + pending thanks Hello Philippe, Am Mittwoch, den 09.08.2017, 09:53 -0400 schrieb Philippe Grégoire: > Hello Jörg, > > Thanks for the prompt response. :) > > Yes it works. I had already edited the script with that argument > so that apt operations would exit p

Bug#871618: gnome-terminal: package should depend on dbus-x11

2017-08-10 Thread Michael Biebl
Am 10.08.2017 um 01:29 schrieb Mark Hedges: > Package: gnome-terminal > Version: 3.22.2-1 > Severity: important > > Tried to install gnome-terminal by itself on a system without the tasksel > window system tasks run. It wouldn't launch until I manually installed the > dbus-x11 package. Looks l

Bug#871629: thunderbird UI unusable with many widgets not drawn

2017-08-10 Thread Adrian Bunk
On Thu, Aug 10, 2017 at 04:21:10PM +1200, Ben Caradoc-Davies wrote: > Package: thunderbird > Version: 1:52.2.1-4+b1 > Severity: grave > Justification: renders package unusable > > Dear Maintainer, > > the thunderbird UI is unusable with many widgets not drawn. See attached > screenshot. Mouse ho

Bug#724711: [Debian-med-packaging] Bug#724711: insighttoolkit4: Drops architecture support

2017-08-10 Thread Gianfranco Costamagna
Hello, >As far as I can see all tests are disabled, failing tests means that >the software has bugs, and I'm not sure whether we want to allow >software with known bugs into the archives. At the least it must be >documented which tests are failing. >Gianfranco, since you did the upload to Ubuntu,

Bug#871588: libreoffice-calc: Middle button paste does not work

2017-08-10 Thread Rene Engelhard
Hi, On Wed, Aug 09, 2017 at 06:19:42PM +0200, Kamil Jonca wrote: > 1. Open Writer or Calc window So if this affected also Writer, why is this assigned against libreoffice-calc? > 2. Open emacs or xterm window, write some random text. > 3.Select this text (but DON'T use Ctrl-Insert or sth) > 4.

Bug#871632: gitolite3: include % by default as allowed char in refs

2017-08-10 Thread Uwe Kleine-König
Package: gitolite3 Version: 3.6.1-2+deb8u2 Severity: wishlist Hello, Following DEP14[1] to name my tags for debian packaging I use % in tagnames. When I then try to push such a tag to a gitolite instance I get: remote: FATAL: invalid characters in ref or filename: 'refs/tags/debian/1%1.

Bug#871631: lilypond-data: Update fails due to problem with symbolic link creation

2017-08-10 Thread Paul Menzel
Package: lilypond-data Version: 2.18.2-8 Severity: serious Dear Debian folks, The update of lilypond-data fails with the message below. ``` lilypond-data (2.18.2-8) wird eingerichtet ... Running mktexlsr /usr/share/texlive/texmf-dist... mktexlsr: Updating /var/lib/texmf/ls-R-TEXLIVEDIST... mk

<    1   2   3