Processed: mark issue as pending

2017-03-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 856903 + pending
Bug #856903 [gcj-6] gcj-6: Broken ecj1 symlink on i386
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
856903: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856903
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#856039: xserver-xorg-core: no keyboard and no mouse

2017-03-06 Thread Toni Mueller

Hi folks,

sorry for the late reply...

On Mon, Feb 27, 2017 at 06:17:42PM +0900, Michel Dänzer wrote:
> The client side has no impact on which drivers Xorg loads, or when. It
> looks like simply neither xserver-xorg-input-libinput nor
> xserver-xorg-input-evdev is installed.

the problem turned out to be this one. Once I installed
xserver-xorg-input-all, everything worked fine. But I have no idea how I
had arrived at this situation with the X server being installed, but not
any of the input drivers, because the xserver-xorg package (installed)
depends on one of those input packages. That's also why it did not occur
to me to look at this problem. I can also say for sure that nobody but
me is fiddling with the machine in question, at least not yet.


Sorry for the noise.


Thanks,
--Toni++



Processed: Re: ksirk FTBFS on architectures where char is unsigned

2017-03-06 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 patch
Bug #856904 [src:ksirk] ksirk FTBFS on architectures where char is unsigned
Added tag(s) patch.

-- 
856904: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856904
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#856904: ksirk FTBFS on architectures where char is unsigned

2017-03-06 Thread John Paul Adrian Glaubitz
Control: tags -1 patch

Hi!

The attached debdiff contains a trivial patch which changes the declaration
of tbl[] from "char" to "signed char". With the patch applied, I verified
that the package builds successfully on armhf.

Thanks,
Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
diff -Nru ksirk-16.04.0/debian/changelog ksirk-16.04.0/debian/changelog
--- ksirk-16.04.0/debian/changelog	2016-05-21 23:36:29.0 +0200
+++ ksirk-16.04.0/debian/changelog	2017-03-06 10:44:11.0 +0100
@@ -1,3 +1,11 @@
+ksirk (4:16.04.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add patch: fix-signage-of-tbl-array.diff to fix FTBFS on
+architectures where 'char' is unsigned. (Closes: #856904)
+
+ -- John Paul Adrian Glaubitz   Mon, 06 Mar 2017 10:44:11 +0100
+
 ksirk (4:16.04.0-1) unstable; urgency=medium
 
   [ Automatic packaging ]
diff -Nru ksirk-16.04.0/debian/patches/fix-signage-of-tbl-array.diff ksirk-16.04.0/debian/patches/fix-signage-of-tbl-array.diff
--- ksirk-16.04.0/debian/patches/fix-signage-of-tbl-array.diff	1970-01-01 01:00:00.0 +0100
+++ ksirk-16.04.0/debian/patches/fix-signage-of-tbl-array.diff	2017-03-06 10:41:34.0 +0100
@@ -0,0 +1,15 @@
+Description: Fix signage of tbl array in XMPP code
+Author: John Paul Adrian Glaubitz 
+Last-Update: 2017-03-06
+
+--- ksirk-16.04.0.orig/ksirk/iris/src/xmpp/base64/base64.cpp
 ksirk-16.04.0/ksirk/iris/src/xmpp/base64/base64.cpp
+@@ -45,7 +45,7 @@ QByteArray Base64::decode(const QString&
+ 	// 64 specifies eof
+ 	// everything else specifies data
+ 
+-	char tbl[] = {
++	signed char tbl[] = {
+ 		-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,
+ 		-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,
+ 		-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,62,-1,-1,-1,63,
diff -Nru ksirk-16.04.0/debian/patches/series ksirk-16.04.0/debian/patches/series
--- ksirk-16.04.0/debian/patches/series	1970-01-01 01:00:00.0 +0100
+++ ksirk-16.04.0/debian/patches/series	2017-03-06 10:44:09.0 +0100
@@ -0,0 +1 @@
+fix-signage-of-tbl-array.diff


Processed: merge GCC issues

2017-03-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forcemerge 845751 856809
Bug #845751 [gcc-6] yadifa FTBFS on ppc64el: internal compiler error: in 
push_reload, at reload.c:1349
Bug #845751 [gcc-6] yadifa FTBFS on ppc64el: internal compiler error: in 
push_reload, at reload.c:1349
Marked as found in versions gcc-6/6.3.0-8.
Bug #856809 [gcc-6] gcc-6 on ppc64el: internal compiler error in push_reload, 
at reload.c:1349
Changed Bug forwarded-to-address to 
'https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71873' from 
'https://gcc.gnu.org/PR78543'.
Severity set to 'important' from 'serious'
Removed indication that 856809 affects src:d-itg and src:gtk-gnutella
Added indication that 856809 affects src:yadifa
Marked as found in versions gcc-6/6.2.1-4.
Added tag(s) fixed-upstream.
Merged 845751 856809
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
845751: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=845751
856809: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856809
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#856878: Multiple imagemagick RC bugs

2017-03-06 Thread John Paul Adrian Glaubitz
Hi Bastien!

Since all these aforementioned issues have already a patch available, these
bug reports should be tagged as "patch" so they don't show up in the list
of RC bugs anymore for which a patch doesn't exist yet [1].

This reduces the noise on the list and helps anyone who wants to work on
fixing RC bugs for the upcoming Debian Stretch release.

Thanks,
Adrian

> [1]
https://udd.debian.org/bugs/bugs/?release=stretch_and_sid&patch=ign&merged=ign&done=ign&fnewerval=7&rc=1&sortby=id&sorto=asc&ctags=1&ctags=1&cdeferred=1#results

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



Processed: retitle

2017-03-06 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + patch
Bug #856882 [src:imagemagick] [src:imagemagick]  Added missing null check in 
psd coder
Added tag(s) patch.
> retitle -1 [CVE-2017-6497] Added missing null check in psd coder
Bug #856882 [src:imagemagick] [src:imagemagick]  Added missing null check in 
psd coder
Changed Bug title to '[CVE-2017-6497] Added missing null check in psd coder' 
from '[src:imagemagick]  Added missing null check in psd coder'.

-- 
856882: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856882
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#856878: retitle

2017-03-06 Thread Bastien ROUCARIES
control: tags -1 + patch
control: retitle -1 CVE-2017-6498: TGA files could trigger assertion failures



Bug#856882: retitle

2017-03-06 Thread Bastien ROUCARIES
control: tags -1 + patch
control: retitle -1 [CVE-2017-6497] Added missing null check in psd coder



Processed: retitle

2017-03-06 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + patch
Bug #856878 [src:imagemagick] [src:imagemagick] Assertion failure  in TGA coder
Added tag(s) patch.
> retitle -1 CVE-2017-6498: TGA files could trigger assertion failures
Bug #856878 [src:imagemagick] [src:imagemagick] Assertion failure  in TGA coder
Changed Bug title to 'CVE-2017-6498: TGA files could trigger assertion 
failures' from '[src:imagemagick] Assertion failure  in TGA coder'.

-- 
856878: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856878
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: tagging 856878

2017-03-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 856878 + patch
Bug #856878 [src:imagemagick] CVE-2017-6498: TGA files could trigger assertion 
failures
Ignoring request to alter tags of bug #856878 to the same tags previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
856878: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856878
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: tagging 856880

2017-03-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 856880 + patch
Bug #856880 [src:imagemagick] CVE-2017-6499: Magick++ memory leak
Ignoring request to alter tags of bug #856880 to the same tags previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
856880: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856880
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: retitle

2017-03-06 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 + patch
Bug #856879 [src:imagemagick] [src:imagemagick]  out-of-bounds read
Added tag(s) patch.
> retitle -1 CVE-2017-6500: sun file heap-based buffer over-read
Bug #856879 [src:imagemagick] [src:imagemagick]  out-of-bounds read
Changed Bug title to 'CVE-2017-6500: sun file heap-based buffer over-read' from 
'[src:imagemagick]  out-of-bounds read'.

-- 
856879: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856879
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#856879: retitle

2017-03-06 Thread Bastien ROUCARIES
control: tag -1 + patch
control: retitle -1 CVE-2017-6500: sun file heap-based buffer over-read



Bug#856880: retitle

2017-03-06 Thread Bastien ROUCARIES
control: tag -1 + patch
control: retitle -1 CVE-2017-6499: Magick++ memory leak



Processed: tagging 856881

2017-03-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 856881 + patch
Bug #856881 [src:imagemagick] [src:imagemagick]  Avoid null pointer dereference 
in xcf coder
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
856881: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856881
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: retitle

2017-03-06 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 + patch
Bug #856880 [src:imagemagick] [src:imagemagick]  Fixed memory leak when 
creating nested exceptions in Magick++
Added tag(s) patch.
> retitle -1 CVE-2017-6499: Magick++ memory leak
Bug #856880 [src:imagemagick] [src:imagemagick]  Fixed memory leak when 
creating nested exceptions in Magick++
Changed Bug title to 'CVE-2017-6499: Magick++ memory leak' from 
'[src:imagemagick]  Fixed memory leak when creating nested exceptions in 
Magick++'.

-- 
856880: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856880
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: tagging 856879

2017-03-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 856879 + patch
Bug #856879 [src:imagemagick] CVE-2017-6500: sun file heap-based buffer 
over-read
Ignoring request to alter tags of bug #856879 to the same tags previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
856879: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856879
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: tagging 856882

2017-03-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 856882 + patch
Bug #856882 [src:imagemagick] [CVE-2017-6497] Added missing null check in psd 
coder
Ignoring request to alter tags of bug #856882 to the same tags previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
856882: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856882
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: retitle

2017-03-06 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 + patch
Bug #856881 [src:imagemagick] [src:imagemagick]  Avoid null pointer dereference 
in xcf coder
Ignoring request to alter tags of bug #856881 to the same tags previously set
> retitle -1 CVE-2017-6501: null pointer deref in xcf coder
Bug #856881 [src:imagemagick] [src:imagemagick]  Avoid null pointer dereference 
in xcf coder
Changed Bug title to 'CVE-2017-6501: null pointer deref in xcf coder' from 
'[src:imagemagick]  Avoid null pointer dereference in xcf coder'.

-- 
856881: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856881
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#856881: retitle

2017-03-06 Thread Bastien ROUCARIES
control: tag -1 + patch
control: retitle -1 CVE-2017-6501: null pointer deref in xcf coder



Bug#856834: tendermint-go-rpc: FTBFS: panic: Failed to listen to unix:///tmp/go-rpc.sock: listen unix /tmp/go-rpc.sock: bind: address already in use

2017-03-06 Thread Jack Henschel
Control: tag -1 +patch

This problematic is actually documented in the code:

rpc_test.go
> var (
>tcpAddr  = "tcp://0.0.0.0:46657"
>unixAddr = "unix:///tmp/go-rpc.sock" // NOTE: must remove file for 
> test to run again
>websocketEndpoint = "/websocket/endpoint"
> )

Patch is attached and I also pushed a commit onto the branch 'fix-ftbfs-856834' 
at https://anonscm.debian.org/cgit/pkg-go/packages/tendermint-go-rpc.git

Would be great if someone uploaded the (fixed) package.

Greetings
Jack
From c39788089e875d2cc0e8da1dc2f1c380cbbc6f81 Mon Sep 17 00:00:00 2001
From: Jack Henschel 
Date: Mon, 6 Mar 2017 11:28:47 +0100
Subject: [PATCH] Fix FTBFS #856834

The location of the test socket is static. When the test is run
multiple times, the socket already exists (aka can't be created),
hence the test fails.
This can be fixed by deleting the socket before every run.
---
 debian/rules | 4 
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 0ef355b..9962d65 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,3 +6,7 @@
 override_dh_auto_install:
 	dh_auto_install
 	rm -rf $(CURDIR)/debian/golang-github-tendermint-go-rpc-dev/usr/bin
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -f /tmp/go-rpc.sock
-- 
2.11.0



signature.asc
Description: OpenPGP digital signature


Processed: Re: Bug#856834: tendermint-go-rpc: FTBFS: panic: Failed to listen to unix:///tmp/go-rpc.sock: listen unix /tmp/go-rpc.sock: bind: address already in use

2017-03-06 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 +patch
Bug #856834 [src:tendermint-go-rpc] tendermint-go-rpc: FTBFS:  panic: Failed to 
listen to unix:///tmp/go-rpc.sock: listen unix /tmp/go-rpc.sock: bind: address 
already in use
Added tag(s) patch.

-- 
856834: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856834
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#856925: systray-mdstat: fails to start: Icon harddriveok.png not found at /usr/bin/systray-mdstat line 156.

2017-03-06 Thread Damyan Ivanov
Package: systray-mdstat
Version: 1.0.0-1
Severity: grave
Tags: patch

Trying to start systray-mdstat fails with:

 % systray-mdstat
 Icon harddriveok.png not found at /usr/bin/systray-mdstat line 156.

strace shows three failed attempts to open the file:

 % strace -e trace=file systray-mdstat 2>&1 |grep harddrive
 stat("share/harddriveok.png", 0x5627a78cc298) = -1 ENOENT (No such file or 
directory)
 stat("/usr/local/share/systray-mdstat/harddriveok.png", 0x5627a78cc298) = -1 
ENOENT (No such file or directory)
 stat("/usr/share/systray-mdstat/harddriveok.png", 0x5627a78cc298) = -1 ENOENT 
(No such file or directory)
 Icon harddriveok.png not found at /usr/bin/systray-mdstat line 156.

while the file is at 
/usr/share/perl5/auto/share/dist/systray-mdstat/harddriveok.png

The following patch fixes that:

---
diff --git a/bin/systray-mdstat b/bin/systray-mdstat
index e45e403..39a7428 100755
--- a/bin/systray-mdstat
+++ b/bin/systray-mdstat
@@ -90,8 +90,8 @@ my @icon_dirs = qw(
 # Unfortunately File::ShareDir functions die instead of returning
 # undef if they can't find an according directory.
 try {
-push(@icon_dirs, dist_dir('App-Systray-Mdstat'));
-}
+push(@icon_dirs, dist_dir('systray-mdstat'));
+};
 
 
 check_mdstat();
---

It does two things:
 - adds the missing semicolon after the try {} block;
 - changes the dist name from 'App-Systray-Mdstat' to 'systray-mdstat' to match 
   the location of the images as shipped in the Debian package.

Cheers,
dam


-- System Information:
Debian Release: 9.0
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages systray-mdstat depends on:
ii  libfile-sharedir-perl  1.102-1
ii  libgtk3-perl   0.030-1
ii  libtry-tiny-perl   0.28-1
pn  perl:any   

systray-mdstat recommends no packages.

Versions of packages systray-mdstat suggests:
ii  libgtk2-traymanager-perl  0.05-3+b3
ii  perlpanel 1:0.9.1+cvs20051225-2.1
pn  smart-notifier
ii  trayer1.1.5-1
ii  xfce4-panel   4.12.1-2

-- no debconf information



Bug#856926: rekall: package not installable after no-change rebuild

2017-03-06 Thread Graham Inggs

Source: rekall
Version: 1.6.0+dfsg-1
Severity: serious

Hi Maintainer

Rebuilding rekall in sid or testing results in package 
python-rekall-core not being installable due to a strict versioned 
dependency on python-crypto (= 2.6.1).


See contents of python-rekall-core.substvars:

python:Provides=python2.7-rekall-core
python:Versions=2.7
python:Depends=python-acora, python-aff4, python-arrow, 
python-artifacts, python-capstone, python-crypto (= 2.6.1), 
python-dateutil, python-efilter, python-intervaltree, python-ipaddr, 
python-psutil, python-pyelftools, python-pyparsing, 
python-sortedcontainers, python-tsk, python-tz, python-yaml, 
python-yara, python:any (<< 2.8), python:any (>= 2.7.5-5~), python:any 
(>= 2.7~)

misc:Depends=
misc:Pre-Depends=

This only occurs when rebuilding with dh-python 2.20170125.
Rebuilding with dh-python 2.20160818 results in an unversioned 
dependency on python-crypto.


Regards
Graham



Bug#856925: systray-mdstat: fails to start: Icon harddriveok.png not found at /usr/bin/systray-mdstat line 156.

2017-03-06 Thread Axel Beckert
Hi Damian,

thanks for the bug report. Happy to see that the tool might be
interesting for others, too. :-)

Damyan Ivanov wrote:
>  % systray-mdstat
>  Icon harddriveok.png not found at /usr/bin/systray-mdstat line 156.

Hrm. I know I worked on this as one of the last things before
releasing it.

> strace shows three failed attempts to open the file:
> 
>  % strace -e trace=file systray-mdstat 2>&1 |grep harddrive
>  stat("share/harddriveok.png", 0x5627a78cc298) = -1 ENOENT (No such file or 
> directory)

Maybe I started /usr/bin/systray-mdstat accidentially from the
directory with the unpacked source code and it found the icon already
with this case.

> The following patch fixes that:

Thanks for the patch!

Will likely apply it and do a new release in the next days.

Regards, Axel
-- 
 ,''`.  |  Axel Beckert , http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
  `-|  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE



Bug#835692: marked as done (gcc-5-cross-ports: FTBFS: patches fail to apply)

2017-03-06 Thread Debian Bug Tracking System
Your message dated Mon, 06 Mar 2017 11:03:58 +
with message-id 
and subject line Bug#835692: fixed in gcc-5-cross-ports 11
has caused the Debian Bug report #835692,
regarding gcc-5-cross-ports: FTBFS: patches fail to apply
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
835692: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835692
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gcc-5-cross-ports
Version: 10
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160828 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> gcc: 5.4.1-1 / 5.4.0-6cross1
> 
> old gcc version: 5.4.0-6 / 1
> 
> new gcc version: 5.4.1-1cross1
> START stamp-dir/init-gcc
> mkdir -p gcc
> set -ex; \
> cd gcc ; \
> ln -sf /usr/src/gcc-5/gcc-5.4.1.tar.xz gcc-5.4.1.tar.xz ;\
> cp -a  /usr/src/gcc-5/debian/ . ; \
> if [ -n "$(grep -v '^\#' /<>/debian/patches/gcc-5/series)" ]; 
> then \
>   QUILT_PATCHES=/<>/debian/patches/gcc-5 quilt push --quiltrc 
> /dev/null -a ; \
> fi
> + cd gcc
> + ln -sf /usr/src/gcc-5/gcc-5.4.1.tar.xz gcc-5.4.1.tar.xz
> + cp -a /usr/src/gcc-5/debian/ .
> + grep -v ^\# /<>/debian/patches/gcc-5/series
> + [ -n stripped-exes.diff ]
> + QUILT_PATCHES=/<>/debian/patches/gcc-5 quilt push --quiltrc 
> /dev/null -a
> Applying patch stripped-exes.diff
> patching file debian/rules.defs
> Hunk #1 FAILED at 376.
> 1 out of 1 hunk FAILED -- rejects in file debian/rules.defs
> Patch stripped-exes.diff can be reverse-applied
> debian/rules:216: recipe for target 'stamp-dir/init-gcc' failed
> make: *** [stamp-dir/init-gcc] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/08/28/gcc-5-cross-ports_10_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: gcc-5-cross-ports
Source-Version: 11

We believe that the bug you reported is fixed in the latest version of
gcc-5-cross-ports, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 835...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose  (supplier of updated gcc-5-cross-ports package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 06 Mar 2017 11:29:52 +0100
Source: gcc-5-cross-ports
Binary: gcc-5-cross-base-ports gcc-5-alpha-linux-gnu-base 
libgcc-5-dev-alpha-cross gcc-5-alpha-linux-gnu gcc-5-plugin-dev-alpha-linux-gnu 
cpp-5-alpha-linux-gnu g++-5-alpha-linux-gnu gobjc++-5-alpha-linux-gnu 
gobjc-5-alpha-linux-gnu libobjc-5-dev-alpha-cross gfortran-5-alpha-linux-gnu 
libgfortran-5-dev-alpha-cross gccgo-5-alpha-linux-gnu libgo7-alpha-cross 
libstdc++-5-dev-alpha-cross libstdc++-5-pic-alpha-cross gcj-5-alpha-linux-gnu 
gdc-5-alpha-linux-gnu gnat-5-alpha-linux-gnu gnat-5-sjlj-alpha-linux-gnu 
libgnat-5-alpha-cross libgnatvsn5-dev-alpha-cross libgnatvsn5-alpha-cross 
libgnatprj5-dev-alpha-cross libgnatprj5-alpha-cross gcc-5-hppa-linux-gnu-base 
libgcc-5-dev-hppa-cross gcc-5-hppa-linux-gnu gcc-5-plugin-dev-hppa-linux-gnu 
cpp-5-hppa-linux-gnu g++-5-hppa-linux-gnu gobjc++-5-hppa-linux-gnu 
gobjc-5-hppa-linux-gnu libobjc-5-dev-hppa-cross gfortran-5-hppa-linux-gnu 
libgfortran-5-dev-hppa-cross libstdc++-5-dev-hppa-cross 
libstdc++-5-pic-hppa-cross gcj-5-hppa-linux-gnu
 gdc-5-hppa-linux-gnu gnat-5-hppa-linux-gnu gnat-5-sjlj-hppa-linux-gnu 
libgnat-5-hppa-cross libgnatvsn5-dev-hppa-cross libgnatvsn5-hppa-cross 
libgnatprj5-dev-hppa-cross libgnatprj5-hppa-cross gcc-5-m68k-linux-gnu-base 
libgcc-5-dev-m68k-cross gcc-5-m68k-linux-gnu gcc-5-plugin-dev-m68k-linux-gnu 
cpp-5-m68k-linux-gnu g++-5-m68k-linux-gnu gobjc++-5-m68k-linux-gnu 
gobjc-5-m68k-linux-gnu libobjc-5-dev-m68k-cross gfortran-5-m68k-linux-gnu 

Processed: rekall: package not installable after no-change rebuild

2017-03-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 856926 dh-python/2.20170125
Bug #856926 [src:rekall] rekall: package not installable after no-change rebuild
Marked as found in versions dh-python/2.20170125.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
856926: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856926
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: rekall: package not installable after no-change rebuild

2017-03-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> affects 856926 dh-python
Bug #856926 [src:rekall] rekall: package not installable after no-change rebuild
Added indication that 856926 affects dh-python
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
856926: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856926
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: rekall: package not installable after no-change rebuild

2017-03-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 856926 dh-python, rekall
Bug #856926 [src:rekall] rekall: package not installable after no-change rebuild
Bug reassigned from package 'src:rekall' to 'dh-python,rekall'.
No longer marked as found in versions dh-python/2.20170125 and 
rekall/1.6.0+dfsg-1.
Ignoring request to alter fixed versions of bug #856926 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
856926: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856926
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#817236: schroot: no access to pseudo-terminals in new chroots

2017-03-06 Thread Simon McVittie
On Sun, 05 Mar 2017 at 19:41:14 +, Simon McVittie wrote:
> I have filed #856877 against schroot suggesting mounting a new instance
> of /dev/pts, effectively making schroot behave less like chroot and more
> like a container manager in this particular respect.
> 
> However, that causes a nasty regression for interactive use

An updated patch on that bug solves the regression by bind-mounting the
terminal from stdin (if any) onto /dev/console, which is approximately
the same thing that lxc and systemd-nspawn do.

Similarly, I have unmerged #841935 from this bug and used it to propose
a pbuilder patch with similar behaviour.

The attached patches add autopkgtest coverage for the proposed behaviour.

I still think that for best results this should be solved in debootstrap
*and* pbuilder/schroot.

S
>From e070e9c9b837815b43eb39140b7005124ed3906f Mon Sep 17 00:00:00 2001
From: Simon McVittie 
Date: Mon, 20 Feb 2017 09:22:07 +
Subject: [PATCH 1/4] Don't make /dev/ptmx a symlink to pts/ptmx if we don't
 have to

In a plain chroot or on real hardware, it is preferable to use mknod
to create /dev/ptmx. This works as intended with older chroot managers
such as sbuild and pbuilder, which were designed for the semantics of
"legacy" /dev/pts (a single non-virtualized pty subsystem per kernel)
and so mount /dev/pts without the newinstance option. It also works
in newer kernels where /dev/pts always behaves as though the
newinstance option was given, because on those kernels, opening a
(c,5,2) device node automatically looks for an adjacent pts directory
and uses its ptmx device node instead.

However, if we are running debootstrap inside a restricted container
such as lxc or systemd-nspawn, mknod ptmx c 5 2 might not be allowed.
If so, fall back to a symlink with a warning. This mode is fine if
the debootstrap will be used with systemd-nspawn or lxc, or if a
devtmpfs will be mounted over its /dev, but will not work for older
chroot managers like sbuild or pbuilder, because those chroot
managers leave the ptmxmode mount option at its default 000, causing
permission to open the pts/ptmx device node to be denied.

Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817236
Signed-off-by: Simon McVittie 
---
 functions | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/functions b/functions
index 6cbbd3b..4a4f2f9 100644
--- a/functions
+++ b/functions
@@ -1173,7 +1173,12 @@ setup_devices_simple () {
 	mknod -m 666 $TARGET/dev/urandom	c 1 9
 	mknod -m 666 $TARGET/dev/tty	c 5 0
 	mkdir $TARGET/dev/pts/ $TARGET/dev/shm/
-	ln -s pts/ptmx $TARGET/dev/ptmx
+	# Inside a container, we might not be allowed to create /dev/ptmx.
+	# If not, do the next best thing.
+	if ! mknod -m 666 $TARGET/dev/ptmx c 5 2; then
+		warning MKNOD "Could not create /dev/ptmx, falling back to symlink. This chroot will require /dev/pts mounted with ptmxmode=666"
+		ln -s pts/ptmx $TARGET/dev/ptmx
+	fi
 	ln -s /proc/self/fd   $TARGET/dev/fd
 	ln -s /proc/self/fd/0 $TARGET/dev/stdin
 	ln -s /proc/self/fd/1 $TARGET/dev/stdout
-- 
2.11.0

>From 3926ec16fbbcea6b9fd1699f0be3e99a3bf346f8 Mon Sep 17 00:00:00 2001
From: Simon McVittie 
Date: Fri, 24 Feb 2017 09:45:33 +
Subject: [PATCH 2/4] Add an autopkgtest covering #817236 and various other
 sanity checks

Because debootstrap is relatively slow, I've named the test according
to what is being bootstrapped (Debian testing) rather than the checks
that are performed, with the intention that additional checks can
be added to it.

Signed-off-by: Simon McVittie 
---
 debian/tests/control |  10 ++
 debian/tests/debian-testing  | 270 +++
 debian/tests/fake/pbuilder-0.228.4-1 |  31 
 debian/tests/fake/schroot-1.6.10-3   |  47 ++
 4 files changed, 358 insertions(+)
 create mode 100644 debian/tests/control
 create mode 100755 debian/tests/debian-testing
 create mode 100755 debian/tests/fake/pbuilder-0.228.4-1
 create mode 100755 debian/tests/fake/schroot-1.6.10-3

diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 000..12d78c7
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,10 @@
+Tests: debian-testing
+Depends:
+ debootstrap,
+ libdistro-info-perl,
+ libdpkg-perl,
+ libipc-run-perl,
+ perl,
+ systemd [linux-any],
+ systemd-container [linux-any],
+Restrictions: allow-stderr, needs-root
diff --git a/debian/tests/debian-testing b/debian/tests/debian-testing
new file mode 100755
index 000..fb7da66
--- /dev/null
+++ b/debian/tests/debian-testing
@@ -0,0 +1,270 @@
+#!/usr/bin/perl
+# Verify that debootstrap'ing Debian testing produces a usable chroot,
+# and in particular that using it with early 2017 versions of schroot and
+# pbuilder results in working pseudo-terminals (#817236)
+#
+# Copyright © 2017 Simon McVittie
+# SPDX-License-Identifier: MIT
+# (see debian/copyright)
+
+use strict;
+use warnings;
+
+use Cwd qw(getcwd);
+use Debian::DistroInfo;
+use Dpkg::Version;
+use IPC:

Bug#694308: forwarded

2017-03-06 Thread Bastien ROUCARIES
control: forwarded -1 https://github.com/adobe-type-tools/afdko/issues/172



Processed: forwarded

2017-03-06 Thread Debian Bug Tracking System
Processing control commands:

> forwarded -1 https://github.com/adobe-type-tools/afdko/issues/172
Bug #694308 [general] A lot of type 1 fonts include Adobe all right reserved 
code
Set Bug forwarded-to-address to 
'https://github.com/adobe-type-tools/afdko/issues/172'.

-- 
694308: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694308
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: rekall: package not installable after no-change rebuild

2017-03-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 856926 rekall/1.6.0+dfsg-1
Bug #856926 [dh-python,rekall] rekall: package not installable after no-change 
rebuild
Marked as found in versions rekall/1.6.0+dfsg-1.
> found 856926 dh-python/2.20170125
Bug #856926 [dh-python,rekall] rekall: package not installable after no-change 
rebuild
Marked as found in versions dh-python/2.20170125.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
856926: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856926
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#856536: [Packaging] Bug#856536: munin: regression from DSA-3794-2: spams munin logs with unitialized warnings: [PERL WARNING] Use of uninitialized value $size_x in string eq at /usr/lib/munin/cgi/

2017-03-06 Thread Holger Levsen
Hi Jonas, hi Salvatore,

could you please be so kind and push your wheezy and jessie uploads to
munin.git too? It's lives in collab-maint on alioth, so you both should
have write access already :)

Please just push it as signed tags (based on previous tags), not as
branches, and please use the debian/* tag namespace.

Thanks!

(If you insist, even mildly, I'd create those tags, but you'd help me if you'd
did. And: you already helped, so choose your pick :)


-- 
cheers,
Holger


signature.asc
Description: Digital signature


Bug#856878: marked as done (CVE-2017-6498: TGA files could trigger assertion failures)

2017-03-06 Thread Debian Bug Tracking System
Your message dated Mon, 06 Mar 2017 12:05:45 +
with message-id 
and subject line Bug#856878: fixed in imagemagick 8:6.9.7.4+dfsg-2
has caused the Debian Bug report #856878,
regarding CVE-2017-6498: TGA files could trigger assertion failures
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
856878: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856878
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:imagemagick
Version: 8:6.6.0.4-3
Severity: serious
Tags: security
X-Debbugs-CC: secure-testing-t...@lists.alioth.debian.org
control: found -1 8:6.7.7.10-5
control: found -1 8:6.8.9.9-5
forwarded: https://github.com/ImageMagick/ImageMagick/pull/359.

Fixed in 65f75a32a93ae4044c528a987a68366ecd4b46b9. Low impact (DOS only)

signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Source: imagemagick
Source-Version: 8:6.9.7.4+dfsg-2

We believe that the bug you reported is fixed in the latest version of
imagemagick, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 856...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastien Roucariès  (supplier of updated 
imagemagick package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 05 Mar 2017 23:21:36 +0100
Source: imagemagick
Binary: imagemagick-6-common imagemagick-6-doc libmagickcore-6-headers 
libmagickwand-6-headers libmagick++-6-headers libimage-magick-perl 
libmagickcore-6-arch-config imagemagick-6.q16 libmagickcore-6.q16-3 
libmagickcore-6.q16-3-extra libmagickcore-6.q16-dev libmagickwand-6.q16-3 
libmagickwand-6.q16-dev libmagick++-6.q16-7 libmagick++-6.q16-dev 
libimage-magick-q16-perl imagemagick-6.q16hdri libmagickcore-6.q16hdri-3 
libmagickcore-6.q16hdri-3-extra libmagickcore-6.q16hdri-dev 
libmagickwand-6.q16hdri-3 libmagickwand-6.q16hdri-dev libmagick++-6.q16hdri-7 
libmagick++-6.q16hdri-dev libimage-magick-q16hdri-perl imagemagick-common 
imagemagick-doc perlmagick libmagickcore-dev libmagickwand-dev libmagick++-dev 
imagemagick
Architecture: source
Version: 8:6.9.7.4+dfsg-2
Distribution: unstable
Urgency: high
Maintainer: ImageMagick Packaging Team 

Changed-By: Bastien Roucariès 
Description:
 imagemagick - image manipulation programs -- binaries
 imagemagick-6-common - image manipulation programs -- infrastructure
 imagemagick-6-doc - document files of ImageMagick
 imagemagick-6.q16 - image manipulation programs -- quantum depth Q16
 imagemagick-6.q16hdri - image manipulation programs -- quantum depth Q16HDRI
 imagemagick-common - image manipulation programs -- infrastructure dummy 
package
 imagemagick-doc - document files of ImageMagick -- dummy package
 libimage-magick-perl - Perl interface to the ImageMagick graphics routines
 libimage-magick-q16-perl - Perl interface to the ImageMagick graphics routines 
-- Q16 versio
 libimage-magick-q16hdri-perl - Perl interface to the ImageMagick graphics 
routines -- Q16HDRI ve
 libmagick++-6-headers - object-oriented C++ interface to ImageMagick - header 
files
 libmagick++-6.q16-7 - C++ interface to ImageMagick -- quantum depth Q16
 libmagick++-6.q16-dev - C++ interface to ImageMagick - development files (Q16)
 libmagick++-6.q16hdri-7 - C++ interface to ImageMagick -- quantum depth Q16HDRI
 libmagick++-6.q16hdri-dev - C++ interface to ImageMagick - development files 
(Q16HDRI)
 libmagick++-dev - object-oriented C++ interface to ImageMagick -- dummy package
 libmagickcore-6-arch-config - low-level image manipulation library - 
architecture header files
 libmagickcore-6-headers - low-level image manipulation library - header files
 libmagickcore-6.q16-3 - low-level image manipulation library -- quantum depth 
Q16
 libmagickcore-6.q16-3-extra - low-level image manipulation library - extra 
codecs (Q16)
 libmagickcore-6.q16-dev - low-level image manipulation library - development 
files (Q16)
 libmagickcore-6.q16hdri-3 - low-level image manipulation library -- quantum 
depth Q16HDRI
 libmagickcore-6.q16hdri-3-extra - low-level image manipulation library - extra 
codecs (Q16HDRI)
 libmagickcore-6.q16hdri-dev - low-level image manipulat

Bug#856882: marked as done ([CVE-2017-6497] Added missing null check in psd coder)

2017-03-06 Thread Debian Bug Tracking System
Your message dated Mon, 06 Mar 2017 12:05:45 +
with message-id 
and subject line Bug#856882: fixed in imagemagick 8:6.9.7.4+dfsg-2
has caused the Debian Bug report #856882,
regarding [CVE-2017-6497] Added missing null check in psd coder
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
856882: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856882
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:imagemagick
Version: 8:6.6.0.4-3
Severity: serious
Tags: security
X-Debbugs-CC: secure-testing-t...@lists.alioth.debian.org
control: found -1 8:6.7.7.10-5
control: found -1 8:6.8.9.9-5

Fixed in 7f2dc7a1afc067d0c89f12c82bcdec0445fb1b94



signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Source: imagemagick
Source-Version: 8:6.9.7.4+dfsg-2

We believe that the bug you reported is fixed in the latest version of
imagemagick, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 856...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastien Roucariès  (supplier of updated 
imagemagick package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 05 Mar 2017 23:21:36 +0100
Source: imagemagick
Binary: imagemagick-6-common imagemagick-6-doc libmagickcore-6-headers 
libmagickwand-6-headers libmagick++-6-headers libimage-magick-perl 
libmagickcore-6-arch-config imagemagick-6.q16 libmagickcore-6.q16-3 
libmagickcore-6.q16-3-extra libmagickcore-6.q16-dev libmagickwand-6.q16-3 
libmagickwand-6.q16-dev libmagick++-6.q16-7 libmagick++-6.q16-dev 
libimage-magick-q16-perl imagemagick-6.q16hdri libmagickcore-6.q16hdri-3 
libmagickcore-6.q16hdri-3-extra libmagickcore-6.q16hdri-dev 
libmagickwand-6.q16hdri-3 libmagickwand-6.q16hdri-dev libmagick++-6.q16hdri-7 
libmagick++-6.q16hdri-dev libimage-magick-q16hdri-perl imagemagick-common 
imagemagick-doc perlmagick libmagickcore-dev libmagickwand-dev libmagick++-dev 
imagemagick
Architecture: source
Version: 8:6.9.7.4+dfsg-2
Distribution: unstable
Urgency: high
Maintainer: ImageMagick Packaging Team 

Changed-By: Bastien Roucariès 
Description:
 imagemagick - image manipulation programs -- binaries
 imagemagick-6-common - image manipulation programs -- infrastructure
 imagemagick-6-doc - document files of ImageMagick
 imagemagick-6.q16 - image manipulation programs -- quantum depth Q16
 imagemagick-6.q16hdri - image manipulation programs -- quantum depth Q16HDRI
 imagemagick-common - image manipulation programs -- infrastructure dummy 
package
 imagemagick-doc - document files of ImageMagick -- dummy package
 libimage-magick-perl - Perl interface to the ImageMagick graphics routines
 libimage-magick-q16-perl - Perl interface to the ImageMagick graphics routines 
-- Q16 versio
 libimage-magick-q16hdri-perl - Perl interface to the ImageMagick graphics 
routines -- Q16HDRI ve
 libmagick++-6-headers - object-oriented C++ interface to ImageMagick - header 
files
 libmagick++-6.q16-7 - C++ interface to ImageMagick -- quantum depth Q16
 libmagick++-6.q16-dev - C++ interface to ImageMagick - development files (Q16)
 libmagick++-6.q16hdri-7 - C++ interface to ImageMagick -- quantum depth Q16HDRI
 libmagick++-6.q16hdri-dev - C++ interface to ImageMagick - development files 
(Q16HDRI)
 libmagick++-dev - object-oriented C++ interface to ImageMagick -- dummy package
 libmagickcore-6-arch-config - low-level image manipulation library - 
architecture header files
 libmagickcore-6-headers - low-level image manipulation library - header files
 libmagickcore-6.q16-3 - low-level image manipulation library -- quantum depth 
Q16
 libmagickcore-6.q16-3-extra - low-level image manipulation library - extra 
codecs (Q16)
 libmagickcore-6.q16-dev - low-level image manipulation library - development 
files (Q16)
 libmagickcore-6.q16hdri-3 - low-level image manipulation library -- quantum 
depth Q16HDRI
 libmagickcore-6.q16hdri-3-extra - low-level image manipulation library - extra 
codecs (Q16HDRI)
 libmagickcore-6.q16hdri-dev - low-level image manipulation library - 
development files (Q16HDRI
 libmagickcore-dev - low-level image manipulati

Bug#856881: marked as done (CVE-2017-6501: null pointer deref in xcf coder)

2017-03-06 Thread Debian Bug Tracking System
Your message dated Mon, 06 Mar 2017 12:05:45 +
with message-id 
and subject line Bug#856881: fixed in imagemagick 8:6.9.7.4+dfsg-2
has caused the Debian Bug report #856881,
regarding CVE-2017-6501: null pointer deref in xcf coder
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
856881: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856881
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:imagemagick
Version: 8:6.6.0.4-3
Severity: serious
Tags: security
X-Debbugs-CC: secure-testing-t...@lists.alioth.debian.org
control: found -1 8:6.7.7.10-5
control: found -1 8:6.8.9.9-5

Fixed in d31fec57e9dfb0516deead2053a856e3c71e9751

From Андрей Черный

signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Source: imagemagick
Source-Version: 8:6.9.7.4+dfsg-2

We believe that the bug you reported is fixed in the latest version of
imagemagick, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 856...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastien Roucariès  (supplier of updated 
imagemagick package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 05 Mar 2017 23:21:36 +0100
Source: imagemagick
Binary: imagemagick-6-common imagemagick-6-doc libmagickcore-6-headers 
libmagickwand-6-headers libmagick++-6-headers libimage-magick-perl 
libmagickcore-6-arch-config imagemagick-6.q16 libmagickcore-6.q16-3 
libmagickcore-6.q16-3-extra libmagickcore-6.q16-dev libmagickwand-6.q16-3 
libmagickwand-6.q16-dev libmagick++-6.q16-7 libmagick++-6.q16-dev 
libimage-magick-q16-perl imagemagick-6.q16hdri libmagickcore-6.q16hdri-3 
libmagickcore-6.q16hdri-3-extra libmagickcore-6.q16hdri-dev 
libmagickwand-6.q16hdri-3 libmagickwand-6.q16hdri-dev libmagick++-6.q16hdri-7 
libmagick++-6.q16hdri-dev libimage-magick-q16hdri-perl imagemagick-common 
imagemagick-doc perlmagick libmagickcore-dev libmagickwand-dev libmagick++-dev 
imagemagick
Architecture: source
Version: 8:6.9.7.4+dfsg-2
Distribution: unstable
Urgency: high
Maintainer: ImageMagick Packaging Team 

Changed-By: Bastien Roucariès 
Description:
 imagemagick - image manipulation programs -- binaries
 imagemagick-6-common - image manipulation programs -- infrastructure
 imagemagick-6-doc - document files of ImageMagick
 imagemagick-6.q16 - image manipulation programs -- quantum depth Q16
 imagemagick-6.q16hdri - image manipulation programs -- quantum depth Q16HDRI
 imagemagick-common - image manipulation programs -- infrastructure dummy 
package
 imagemagick-doc - document files of ImageMagick -- dummy package
 libimage-magick-perl - Perl interface to the ImageMagick graphics routines
 libimage-magick-q16-perl - Perl interface to the ImageMagick graphics routines 
-- Q16 versio
 libimage-magick-q16hdri-perl - Perl interface to the ImageMagick graphics 
routines -- Q16HDRI ve
 libmagick++-6-headers - object-oriented C++ interface to ImageMagick - header 
files
 libmagick++-6.q16-7 - C++ interface to ImageMagick -- quantum depth Q16
 libmagick++-6.q16-dev - C++ interface to ImageMagick - development files (Q16)
 libmagick++-6.q16hdri-7 - C++ interface to ImageMagick -- quantum depth Q16HDRI
 libmagick++-6.q16hdri-dev - C++ interface to ImageMagick - development files 
(Q16HDRI)
 libmagick++-dev - object-oriented C++ interface to ImageMagick -- dummy package
 libmagickcore-6-arch-config - low-level image manipulation library - 
architecture header files
 libmagickcore-6-headers - low-level image manipulation library - header files
 libmagickcore-6.q16-3 - low-level image manipulation library -- quantum depth 
Q16
 libmagickcore-6.q16-3-extra - low-level image manipulation library - extra 
codecs (Q16)
 libmagickcore-6.q16-dev - low-level image manipulation library - development 
files (Q16)
 libmagickcore-6.q16hdri-3 - low-level image manipulation library -- quantum 
depth Q16HDRI
 libmagickcore-6.q16hdri-3-extra - low-level image manipulation library - extra 
codecs (Q16HDRI)
 libmagickcore-6.q16hdri-dev - low-level image manipulation library - 
development files (Q16HDRI
 libmagickcore-dev - low-level image

Bug#856880: marked as done (CVE-2017-6499: Magick++ memory leak)

2017-03-06 Thread Debian Bug Tracking System
Your message dated Mon, 06 Mar 2017 12:05:45 +
with message-id 
and subject line Bug#856880: fixed in imagemagick 8:6.9.7.4+dfsg-2
has caused the Debian Bug report #856880,
regarding CVE-2017-6499: Magick++ memory leak
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
856880: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856880
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:imagemagick
Version: 8:6.6.0.4-3
Severity: serious
Tags: security
X-Debbugs-CC: secure-testing-t...@lists.alioth.debian.org
control: found -1 8:6.7.7.10-5
control: found -1 8:6.8.9.9-5
forwarded: 
https://www.imagemagick.org/discourse-server/viewtopic.php?f=23&p=142634

Fixed in 3358f060fc182551822576b2c0a8850faab5d543

signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Source: imagemagick
Source-Version: 8:6.9.7.4+dfsg-2

We believe that the bug you reported is fixed in the latest version of
imagemagick, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 856...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastien Roucariès  (supplier of updated 
imagemagick package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 05 Mar 2017 23:21:36 +0100
Source: imagemagick
Binary: imagemagick-6-common imagemagick-6-doc libmagickcore-6-headers 
libmagickwand-6-headers libmagick++-6-headers libimage-magick-perl 
libmagickcore-6-arch-config imagemagick-6.q16 libmagickcore-6.q16-3 
libmagickcore-6.q16-3-extra libmagickcore-6.q16-dev libmagickwand-6.q16-3 
libmagickwand-6.q16-dev libmagick++-6.q16-7 libmagick++-6.q16-dev 
libimage-magick-q16-perl imagemagick-6.q16hdri libmagickcore-6.q16hdri-3 
libmagickcore-6.q16hdri-3-extra libmagickcore-6.q16hdri-dev 
libmagickwand-6.q16hdri-3 libmagickwand-6.q16hdri-dev libmagick++-6.q16hdri-7 
libmagick++-6.q16hdri-dev libimage-magick-q16hdri-perl imagemagick-common 
imagemagick-doc perlmagick libmagickcore-dev libmagickwand-dev libmagick++-dev 
imagemagick
Architecture: source
Version: 8:6.9.7.4+dfsg-2
Distribution: unstable
Urgency: high
Maintainer: ImageMagick Packaging Team 

Changed-By: Bastien Roucariès 
Description:
 imagemagick - image manipulation programs -- binaries
 imagemagick-6-common - image manipulation programs -- infrastructure
 imagemagick-6-doc - document files of ImageMagick
 imagemagick-6.q16 - image manipulation programs -- quantum depth Q16
 imagemagick-6.q16hdri - image manipulation programs -- quantum depth Q16HDRI
 imagemagick-common - image manipulation programs -- infrastructure dummy 
package
 imagemagick-doc - document files of ImageMagick -- dummy package
 libimage-magick-perl - Perl interface to the ImageMagick graphics routines
 libimage-magick-q16-perl - Perl interface to the ImageMagick graphics routines 
-- Q16 versio
 libimage-magick-q16hdri-perl - Perl interface to the ImageMagick graphics 
routines -- Q16HDRI ve
 libmagick++-6-headers - object-oriented C++ interface to ImageMagick - header 
files
 libmagick++-6.q16-7 - C++ interface to ImageMagick -- quantum depth Q16
 libmagick++-6.q16-dev - C++ interface to ImageMagick - development files (Q16)
 libmagick++-6.q16hdri-7 - C++ interface to ImageMagick -- quantum depth Q16HDRI
 libmagick++-6.q16hdri-dev - C++ interface to ImageMagick - development files 
(Q16HDRI)
 libmagick++-dev - object-oriented C++ interface to ImageMagick -- dummy package
 libmagickcore-6-arch-config - low-level image manipulation library - 
architecture header files
 libmagickcore-6-headers - low-level image manipulation library - header files
 libmagickcore-6.q16-3 - low-level image manipulation library -- quantum depth 
Q16
 libmagickcore-6.q16-3-extra - low-level image manipulation library - extra 
codecs (Q16)
 libmagickcore-6.q16-dev - low-level image manipulation library - development 
files (Q16)
 libmagickcore-6.q16hdri-3 - low-level image manipulation library -- quantum 
depth Q16HDRI
 libmagickcore-6.q16hdri-3-extra - low-level image manipulation library - extra 
codecs (Q16HDRI)
 libmagickcore-6.q16hdri-dev - low-level image manipulation library - 
developme

Bug#856879: marked as done (CVE-2017-6500: sun file heap-based buffer over-read)

2017-03-06 Thread Debian Bug Tracking System
Your message dated Mon, 06 Mar 2017 12:05:45 +
with message-id 
and subject line Bug#856879: fixed in imagemagick 8:6.9.7.4+dfsg-2
has caused the Debian Bug report #856879,
regarding CVE-2017-6500: sun file heap-based buffer over-read
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
856879: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856879
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:imagemagick
Version: 8:6.6.0.4-3
Severity: serious
Tags: security
X-Debbugs-CC: secure-testing-t...@lists.alioth.debian.org
control: found -1 8:6.7.7.10-5
control: found -1 8:6.8.9.9-5
forwarded: https://github.com/ImageMagick/ImageMagick/issues/375

See also https://github.com/ImageMagick/ImageMagick/issues/376

Fixed in 3007531bfd326c5c1e29cd41d2cd80c166de8528

signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Source: imagemagick
Source-Version: 8:6.9.7.4+dfsg-2

We believe that the bug you reported is fixed in the latest version of
imagemagick, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 856...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastien Roucariès  (supplier of updated 
imagemagick package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 05 Mar 2017 23:21:36 +0100
Source: imagemagick
Binary: imagemagick-6-common imagemagick-6-doc libmagickcore-6-headers 
libmagickwand-6-headers libmagick++-6-headers libimage-magick-perl 
libmagickcore-6-arch-config imagemagick-6.q16 libmagickcore-6.q16-3 
libmagickcore-6.q16-3-extra libmagickcore-6.q16-dev libmagickwand-6.q16-3 
libmagickwand-6.q16-dev libmagick++-6.q16-7 libmagick++-6.q16-dev 
libimage-magick-q16-perl imagemagick-6.q16hdri libmagickcore-6.q16hdri-3 
libmagickcore-6.q16hdri-3-extra libmagickcore-6.q16hdri-dev 
libmagickwand-6.q16hdri-3 libmagickwand-6.q16hdri-dev libmagick++-6.q16hdri-7 
libmagick++-6.q16hdri-dev libimage-magick-q16hdri-perl imagemagick-common 
imagemagick-doc perlmagick libmagickcore-dev libmagickwand-dev libmagick++-dev 
imagemagick
Architecture: source
Version: 8:6.9.7.4+dfsg-2
Distribution: unstable
Urgency: high
Maintainer: ImageMagick Packaging Team 

Changed-By: Bastien Roucariès 
Description:
 imagemagick - image manipulation programs -- binaries
 imagemagick-6-common - image manipulation programs -- infrastructure
 imagemagick-6-doc - document files of ImageMagick
 imagemagick-6.q16 - image manipulation programs -- quantum depth Q16
 imagemagick-6.q16hdri - image manipulation programs -- quantum depth Q16HDRI
 imagemagick-common - image manipulation programs -- infrastructure dummy 
package
 imagemagick-doc - document files of ImageMagick -- dummy package
 libimage-magick-perl - Perl interface to the ImageMagick graphics routines
 libimage-magick-q16-perl - Perl interface to the ImageMagick graphics routines 
-- Q16 versio
 libimage-magick-q16hdri-perl - Perl interface to the ImageMagick graphics 
routines -- Q16HDRI ve
 libmagick++-6-headers - object-oriented C++ interface to ImageMagick - header 
files
 libmagick++-6.q16-7 - C++ interface to ImageMagick -- quantum depth Q16
 libmagick++-6.q16-dev - C++ interface to ImageMagick - development files (Q16)
 libmagick++-6.q16hdri-7 - C++ interface to ImageMagick -- quantum depth Q16HDRI
 libmagick++-6.q16hdri-dev - C++ interface to ImageMagick - development files 
(Q16HDRI)
 libmagick++-dev - object-oriented C++ interface to ImageMagick -- dummy package
 libmagickcore-6-arch-config - low-level image manipulation library - 
architecture header files
 libmagickcore-6-headers - low-level image manipulation library - header files
 libmagickcore-6.q16-3 - low-level image manipulation library -- quantum depth 
Q16
 libmagickcore-6.q16-3-extra - low-level image manipulation library - extra 
codecs (Q16)
 libmagickcore-6.q16-dev - low-level image manipulation library - development 
files (Q16)
 libmagickcore-6.q16hdri-3 - low-level image manipulation library -- quantum 
depth Q16HDRI
 libmagickcore-6.q16hdri-3-extra - low-level image manipulation library - extra 
codecs (Q16HDRI)
 libmagickcore-6.q16

Bug#856926: Processed: rekall: package not installable after no-change rebuild

2017-03-06 Thread Piotr Ożarowski
rekall's setup.py contains¹ (in install_requires):

 "pycrypto == 2.6.1"

which is translated by dh_python2 into "python-crypto (= 2.6.1)"
(translating == into = and not simply ignoring it, or replacing with
">=" which is IMO the least problematic solution, is a new thing
introduced in dh-python 2.20170125, I'm not a big fan of it but
apparently it's what maintainers want)

Why pycrypto is translated and other requirements not?
That's because pycrypto (Debian) maintainer flagged² pycrypto's
versioning as compatible with Debian's (it's disabled by default, you
can `dh_python2 --accept-upstream-versions` if you want that behaviour
with other modules/requirements)

What to do to fix it?
* patch setup.py to replace == with >= or remove version completly, no
  matter what's the outcome of next point:
* start a thread on debian-python@l.d.o abuot what to do with ==
  (ignore? translate into =, translate into >=)

[¹] 
https://sources.debian.net/src/rekall/1.6.0%2Bdfsg-1/rekall-core/setup.py/#L61
[²] 
https://sources.debian.net/src/python-crypto/2.6.1-7/debian/python-crypto.pydist/



Bug#855888: The following patch for libidn2 is more appropriate and the bug should be redirected to libidn2

2017-03-06 Thread Eric Valette

  
  
Hi,
  
  I tested the following patch successfully:
  
https://gitweb.gentoo.org/repo/gentoo.git/patch/?id=31d5415bc400feba9b5f82354aa1667a81f831ea
  
  -- eric

  




Processed: bug 854701 is forwarded to https://github.com/ronf/asyncssh/issues/81

2017-03-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 854701 https://github.com/ronf/asyncssh/issues/81
Bug #854701 [src:python-asyncssh] python-asyncssh: FTBFS (failing tests)
Set Bug forwarded-to-address to 'https://github.com/ronf/asyncssh/issues/81'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
854701: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854701
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#855888: The following patch for libidn2 is more appropriate and the bug should be redirected to libidn2

2017-03-06 Thread Eric Valette

On 03/06/2017 01:26 PM, Eric Valette wrote:

Hi,

I tested the following patch successfully:

https://gitweb.gentoo.org/repo/gentoo.git/patch/?id=31d5415bc400feba9b5f82354aa1667a81f831ea

-- eric



Looking at gitlab, the patch has been applied upstream.

-- eric



Bug#856936: quagga: libquagga0 contains libraries with different SOVERSIONS

2017-03-06 Thread Andreas Beckmann
Source: quagga
Version: 1.1.1-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed libquagga-dev contains a
a broken symlink: /usr/lib/x86_64-linux-gnu/libzebra.so -> libzebra.so.0
because libquagga0 ships the following files:

lrwxrwxrwx   1 root root 18 Jan 26 23:48 
/usr/lib/x86_64-linux-gnu/libfpm_pb.so.0 -> libfpm_pb.so.0.0.0
-rw-r--r--   1 root root   5832 Jan 26 23:48 
/usr/lib/x86_64-linux-gnu/libfpm_pb.so.0.0.0
lrwxrwxrwx   1 root root 16 Jan 26 23:48 
/usr/lib/x86_64-linux-gnu/libospf.so.0 -> libospf.so.0.0.0
-rw-r--r--   1 root root 616048 Jan 26 23:48 
/usr/lib/x86_64-linux-gnu/libospf.so.0.0.0
lrwxrwxrwx   1 root root 25 Jan 26 23:48 
/usr/lib/x86_64-linux-gnu/libospfapiclient.so.0 -> libospfapiclient.so.0.0.0
-rw-r--r--   1 root root  14176 Jan 26 23:48 
/usr/lib/x86_64-linux-gnu/libospfapiclient.so.0.0.0
lrwxrwxrwx   1 root root 21 Jan 26 23:48 
/usr/lib/x86_64-linux-gnu/libquagga_pb.so.0 -> libquagga_pb.so.0.0.0
-rw-r--r--   1 root root   5832 Jan 26 23:48 
/usr/lib/x86_64-linux-gnu/libquagga_pb.so.0.0.0
lrwxrwxrwx   1 root root 17 Jan 26 23:48 
/usr/lib/x86_64-linux-gnu/libzebra.so.1 -> libzebra.so.1.0.0
-rw-r--r--   1 root root 443792 Jan 26 23:48 
/usr/lib/x86_64-linux-gnu/libzebra.so.1.0.0

Please split the package to provide only one library per package
(or at least only one SOVERSION per package, if these are supposed
to not change independently).


cheers,

Andreas



Bug#856937: libslvs1-dev: missing Depends: libslvs1 (= ${binary:Version})

2017-03-06 Thread Andreas Beckmann
Package: libslvs1-dev
Version: 2.3+repack1-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package ships (or creates)
a broken symlink.

>From the attached log (scroll to the bottom...):

0m21.2s ERROR: FAIL: Broken symlinks:
  /usr/lib/x86_64-linux-gnu/libslvs.so -> libslvs.so.1


cheers,

Andreas


libslvs1-dev_2.3+repack1-1.log.gz
Description: application/gzip


Bug#856945: libsnapper-dev: missing Depends: libsnapper4 (= ${binary:Version})

2017-03-06 Thread Andreas Beckmann
Package: libsnapper-dev
Version: 0.4.1-2
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package ships (or creates)
a broken symlink.

>From the attached log (scroll to the bottom...):

0m16.5s ERROR: FAIL: Broken symlinks:
  /usr/lib/x86_64-linux-gnu/libsnapper.so -> libsnapper.so.4.0.0


cheers,

Andreas


libsnapper-dev_0.4.1-2.log.gz
Description: application/gzip


Processed: rekall: package not installable after no-change rebuild

2017-03-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> affects 856926
Bug #856926 [dh-python,rekall] rekall: package not installable after no-change 
rebuild
Removed indication that 856926 affects dh-python
> reassign 856926 rekall
Bug #856926 [dh-python,rekall] rekall: package not installable after no-change 
rebuild
Bug reassigned from package 'dh-python,rekall' to 'rekall'.
No longer marked as found in versions dh-python/2.20170125 and 
rekall/1.6.0+dfsg-1.
Ignoring request to alter fixed versions of bug #856926 to the same values 
previously set
> found 856926 rekall/1.6.0+dfsg-1
Bug #856926 [rekall] rekall: package not installable after no-change rebuild
Marked as found in versions rekall/1.6.0+dfsg-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
856926: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856926
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#856946: libdmraid-dev: broken symlink: /usr/lib/libdmraid.so -> /lib/libdmraid.so.1.0.0.rc15

2017-03-06 Thread Andreas Beckmann
Package: libdmraid-dev
Version: 1.0.0.rc16-7
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package ships (or creates)
a broken symlink.

>From the attached log (scroll to the bottom...):

0m18.0s ERROR: FAIL: Broken symlinks:
  /usr/lib/libdmraid.so -> /lib/libdmraid.so.1.0.0.rc15


But there is /lib/libdmraid.so.1.0.0.rc16 available ..,

Please check whether any rdepends have been built against the
static library since the share one was not available.


cheers,

Andreas


libdmraid-dev_1.0.0.rc16-7.log.gz
Description: application/gzip


Bug#856947: libgxw*-dev: broken symlink: /usr/lib/libgxw*.so -> /build/guitarix-WlZ7JB/guitarix-0.35.2/debian/tmp/usr/lib/libgxw*.so.0.1

2017-03-06 Thread Andreas Beckmann
Package: libgxwmm-dev,libgxw-dev
Version: 0.35.2-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package ships (or creates)
a broken symlink.

>From the attached log (scroll to the bottom...):

0m34.7s ERROR: FAIL: Broken symlinks:
  /usr/lib/libgxwmm.so -> 
/build/guitarix-WlZ7JB/guitarix-0.35.2/debian/tmp/usr/lib/libgxwmm.so.0.1

0m33.1s ERROR: FAIL: Broken symlinks:
  /usr/lib/libgxw.so -> 
/build/guitarix-WlZ7JB/guitarix-0.35.2/debian/tmp/usr/lib/libgxw.so.0.1


The target is a builddir path ...


cheers,

Andreas


libgxwmm-dev_0.35.2-1+b1.log.gz
Description: application/gzip


Bug#856948: kmldonkey: Segfault starting

2017-03-06 Thread Francesco
Package: kmldonkey
Version: 2.0.5+kde4.3.3-3+b1
Severity: grave
Justification: renders package unusable

Dear Maintainer,


After latest updates in kdelibs and qtlibs whem starting kmldonkey it goes 
segfault.
I'll attach a kcrash generated file for debugging, if it can be useful.



-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 4.9.0-1-686-pae (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages kmldonkey depends on:
ii  kde-runtime4:16.08.3-1
ii  libc6  2.24-9
ii  libgcc11:6.3.0-6
ii  libkde3support44:4.14.26-1
ii  libkdecore54:4.14.26-1
ii  libkdeui5  4:4.14.26-1
ii  libkfile4  4:4.14.26-1
ii  libkhtml5  4:4.14.26-1
ii  libkio54:4.14.26-1
ii  libkjsapi4 4:4.14.26-1
ii  libknotifyconfig4  4:4.14.26-1
ii  libkparts4 4:4.14.26-1
ii  libnepomuk44:4.14.26-1
ii  libnepomukutils4   4:4.14.26-1
ii  libphonon4 4:4.9.0-4
ii  libplasma3 4:4.14.26-1
ii  libqt4-dbus4:4.8.7+dfsg-11
ii  libqt4-network 4:4.8.7+dfsg-11
ii  libqt4-qt3support  4:4.8.7+dfsg-11
ii  libqt4-svg 4:4.8.7+dfsg-11
ii  libqt4-xml 4:4.8.7+dfsg-11
ii  libqtcore4 4:4.8.7+dfsg-11
ii  libqtgui4  4:4.8.7+dfsg-11
ii  libsoprano42.9.4+dfsg-5
ii  libstdc++6 6.3.0-6

Versions of packages kmldonkey recommends:
ii  mldonkey-server  3.1.5-3+b1

kmldonkey suggests no packages.

-- no debconf information
Application: KMLDonkey (kmldonkey), signal: Segmentation fault
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0xb373e800 (LWP 31090))]

Thread 2 (Thread 0xb05dbb40 (LWP 31091)):
#0  0xb7783cf9 in __kernel_vsyscall ()
#1  0xb42a1fc5 in pthread_cond_timedwait@@GLIBC_2.3.2 () at 
../sysdeps/unix/sysv/linux/i386/i686/../pthread_cond_timedwait.S:245
#2  0xb4c17c1f in QWaitConditionPrivate::wait(unsigned long) (time=3, 
this=0x81648708) at thread/qwaitcondition_unix.cpp:84
#3  0xb4c17c1f in QWaitCondition::wait(QMutex*, unsigned long) 
(this=0x814bfd48, mutex=0x81648c64, time=3) at 
thread/qwaitcondition_unix.cpp:158
#4  0xb4c09184 in QThreadPoolThread::run() (this=) at 
concurrent/qthreadpool.cpp:142
#5  0xb4c17645 in QThreadPrivate::start(void*) (arg=) at 
thread/qthread_unix.cpp:352
#6  0xb429c2aa in start_thread (arg=0xb05dbb40) at pthread_create.c:333
#7  0xb4770a0e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:113

Thread 1 (Thread 0xb373e800 (LWP 31090)):
[KCrash Handler]
#7  0xb7733694 in ServerInfo::isConnected() const () at 
/usr/lib/liblibkmldonkey.so.5
#8  0xb771c470 in DonkeyProtocol::processMessage() () at 
/usr/lib/liblibkmldonkey.so.5
#9  0xb771f6f9 in  () at /usr/lib/liblibkmldonkey.so.5
#10 0xb4d579c3 in QMetaObject::activate(QObject*, QMetaObject const*, int, 
void**) (sender=0x813a3578, m=0xb774d93c, local_signal_index=0, argv=0x0) at 
kernel/qobject.cpp:3567
#11 0xb7721e59 in  () at /usr/lib/liblibkmldonkey.so.5
#12 0xb4d579c3 in QMetaObject::activate(QObject*, QMetaObject const*, int, 
void**) (sender=0x813a3578, m=0xb4ec4dc4 , 
local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3567
#13 0xb4daf472 in QIODevice::readyRead() (this=0x813a3578) at 
.moc/release-shared/moc_qiodevice.cpp:104
#14 0xb6546f10 in QAbstractSocketPrivate::canReadNotification() 
(this=) at socket/qabstractsocket.cpp:654
#15 0xb6551bef in QReadNotifier::event(QEvent*) (this=0x814cd5d8, e=0xbff470c0) 
at socket/qnativesocketengine.cpp:1151
#16 0xb53b250a in QApplicationPrivate::notify_helper(QObject*, QEvent*) 
(this=0x81294140, receiver=0x814cd5d8, e=0xbff470c0) at 
kernel/qapplication.cpp:4570
#17 0xb53bab11 in QApplication::notify(QObject*, QEvent*) (this=0xbff47390, 
receiver=0x814cd5d8, e=0xbff470c0) at kernel/qapplication.cpp:4356
#18 0xb5fd1a0c in KApplication::notify(QObject*, QEvent*) () at 
/usr/lib/libkdeui.so.5
#19 0xb4d4108a in QCoreApplication::notifyInternal(QObject*, QEvent*) 
(this=0xbff47390, receiver=0x814cd5d8, event=0xbff470c0) at 
kernel/qcoreapplication.cpp:955
#20 0xb4d76ff7 in QCoreApplication::sendEvent(QObject*, QEvent*) 
(event=0xbff470c0, receiver=) at 
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231
#21 0xb4d76ff7 in socketNotifierSourceDispatch(GSource*, GSourceFunc, gpointer) 
(source=0x812942b0) at kernel/qeventdispatcher_glib.cpp:110
#22 0xb3eea4e9 in g_main_dispatch (context=0x81294030) at ././glib/gmain.c:3203
#23 0xb3eea4e9 in g_main_context_dispatch (context=0x81294030) at 
././glib/gmain.c:3856
#24 0xb3eea789 in g_main_context_iterate (context=context@entry=0x81294030, 
block=block@entry=1, dispatch=dispatch@entry=1, self=) at 
././glib/gmain.c:3929
#25 0xb3eea854 in g_main_context_iteration (context=0x81294030, may_block=1) at 
././

Bug#856949: libgiac-dev: missing Depends: libgiac0 (= ${binary:Version})

2017-03-06 Thread Andreas Beckmann
Package: libgiac-dev
Version: 1.2.3.25+dfsg1-2
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package ships (or creates)
a broken symlink.

>From the attached log (scroll to the bottom...):

0m26.1s ERROR: FAIL: Broken symlinks:
  /usr/lib/x86_64-linux-gnu/libgiac.so -> libgiac.so.0.0.0


cheers,

Andreas


libgiac-dev_1.2.3.25+dfsg1-2.log.gz
Description: application/gzip


Processed: 845323 is RC

2017-03-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 845323 serious
Bug #845323 [ovirt-guest-agent] ovirt-guest-agent: Ovirt-guest-agent crashes 
with a stack smash
Severity set to 'serious' from 'important'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
845323: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=845323
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#856826: Acknowledgement (installation-reports: Debian 8.6 installer with encrypted swap creates unusable swap logical volume)

2017-03-06 Thread Tom Jay
Hello,

This can be closed, it looks like there was some kind of problem with 
the netinstall disk my host was using, as if I use my own, everything 
works fine.

Thanks!


On 05/03/17 14:54, Debian Bug Tracking System wrote:
> Thank you for filing a new Bug report with Debian.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>   Debian Install Team 
>
> If you wish to submit further information on this problem, please
> send it to 856...@bugs.debian.org.
>
> Please do not send mail to ow...@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
>



Bug#856881: Not found in stable and oldstable

2017-03-06 Thread Bastien ROUCARIES
control: notfound - 1 8:6.8.9.9-5+deb8u7
control: notfound - 1 8:6.7.7.10-5+deb7u11

code is not present



Bug#856882: Fwd: Not found in stable and oldstable

2017-03-06 Thread Bastien ROUCARIES
control: notfound - 1 8:6.8.9.9-5+deb8u7
control: notfound - 1 8:6.7.7.10-5+deb7u11

code is not present



Bug#850114: kscd: Only play first trackon all modes(loop track, loop ,and no loop and random and no random mode)

2017-03-06 Thread John Paul Adrian Glaubitz
Control: retitle -1 kscd: Retrieved CD information is always incorrect

Hi Pere!

I finally had the chance to look at this bug and test it myself, it took
me a bit longer because my laptop doesn't have a CD-ROM drive and I had
to hook up an external USB drive.

I tried to reproduce the problem you have, but kscd worked correctly for
me in the sense that I could play back an audio CD, select tracks individually
and skip to the previous and next tracks.

However, what did not work was the correct retrieval of the CD information
from musicbrainz.org. I was able to fix this particular issue by checking
out kscd from upstream's github repository [1] and applying Debian's patch
to port kscd to MusicBrainz5 (migrate_to_musicbrainz5.diff).

Thus, I just need to figure out now which particular fix we are missing
in the Debian package that is present upstream. Will have a closer look.

Retitling the bug report accordingly.

Thanks,
Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



Processed: Re: kscd: Only play first trackon all modes(loop track, loop ,and no loop and random and no random mode)

2017-03-06 Thread Debian Bug Tracking System
Processing control commands:

> retitle -1 kscd: Retrieved CD information is always incorrect
Bug #850114 [kscd] kscd: Only play first trackon all modes(loop track, loop 
,and no loop and random and no random mode)
Changed Bug title to 'kscd: Retrieved CD information is always incorrect' from 
'kscd: Only play first trackon all modes(loop track, loop ,and no loop and 
random and no random mode)'.

-- 
850114: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850114
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Re: kscd: Only play first trackon all modes(loop track, loop ,and no loop and random and no random mode)

2017-03-06 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 patch
Bug #850114 [kscd] kscd: Retrieved CD information is always incorrect
Added tag(s) patch.

-- 
850114: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850114
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#850114: kscd: Only play first trackon all modes(loop track, loop ,and no loop and random and no random mode)

2017-03-06 Thread John Paul Adrian Glaubitz
Control: tags -1 patch

Hi!

The attached debdiff contains a patch which fixes the issue.

It turns out that someone, for whatever reasons, had hard-coded the disc ID to
"64e.YDM.N2tZJzmqrN48iWfJ9.4-" [1] which is the ID for Nirvana's "Smells Like
Teen Spirit" album. Just reverting the patch fixes the issue for me and audio
CDs are detected properly again.

Thanks,
Adrian

> [1] http://sources.debian.net/src/kscd/4:16.08.1-1/mbmanager.cpp/#L219

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
diff -Nru kscd-16.08.1/debian/changelog kscd-16.08.1/debian/changelog
--- kscd-16.08.1/debian/changelog	2016-10-18 23:59:43.0 +0200
+++ kscd-16.08.1/debian/changelog	2017-03-06 20:10:04.0 +0100
@@ -1,3 +1,11 @@
+kscd (4:16.08.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove hard-coded disc ID in disc lookup code. (Closes: #850114)
+- New patch: remove_hard-coded_disc_ID.diff
+
+ -- John Paul Adrian Glaubitz   Mon, 06 Mar 2017 20:10:04 +0100
+
 kscd (4:16.08.1-1) unstable; urgency=medium
 
   [ Automatic packaging ]
diff -Nru kscd-16.08.1/debian/patches/remove_hard-coded_disc_ID.diff kscd-16.08.1/debian/patches/remove_hard-coded_disc_ID.diff
--- kscd-16.08.1/debian/patches/remove_hard-coded_disc_ID.diff	1970-01-01 01:00:00.0 +0100
+++ kscd-16.08.1/debian/patches/remove_hard-coded_disc_ID.diff	2017-03-06 19:50:15.0 +0100
@@ -0,0 +1,16 @@
+Description: Drop hard-coded disc ID in MBManager
+Author: John Paul Adrian Glaubitz 
+Last-Update: 2017-03-06
+
+--- kscd-16.08.1.orig/mbmanager.cpp
 kscd-16.08.1/mbmanager.cpp
+@@ -216,8 +216,7 @@ void MBManager::discLookup(const QString
+ 
+ int discid_ok = discid_read_sparse(m_discid, qPrintable(device), 0);
+ if (discid_ok) {
+-	//std::string discId(discid_get_id(m_discid));
+-	std::string discId("64e.YDM.N2tZJzmqrN48iWfJ9.4-");
++	std::string discId(discid_get_id(m_discid));
+ 	try
+ 	{
+ 	MusicBrainz5::CMetadata metadata, fullMetadata;
diff -Nru kscd-16.08.1/debian/patches/series kscd-16.08.1/debian/patches/series
--- kscd-16.08.1/debian/patches/series	2016-10-18 23:59:43.0 +0200
+++ kscd-16.08.1/debian/patches/series	2017-03-06 20:06:53.0 +0100
@@ -1,2 +1,3 @@
 migrate_to_musicbrainz5.diff
 test_args_as_const.diff
+remove_hard-coded_disc_ID.diff


Bug#856948: kmldonkey: Segfault starting

2017-03-06 Thread John Paul Adrian Glaubitz
Control: tags -1 unreproducible
Control: tags -1 moreinfo

Hi Francesco!

> After latest updates in kdelibs and qtlibs whem starting kmldonkey it goes 
> segfault.
> I'll attach a kcrash generated file for debugging, if it can be useful.

I just tried to reproduce your problem but after installing kmldonkey and 
enabling the
mldonkey-server, I could start kmldonkey. However, I was unable to connect to 
the
mldonkey-server. It always results in an error message.

Is the server running in your case? What's the output of:

$ systemctl status mldonkey-server

It might be possible that either the server (mldonkey) or the client 
(kmldonkey) need
to be updated after a change in either of the two components.

Thanks,
Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



Processed: Re: kmldonkey: Segfault starting

2017-03-06 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 unreproducible
Bug #856948 [kmldonkey] kmldonkey: Segfault starting
Added tag(s) unreproducible.
> tags -1 moreinfo
Bug #856948 [kmldonkey] kmldonkey: Segfault starting
Added tag(s) moreinfo.

-- 
856948: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856948
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#856834: [pkg-go] Bug#856834: tendermint-go-rpc: FTBFS: panic: Failed to listen to unix:///tmp/go-rpc.sock: listen unix /tmp/go-rpc.sock: bind: address already in use

2017-03-06 Thread Alessio Treglia
On Mon, Mar 6, 2017 at 10:36 AM, Jack Henschel  wrote:
> Would be great if someone uploaded the (fixed) package.

Uploading it right now, thanks!


-- 
Alessio Treglia  | www.alessiotreglia.com
Debian Developer | ales...@debian.org
Ubuntu Core Developer|  quadris...@ubuntu.com
0416 0004 A827 6E40 BB98 90FB E8A4 8AE5 311D 765A



Processed: tagging 856925

2017-03-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 856925 + confirmed
Bug #856925 [systray-mdstat] systray-mdstat: fails to start: Icon 
harddriveok.png not found at /usr/bin/systray-mdstat line 156.
Added tag(s) confirmed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
856925: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856925
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: tagging 856925

2017-03-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 856925 + pending
Bug #856925 [systray-mdstat] systray-mdstat: fails to start: Icon 
harddriveok.png not found at /usr/bin/systray-mdstat line 156.
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
856925: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856925
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#856937: marked as done (libslvs1-dev: missing Depends: libslvs1 (= ${binary:Version}))

2017-03-06 Thread Debian Bug Tracking System
Your message dated Mon, 06 Mar 2017 21:05:32 +
with message-id 
and subject line Bug#856937: fixed in solvespace 2.3+repack1-2
has caused the Debian Bug report #856937,
regarding libslvs1-dev: missing Depends: libslvs1 (= ${binary:Version})
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
856937: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856937
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libslvs1-dev
Version: 2.3+repack1-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package ships (or creates)
a broken symlink.

>From the attached log (scroll to the bottom...):

0m21.2s ERROR: FAIL: Broken symlinks:
  /usr/lib/x86_64-linux-gnu/libslvs.so -> libslvs.so.1


cheers,

Andreas


libslvs1-dev_2.3+repack1-1.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Source: solvespace
Source-Version: 2.3+repack1-2

We believe that the bug you reported is fixed in the latest version of
solvespace, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 856...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anton Gladky  (supplier of updated solvespace package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 06 Mar 2017 20:59:20 +0100
Source: solvespace
Binary: solvespace libslvs1 libslvs1-dev
Architecture: source
Version: 2.3+repack1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Anton Gladky 
Description:
 libslvs1   - SolveSpace geometric kernel
 libslvs1-dev - SolveSpace geometric kernel (development files)
 solvespace - Parametric 2d/3d CAD
Closes: 856937
Changes:
 solvespace (2.3+repack1-2) unstable; urgency=medium
 .
   * [0d4dc2b] Add missing dependency on libslvs1. (Closes: #856937)
Checksums-Sha1:
 dad246a1fc8356552c09340ee672bcf210f9ff43 2307 solvespace_2.3+repack1-2.dsc
 0b4fd2f76cd504d57ee2ec87780492c35bf143ca 4272 
solvespace_2.3+repack1-2.debian.tar.xz
 8cba8b25dd9371887082fad0c3ed5adb727df3fd 11825 
solvespace_2.3+repack1-2_source.buildinfo
Checksums-Sha256:
 d30408ca9a3ee279c0a6698d0bc6cc898f07adb2dfebf56d36ee8eb2945720ed 2307 
solvespace_2.3+repack1-2.dsc
 a996db06f6f3fa047f1b6e9046269d972955d78de18f8cf0441d108f48b99297 4272 
solvespace_2.3+repack1-2.debian.tar.xz
 b320a3cde4e0e9afd65abea5b4e4e4500e8f3f76caed6d8a841c3a34aed8c24d 11825 
solvespace_2.3+repack1-2_source.buildinfo
Files:
 c7dc93f986c5c41181fe1267cb6615d4 2307 graphics optional 
solvespace_2.3+repack1-2.dsc
 a61bbe09ead96fe8ee98923781e813b7 4272 graphics optional 
solvespace_2.3+repack1-2.debian.tar.xz
 eb5802b64eab204378abc9cbe894329d 11825 graphics optional 
solvespace_2.3+repack1-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAli9v8gACgkQ0+Fzg8+n
/wYkqA/+I0chnAwRAU5VefsuaTAB3pLBBs6zLSmZ6B8HzHyJtym/5TJc1B9y21n1
ITV65mf/mwXhZcd9OJp3jnWMMFhCXTxHdLiku1w2bclVgWbZTdAVJwmgS0t5hxQh
xe7v6EOh5DVW6zbQr7iFByFksk/hOqVWOBhpCODSl350mlCC4UGBh6UnI0QALEul
uNInAx7+lww1OSZjxLkcedOb+iHTCn5qpr+K/dUlmAxdHcHULqwFi0TsEzOy/mn4
gb3PXOm2rNEz2/HtfMm3RrMJpPrffrwpCmuaimYhFUZ4c8e1K8d4e/uNkgU1QG3g
xLmp19E5JqGKSZTWai3e9chaoGST3ksbbtXSlxp196RMD7MdU88IJHKAbyHEcGsS
4oQWoLHWEoPSNGvxHTlSXbO1kUlS28dNzu61Nl74CdUrdPPM5Ru6spg9dwm56wo3
+6LGH6/fWMyLJfNTMJdz6TSiou0b6qXLl+dyw9ksZQHHCnRd0lW70a23rzFPk6Uh
6EXmCsLyG2lzFrvZDi3wh9JfeTCcchaKlyw7OCqB44MDpjHWncJkPXL/h8Pinic5
Isuw4uY3XpJxO4FROWgBQcC4GFnEajjOibvOc6ALxu/2dA+do7q30s6nOCNPTRhl
gW/Z+zN5Ke0QNDMNlInAG6G8175/29D3y6iQ46qEurjGQ21ivFw=
=kgeP
-END PGP SIGNATURE End Message ---


Bug#811806: Patch file for bug #811806

2017-03-06 Thread Francois Mazen
Hello,

in addition to my previous message, please find enclosed a clean patch
file generated with quilt.

Could you please update the package in order to let it migrate to
testing distribution?

Thanks,
François--- a/effects/ppeffect.cpp
+++ b/effects/ppeffect.cpp
@@ -113,7 +113,7 @@
 		{
 			
 			result=tmp;
-			tmp=false;
+			tmp=NULL;
 		}
 		else
 			tmp=tmp->Next(PPEFFECT_DONTCARE);
--- a/imagesource/imagesource_bmp.h
+++ b/imagesource/imagesource_bmp.h
@@ -15,8 +15,6 @@
 #include "imagesource.h"
 #include 
 
-using namespace std;
-
 class IS_BMPStrip;
 
 class ImageSource_BMP : public ImageSource
@@ -29,7 +27,7 @@
 	IS_BMPStrip *GetStrip(int row);
 	unsigned long GetValue(char *c,int l);
 	int resunit;
-	fstream file;
+	std::fstream file;
 	int cmapbytes;
 	int cmapentries;
 	int bytesperrow;
--- a/imagesource/imagesource_jpeg.h
+++ b/imagesource/imagesource_jpeg.h
@@ -15,8 +15,6 @@
 #include "imagesource.h"
 #include 
 
-using namespace std;
-
 class ImageSource_JPEG : public ImageSource
 {
 	public:
--- a/imagesource/imagesource_pnm.h
+++ b/imagesource/imagesource_pnm.h
@@ -31,8 +31,6 @@
 #endif
 }
 
-using namespace std;
-
 class ImageSource_PNM : public ImageSource
 {
 	public:


Bug#856983: tigris: Incomplete debian/copyright?

2017-03-06 Thread Chris Lamb
Source: tigris
Version: 0.1.1-1
Severity: serious
Justication: Policy 12.5
X-Debbugs-CC: Apollon Oikonomopoulos 

Hi,

I just ACCEPTed tigris from NEW but noticed it was missing 
attribution or clarification in debian/copyright for the
large-string.txt file.

Please could you add a note to debian/copyright about what
this file is, its source, and why it includes text like "copyright ©",
etc.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-



Bug#856705: marked as done (graywolf: License violation)

2017-03-06 Thread Debian Bug Tracking System
Your message dated Mon, 06 Mar 2017 21:48:56 +
with message-id 
and subject line Bug#856705: fixed in graywolf 0.1.4+20170306gitecee764-1
has caused the Debian Bug report #856705,
regarding graywolf: License violation
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
856705: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856705
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: graywolf
Severity: serious

Hi. graywolf is using some numerical routines from numerical recipes. These
are NOT free software and may not be used in a free software project.

For Debian, you can elide these sources. It would also be great if you
talked to upstream so that they stop violating copyrights also.

Look at Ysvd_decompose) in

  src/Ylib/svd.c

A later version of the book chapter this function came from lives here:

  http://numerical.recipes/webnotes/nr3web2.pdf

You can see many similarities. If you look at the older version of the
book, you will see 100% similarities.

The copyright statement is here:

  http://numerical.recipes/public-domain.html

I haven't done a thorough search, and I can imagine the SVD
implementation isn't the only violation here. It would be great if you
looked more thoroughly.

Thanks
--- End Message ---
--- Begin Message ---
Source: graywolf
Source-Version: 0.1.4+20170306gitecee764-1

We believe that the bug you reported is fixed in the latest version of
graywolf, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 856...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ruben Undheim  (supplier of updated graywolf package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 06 Mar 2017 20:26:57 +
Source: graywolf
Binary: libycadgraywolf0 libycadgraywolf-dev libycadgraywolf0-dbg graywolf
Architecture: source
Version: 0.1.4+20170306gitecee764-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Ruben Undheim 
Description:
 graywolf   - Placement for digital VLSI design
 libycadgraywolf-dev - Library for graywolf - development files
 libycadgraywolf0 - Library for common functions used by graywolf
 libycadgraywolf0-dbg - debug symbols for libycadgraywolf0
Closes: 856705
Changes:
 graywolf (0.1.4+20170306gitecee764-1) unstable; urgency=medium
 .
   * New upstream GIT HEAD with fixed license violation issue (Closes: #856705)
   * debian/control:
 - New build-dependencies: libgsl-dev, pkg-config
   * Updated debian/libycadgraywolf0.symbols - removed the symbols in license
 violating code.
Checksums-Sha1:
 9418a82470ebd91f2f94bf9397313e64d27b5ca6 2336 
graywolf_0.1.4+20170306gitecee764-1.dsc
 96797638953909fd5918e8d66c1083127b16b40a 812160 
graywolf_0.1.4+20170306gitecee764.orig.tar.gz
 00382127ae60836817fabc21f842a7adfb8f4b88 8436 
graywolf_0.1.4+20170306gitecee764-1.debian.tar.xz
Checksums-Sha256:
 a11beff437b9463cae1053ffc059733fcade382abdfb30dc193879b09211d1b6 2336 
graywolf_0.1.4+20170306gitecee764-1.dsc
 e7fe206ee28aace373336688fe8e7de494faaf1856092ee84d63f7558980a7f9 812160 
graywolf_0.1.4+20170306gitecee764.orig.tar.gz
 887a08e7afa377f73a314636cc1e2c6ebaccafd8cc0b2dec061ec5dae5d737d9 8436 
graywolf_0.1.4+20170306gitecee764-1.debian.tar.xz
Files:
 86c6adc38918dce189d7dde245f85cb4 2336 electronics optional 
graywolf_0.1.4+20170306gitecee764-1.dsc
 960f9a11ed068bf21994866cced3ee92 812160 electronics optional 
graywolf_0.1.4+20170306gitecee764.orig.tar.gz
 a4d6a69cdb49a87759448126767b4417 8436 electronics optional 
graywolf_0.1.4+20170306gitecee764-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJYvdaBAAoJEOaYIsfgKVjNJywP/jy9URGSobILB88kETXezrrr
uI+lzNKksTkHld/J0ML4U8uHozhyGIisyyca83cicqrxGMOCgTXZbplrOzNCAykl
2k1maJ3XIvzNEKLG/aWniV5S+p/I5vJ5gEjUorc2UJrtOyWfdjg2OvDfc9JJUoTF
rY3hYZ5iY+0ev0kDFYaQUaxr6l+EzvvSBYiXWZmjQ8OPJMmTfqRq2InxSkBOpI12
LjXte4X/GcC2EdEr0qYiC+W7CI3PjTYrFrCHR6EzxCrPhmx6kJqXYNIE6ClXkiuk
Vg4cCUbyIYeJBLVpk2IHl7FQk7+HxasLmBCNwJSRHm2tHXMx05rCe6J5NjZe3vRO
b61GYaiC4NrY47n2QopLMKpVNpWLZvpnFMw+SBGPVUabkWDshSHgALdbijFCJULg
j/kj3xNkEYA/e1CWFl7BvtiyW1Mf+qtrQsY7jXci/8JcZ8N0GD7XaDbzmXF8IZjh
Ks0+VT9vc7CtM

Bug#855576: marked as done (openstack-dashboard: fails to install: django.core.exceptions.ImproperlyConfigured: AUTH_USER_MODEL refers to model 'openstack_auth.User' that has not been installed)

2017-03-06 Thread Debian Bug Tracking System
Your message dated Mon, 6 Mar 2017 23:00:10 +0100
with message-id 
and subject line Re: [PKG-Openstack-devel] horizon is marked for autoremoval 
from testing
has caused the Debian Bug report #855576,
regarding openstack-dashboard: fails to install: 
django.core.exceptions.ImproperlyConfigured: AUTH_USER_MODEL refers to model 
'openstack_auth.User' that has not been installed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
855576: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855576
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: openstack-dashboard
Version: 3:10.0.0-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts
Control: affects -1 + python-senlin-dashboard

Hi,

during a test with piuparts I noticed your package failed to install. As
per definition of the release team this makes the package too buggy for
a release, thus the severity.

>From the attached log (scroll to the bottom...):

  Setting up openstack-dashboard (3:10.0.0-1) ...
  Traceback (most recent call last):
File "/usr/share/openstack-dashboard/manage.py", line 25, in 
  execute_from_command_line(sys.argv)
File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 366, in execute_from_command_line
  utility.execute()
File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 340, in execute
  django.setup()
File "/usr/lib/python2.7/dist-packages/django/__init__.py", line 27, in 
setup
  apps.populate(settings.INSTALLED_APPS)
File "/usr/lib/python2.7/dist-packages/django/apps/registry.py", line 108, 
in populate
  app_config.import_models()
File "/usr/lib/python2.7/dist-packages/django/apps/config.py", line 202, in 
import_models
  self.models_module = import_module(models_module_name)
File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
  __import__(name)
File "/usr/lib/python2.7/dist-packages/openstack_auth/models.py", line 15, 
in 
  from openstack_auth.user import User# noqa
File "/usr/lib/python2.7/dist-packages/openstack_auth/user.py", line 26, in 

  from openstack_auth import utils
File "/usr/lib/python2.7/dist-packages/openstack_auth/utils.py", line 20, 
in 
  from django.contrib.auth import middleware
File "/usr/lib/python2.7/dist-packages/django/contrib/auth/middleware.py", 
line 4, in 
  from django.contrib.auth.backends import RemoteUserBackend
File "/usr/lib/python2.7/dist-packages/django/contrib/auth/backends.py", 
line 6, in 
  UserModel = get_user_model()
File "/usr/lib/python2.7/dist-packages/django/contrib/auth/__init__.py", 
line 180, in get_user_model
  "AUTH_USER_MODEL refers to model '%s' that has not been installed" % 
settings.AUTH_USER_MODEL
  django.core.exceptions.ImproperlyConfigured: AUTH_USER_MODEL refers to model 
'openstack_auth.User' that has not been installed
  dpkg: error processing package openstack-dashboard (--configure):
   subprocess installed post-installation script returned error exit status 1


This was observed while testing python-senlin-dashboard in
experimental, where openstack-dashboard was pulled in as a dependency.


cheers,

Andreas


python-senlin-dashboard_0.4.0-1.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
On 03/05/2017 09:06 PM, Allison Randal wrote:
> Thomas, are you working on these? Horizon and a large swath of
> dashboards for various projects are slated for autoremoval from testing.
> 
> I'm happy to dig into these, but I don't want to step on your toes if
> you're already on it.

I was expecting an answer first, though it's not coming. To me, that's a
false positive. It just doesn't work to install python-senlin-dashboard.
Which isn't very surprising: I left it in Experimental, because it
wasn't a production ready package.

We may overwrite the senlin-dashboard package with the one from Ocata
when we have it done anyway, so I think it's fine to just close the bug
then revisit and check senlin-dashboard install.

Therefore, I'm closing this bug. If you feel like it's best to reopen
and reassign the bug to python-senlin-dashboard, I have no objection
with this approach but the fact it's going to be depressing to see the
bug open for so long until we get Ocata finished and tested! :P

Cheers,

Thomas Goirand (zigo)--- End Message ---


Bug#856983: tigris: Incomplete debian/copyright?

2017-03-06 Thread Apollon Oikonomopoulos
Hi Chris,

On 21:40 Mon 06 Mar , Chris Lamb wrote:
> Source: tigris
> Version: 0.1.1-1
> Severity: serious
> Justication: Policy 12.5
> X-Debbugs-CC: Apollon Oikonomopoulos 
> 
> Hi,
> 
> I just ACCEPTed tigris from NEW but noticed it was missing 
> attribution or clarification in debian/copyright for the
> large-string.txt file.
> 
> Please could you add a note to debian/copyright about what
> this file is, its source, and why it includes text like "copyright ©",
> etc.

Thanks for the heads up. This file is used as input text for the tests.  
Apparently it's the Wikipedia page on the Danish philosopher Søren 
Kierkegaard. As all Wikipedia pages, it's licensed under CC-BY-SA 3.0.

I'll add this information to d/copyright with the next upload.

Regards,
Apollon



Bug#856983: Pending fixes for bugs in the tigris package

2017-03-06 Thread pkg-java-maintainers
tag 856983 + pending
thanks

Some bugs in the tigris package are closed in revision
e205ae0f9d2ba8b4045da73193b2faf78427fa6f in branch 'master' by
Apollon Oikonomopoulos

The full diff can be seen at
https://anonscm.debian.org/cgit/pkg-java/tigris.git/commit/?id=e205ae0

Commit message:

d/copyright: add information about tests/large-string.txt

Closes: #856983



Processed: Pending fixes for bugs in the tigris package

2017-03-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 856983 + pending
Bug #856983 [src:tigris] tigris: Incomplete debian/copyright?
Warning: Unknown package 'src:tigris'
Added tag(s) pending.
Warning: Unknown package 'src:tigris'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
856983: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856983
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#856983: tigris: Incomplete debian/copyright?

2017-03-06 Thread Chris Lamb
Apollon Oikonomopoulos wrote:

> Thanks for the heads up. This file is used as input text for the tests.  
> Apparently it's the Wikipedia page on the Danish philosopher Søren 
> Kierkegaard. As all Wikipedia pages, it's licensed under CC-BY-SA 3.0.

Great to hear; don't forget, its more for our users/derivatives/next
ftpmaster rather than this specific instance. :)

> I'll add this information to d/copyright with the next upload.

… perfect :)


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-



Bug#856705: closed by Ruben Undheim (Bug#856705: fixed in graywolf 0.1.4+20170306gitecee764-1)

2017-03-06 Thread Dima Kogan
Debian Bug Tracking System  writes:

> This is an automatic notification regarding your Bug report
> which was filed against the src:graywolf package:
>
> #856705: graywolf: License violation
>
> It has been closed by Ruben Undheim .

Thanks for taking care of this. You rock.



Bug#856925: marked as done (systray-mdstat: fails to start: Icon harddriveok.png not found at /usr/bin/systray-mdstat line 156.)

2017-03-06 Thread Debian Bug Tracking System
Your message dated Mon, 06 Mar 2017 23:18:54 +
with message-id 
and subject line Bug#856925: fixed in systray-mdstat 1.0.1-1
has caused the Debian Bug report #856925,
regarding systray-mdstat: fails to start: Icon harddriveok.png not found at 
/usr/bin/systray-mdstat line 156.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
856925: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856925
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: systray-mdstat
Version: 1.0.0-1
Severity: grave
Tags: patch

Trying to start systray-mdstat fails with:

 % systray-mdstat
 Icon harddriveok.png not found at /usr/bin/systray-mdstat line 156.

strace shows three failed attempts to open the file:

 % strace -e trace=file systray-mdstat 2>&1 |grep harddrive
 stat("share/harddriveok.png", 0x5627a78cc298) = -1 ENOENT (No such file or 
directory)
 stat("/usr/local/share/systray-mdstat/harddriveok.png", 0x5627a78cc298) = -1 
ENOENT (No such file or directory)
 stat("/usr/share/systray-mdstat/harddriveok.png", 0x5627a78cc298) = -1 ENOENT 
(No such file or directory)
 Icon harddriveok.png not found at /usr/bin/systray-mdstat line 156.

while the file is at 
/usr/share/perl5/auto/share/dist/systray-mdstat/harddriveok.png

The following patch fixes that:

---
diff --git a/bin/systray-mdstat b/bin/systray-mdstat
index e45e403..39a7428 100755
--- a/bin/systray-mdstat
+++ b/bin/systray-mdstat
@@ -90,8 +90,8 @@ my @icon_dirs = qw(
 # Unfortunately File::ShareDir functions die instead of returning
 # undef if they can't find an according directory.
 try {
-push(@icon_dirs, dist_dir('App-Systray-Mdstat'));
-}
+push(@icon_dirs, dist_dir('systray-mdstat'));
+};
 
 
 check_mdstat();
---

It does two things:
 - adds the missing semicolon after the try {} block;
 - changes the dist name from 'App-Systray-Mdstat' to 'systray-mdstat' to match 
   the location of the images as shipped in the Debian package.

Cheers,
dam


-- System Information:
Debian Release: 9.0
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages systray-mdstat depends on:
ii  libfile-sharedir-perl  1.102-1
ii  libgtk3-perl   0.030-1
ii  libtry-tiny-perl   0.28-1
pn  perl:any   

systray-mdstat recommends no packages.

Versions of packages systray-mdstat suggests:
ii  libgtk2-traymanager-perl  0.05-3+b3
ii  perlpanel 1:0.9.1+cvs20051225-2.1
pn  smart-notifier
ii  trayer1.1.5-1
ii  xfce4-panel   4.12.1-2

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: systray-mdstat
Source-Version: 1.0.1-1

We believe that the bug you reported is fixed in the latest version of
systray-mdstat, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 856...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Axel Beckert  (supplier of updated systray-mdstat package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 06 Mar 2017 23:48:18 +0100
Source: systray-mdstat
Binary: systray-mdstat
Architecture: source all
Version: 1.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Axel Beckert 
Changed-By: Axel Beckert 
Description:
 systray-mdstat - Notifies about Linux Software RAID changes in system tray
Closes: 856925
Changes:
 systray-mdstat (1.0.1-1) unstable; urgency=low
 .
   * New upstream bugfix release.
 + Fixes dist name for File::ShareDir. Thanks Damyan Ivanov!
(Closes: #856925)
Checksums-Sha1:
 cb9b9cf6cc264917f2e8e539d6a8b2c4cf147e6f 2191 systray-mdstat_1.0.1-1.dsc
 9c9e07afc7b18e99964d82af66cd71d67d44a6ce 32416 systray-mdstat_1.0.1.orig.tar.xz
 3511a348ac1e63cbef6fe3b5e1c58214c5c33f1a 2304 
systray-mdstat_1.0.1-1.debian.tar.xz
 380f829efdbbcd71c260

Bug#854701: python-asyncssh: FTBFS (failing tests)

2017-03-06 Thread Sandro Tosi
Hello Santiago,
are you still able to reproduce this in your environment? i just tried
on an up-to-date pbuilder chroot and it built fine (it was running in
a X environment tho).

On Thu, 09 Feb 2017 16:14:13 + Santiago Vila  wrote:
> Package: src:python-asyncssh
> Version: 1.8.1-2
> Severity: serious
>
> Dear maintainer:
>
> I tried to build this package in stretch with "dpkg-buildpackage -A"
> but it failed:
>
> 
> [...]
>  debian/rules build-indep
> dh build-indep --with python3,sphinxdoc --buildsystem pybuild
>dh_testdir -i -O--buildsystem=pybuild
>dh_update_autotools_config -i -O--buildsystem=pybuild
>dh_auto_configure -i -O--buildsystem=pybuild
> I: pybuild base:184: python3.5 setup.py config
> running config
>dh_auto_build -i -O--buildsystem=pybuild
> I: pybuild base:184: /usr/bin/python3 setup.py build
> running build
> running build_py
> creating /<>/.pybuild/pythonX.Y_3.5/build/asyncssh
> copying asyncssh/agent_win32.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/asyncssh
> copying asyncssh/known_hosts.py -> 
> /<>/.pybuild/pythonX.Y_3.5/build/asyncssh
>
> [... snipped ...]
>
> ==
> ERROR: test_xauth_environment (tests.test_x11._TestX11)
> Test getting Xauthority path from the environment
> --
> Traceback (most recent call last):
>   File "/usr/lib/python3.5/unittest/mock.py", line 1159, in patched
> return func(*args, **keywargs)
>   File "/<>/tests/util.py", line 59, in async_wrapper
> return self.loop.run_until_complete(wrapped_func)
>   File "/usr/lib/python3.5/asyncio/base_events.py", line 466, in 
> run_until_complete
> return future.result()
>   File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
> raise self._exception
>   File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
> result = coro.send(None)
>   File "/<>/tests/test_x11.py", line 498, in 
> test_xauth_environment
> yield from self._check_x11()
>   File "/<>/tests/test_x11.py", line 339, in _check_x11
> proc = yield from _create_x11_process(conn, command, **kwargs)
>   File "/<>/tests/test_x11.py", line 52, in _create_x11_process
> x11_display=x11_display, **kwargs))
>   File "/<>/asyncssh/misc.py", line 152, in __iter__
> return (yield from self._coro)
>   File "/<>/asyncssh/connection.py", line 2487, in create_process
> **kwargs)
>   File "/<>/asyncssh/connection.py", line 2408, in create_session
> bool(self._agent_path)))
>   File "/<>/asyncssh/channel.py", line 895, in create
> 'X11 forwarding request failed')
> asyncssh.misc.ChannelOpenError: Channel Open Error: X11 forwarding request 
> failed
>
> --



Bug#854587: marked as done (icedove: incorrect start-version in {icedove,thunderbird}.maintscript)

2017-03-06 Thread Debian Bug Tracking System
Your message dated Tue, 07 Mar 2017 03:20:43 +
with message-id 
and subject line Bug#854587: fixed in icedove 1:45.7.1-2
has caused the Debian Bug report #854587,
regarding icedove: incorrect start-version in {icedove,thunderbird}.maintscript
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
854587: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854587
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: icedove
Version: 1:45.6.0-3
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

the .maintscript files list a start-version of 1:45.6.0-1~, but sid has
already a newer untransitioned version: 1:45.6.0-2


Andreas

PS: do you plan to rename the source package to thunderbird, too?
--- End Message ---
--- Begin Message ---
Source: icedove
Source-Version: 1:45.7.1-2

We believe that the bug you reported is fixed in the latest version of
icedove, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 854...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Goehre  (supplier of updated icedove package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 06 Mar 2017 20:39:23 -0500
Source: icedove
Binary: thunderbird icedove thunderbird-dev icedove-dev thunderbird-dbg 
icedove-dbg lightning iceowl-extension calendar-google-provider 
thunderbird-l10n-all thunderbird-l10n-ar thunderbird-l10n-ast 
thunderbird-l10n-be thunderbird-l10n-bg thunderbird-l10n-bn-bd 
thunderbird-l10n-br thunderbird-l10n-ca thunderbird-l10n-cs thunderbird-l10n-da 
thunderbird-l10n-de thunderbird-l10n-el thunderbird-l10n-en-gb 
thunderbird-l10n-es-ar thunderbird-l10n-es-es thunderbird-l10n-et 
thunderbird-l10n-eu thunderbird-l10n-fi thunderbird-l10n-fr 
thunderbird-l10n-fy-nl thunderbird-l10n-ga-ie thunderbird-l10n-gd 
thunderbird-l10n-gl thunderbird-l10n-he thunderbird-l10n-hr thunderbird-l10n-hu 
thunderbird-l10n-hy-am thunderbird-l10n-id thunderbird-l10n-is 
thunderbird-l10n-it thunderbird-l10n-ja thunderbird-l10n-ko thunderbird-l10n-lt 
thunderbird-l10n-nb-no thunderbird-l10n-nl thunderbird-l10n-nn-no 
thunderbird-l10n-pa-in thunderbird-l10n-pl thunderbird-l10n-pt-br 
thunderbird-l10n-pt-pt
 thunderbird-l10n-rm thunderbird-l10n-ro thunderbird-l10n-ru 
thunderbird-l10n-si thunderbird-l10n-sk thunderbird-l10n-sl thunderbird-l10n-sq 
thunderbird-l10n-sr thunderbird-l10n-sv-se thunderbird-l10n-ta-lk 
thunderbird-l10n-tr thunderbird-l10n-uk thunderbird-l10n-vi 
thunderbird-l10n-zh-cn thunderbird-l10n-zh-tw icedove-l10n-all icedove-l10n-ar 
icedove-l10n-ast icedove-l10n-be icedove-l10n-bg icedove-l10n-bn-bd 
icedove-l10n-br icedove-l10n-ca icedove-l10n-cs icedove-l10n-da icedove-l10n-de 
icedove-l10n-el icedove-l10n-en-gb icedove-l10n-es-ar icedove-l10n-es-es 
icedove-l10n-et icedove-l10n-eu icedove-l10n-fi icedove-l10n-fr 
icedove-l10n-fy-nl icedove-l10n-ga-ie icedove-l10n-gd icedove-l10n-gl 
icedove-l10n-he icedove-l10n-hr icedove-l10n-hu icedove-l10n-hy-am 
icedove-l10n-id icedove-l10n-is icedove-l10n-it icedove-l10n-ja icedove-l10n-ko 
icedove-l10n-lt icedove-l10n-nb-no icedove-l10n-nl icedove-l10n-nn-no 
icedove-l10n-pa-in icedove-l10n-pl icedove-l10n-pt-br
 icedove-l10n-pt-pt icedove-l10n-rm icedove-l10n-ro icedove-l10n-ru 
icedove-l10n-si icedove-l10n-sk icedove-l10n-sl icedove-l10n-sq icedove-l10n-sr 
icedove-l10n-sv-se icedove-l10n-ta-lk icedove-l10n-tr icedove-l10n-uk 
icedove-l10n-vi icedove-l10n-zh-cn icedove-l10n-zh-tw lightning-l10n-ar 
lightning-l10n-be lightning-l10n-bg lightning-l10n-bn-bd lightning-l10n-br 
lightning-l10n-ca lightning-l10n-cs lightning-l10n-cy lightning-l10n-da 
lightning-l10n-de lightning-l10n-el lightning-l10n-es-ar lightning-l10n-es-es 
lightning-l10n-en-gb lightning-l10n-et lightning-l10n-eu lightning-l10n-fi 
lightning-l10n-fr lightning-l10n-fy-nl lightning-l10n-ga-ie lightning-l10n-gd 
lightning-l10n-gl lightning-l10n-he lightning-l10n-hr lightning-l10n-hu 
lightning-l10n-hy-am lightning-l10n-id lightning-l10n-is lightning-l10n-it 
lightning-l10n-ja lightning-l10n-ko lightning-l10n-lt lightning-l10n-nb-no 
lightning-l10n-nl lightning-l10n-nn-no lightning-l10n-pa-in 

Bug#855872: marked as done (command line arguments are not properly handled (breaking existing applications))

2017-03-06 Thread Debian Bug Tracking System
Your message dated Tue, 07 Mar 2017 03:20:43 +
with message-id 
and subject line Bug#855872: fixed in icedove 1:45.7.1-2
has caused the Debian Bug report #855872,
regarding command line arguments are not properly handled (breaking existing 
applications)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
855872: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855872
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: thunderbird
Version: 1:45.7.1-1
Severity: serious

Hi,

the new thunderbird wrapper script breaks the command line parsing
E.g. "thunderbird --ProfileManager" no longer works, instead you get an
error:

$ thunderbird --ProfileManager
Illegal option --

Usage: thunderbird [-h|-vg|-- @args]
The options have to be used in the correct order!
...

This is related to #855334, but I don't think, existing tools should be
updated to use "--", instead the wrapper script needs to be fixed to be
backwards compatible.

Marking this as RC, as it breaks existing applications and scripts.

Regards,
Michael

-- System Information:
Debian Release: 9.0
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages thunderbird depends on:
ii  debianutils   4.8.1
ii  fontconfig2.11.0-6.7
ii  libasound21.1.3-5
ii  libatk1.0-0   2.22.0-1
ii  libc6 2.24-9
ii  libcairo2 1.14.8-1
ii  libdbus-1-3   1.10.16-1
ii  libdbus-glib-1-2  0.108-2
ii  libevent-2.0-52.0.21-stable-3
ii  libffi6   3.2.1-6
ii  libfontconfig12.11.0-6.7
ii  libfreetype6  2.6.3-3+b1
ii  libgcc1   1:6.3.0-8
ii  libgdk-pixbuf2.0-02.36.5-2
ii  libglib2.0-0  2.50.3-1
ii  libgtk2.0-0   2.24.31-2
ii  libhunspell-1.4-0 1.4.1-2+b1
ii  libicu57  57.1-5
ii  libnspr4  2:4.12-6
ii  libnss3   2:3.26.2-1
ii  libpango-1.0-01.40.3-3
ii  libpangocairo-1.0-0   1.40.3-3
ii  libpangoft2-1.0-0 1.40.3-3
ii  libpixman-1-0 0.34.0-1
ii  libsqlite3-0  3.16.2-2
ii  libstartup-notification0  0.12-4
ii  libstdc++66.3.0-8
ii  libvpx4   1.6.1-2
ii  libx11-6  2:1.6.4-3
ii  libxcomposite11:0.4.4-2
ii  libxdamage1   1:1.1.4-2+b1
ii  libxext6  2:1.3.3-1
ii  libxfixes31:5.0.3-1
ii  libxrender1   1:0.9.10-1
ii  libxt61:1.1.5-1
ii  psmisc22.21-2.1+b1
ii  zlib1g1:1.2.8.dfsg-5

Versions of packages thunderbird recommends:
ii  hunspell-de-de [hunspell-dictionary]  20161207-1
ii  hunspell-en-us [hunspell-dictionary]  20070829-7
ii  lightning 1:45.7.1-1

Versions of packages thunderbird suggests:
pn  apparmor  
ii  fonts-lyx 2.2.2-1
ii  libgssapi-krb5-2  1.15-1

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: icedove
Source-Version: 1:45.7.1-2

We believe that the bug you reported is fixed in the latest version of
icedove, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 855...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Goehre  (supplier of updated icedove package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 06 Mar 2017 20:39:23 -0500
Source: icedove
Binary: thunderbird icedove thunderbird-dev icedove-dev thunderbird-dbg 
icedove-dbg lightning iceowl-extension calendar-google-provider 
thunderbird-l10n-all thunderbird-l10n-ar thunderbird-l10n-ast 
thunderbird-l10n-be thunderbird-l10n-bg thunderbird-l10n-bn-bd 
thunderbird-l10n-br thunderbird-l10n-ca thunderbird-l10n-cs thunderbird-l10n-da 
thunderbird-l1

Bug#855343: marked as done (thunderbird: AppArmor profile contains faulty characters (Syntax Error))

2017-03-06 Thread Debian Bug Tracking System
Your message dated Tue, 07 Mar 2017 03:20:43 +
with message-id 
and subject line Bug#855343: fixed in icedove 1:45.7.1-2
has caused the Debian Bug report #855343,
regarding thunderbird: AppArmor profile contains faulty characters (Syntax 
Error)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
855343: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855343
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: thunderbird
Version: 1:45.7.1-1
Severity: normal

After installing Thunderbird from sid, systemd shows that AppArmor failed at
every boot. I found that this is caused by the usr.bin.thunderbird profile.

On lines 28 to 32, spaces seem to be replaced by the · character. This causes
the AppArmor parser to fail.

ERROR: Syntax Error: Unknown line found in file
/etc/apparmor.d/usr.bin.thunderbird line 29:
/usr/bin/exo-open·ixr,

The snippet

  # For·Xubuntu·to·launch·the·browser
  /usr/bin/exo-open·ixr,
  /usr/lib/@{multiarch}/xfce4/exo-1/exo-helper-1·ixr,
  /etc/xdg/xdg-xubuntu/xfce4/helpers.rc·r,
  /etc/xdg/xfce4/helpers.rc·r,

should be replaced with

  # For Xubuntu to launch the browser
  /usr/bin/exo-open ixr,
  /usr/lib/@{multiarch}/xfce4/exo-1/exo-helper-1 ixr,
  /etc/xdg/xdg-xubuntu/xfce4/helpers.rc r,
  /etc/xdg/xfce4/helpers.rc r,

which fixes this problem.



-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages thunderbird depends on:
ii  debianutils   4.8.1
ii  fontconfig2.11.0-6.7
ii  libasound21.1.3-4
ii  libatk1.0-0   2.22.0-1
ii  libc6 2.24-9
ii  libcairo2 1.14.8-1
ii  libdbus-1-3   1.10.14-1
ii  libdbus-glib-1-2  0.108-2
ii  libevent-2.0-52.0.21-stable-2.1
ii  libffi6   3.2.1-6
ii  libfontconfig12.11.0-6.7
ii  libfreetype6  2.6.3-3+b1
ii  libgcc1   1:6.3.0-6
ii  libgdk-pixbuf2.0-02.36.4-1
ii  libglib2.0-0  2.50.2-2
ii  libgtk2.0-0   2.24.31-2
ii  libhunspell-1.4-0 1.4.1-2+b1
ii  libicu57  57.1-5
ii  libnspr4  2:4.12-6
ii  libnss3   2:3.26.2-1
ii  libpango-1.0-01.40.3-3
ii  libpangocairo-1.0-0   1.40.3-3
ii  libpangoft2-1.0-0 1.40.3-3
ii  libpixman-1-0 0.34.0-1
ii  libsqlite3-0  3.16.2-2
ii  libstartup-notification0  0.12-4
ii  libstdc++66.3.0-6
ii  libvpx4   1.6.1-2
ii  libx11-6  2:1.6.4-3
ii  libxcomposite11:0.4.4-2
ii  libxdamage1   1:1.1.4-2+b1
ii  libxext6  2:1.3.3-1
ii  libxfixes31:5.0.3-1
ii  libxrender1   1:0.9.10-1
ii  libxt61:1.1.5-1
ii  psmisc22.21-2.1+b1
ii  zlib1g1:1.2.8.dfsg-5

Versions of packages thunderbird recommends:
ii  hunspell-en-us [hunspell-dictionary]  20070829-7
ii  hunspell-nl [hunspell-dictionary] 1:5.2.5-1
pn  lightning 

Versions of packages thunderbird suggests:
ii  apparmor  2.11.0-2
pn  fonts-lyx 
ii  libgssapi-krb5-2  1.15-1

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: icedove
Source-Version: 1:45.7.1-2

We believe that the bug you reported is fixed in the latest version of
icedove, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 855...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Goehre  (supplier of updated icedove package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 06 Mar 2017 20:39:23 -0500
Source: icedove
Binary: thunderbird icedove thunderbird-dev icedove-dev thunderbird-dbg 
icedove-dbg lightning iceowl-extension calendar-google-provider 
thunderbird-l10n-all thunderbird-l10

Bug#855282: debsign: support .buildinfo files

2017-03-06 Thread James McCoy
On Thu, Feb 16, 2017 at 05:23:00PM +, Ximin Luo wrote:
> I've done an initial implementation here:
> 
> https://anonscm.debian.org/cgit/collab-maint/devscripts.git/log/?h=pu/debsign-buildinfo
> 
> Please review!

This was merged and uploaded in 2.17.2.  However, now I see that
buildinfo files may be arch-qualified even with a _source.changes (e.g.,
by using "sbuild -A --source-only-changes").  That's not currently
handled properly since "debsign foo_ver_source.changes" expects
"foo_ver_source.buildinfo" to exist.

Should debsign be deriving the path for the buildinfo from the contents
of the changes file?

Cheers,
-- 
James
GPG Key: 4096R/91BF BF4D 6956 BD5D F7B7  2D23 DFE6 91AE 331B A3DB



Processed: severity of 856774 is serious

2017-03-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # breaks the package
> severity 856774 serious
Bug #856774 [xfce4-equake-plugin] xfce4-equake-plugin: Fails to download data, 
needs to use https
Severity set to 'serious' from 'important'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
856774: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856774
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#856004: khtml: please build-depen on libssl1.0-dev for Stretch

2017-03-06 Thread John Paul Adrian Glaubitz
On 03/01/2017 08:21 AM, Sebastian Andrzej Siewior wrote:
>> The problem is that if the package was to be rebuilt now, it would be
>> rebuilt with OpenSSL 1.1 and not OpenSSL 1.0 which is the original
>> motivation for this bug report by Sebastian!
> 
> it already has been built with 1.1. We are done with the binNMUs for
> openssl.

Right, I forgot about that even though I was actually involved in that
through Debian Ports.

Anyway, can we make a decision here, please? I would like to see this bug
closed. I assume that just changing the Build-Depends from libssl-dev
to libssl1.0-dev should be the most straight-forward way of dealing with
this given the fact that Qt is still built against 1.0.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



Bug#813949: bluetooth: error causing service to be unusable: Not enough free handles to register service

2017-03-06 Thread John Paul Adrian Glaubitz
Control: severity -1 normal
Control: severity 815146 normal

Hello!

> Try enabling experimental features from bluetoothd :
> (...)
> This fixed the :
> (...)

So, basically the bluetooth package works as expected and there is no actual bug
that justifies the severity 'grave' as per Debian Policy, i.e. the package is 
not
rendered unusable and it also does not cause data loss.

GATT is part of the Bluetooth low-energy specification and if the current 
version
of the bluetooth stack in Debian currently does not support properly, it may be
annoying but it's not something that justifies a bug report with this severity.

Since there is also no way that the release team would allow a new version of 
the
package into testing right now because of the freeze, I am downgrading the 
severity
to normal. Please note that setting the severity of a bug report to 'grave' 
requires
an actual justification as per Debian Policy, i.e. you have to refer to the 
Debian
Policy and name the section the bug violates.

> Feb 06 15:47:43 servo bluetoothd[801]: Failed to obtain handles for "Service 
> Changed" characteristic

I am seeing this message in the logs as well. However, Bluetooth still works 
fine
here, I just tested it with a Sony Bluetooth keyboard.

Thanks,
Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



Processed: Re: bluetooth: error causing service to be unusable: Not enough free handles to register service

2017-03-06 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 normal
Bug #813949 [bluetooth] bluetooth: error causing service to be unusable: Not 
enough free handles to register service
Bug #815146 [bluetooth] bluetooth: Can't start bluetoothd service cause «not 
enough free handles to register service»
Severity set to 'normal' from 'grave'
Severity set to 'normal' from 'grave'
> severity 815146 normal
Bug #815146 [bluetooth] bluetooth: Can't start bluetoothd service cause «not 
enough free handles to register service»
Bug #813949 [bluetooth] bluetooth: error causing service to be unusable: Not 
enough free handles to register service
Ignoring request to change severity of Bug 815146 to the same value.
Ignoring request to change severity of Bug 813949 to the same value.

-- 
813949: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813949
815146: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815146
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems