Processed: Re: Bug#801585: python-debianbts: get_bugs interface is broken

2015-10-13 Thread Debian Bug Tracking System
Processing control commands:

> reopen -1
Bug #801585 {Done: Bastian Venthur } [python-debianbts] 
python-debianbts: get_bugs interface is broken
'reopen' may be inappropriate when a bug has been closed with a version;
all fixed versions will be cleared, and you may need to re-add them.
Bug reopened
No longer marked as fixed in versions python-debianbts/2.5.2.

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



Bug#801585: python-debianbts: get_bugs interface is broken

2015-10-13 Thread Ritesh Raj Sarraf
Control: reopen -1

On Tue, 2015-10-13 at 14:47 +0200, Gaetano Guerriero wrote:
> 
> Hello, and thank you for the logs.
> 
> With --threads 1 I get no errors, can you confirm this ?
> 
> If it is a thread issue maybe we could lower severity.

THis bug was closed by the last upload. Was it intentionally closed ?
Because, the bug is still reproducible with more than 1 thread.

-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System


signature.asc
Description: This is a digitally signed message part


Bug#800810: openslide-python: Missing Build-Depends on python3-pil and libopenslide-dev

2015-10-13 Thread Benjamin Gilbert
A reasonable fix might be to just tell pybuild not to run tests.  
OpenSlide Python doesn't have a test suite, and probably won't any time 
soon.




Bug#795664: Fixed ruby-handlebars-assets FTBS

2015-10-13 Thread Mathieu Parent
Hello,

I've fixed the FTBS in my local git repo. I'll request pkg-ruby-extras
membership and upload the fixes next week. As don't know Ruby either,
can someone from the team review?

Detail:
* patch 0001: the package was previously splitted as libjs-handlebars
and libjs-handlebars.runtime
* patch 0002: missing ruby load path. This one is strange and I don't
understand why system load path should be listed here
* patch 0003: fixes js path. This is related to 0001
* TODO patch 0004: debian/changelog

Regards
-- 
Mathieu
From 23e6c7735a5421b5142bf47cc76d97ba72623931 Mon Sep 17 00:00:00 2001
From: Mathieu Parent 
Date: Tue, 13 Oct 2015 04:58:28 +0200
Subject: [PATCH 3/3] Fix path during tests

---
 debian/patches/0002-Fix-slimbars-test.patch | 37 +
 debian/patches/series   |  1 +
 2 files changed, 38 insertions(+)
 create mode 100644 debian/patches/0002-Fix-slimbars-test.patch

diff --git a/debian/patches/0002-Fix-slimbars-test.patch b/debian/patches/0002-Fix-slimbars-test.patch
new file mode 100644
index 000..78c433f
--- /dev/null
+++ b/debian/patches/0002-Fix-slimbars-test.patch
@@ -0,0 +1,37 @@
+From: Mathieu Parent 
+Date: Tue, 13 Oct 2015 05:26:45 +0200
+Subject: Fix slimbars test
+
+---
+ test/handlebars_assets/slimbars_test.rb | 5 +
+ 1 file changed, 5 insertions(+)
+
+diff --git a/test/handlebars_assets/slimbars_test.rb b/test/handlebars_assets/slimbars_test.rb
+index f162d81..2002f26 100644
+--- a/test/handlebars_assets/slimbars_test.rb
 b/test/handlebars_assets/slimbars_test.rb
+@@ -5,6 +5,11 @@ module HandlebarsAssets
+ include SprocketsScope
+ include CompilerSupport
+ 
++def teardown
++  HandlebarsAssets::Config.reset!
++  HandlebarsAssets::Handlebars.reset!
++end
++
+ def compile_slim(source)
+   Slim::Template.new(HandlebarsAssets::Config.slim_options) { source }.render
+ end
+diff --git a/test/test_helper.rb b/test/test_helper.rb
+index c829413..fc18e3c 100644
+--- a/test/test_helper.rb
 b/test/test_helper.rb
+@@ -57,7 +57,7 @@ module HandlebarsAssets
+ def reset!
+   @chomp_underscore_for_partials = nil
+   @compiler = nil
+-  @compiler_path = nil
++  @compiler_path = 'vendor/assets/javascripts'
+   @haml_options = nil
+   @known_helpers = nil
+   @known_helpers_only = nil
diff --git a/debian/patches/series b/debian/patches/series
index d77d941..543a72c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 engine-root.patch
+0002-Fix-slimbars-test.patch
-- 
2.6.1

From c20b61299da5ba14d7e61f8d66702beb251fb747 Mon Sep 17 00:00:00 2001
From: Mathieu Parent 
Date: Tue, 13 Oct 2015 04:11:55 +0200
Subject: [PATCH 2/3] Fixing: uninitialized constant MiniTest::Test (NameError)
 (Closes: #795664)

---
 debian/ruby-tests.rake | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index fc925a8..024e4ab 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,5 +1,6 @@
 require 'rake/testtask'
 Rake::TestTask.new(:test) do |test|
+  test.libs << '/usr/lib/ruby/vendor_ruby'
   test.libs << 'test'
   test.test_files = FileList["test/**/*_test.rb"]
   test.verbose = false
-- 
2.6.1

From 09f88579ab0f0b667ce40d56b0964af281d212f9 Mon Sep 17 00:00:00 2001
From: Mathieu Parent 
Date: Tue, 13 Oct 2015 03:21:04 +0200
Subject: [PATCH 1/3] Remove circular dep on libjs-handlebars{,.runtime}

---
 debian/control | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index ab3e0c2..7388f96 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers 
 Uploaders: Pirate Praveen 
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~), ruby-slim,
- ruby-execjs, ruby-tilt, ruby-multi-json, ruby-sprockets, ruby-haml,
- libjs-handlebars (>= 2:0.20.1~), libjs-handlebars.runtime (>= 2:0.20.1~)
+ ruby-execjs, ruby-tilt, ruby-multi-json, ruby-sprockets, ruby-haml
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-handlebars-assets.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-handlebars-assets.git;a=summary
-- 
2.6.1



Bug#801739: plasma-workspace: plasmashell crashes after login through display manager

2015-10-13 Thread Robi Malik

On 14/10/15 15:08, Diederik de Haas wrote:

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799948


Confirmed: I can fix the problem by adding myself (and
presumably all users that want to login) to the video group.

Thanks.



Bug#801739: plasma-workspace: plasmashell crashes after login through display manager

2015-10-13 Thread Diederik de Haas
On Wednesday 14 October 2015 14:56:13 Robi Malik wrote:
> Failed to create OpenGL context for format QSurfaceFormat(version 2.0,
> options QFlags(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1,
> blueBufferSize -1, alphaBufferSize 8, stencilBufferSize 8, samples -1,
> swapBehavior 2, swapInterval 1, profile  0) 

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799948

signature.asc
Description: This is a digitally signed message part.


Bug#801739: plasma-workspace: plasmashell crashes after login through display manager

2015-10-13 Thread Robi Malik
Package: plasma-workspace
Version: 4:5.4.2-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

When I login through KDM, I get an error popup saying that KDM has
crashed, and the workspace does not open. There should be no crash
and the workspace should start normally.

Below is the KDE crash report and my xession-errors file. I think
the crash is related to this message in xsession-errors:

Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options 
QFlags(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, 
blueBufferSize -1, alphaBufferSize 8, stencilBufferSize 8, samples -1, 
swapBehavior 2, swapInterval 1, profile  0) 

I have found a workaround: by running startx from a console,
I can start KDE. Having done that once, I can afterwards also login
from the display manager, however the problem is back after reboot.
I have also tried lightdm instead of kdm, but the problem is the same.

Regards
Robi Malik

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

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

Versions of packages plasma-workspace depends on:
ii  dbus-x111.10.0-3
ii  frameworkintegration5.14.0-1
ii  gdb 7.10-1
ii  kactivities 5.14.0-1
ii  kde-cli-tools   4:5.4.2-1
ii  kded5   5.14.0-1
ii  kinit   5.14.0-1
ii  kio 5.14.0-1
ii  libc6   2.19-22
ii  libcln6 1.3.4-1
ii  libdbusmenu-qt5-2   0.9.3+15.10.20150604-1
ii  libgcc1 1:5.2.1-21
ii  libgps213.11-3
ii  libice6 2:1.0.9-1+b1
ii  libkf5activities5   5.14.0-1
ii  libkf5auth5 5.14.0-1
ii  libkf5baloo55.14.0-2
ii  libkf5bookmarks55.14.0-1
ii  libkf5completion5   5.14.0-1
ii  libkf5configcore5   5.14.0-1
ii  libkf5configgui55.14.0-1
ii  libkf5configwidgets55.14.0-1
ii  libkf5coreaddons5   5.14.0-1
ii  libkf5crash55.14.0-1
ii  libkf5dbusaddons5   5.14.0-1
ii  libkf5declarative5  5.14.0-1
ii  libkf5globalaccel-bin   5.14.0-1
ii  libkf5globalaccel5  5.14.0-1
ii  libkf5guiaddons55.14.0-1
ii  libkf5i18n5 5.14.0-1
ii  libkf5iconthemes5   5.14.0-1
ii  libkf5idletime5 5.14.0-1
ii  libkf5itemviews55.14.0-1
ii  libkf5jobwidgets5   5.14.0-1
ii  libkf5js5   5.14.0-2
ii  libkf5jsembed5  5.14.0-1
ii  libkf5kdelibs4support5  5.14.0-1
ii  libkf5kiocore5  5.14.0-1
ii  libkf5kiofilewidgets5   5.14.0-1
ii  libkf5kiowidgets5   5.14.0-1
ii  libkf5networkmanagerqt6 5.14.0-1
ii  libkf5newstuff5 5.14.0-1
ii  libkf5notifications55.14.0-1
ii  libkf5notifyconfig5 5.14.0-1
ii  libkf5package5  5.14.0-1
ii  libkf5plasma5   5.14.0-1
ii  libkf5plasmaquick5  5.14.0-1
ii  libkf5quickaddons5  5.14.0-1
ii  libkf5runner5   5.14.0-1
ii  libkf5screen6   4:5.4.2-1
ii  libkf5service-bin   5.14.3-1
ii  libkf5service5  5.14.3-1
ii  libkf5solid55.14.0-2
ii  libkf5su5   5.14.0-1
ii  libkf5texteditor5   5.14.0-1
ii  libkf5textwidgets5  5.14.0-1
ii  libkf5wallet-bin5.14.0-1
ii  libkf5wallet5   5.14.0-1
ii  libkf5waylandclient54:5.4.2-1
ii  libkf5waylandserver54:5.4.2-1
ii  libkf5webkit5   5.14.0-1
ii  libkf5widgetsaddons55.14.0-1
ii  libkf5windowsystem5 5.14.0-1
ii  libkf5xmlgui5   5.14.0-1
ii  libkf5xmlrpcclient5 5.14.0-1
ii  libksgrd7   4:5.4.2-1
ii  libkworkspace5-54:5.4.2-1
ii  libpam0g1.1.8-3.1
ii  libphonon4qt5-4 4:4.8.3-2
ii  libplasma-geolocation-interface54:5.4.2-1
ii  libprocesscore7 4:5.4.2-1
ii  libprocessui7   4:5.4.2-1
ii  libqalculate5v5 0.9.7-9.1
ii  libqt5core5a5.4.2+dfsg

Bug#755202: dringende reactie

2015-10-13 Thread Aspire Money Loan®


groeten,
  Ik ben mevrouw Annie Ethan uit een particuliere kredietverlening 
bedrijf dat bekend staat als Aspire Money Loan®. Wij bieden alle soorten lening 
tegen 3% rente. Als u behoefte van de lening zo vriendelijk contact met ons op 
met de onderstaande informatie.
Volledige naam:
Geslacht:
land:
adres:
Leenbedrag:
duur:
tel:
Wij wachten uw reactie als je geïnteresseerd bent
Dankjewel,
Annie Ethan

-- 
Esta mensagem foi verificada pelo sistema de antivirus e
 acredita-se estar livre de perigo.



Bug#801497: marked as done (docdiff: non-free file "devutil/JIS0208.TXT")

2015-10-13 Thread Debian Bug Tracking System
Your message dated Wed, 14 Oct 2015 00:04:30 +
with message-id 
and subject line Bug#801497: fixed in docdiff 0.5.0+git20151014-1
has caused the Debian Bug report #801497,
regarding docdiff: non-free file "devutil/JIS0208.TXT"
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.)


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

File "devutil/JIS0208.TXT" appears to be non-free:


#   This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
#   No claims are made as to fitness for any particular purpose.  No
#   warranties of any kind are expressed or implied.  The recipient
#   agrees to determine applicability of information provided.  If this
#   file has been provided on magnetic media by Unicode, Inc., the sole
#   remedy for any claim will be exchange of defective media within 90
#   days of receipt.
#
#   Recipient is granted the right to make copies in any form for
#   internal distribution and to freely use the information supplied
#   in the creation of products supporting Unicode.  Unicode, Inc.
#   specifically excludes the right to re-distribute this file directly
#   to third parties or other organizations whether for profit or not.


Please investigate.

-- 
Cheers,
 Dmitry Smirnov
 GPG key : 4096R/53968D1B


signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Source: docdiff
Source-Version: 0.5.0+git20151014-1

We believe that the bug you reported is fixed in the latest version of
docdiff, 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 801...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kenshi Muto  (supplier of updated docdiff 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: Tue, 13 Oct 2015 09:06:22 +0900
Source: docdiff
Binary: docdiff
Architecture: source all
Version: 0.5.0+git20151014-1
Distribution: unstable
Urgency: low
Maintainer: Kenshi Muto 
Changed-By: Kenshi Muto 
Description:
 docdiff- Compares two files word by word / char by char
Closes: 801497
Changes:
 docdiff (0.5.0+git20151014-1) unstable; urgency=low
 .
   * New upstream release in GitHub.
 - Removed devutil/JIS0208.TXT to follow its terms of use. (Closes: #801497)
   Thanks Dmitry for finding this.
Checksums-Sha1:
 ca81e2fcbe0a125f78003dd3cff8cb3a939e787a 1821 docdiff_0.5.0+git20151014-1.dsc
 2191038a8ae8d7bfba3ee8e4a8464d34b0996f7d 140094 
docdiff_0.5.0+git20151014.orig.tar.gz
 2ed90a62159572da3afbae83a2cb7fac22378321 6292 
docdiff_0.5.0+git20151014-1.debian.tar.xz
 afc832c497009d7c0301a9f19438b30a234dcad8 121788 
docdiff_0.5.0+git20151014-1_all.deb
Checksums-Sha256:
 f318865d66876aa345558d2bc4fc1d815a24ada90642f676f7210c062142f99c 1821 
docdiff_0.5.0+git20151014-1.dsc
 002ca9444a887347787f2be788901f256ef9db72f6006ae7ad9f48fdcf6b216b 140094 
docdiff_0.5.0+git20151014.orig.tar.gz
 28180adbc0545dc057a73d71a06060551bc1c717331dc4205efa392c1acbdeb3 6292 
docdiff_0.5.0+git20151014-1.debian.tar.xz
 6e22f68457f6579c7b2976e3fd5db2134b4749d5b22f5cee0d7a94e17be56c10 121788 
docdiff_0.5.0+git20151014-1_all.deb
Files:
 b8e05eb5238164eff8b37f2d8b871de4 1821 text optional 
docdiff_0.5.0+git20151014-1.dsc
 1c2e032f478baa87f1a9f32c100ec695 140094 text optional 
docdiff_0.5.0+git20151014.orig.tar.gz
 25c2fe2414bd8c080d2c3477c57b291b 6292 text optional 
docdiff_0.5.0+git20151014-1.debian.tar.xz
 0a670d332b041417cd27732b714210ae 121788 text optional 
docdiff_0.5.0+git20151014-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWHZgRAAoJEB0hyD3EUuD8alQP/jvZcIxys8kl7Ihd4CXdkprR
P0UqGCxFAbfj0Us7QdXwCRdLtiODZ4z0kWavZEGmqRa60H9kNzuYpmoQQ0LWayv5
SlFfktPBhtJvDcIr3I19mV7bN5/AhSmrxfJo06Si2PKmJPsCC1lHO99WZt8qkcbu
AM2m3v31EGxtRYNFOZgT5FWm/gIGVpDduUvmwjXx+a3QKKzCcZB4DRjcfSjqGoRG
6ZQxGxEJfF+zwo8rWXl8RdnuOfXJqdF2mKSIT2ke87H9XjMeZb1iglpuvCnhg7IL
bu+AzvNMdLL5FwXT5iUaF+lRJwBRIyxlY26j/+6SqYKAj/Q77upVN+8HaKBwv8XT
7CCX7qYP/N50hG1enYJYbgqZWFNi5xfDeBpFoqtLpPtezFvWjpUKeuYxBB

Bug#801733: python-biopython: build-depends unsatisfiable in stretch

2015-10-13 Thread peter green

Package: python-biopython
Severity: serious
Tags: stretch

The release policy says that "packages must be buildable within the same 
release". Your package build-depends on python3-mysqldb which is not in 
testing.


To make your package releasable either bug 801112 needs to be fixed so 
that python3-mysqldb can migrate to testing or the build-dependency of 
your package on python3-mysqldb needs to be eliminated.




Processed: patch

2015-10-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 797279 + patch
Bug #797279 [src:swift-im] swift-im ftbfs in unstable
Added tag(s) patch.
> thanks
Stopping processing here.

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



Bug#801598: nvidia device permissions in jessie

2015-10-13 Thread Luca Boccassi
On Tue, 2015-10-13 at 09:17 +0100, Luca Boccassi wrote:
> On Oct 12, 2015 12:09, "Andreas Beckmann"  wrote:
> >
> > Thanks for finding some of the missing pieces :-)
> >
> > I assume the module nowadays gets loaded by udev ... is there any
> way to
> > get some more verbose log out of udev to see what hardware it found
> and
> > which modules (and with which options) it tries to load for that ...
> 
> I am not sure. I'll try having "debug" in the kernel cmdline and see
> if I get extra info.
> 
> > Test with the driver package from jessie, not backports.
> 
> Ok, I'll downgrade again before doing further tests.

[CC'ed 801598 so that relevant info appears there too]

Downgraded and booted with "debug", and systemd got A LOT more
verbose :-)

But it was very useful, as digging through the log I figured out what is
loading the module. As you suspected, it's udev. More precisely, it's
this systemd unit at boot:

/lib/systemd/system/systemd-udev-trigger.service

And even more precisely, this udevadm call by that unit:

udevadm trigger --type=devices --action=add

If I remove that command from the service and reboot, the nvidia module
is still loaded and the devices are still created but with 660
root:video permissions/ownership (so Gnome oopses as expected).

So, how are we going to deal with this?

Kind regards,
Luca Boccassi



Bug#800954: marked as done (vdr-plugin-xine: FTBFS with vdr 2.2.0: error: invalid conversion from 'cPixmap*' to 'cPixmapMemory*')

2015-10-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Oct 2015 22:21:43 +
with message-id 
and subject line Bug#800954: fixed in vdr-plugin-xine 0.9.4-14
has caused the Debian Bug report #800954,
regarding vdr-plugin-xine: FTBFS with vdr 2.2.0: error: invalid conversion from 
'cPixmap*' to 'cPixmapMemory*'
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.)


-- 
800954: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800954
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: vdr-plugin-xine
Version: 0.9.4-13
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

vdr-plugin-xine cannot be built with vdr 2.2.0 in sid:

 debian/rules build
dh build --parallel
   dh_testdir -O--parallel
   dh_auto_configure -O--parallel
   debian/rules override_dh_auto_build
make[1]: Entering directory '/tmp/buildd/vdr-plugin-xine-0.9.4'
dh_auto_build -- all DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=. 
LOCALEDIR=debian/tmp/usr/share/locale
make -j1 all DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=. 
LOCALEDIR=debian/tmp/usr/share/locale
make[2]: Entering directory '/tmp/buildd/vdr-plugin-xine-0.9.4'
g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
-fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"xine"' 
-DFIFO_DIR=\"/tmp/vdr-xine\" -DVERIFY_BITMAP_DIRTY=0 -DSET_VIDEO_WINDOW 
`pkg-config --cflags libxine`  -I/usr/include/vdr/include xine.c
g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
-fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"xine"' 
-DFIFO_DIR=\"/tmp/vdr-xine\" -DVERIFY_BITMAP_DIRTY=0 -DSET_VIDEO_WINDOW 
`pkg-config --cflags libxine`  -I/usr/include/vdr/include xineDevice.c
xineDevice.c: In member function 'void 
PluginXine::cXineDevice::mainMenuTrampoline()':
xineDevice.c:4234:79: warning: ignoring return value of 'int asprintf(char**, 
const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   ::asprintf(&msg, tr("Switching primary DVB to %s..."), m_plugin->Name());
   ^
xineDevice.c:4245:82: warning: ignoring return value of 'int asprintf(char**, 
const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   ::asprintf(&msg, tr("Switched primary DVB back from %s"), 
m_plugin->Name());

  ^
g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
-fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"xine"' 
-DFIFO_DIR=\"/tmp/vdr-xine\" -DVERIFY_BITMAP_DIRTY=0 -DSET_VIDEO_WINDOW 
`pkg-config --cflags libxine`  -I/usr/include/vdr/include xineLib.c
xineLib.c: In member function 'uchar* 
PluginXine::cXineLib::execFuncGrabImage(const char*, int&, bool, int, int, 
int)':
xineLib.c:4305:21: warning: ignoring return value of 'int asprintf(char**, 
const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 , outfd);
 ^
xineLib.c:4313:21: warning: ignoring return value of 'int asprintf(char**, 
const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 , outfd);
 ^
g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
-fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"xine"' 
-DFIFO_DIR=\"/tmp/vdr-xine\" -DVERIFY_BITMAP_DIRTY=0 -DSET_VIDEO_WINDOW 
`pkg-config --cflags libxine`  -I/usr/include/vdr/include xineOsd.c
xineOsd.c: In member function 'void PluginXine::cXineOsd::callSendWindow(int, 
int, int, int, int, int, int, int, bool)':
xineOsd.c:501:47: error: invalid conversion from 'cPixmap*' to 'cPixmapMemory*' 
[-fpermissive]
   while (cPixmapMemory *pm = RenderPixmaps())
   ^
Makefile:105: recipe for target 'xineOsd.o' failed
make[2]: *** [xineOsd.o] Error 1
make[2]: Leaving directory '/tmp/buildd/vdr-plugin-xine-0.9.4'
dh_auto_build: make -j1 

Processed: user debian...@lists.debian.org, usertagging 800034, severity of 800034 is serious ...

2015-10-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> user debian...@lists.debian.org
Setting user to debian...@lists.debian.org (was a...@debian.org).
> usertags 800034 piuparts
There were no usertags set.
Usertags are now: piuparts.
> severity 800034 serious
Bug #800034 [virtualbox-ext-pack] virtualbox-ext-pack: failed to uninstall
Severity set to 'serious' from 'normal'
> found 800034 5.0.6-2
Bug #800034 [virtualbox-ext-pack] virtualbox-ext-pack: failed to uninstall
Marked as found in versions virtualbox-ext-pack/5.0.6-2.
> thanks
Stopping processing here.

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



Bug#801726: FTBFS: AttributeError: can't set attribute

2015-10-13 Thread Brian May
Source: python-watchdog
Version: 0.8.3-1
Severity: serious
Justification: Does not build from source

I am guessing it might be some sort of Python 3.5 issue.

I: pybuild base:170: python3.5 setup.py test 
running test
Traceback (most recent call last):
  File "setup.py", line 154, in 
zip_safe=False
  File "/usr/lib/python3.5/distutils/core.py", line 148, in setup
dist.run_commands()
  File "/usr/lib/python3.5/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
  File "/usr/lib/python3.5/distutils/dist.py", line 973, in run_command
cmd_obj.ensure_finalized()
  File "/usr/lib/python3.5/distutils/cmd.py", line 107, in ensure_finalized
self.finalize_options()
  File "setup.py", line 73, in finalize_options
'tests']
AttributeError: can't set attribute
E: pybuild pybuild:262: test: plugin distutils failed with: exit code=1: 
python3.5 setup.py test 
dh_auto_test: pybuild --test -i python{version} -p 3.5 3.4 --dir . returned 
exit code 13
make: *** [build] Error 25



Bug#795639: assword fails with "Decryption error: Decryption failed"

2015-10-13 Thread demure
These two commands have fixed gpg 2.1.8 for me, on sid.

Prior to the fix, I had:
gpg: decryption failed: No secret key

On Sun, 16 Aug 2015 10:16:03 -0700 Russ Allbery  wrote:
> Daniel Kahn Gillmor  writes:
> 
> 
> Aha.  Okay, I seem to have fixed it, although I still don't really
> understand what happened.  On a hunch, I ran:
> 
> $ gpg2 --import ~/.gnupg/pubring.gpg
> 
> That spat out a bunch of output (tons and tons of those legacy key
> messages), and then I ran:
> 
> $ gpg2 --import ~/.gnupg/secring.gpg
>... 
> -- 
> Russ Allbery (r...@debian.org)   
> 
> 


Bug#783612: marked as done (python-pymodbus: fails to install: python SyntaxError)

2015-10-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Oct 2015 21:53:07 +
with message-id 
and subject line Bug#783612: fixed in pymodbus 1.2.0+git20151013-1
has caused the Debian Bug report #783612,
regarding python-pymodbus: fails to install: python SyntaxError
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.)


-- 
783612: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783612
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-pymodbus
Version: 1.2.0+git20150104-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

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...):

  Selecting previously unselected package python-pymodbus.
  (Reading database ... 8426 files and directories currently installed.)
  Preparing to unpack .../python-pymodbus_1.2.0+git20150104-1_all.deb ...
  Unpacking python-pymodbus (1.2.0+git20150104-1) ...
  Setting up python-pymodbus (1.2.0+git20150104-1) ...
File "/usr/lib/python2.7/dist-packages/ez_setup.py", line 76
  ), file=sys.stderr)
 ^
  SyntaxError: invalid syntax
  
File "/usr/lib/python2.7/dist-packages/pymodbus/client/async_asyncio.py", 
line 78
  yield from self._connect()
   ^
  SyntaxError: invalid syntax
  
  dpkg: error processing package python-pymodbus (--configure):
   subprocess installed post-installation script returned error exit status 101
  Errors were encountered while processing:
   python-pymodbus


cheers,

Andreas


python-pymodbus_1.2.0+git20150104-1.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Source: pymodbus
Source-Version: 1.2.0+git20151013-1

We believe that the bug you reported is fixed in the latest version of
pymodbus, 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 783...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
W. Martin Borgert  (supplier of updated pymodbus 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: Tue, 13 Oct 2015 20:41:48 +
Source: pymodbus
Binary: python-pymodbus
Architecture: source all
Version: 1.2.0+git20151013-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 

Changed-By: W. Martin Borgert 
Description:
 python-pymodbus - full Modbus protocol implementation
Closes: 783612
Changes:
 pymodbus (1.2.0+git20151013-1) unstable; urgency=low
 .
   * Use latest git from upstream.
   * Don't install ez_setup.py.
   * Fixed Vcs fields.
   * Closes: #783612, thanks to Andreas Beckmann!
 (syntax error, already closed in previous version)
Checksums-Sha1:
 b05790c44e3a4e9416a23a56889a2a8e346e240b 2192 pymodbus_1.2.0+git20151013-1.dsc
 5421e4ff0ecfbac69c879a35bfbc3075017cd332 501596 
pymodbus_1.2.0+git20151013.orig.tar.gz
 8808073a22f26100f9b2221e271a9e66d518933e 4316 
pymodbus_1.2.0+git20151013-1.debian.tar.xz
 3c15cabcbb8fdb4f6e69a236054a9b74ebdf0ccb 126356 
python-pymodbus_1.2.0+git20151013-1_all.deb
Checksums-Sha256:
 21100d721dd31fffea552aa696043232e96aa1694586f5e663244316ee7fadd8 2192 
pymodbus_1.2.0+git20151013-1.dsc
 f06de06c68f75ec5b3662519b17eb09dfcb0f93e53de4dfa8d287d22ec727f56 501596 
pymodbus_1.2.0+git20151013.orig.tar.gz
 3d76e3b36e9c3ca92fb244d2305ba8c647414e2dedc0f17bc2d80ec444556912 4316 
pymodbus_1.2.0+git20151013-1.debian.tar.xz
 98f09f94a631410c674e2fac107d481bb50a29118a0e905a6e649b322b4c470d 126356 
python-pymodbus_1.2.0+git20151013-1_all.deb
Files:
 101d1d565685e45584abcce099018e4c 2192 python optional 
pymodbus_1.2.0+git20151013-1.dsc
 430978aac3e980b900ad3f6ec469db8c 501596 python optional 
pymodbus_1.2.0+git20151013.orig.tar.gz
 3848585368da039029cc5efa20ef0ecf 4316 python optional 
pymodbus_1.2.0+git20151013-1.debian.tar.xz
 89d1edf36d84b47b604ae7eed19e49ac 126356 python optional 
python-pymodbus_1.2.0+git20151013-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJWHXo7AAoJEOPgocKGuWPqMAUP/36+RtC6qkP17NWJZNb2nI5d
cIPUXcYRJh8IB75ghrtPhF3Yk4OG4WrK7W0ve5RkFiyP7AqvkLvurNL5RA2qEbGI
YYXSmZhUbvz95C

Processed: Bug#783612 marked as pending

2015-10-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 783612 pending
Bug #783612 [python-pymodbus] python-pymodbus: fails to install: python 
SyntaxError
Added tag(s) pending.
> thanks
Stopping processing here.

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



Bug#783612: marked as pending

2015-10-13 Thread W . Martin Borgert
tag 783612 pending
thanks

Hello,

Bug #783612 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:


http://git.debian.org/?p=python-modules/packages/pymodbus.git;a=commitdiff;h=655c07a

---
commit 655c07a688bd5f94bfdb1d981566c1b2f54e61d8
Author: W. Martin Borgert 
Date:   Tue Oct 13 22:57:00 2015 +0200

prepare version 1.2.0+git20151013-1

diff --git a/debian/changelog b/debian/changelog
index 3224f5e..9b67f8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+pymodbus (1.2.0+git20151013-1) unstable; urgency=low
+
+  * Use latest git from upstream.
+  * Don't install ez_setup.py.
+  * Fixed Vcs fields.
+  * Closes: #783612, thanks to Andreas Beckmann!
+(syntax error, already closed in previous version)
+
+ -- W. Martin Borgert   Tue, 13 Oct 2015 20:41:48 +
+
 pymodbus (1.2.0+git20150925-1) unstable; urgency=low
 
   * Use latest git from upstream, fixing some issues.



Bug#801046: git: "Out of memory, malloc failed" cloning certain repos

2015-10-13 Thread PICCORO McKAY Lenz
the 2.X does not have that problem, but i not used 2.x
due i not have jeese or sid, i use only squeeze and wheeze-live

seems that commits u refer have the point of the problem
as i explain, the tech exact info its in
commit c80d96ca0c3cf948c5062bf6591a46c625620b6d (tags/v1.9-rc0~97^2)
but i also read its also a workaround like i send prevoiusly
but more elegancy..

right now i coulnd analize that code at that commit but can u
take over this or notify something on debian mantainers?

2015-10-12 15:32 GMT-04:30, Jonathan Nieder :
> tags 801046 + moreinfo
> quit
>
> Hi Lenz,
>
> PICCORO McKAY Lenz wrote:
>
>> Version: 1:1.7.10.4-1+wheezy1
>> Severity: grave
>
> I am able to use git.  Are you sure the package is actually unusable?
> For example, do commands like "git init" work?
>
> [...]
>> Current version of git for wheeze and squeeze are unusable, does not
>> work as normal user for make it work user must know the root
>> password and swicht, sudo does not work!
>
> Thanks for reporting.  I'm having some trouble understanding the exact
> problem.
>
> Does version 2.x have this problem as well?  There was a change
> upstream mentioning http.pushbuffer but I am not sure if it is
> related.
>
> commit c80d96ca0c3cf948c5062bf6591a46c625620b6d (tags/v1.9-rc0~97^2)
> Author: Brian M. Carlson 
> Date:   Thu Oct 31 02:36:51 2013 -0400
>
> remote-curl: fix large pushes with GSSAPI
>
> Due to an interaction between the way libcurl handles GSSAPI
> authentication over HTTP and the way git uses libcurl, large
> pushes (those over http.postBuffer bytes) would fail due to
> an authentication failure requiring a rewind of the curl
> buffer.  Such a rewind was not possible because the data did
> not fit into the entire buffer.
>
> Enable the use of the Expect: 100-continue header for large
> requests where the server offers GSSAPI authentication to
> avoid this issue, since the request would otherwise fail.
> This allows git to get the authentication data right before
> sending the pack contents.  Existing cases where pushes
> would succeed, including small requests using GSSAPI, still
> disable the use of 100 Continue, as it causes problems for
> some remote HTTP implementations (servers and proxies).
>
> Signed-off-by: Brian M. Carlson 
> Signed-off-by: Jeff King 
>
> Thanks and hope that helps,
> Jonathan
>


-- 
Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com



Bug#778106: marked as done (rheolef: ftbfs with GCC-5)

2015-10-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Oct 2015 21:29:06 +
with message-id 
and subject line Bug#778106: fixed in rheolef 6.6-1
has caused the Debian Bug report #778106,
regarding rheolef: ftbfs with GCC-5
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.)


-- 
778106: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778106
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:rheolef
Version: 6.5-1
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/rheolef_6.5-1_unstable_gcc5.log
The last lines of the build log are at the end of this report.

To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, new warnings
resulting in build failures with -Werror turned on, or new/dropped
symbols in Debian symbols files.  For other C/C++ related build failures
see the porting guide at http://gcc.gnu.org/gcc-5/porting_to.html

[...]
/bin/rm -f /«PKGBUILDDIR»/include/rheolef/environment.h
ln -s /«PKGBUILDDIR»/skit/plib2/environment.h environment.h
linking done.
make  all-am
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../../config  -fno-strict-aliasing -I../../include -I/usr/include/suitesparse 
   -D_FORTIFY_SOURCE=2  -O3 -D_FORTIFY_SOURCE=2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -std=c++11 -Wall 
-Wno-unused -Werror -Wno-strict-aliasing -O2  -MT index_set.lo -MD -MP -MF 
.deps/index_set.Tpo -c -o index_set.lo index_set.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../config -fno-strict-aliasing 
-I../../include -I/usr/include/suitesparse -D_FORTIFY_SOURCE=2 -O3 
-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -std=c++11 -Wall -Wno-unused -Werror 
-Wno-strict-aliasing -O2 -MT index_set.lo -MD -MP -MF .deps/index_set.Tpo -c 
index_set.cc  -fPIC -DPIC -o .libs/index_set.o
mv -f .deps/index_set.Tpo .deps/index_set.Plo
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../../config  -fno-strict-aliasing -I../../include -I/usr/include/suitesparse 
   -D_FORTIFY_SOURCE=2  -O3 -D_FORTIFY_SOURCE=2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -std=c++11 -Wall 
-Wno-unused -Werror -Wno-strict-aliasing -O2  -MT environment.lo -MD -MP -MF 
.deps/environment.Tpo -c -o environment.lo environment.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../config -fno-strict-aliasing 
-I../../include -I/usr/include/suitesparse -D_FORTIFY_SOURCE=2 -O3 
-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -std=c++11 -Wall -Wno-unused -Werror 
-Wno-strict-aliasing -O2 -MT environment.lo -MD -MP -MF .deps/environment.Tpo 
-c environment.cc  -fPIC -DPIC -o .libs/environment.o
mv -f .deps/environment.Tpo .deps/environment.Plo
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../../config  -fno-strict-aliasing -I../../include -I/usr/include/suitesparse 
   -D_FORTIFY_SOURCE=2  -O3 -D_FORTIFY_SOURCE=2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -std=c++11 -Wall 
-Wno-unused -Werror -Wno-strict-aliasing -O2  -MT distributor.lo -MD -MP -MF 
.deps/distributor.Tpo -c -o distributor.lo distributor.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../config -fno-strict-aliasing 
-I../../include -I/usr/include/suitesparse -D_FORTIFY_SOURCE=2 -O3 
-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -std=c++11 -Wall -Wno-unused -Werror 
-Wno-strict-aliasing -O2 -MT distributor.lo -MD -MP -MF .deps/distributor.Tpo 
-c distributor.cc  -fPIC -DPIC -o .libs/distributor.o
mv -f .deps/distributor.Tpo .deps/distributor.Plo
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../../config  -fno-strict-a

Bug#793062: marked as done (human-icon-theme: debian/clean-up.sh runs processes in background)

2015-10-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Oct 2015 21:17:06 +
with message-id 
and subject line Bug#793062: fixed in human-icon-theme 0.28.debian-3.4~deb8u1
has caused the Debian Bug report #793062,
regarding human-icon-theme: debian/clean-up.sh runs processes in background
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.)


-- 
793062: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793062
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: human-icon-theme
Version: 0.28.debian-3.3
Severity: serious

This script is run during the build and buggy:

= debian/clean-up.sh =
#!/bin/sh

# Manually clean-up 
find ./ -name Makefile.in* | xargs rm -f &>/dev/null
rm -f ./po/Makefile.in.in &>/dev/null
rm -f ./configure &>/dev/null
rm -f ./intltool-update.in &>/dev/null
rm -f ./intltool-merge.in &>/dev/null
rm -r ./intltool-extract.in &>/dev/null
rm -f ./config.guess &>/dev/null
rm -f ./config.sub &>/dev/null
rm -f ./install-sh &>/dev/null
rm -f ./missing &>/dev/null
rm -f ./aclocal.m4 &>/dev/null
= =

All processes are run in the background s.t. it is possible for the
build process to have finished and the pbuilder chroot to have been
cleaned up before these background processes are finished:

>From todays's tests with human-icon-theme:
1234 10988  0.0  0.0  11668   740 pts/85   S12:27   0:00 find ./ -name 
Makefile.in*
1234 10989  0.0  0.0   8536   724 pts/85   S12:27   0:00 xargs rm -f
1234 12374  0.0  0.0   2040   264 pts/73   S16:35   0:00 rm -r 
./intltool-extract.in
1234  4436  0.0  0.0  11668  1088 pts/85   S+   17:48   0:00 find ./ -name 
Makefile.in*
1234  4437  0.0  0.0   8536   796 pts/85   S+   17:48   0:00 xargs rm -f
1234  4442  0.0  0.0   8416   728 pts/85   S+   17:48   0:00 rm -r 
./intltool-extract.in
1234  9708  0.0  0.0  11668   992 pts/73   S17:56   0:00 find ./ -name 
Makefile.in*
1234  9709  0.0  0.0   8536   740 pts/73   S17:56   0:00 xargs rm -f
1234 31377  0.0  0.0  11668   984 pts/73   S18:01   0:00 find ./ -name 
Makefile.in*
1234 31378  0.0  0.0   8536   704 pts/73   S18:01   0:00 xargs rm -f
1234 30223  0.0  0.0  11668  1104 pts/73   S18:38   0:00 find ./ -name 
Makefile.in*
1234 30224  0.0  0.0   8536   796 pts/73   S18:38   0:00 xargs rm -f

For some reason some of these processes get stuck (and they also block
a wrapper script around pbuilder to terminate since the tty is still
in use). 

I could reproduce this in wheezy, jessie, stretch, and sid pbuilder chroots.


Andreas
--- End Message ---
--- Begin Message ---
Source: human-icon-theme
Source-Version: 0.28.debian-3.4~deb8u1

We believe that the bug you reported is fixed in the latest version of
human-icon-theme, 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 793...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann  (supplier of updated human-icon-theme 
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, 12 Oct 2015 08:58:05 +0200
Source: human-icon-theme
Binary: human-icon-theme
Architecture: source all
Version: 0.28.debian-3.4~deb8u1
Distribution: jessie
Urgency: medium
Maintainer: Alan Baghumian 
Changed-By: Andreas Beckmann 
Description:
 human-icon-theme - Human Icon theme
Closes: 793062
Changes:
 human-icon-theme (0.28.debian-3.4~deb8u1) jessie; urgency=medium
 .
   * Non-maintainer upload.
   * Rebuild for jessie.
 .
 human-icon-theme (0.28.debian-3.4) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * debian/clean-up.sh: Do not run processes in background.  (Closes: #793062)
Checksums-Sha1:
 4a6f8eb545e9fdd2e3ae5b631bf285708f5080c1 2194 
human-icon-theme_0.28.debian-3.4~deb8u1.dsc
 242ff431dc4309e728416b081a8f7c248376aa20 27676 
human-icon-theme_0.28.debian-3.4~deb8u1.debian.tar.xz
 a2afb58588ab37c4d2072fb0b225b8671eaed93b 613092 
human-icon-theme_0.28.debian-3.4~deb8u1_all.deb
Checksums-Sha256:
 aed2ef6d46382b3b099f155117dbb0cc9e51e45661f2915051211745e38b0fa3 2194 
human-icon-theme_0.28.debian-3.4~deb8u1.dsc
 924dfac80ec3ff64c73143c6d0a609129e87e08859fa88136b1bf06f075bf185 27676 
human-icon-them

Bug#793161: marked as done (tangerine-icon-theme: debian/clean-up.sh runs processes in background)

2015-10-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Oct 2015 21:17:07 +
with message-id 
and subject line Bug#793161: fixed in tangerine-icon-theme 
0.26.debian-3.1~deb8u1
has caused the Debian Bug report #793161,
regarding tangerine-icon-theme: debian/clean-up.sh runs processes in background
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.)


-- 
793161: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793161
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: human-icon-theme
Version: 0.28.debian-3.3
Severity: serious

This script is run during the build and buggy:

= debian/clean-up.sh =
#!/bin/sh

# Manually clean-up 
find ./ -name Makefile.in* | xargs rm -f &>/dev/null
rm -f ./po/Makefile.in.in &>/dev/null
rm -f ./configure &>/dev/null
rm -f ./intltool-update.in &>/dev/null
rm -f ./intltool-merge.in &>/dev/null
rm -r ./intltool-extract.in &>/dev/null
rm -f ./config.guess &>/dev/null
rm -f ./config.sub &>/dev/null
rm -f ./install-sh &>/dev/null
rm -f ./missing &>/dev/null
rm -f ./aclocal.m4 &>/dev/null
= =

All processes are run in the background s.t. it is possible for the
build process to have finished and the pbuilder chroot to have been
cleaned up before these background processes are finished:

>From todays's tests with human-icon-theme:
1234 10988  0.0  0.0  11668   740 pts/85   S12:27   0:00 find ./ -name 
Makefile.in*
1234 10989  0.0  0.0   8536   724 pts/85   S12:27   0:00 xargs rm -f
1234 12374  0.0  0.0   2040   264 pts/73   S16:35   0:00 rm -r 
./intltool-extract.in
1234  4436  0.0  0.0  11668  1088 pts/85   S+   17:48   0:00 find ./ -name 
Makefile.in*
1234  4437  0.0  0.0   8536   796 pts/85   S+   17:48   0:00 xargs rm -f
1234  4442  0.0  0.0   8416   728 pts/85   S+   17:48   0:00 rm -r 
./intltool-extract.in
1234  9708  0.0  0.0  11668   992 pts/73   S17:56   0:00 find ./ -name 
Makefile.in*
1234  9709  0.0  0.0   8536   740 pts/73   S17:56   0:00 xargs rm -f
1234 31377  0.0  0.0  11668   984 pts/73   S18:01   0:00 find ./ -name 
Makefile.in*
1234 31378  0.0  0.0   8536   704 pts/73   S18:01   0:00 xargs rm -f
1234 30223  0.0  0.0  11668  1104 pts/73   S18:38   0:00 find ./ -name 
Makefile.in*
1234 30224  0.0  0.0   8536   796 pts/73   S18:38   0:00 xargs rm -f

For some reason some of these processes get stuck (and they also block
a wrapper script around pbuilder to terminate since the tty is still
in use). 

I could reproduce this in wheezy, jessie, stretch, and sid pbuilder chroots.


Andreas
--- End Message ---
--- Begin Message ---
Source: tangerine-icon-theme
Source-Version: 0.26.debian-3.1~deb8u1

We believe that the bug you reported is fixed in the latest version of
tangerine-icon-theme, 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 793...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann  (supplier of updated tangerine-icon-theme 
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: Tue, 06 Oct 2015 11:46:38 +0200
Source: tangerine-icon-theme
Binary: tangerine-icon-theme
Architecture: source all
Version: 0.26.debian-3.1~deb8u1
Distribution: jessie
Urgency: medium
Maintainer: Alan Baghumian 
Changed-By: Andreas Beckmann 
Description:
 tangerine-icon-theme - Tangerine Icon theme
Closes: 793161
Changes:
 tangerine-icon-theme (0.26.debian-3.1~deb8u1) jessie; urgency=medium
 .
   * Non-maintainer upload.
   * Rebuild for jessie.
 .
 tangerine-icon-theme (0.26.debian-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * debian/clean-up.sh: Do not run processes in background.  (Closes: #793161)
Checksums-Sha1:
 b6bae23a3feae2a53a3a1ba6c9bb3977cf30745b 2220 
tangerine-icon-theme_0.26.debian-3.1~deb8u1.dsc
 28dd772baafa456095f4c026fb50b8feaf0284b5 29067 
tangerine-icon-theme_0.26.debian-3.1~deb8u1.diff.gz
 604d0bfa8e34de697cde47d5ce146f184bea7632 381404 
tangerine-icon-theme_0.26.debian-3.1~deb8u1_all.deb
Checksums-Sha256:
 fd1faba97e91df9f664981dae13bcb63d01163c2319e3d45ef26a22c902d701c 2220 
tangerine-icon-theme_0.26.debian-3.1~deb8u1.dsc
 07506f56d84cc36d3ca862551463c746

Processed: python-pymodbus: fails to install: python SyntaxError

2015-10-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 783612 pymodbus/1.2.0+git20150104-1
Bug #783612 [python-pymodbus] python-pymodbus: fails to install: python 
SyntaxError
Ignoring request to alter found versions of bug #783612 to the same values 
previously set
> notfound 783612 pymodbus/1.2.0+git20150925-1
Bug #783612 [python-pymodbus] python-pymodbus: fails to install: python 
SyntaxError
Ignoring request to alter found versions of bug #783612 to the same values 
previously set
> thanks
Stopping processing here.

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



Bug#783612: python-pymodbus: fails to install: python SyntaxError

2015-10-13 Thread W. Martin Borgert
notfound 783612 1.2.0+git20150925-1
thanks

Forgot to close this bug in d/ch.



Processed: python-pymodbus: fails to install: python SyntaxError

2015-10-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> notfound 783612 1.2.0+git20150925-1
Bug #783612 [python-pymodbus] python-pymodbus: fails to install: python 
SyntaxError
Ignoring request to alter found versions of bug #783612 to the same values 
previously set
> thanks
Stopping processing here.

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



Bug#801663: marked as done (libuniversal-ref-perl: relax build-dependency on libdata-dump-streamer-perl, broken by perl 5.22)

2015-10-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Oct 2015 19:51:41 +
with message-id 
and subject line Bug#801663: fixed in libuniversal-ref-perl 0.14-3
has caused the Debian Bug report #801663,
regarding libuniversal-ref-perl: relax build-dependency on 
libdata-dump-streamer-perl, broken by perl 5.22
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.)


-- 
801663: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801663
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libdata-dump-streamer-perl
Version: 2.38-2
Severity: important
User: debian-p...@lists.debian.org
Usertags: perl-5.22-transition
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=102369

This package FTBFS with perl 5.22:

Test Summary Report
---
t/globtest.t  (Wstat: 768 Tests: 19 Failed: 3)
Failed 3/24 test programs. 5/369 subtests failed.
  Failed tests:  5-7
  Non-zero exit status: 3
t/madness.t   (Wstat: 256 Tests: 7 Failed: 1)
  Failed test:  7
  Non-zero exit status: 1
t/madness_json.t  (Wstat: 256 Tests: 7 Failed: 1)
  Failed test:  7
  Non-zero exit status: 1
Files=24, Tests=369,  6 wallclock secs ( 0.10 usr  0.14 sys +  4.56 cusr  0.40 
csys =  5.20 CPU)
Result: FAIL

Cheers,
Dominic.
--- End Message ---
--- Begin Message ---
Source: libuniversal-ref-perl
Source-Version: 0.14-3

We believe that the bug you reported is fixed in the latest version of
libuniversal-ref-perl, 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 801...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Niko Tyni  (supplier of updated libuniversal-ref-perl 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: Tue, 13 Oct 2015 22:27:11 +0300
Source: libuniversal-ref-perl
Binary: libuniversal-ref-perl
Architecture: source
Version: 0.14-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group 
Changed-By: Niko Tyni 
Description:
 libuniversal-ref-perl - turns ref() into a multimethod
Closes: 801663
Changes:
 libuniversal-ref-perl (0.14-3) unstable; urgency=medium
 .
   * Team upload.
   * Remove build dependency on libdata-dump-streamer-perl,
 broken by Perl 5.22. (Closes: #801663)
   * Declare the package autopkgtestable
Checksums-Sha1:
 5634b6a5464fb0164ad2f3f313479d57eb10a14a 2123 libuniversal-ref-perl_0.14-3.dsc
 4e2dd2e2648dd4395390f20c3a368060e98f1f03 2944 
libuniversal-ref-perl_0.14-3.debian.tar.xz
Checksums-Sha256:
 8a51e4f9aaed1da7ed57844910a326bf3ff52a76b7aea91b10b1fc02ab5e22da 2123 
libuniversal-ref-perl_0.14-3.dsc
 656d4c930632a5d7b41f8622b550712912ae5043fa49ad09c629bcd815e9f9b3 2944 
libuniversal-ref-perl_0.14-3.debian.tar.xz
Files:
 64871429389eff590c15eba91475fc60 2123 perl optional 
libuniversal-ref-perl_0.14-3.dsc
 a49faa92cb4369fd3e331adf7db48d45 2944 perl optional 
libuniversal-ref-perl_0.14-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWHVz8AAoJEC7A/7O3MBsfnsQP/iQCVm/Krlb3wSx5o4cPIIt8
GmkKMWwrYd9JIkXOYn3gzdQQZWA/LEluBlZcc0bQ3uWsqeo+/DlqeELxlDqCgGW3
j7bbusXIzn5eRvR4AQv3Ww4o5BdSBj4Tz22fEzQX+su83B/OoDnq0QmQyW18OmY3
CmfPygCE/P7DSZ07JO0QrVHkWFEDnAtBi3VTyQX+0B+FeoNjQnwuttJBfoCL1Ica
GNF333Sz3JD9p4ENxldAeU3O6Y8PK62UHQOP7DNDV9SZ/Z4BovaTZ+/LBMgEPT2V
DjPUPDmUYVAt22cRrAolmuMiHuDpZ/2RLAHajgvveMYnZ1tzc0EDl3kHF4Jm3+g+
xQ0e9Vbly5iVihVcvii+j4QIox+0BJD4eD55Iv4A+i/CWZREJWDv7MxmBY1kyrkW
s+NX2iuBB/uF1SsHn4C3IYa2/EQ7olJhKPNhIh6Cr3wHGw3+ZL6DryCw8QT1D+bH
mr7nQNXvnaeqWbv/0TOKr1MB/cXtaD9AM8Gc8il6n99/Hanf1lcmc5OKJ99D3A4E
5mzOJjNePEJuYTm5N1Lt4zrEVgScDuQE45dFg9REvMMLiKeIboZzn8hPtaIEdvS3
sLr/iyIk7YtGWS/i+cz5P4AnxSb4NoYd11sFRUvXpEkpXq8XRmoCHDd49l0ia42Q
3hvp1PxTY6NKI7h2/l2h
=RBgN
-END PGP SIGNATURE End Message ---


Bug#799696: marked as done (redis-sentinel: fails to write config file)

2015-10-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Oct 2015 19:51:51 +
with message-id 
and subject line Bug#799696: fixed in redis 2:3.0.4-8
has caused the Debian Bug report #799696,
regarding redis-sentinel: fails to write config file
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.)


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

Package: redis-sentinal
Version: 2:3.0.4-4
Severity: serious

Hi,

unfortunately the read-only fs changes in the systemd service don't seem 
to make the sentinel happy:



3694:X 21 Sep 17:19:40.754 # Sentinel config file 
/etc/redis/sentinel.conf is not writable: Read-only file system. Exiting...


I think sentinel.conf is not a directory and ReadWriteDirectories works 
on directories.



The redis-server likes to write its own config file, too. Imho it should 
be allowed to write to /etc/redis, too.



Cheers,

Bernd

--
Mit freundlichen Grüßen


Bernd Zeimetz
Systems Engineer
Debian Developer

conova communications GmbH
Web| http://www.conova.com/
E-Mail | b.zeim...@conova.com

Zentrale Salzburg
Karolingerstraße 36A
5020 Salzburg

Tel | +43 (0) 662 22 00 - 313
Fax | +43 (0) 662 22 00 - 209

Es gelten die Allgemeinen Geschäftsbedingungen der
conova communications GmbH, http://www.conova.com/de/agb/


smime.p7s
Description: S/MIME cryptographic signature
--- End Message ---
--- Begin Message ---
Source: redis
Source-Version: 2:3.0.4-8

We believe that the bug you reported is fixed in the latest version of
redis, 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 799...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Lamb  (supplier of updated redis 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: Tue, 13 Oct 2015 20:46:23 +0100
Source: redis
Binary: redis-server redis-tools redis-sentinel
Architecture: source amd64
Version: 2:3.0.4-8
Distribution: unstable
Urgency: medium
Maintainer: Chris Lamb 
Changed-By: Chris Lamb 
Description:
 redis-sentinel - Persistent key-value database with network interface 
(monitoring)
 redis-server - Persistent key-value database with network interface
 redis-tools - Persistent key-value database with network interface (client)
Closes: 799696
Changes:
 redis (2:3.0.4-8) unstable; urgency=medium
 .
   * Use `ProtectSystem=true` over `ProtectSystem=full` in
 redis-sentinel.service so that it can write its own configuration file
 under /etc. Thanks to Pete Hicks  for the report and fix.
 (Closes: #799696)
Checksums-Sha1:
 693d8ab630f5325e8639b89f61a83b8fa802d501 1961 redis_3.0.4-8.dsc
 ea340b26a53a34393083a092d383edf9e465678c 30400 redis_3.0.4-8.debian.tar.xz
 13e9e041f341311c005db9c0a74e0f4bd3763252 16208 redis-sentinel_3.0.4-8_amd64.deb
 e3687b6681a7369b32e53f66deaeb1777ca6 350198 redis-server_3.0.4-8_amd64.deb
 cecd5302ba0ee873d6507d068726b86ee867c72c 98648 redis-tools_3.0.4-8_amd64.deb
Checksums-Sha256:
 0a4d7adfb1760f64c9e4a275d93086758b5cfb7a6a273ce29b524bd802ee0462 1961 
redis_3.0.4-8.dsc
 e3a200ec26478402a85d3ab540a9142ae25edca727f62f7a6dd083ce5f29a0c3 30400 
redis_3.0.4-8.debian.tar.xz
 28fa946d46016c3fb151e69e22b918781a2f06605b1f57a6f1876ba08f7741de 16208 
redis-sentinel_3.0.4-8_amd64.deb
 e30e1b03fb14cf7716bb0bca58f16531a88aef7666c8920310d588a58ce87810 350198 
redis-server_3.0.4-8_amd64.deb
 11342f62d9fed532864d3eb5b2709dfeda949804f9238e7399ddd645e5480acd 98648 
redis-tools_3.0.4-8_amd64.deb
Files:
 572fdf5868cb1880969107ad7f022fbd 1961 database optional redis_3.0.4-8.dsc
 a06154e5237b075f566f1d20643cadc9 30400 database optional 
redis_3.0.4-8.debian.tar.xz
 d0a8ef24054f380fc4cfa3855d659940 16208 database optional 
redis-sentinel_3.0.4-8_amd64.deb
 955f0a17107b496423f9a7f827deaff1 350198 database optional 
redis-server_3.0.4-8_amd64.deb
 6109431d49f6e6511fe147a4170436e7 98648 database optional 
redis-tools_3.0.4-8_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWHV/JAAoJEB6VPifUMR5YZfUP/jSGq1kGBJ63i+/QrX/u2Cxa
58AdYPJ5zDiqBsMr7E0G1JLsfrHm39wedfNtuFKwS7ZVYzCdJLqqddlAouJQ/jID
AEL7xVV/4BmIgHoVICcXMqn/KL/109SpDeRmxtJy+MWBtPy+2SY/JUqMXGIcI

Bug#799696: redis-sentinel version 2:3.0.4-7 still cannot write to it's config file

2015-10-13 Thread Chris Lamb
found 799696 2:3.0.4-8
thanks

> ProtectSystem=full

Ah, there's "full" /and/ "true". Didn't spot that.

> # Sentinel config file /etc/redis/sentinel.conf is not writable:
> Read-only file system. Exiting...

Oh dear, I did believe I had tested this when this bug appeared before.
Sorry about that.

> Commenting out the ProtectSystem=full line enables the process to start.

I'm trying a different fix of passing "ProtectSystem=true" which should
allow writing to /etc according to the the docs.


Regards,

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



Processed: Re: Bug#799696: redis-sentinel version 2:3.0.4-7 still cannot write to it's config file

2015-10-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 799696 2:3.0.4-8
Bug #799696 {Done: Chris Lamb } [redis-sentinel] 
redis-sentinel: fails to write config file
There is no source info for the package 'redis-sentinel' at version '2:3.0.4-8' 
with architecture ''
Unable to make a source version for version '2:3.0.4-8'
Marked as found in versions 2:3.0.4-8 and reopened.
> thanks
Stopping processing here.

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



Bug#801702: [plasma-desktop] Recent Sid Upgrades Including Numerous KF5... Break Plasma-desktop

2015-10-13 Thread phil-deb1 . merlin
+1 
Philippe Merlin 


Bug#801156: dpkg: sometimes does not pass old version to postinst on upgrade

2015-10-13 Thread Andreas Beckmann
On 2015-10-10 16:13, Guillem Jover wrote:
> Thanks for the recipe. I was going through the code to see why this
> might be happening and realized that it is most probably caused by
> systemd being in triggers-pending state, which the code was not taking
> into account. I've prepared a patch, but I've not yet setup the test
> environment, if you have it ready, could you try to test a dpkg with
> this patch to see if it fixed it for you?

Yes, this seems to fix the issue.

(I didn't manage to build dpkg from git with git-buildpackage and
pbuilder, so I ended up patching the 1.18.3 tarball and pbuilding that)


Andreas



Bug#801662: marked as done (libdevel-repl-perl: relax dependencies on libdata-dump-streamer-perl, broken by perl 5.22)

2015-10-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Oct 2015 19:19:11 +
with message-id 
and subject line Bug#801662: fixed in libdevel-repl-perl 1.003027-2
has caused the Debian Bug report #801662,
regarding libdevel-repl-perl: relax dependencies on libdata-dump-streamer-perl, 
broken by perl 5.22
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.)


-- 
801662: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801662
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libdata-dump-streamer-perl
Version: 2.38-2
Severity: important
User: debian-p...@lists.debian.org
Usertags: perl-5.22-transition
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=102369

This package FTBFS with perl 5.22:

Test Summary Report
---
t/globtest.t  (Wstat: 768 Tests: 19 Failed: 3)
Failed 3/24 test programs. 5/369 subtests failed.
  Failed tests:  5-7
  Non-zero exit status: 3
t/madness.t   (Wstat: 256 Tests: 7 Failed: 1)
  Failed test:  7
  Non-zero exit status: 1
t/madness_json.t  (Wstat: 256 Tests: 7 Failed: 1)
  Failed test:  7
  Non-zero exit status: 1
Files=24, Tests=369,  6 wallclock secs ( 0.10 usr  0.14 sys +  4.56 cusr  0.40 
csys =  5.20 CPU)
Result: FAIL

Cheers,
Dominic.
--- End Message ---
--- Begin Message ---
Source: libdevel-repl-perl
Source-Version: 1.003027-2

We believe that the bug you reported is fixed in the latest version of
libdevel-repl-perl, 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 801...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Niko Tyni  (supplier of updated libdevel-repl-perl 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: Tue, 13 Oct 2015 22:06:28 +0300
Source: libdevel-repl-perl
Binary: libdevel-repl-perl
Architecture: source
Version: 1.003027-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group 
Changed-By: Niko Tyni 
Description:
 libdevel-repl-perl - module for building a modern Perl interactive shell
Closes: 801662
Changes:
 libdevel-repl-perl (1.003027-2) unstable; urgency=medium
 .
   * Relax dependencies on libdata-dump-streamer-perl,
 broken by Perl 5.22. (Closes: #801662)
Checksums-Sha1:
 8657e246d21eb33e345083dbf45c2280c40da87d 2654 libdevel-repl-perl_1.003027-2.dsc
 b595608a12dced258e0118f04a48eb7f2d08921e 5032 
libdevel-repl-perl_1.003027-2.debian.tar.xz
Checksums-Sha256:
 47ca4cdca36c0ab0736d0235dd687b7bd58e5a200e3a42ef5541d85d05a8ff29 2654 
libdevel-repl-perl_1.003027-2.dsc
 013d0adb46ffa941f898e50810e1ee8d225646b6004066e9f53ac42295bba6c7 5032 
libdevel-repl-perl_1.003027-2.debian.tar.xz
Files:
 842e3c4119a91abdfe59e41ed1e47ebc 2654 perl optional 
libdevel-repl-perl_1.003027-2.dsc
 e7068a2a453db5e2c30a617a1cbd8182 5032 perl optional 
libdevel-repl-perl_1.003027-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWHVc8AAoJEC7A/7O3MBsf+HcQAIbC63qhIwagRkujhHfG4ic0
WfbqbdQncuRdU0GgYQl5io+3ACUSAdgFbeWrzHZPsfJZN8+ysOys38S3Kzsc+A3p
KUMw6BfaG/P4bgd4pdh0tadXX6BvY15Y7ZKUvRynfkk1h6WI5Sr0N7w2BhV3OwoS
TOZlAScOW5RDVjox8umOhs2YmWdDQNyeoL1reBsKbi0k37bzWHDat5W74csS7HqV
PFCrAgw2BBTlzHZkpFwrSK/+KZwVmIC0FrZKFjXCgya61lAB0YdbB7TQaj0K1pmx
1/sQw3CcKXfrNUyLgehHVlOUkq51CXx4q8c1XwtI/x4WYlzk3HGeD7Szsf5ObJ3n
cBOFfG6NXOMwAGZdNfP3th4zfP4itqCBr6CgAsPR2mjHS+oFK1OfWRJspYLbxuVt
/7SFFS8vGcpvJ/1c+cT/PIF6MdvB9wJGhNF+RmXYKWLU5V9zNOXc/qMBLLFRg8Vw
BJIBK7z81xK0S+JgUtWYwI4LoGK876Tu8yu/AydumHEe7KX6ncxqKrMqGdgJxoGe
pKyg/76a0Q0/euv5TOmDyj+EjG+jl+Yp63aM+gyZIuqhC6LJAIlc+9cNV1xsIe3K
zp8OSCxe107qsPoGeedbjeaJaxEd/Q23whRXJdFuyfNcm8gpDgse+pWOmUhsC+DD
pMEbb4om+0Hor8SH5Dkm
=WKGP
-END PGP SIGNATURE End Message ---


Bug#801660: marked as done (libtest-aggregate-perl: relax dependencies on libdata-dump-streamer-perl, broken by perl 5.22)

2015-10-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Oct 2015 19:05:54 +
with message-id 
and subject line Bug#801660: fixed in libtest-aggregate-perl 0.372-2
has caused the Debian Bug report #801660,
regarding libtest-aggregate-perl: relax dependencies on 
libdata-dump-streamer-perl, broken by perl 5.22
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.)


-- 
801660: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801660
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libdata-dump-streamer-perl
Version: 2.38-2
Severity: important
User: debian-p...@lists.debian.org
Usertags: perl-5.22-transition
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=102369

This package FTBFS with perl 5.22:

Test Summary Report
---
t/globtest.t  (Wstat: 768 Tests: 19 Failed: 3)
Failed 3/24 test programs. 5/369 subtests failed.
  Failed tests:  5-7
  Non-zero exit status: 3
t/madness.t   (Wstat: 256 Tests: 7 Failed: 1)
  Failed test:  7
  Non-zero exit status: 1
t/madness_json.t  (Wstat: 256 Tests: 7 Failed: 1)
  Failed test:  7
  Non-zero exit status: 1
Files=24, Tests=369,  6 wallclock secs ( 0.10 usr  0.14 sys +  4.56 cusr  0.40 
csys =  5.20 CPU)
Result: FAIL

Cheers,
Dominic.
--- End Message ---
--- Begin Message ---
Source: libtest-aggregate-perl
Source-Version: 0.372-2

We believe that the bug you reported is fixed in the latest version of
libtest-aggregate-perl, 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 801...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Niko Tyni  (supplier of updated libtest-aggregate-perl 
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: Tue, 13 Oct 2015 21:53:48 +0300
Source: libtest-aggregate-perl
Binary: libtest-aggregate-perl
Architecture: source
Version: 0.372-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group 
Changed-By: Niko Tyni 
Description:
 libtest-aggregate-perl - module for aggregating tests to make them run faster
Closes: 801660
Changes:
 libtest-aggregate-perl (0.372-2) unstable; urgency=medium
 .
   * Team upload.
   * Remove build dependency on libdata-dump-streamer-perl,
 broken by Perl 5.22. (Closes: #801660)
   * Make the package autopkgtestable.
Checksums-Sha1:
 4e9cdf04df5823dd0e478b131c5aa5088e5263a1 2327 
libtest-aggregate-perl_0.372-2.dsc
 47c58adb52bb52f8ca5f36cbe99ad6f614c041ed 2620 
libtest-aggregate-perl_0.372-2.debian.tar.xz
Checksums-Sha256:
 e247a905bd998a09bf80d5f9334d75e855a2380f9fe7299469e9217f2136b696 2327 
libtest-aggregate-perl_0.372-2.dsc
 6d27693c39abfe914e7abf4e51961f405029b9ad2392db4d1424b47ccc4e1891 2620 
libtest-aggregate-perl_0.372-2.debian.tar.xz
Files:
 350fa18f3b61b962a3fb015c6ddfe4b6 2327 perl optional 
libtest-aggregate-perl_0.372-2.dsc
 727726d52a2fc04c2ef36e9ea3400cdb 2620 perl optional 
libtest-aggregate-perl_0.372-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWHVPsAAoJEC7A/7O3MBsfRrgP/0IMztX/Eq+wRkB+/Q58k5vz
J0taWGDNaujNskkG9M5PP2PliE7EOYy5qtwK2CpTIXOUBW4GOdBehVykY5He4jem
gOOv8F+XOFdR1naINV7C9V7ppMdqO+CcQnFeDvL0dJdVjC6RbCj2KF/OTF4YyGtg
qKkOPUj4GU2y9SBTFPy/dEB+6ZUUjTWmwbDuNB4nGSFnbTIgMdSWiEiY5U//kJqY
XrIr+leKXOST7kWPYXIMawq8hWHX1CjagMHjhM4FS8hiq7/f8ECdJtbMZrkeihH6
L3grMPiBPotLQWCQjFv3LPzpS+XOaAICY6PNPCrS4bfAQelWtVs5oABBYxzW8xjc
CIdxDrdcl4jggHof8ncXrShWKVcSZm6STR7POxb6IIPdCXPDQcB+dszwUfkK+bVj
XC2x81SSBh0J0JT7lzri7yU9PYySOJpWUIm31Hn1Oo0ij8jBQE8udtU0mpRTKf/4
YPMAOniwHEIK7ImfJTFOj1bazgJNFcfdMRbXIBPwHwvmlSYyP2BDfihTZgbiVhHI
RMT9S3mtVbVVdckMmKDPmPTxHA912WuQk93ovqP5WLMNevKOQL01RUQ72wE18KAn
4I/FQRktgw1RXQ2Szf7WC5N8gasVa1EiKySkEx3Ds49+i9xjNYIt6BwEeg3Q3RUZ
M/cSqmc0yFyV9oqKRfbN
=F5kP
-END PGP SIGNATURE End Message ---


Bug#797281: marked as done (ompl ftbfs in unstable)

2015-10-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Oct 2015 19:05:32 +
with message-id 
and subject line Bug#797281: fixed in boost1.58 1.58.0+dfsg-3.1
has caused the Debian Bug report #797281,
regarding ompl ftbfs in unstable
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.)


-- 
797281: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797281
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ompl
Version: 0.14.2+dfsg-1
Severity: serious
Tags: sid stretch

ompl ftbfs in unstable, see the attached log.

dpkg-buildpackage: source package ompl
dpkg-buildpackage: source version 0.14.2+dfsg-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Leopold Palomo-Avellaneda 

 dpkg-source --before-build ompl-0.14.2+dfsg
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh clean --builddirectory=build --buildsystem=cmake --parallel
   dh_testdir -O--builddirectory=build -O--buildsystem=cmake -O--parallel
   dh_auto_clean -O--builddirectory=build -O--buildsystem=cmake -O--parallel
   debian/rules override_dh_clean
make[1]: Entering directory '/scratch/packages/tmp/ompl-0.14.2+dfsg'
rm -rf build
rm -rf CMakeModules/ompl.pc
rm -rf py-bindings/ompl/bindings_generator.py*
rm -rf py-bindings/ompl/__init__.pyc
rm -rf .registered
rm -rf src/external/installPyPlusPlus.bat
rm -rf src/external/installPyPlusPlus.sh
rm -rf src/ompl/config.h
rm -rf tests/resources/config.h
rm -rf doc/markdown/api_overview.md  doc/markdown/download.md
rm -rf doc/markdown/mainpage.md
rm -rf py-bindings/bindings
rm -rf tests/BoostTestTeamCityReporter.h
find py-bindings/ -name *.pypp.*  | xargs -n1 rm -rf
find py-bindings/ -name *.pyc  | xargs -n1 rm -rf
find py-bindings/ -name *.so  | xargs -n1 rm -rf 
dh_clean
make[1]: Leaving directory '/scratch/packages/tmp/ompl-0.14.2+dfsg'
 debian/rules build-arch
dh build-arch --builddirectory=build --buildsystem=cmake --parallel
   dh_testdir -a -O--builddirectory=build -O--buildsystem=cmake -O--parallel
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/scratch/packages/tmp/ompl-0.14.2+dfsg'
mkdir -p build 
dh_auto_configure --builddirectory=build -- -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_C_FLAGS_RELEASE="-g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2" 
-DCMAKE_CXX_FLAGS_RELEASE="-g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2  " 
-DCMAKE_SHARED_LINKER_FLAGS_RELEASE="-Wl,-z,relro -Wl,--as-needed" 
-DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_SKIP_INSTALL_RPATH=TRUE 
-DOMPL_ODESOLVER=ON -DOMPL_REGISTRATION=OFF -DOMPL_BUILD_PYBINDINGS=ON 
-DOMPL_BUILD_PYTESTS=OFF  
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON 
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON 
"-DCMAKE_C_FLAGS_RELEASE=-g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2" "-DCMAKE_CXX_FLAGS_RELEASE=-g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  
" "-DCMAKE_SHARED_LINKER_FLAGS_RELEASE=-Wl,-z,relro -Wl,--as-needed" 
-DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_SKIP_INSTALL_RPATH=TRUE 
-DOMPL_ODESOLVER=ON -DOMPL_REGISTRATION=OFF -DOMPL_BUILD_PYBINDINGS=ON 
-DOMPL_BUILD_PYTESTS=OFF
-- The CXX compiler identification is GNU 5.2.1
-- The C compiler identification is GNU 5.2.1
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Building RelWithDebInfo
-- Boost version: 1.58.0
-- Found the following Boost libraries:
--   date_time
--   thread
--   serialization
--   filesystem
--   system
--   program_options
--   unit_test_framework
--   chrono
-- Boost version: 1.58.0
-- Found the following Boost libraries:
--   python
CMake Warning (dev) at CMakeModules/PythonBindingsUtils.cmake:26 
(get_target_property):
  Policy CMP0045 is not set: Error on non-existent target in
  get_target_property.  Run "cmake --help-policy CMP0045" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  get_target_property() called with non-existent target "py_ompl".
Call Stack (most rece

Bug#801661: marked as done (libmoosex-runnable-perl: relax dependencies on libdata-dump-streamer-perl, broken by perl 5.22)

2015-10-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Oct 2015 22:03:41 +0300
with message-id <20151013190341.GA20758@estella.local.invalid>
and subject line Re: Bug#801661: libmoosex-runnable-perl: relax dependencies on 
libdata-dump-streamer-perl, broken by perl 5.22
has caused the Debian Bug report #801661,
regarding libmoosex-runnable-perl: relax dependencies on 
libdata-dump-streamer-perl, broken by perl 5.22
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.)


-- 
801661: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801661
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libdata-dump-streamer-perl
Version: 2.38-2
Severity: important
User: debian-p...@lists.debian.org
Usertags: perl-5.22-transition
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=102369

This package FTBFS with perl 5.22:

Test Summary Report
---
t/globtest.t  (Wstat: 768 Tests: 19 Failed: 3)
Failed 3/24 test programs. 5/369 subtests failed.
  Failed tests:  5-7
  Non-zero exit status: 3
t/madness.t   (Wstat: 256 Tests: 7 Failed: 1)
  Failed test:  7
  Non-zero exit status: 1
t/madness_json.t  (Wstat: 256 Tests: 7 Failed: 1)
  Failed test:  7
  Non-zero exit status: 1
Files=24, Tests=369,  6 wallclock secs ( 0.10 usr  0.14 sys +  4.56 cusr  0.40 
csys =  5.20 CPU)
Result: FAIL

Cheers,
Dominic.
--- End Message ---
--- Begin Message ---
On Tue, Oct 13, 2015 at 10:38:01AM +0300, Niko Tyni wrote:
> retitle -3 libmoosex-runnable-perl: relax dependencies on 
> libdata-dump-streamer-perl, broken by perl 5.22

> All of these except libxml-compile-dumper-perl have Data-Dump-Streamer as
> an optional dependency, so I think we could just relax the dependencies
> to recommendations.

Whoops, I see libmoosex-runnable-perl already only Suggests
libdata-dump-streamer-perl. Sorry about the noise, closing this.
-- 
Niko Tyni   nt...@debian.org--- End Message ---


Processed: clang-3.6 segfaults on hello world on arm64

2015-10-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 801695 serious
Bug #801695 [clang-3.6] clang segfaults on hello world on arm64
Severity set to 'serious' from 'important'
> thanks
Stopping processing here.

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



Bug#799696: redis-sentinel version 2:3.0.4-7 still cannot write to it's config file

2015-10-13 Thread Pete Hicks
It looks like this line in /lib/systemd/system/redis-sentinel.service
causes write errors:

ProtectSystem=full

This is from the /var/log/redis/redis-sentinel.log:

# Sentinel config file /etc/redis/sentinel.conf is not writable: Read-only
file system. Exiting...


Commenting out the ProtectSystem=full line enables the process to start.


Bug#769147: marked as done (spl: fails to install, trying to overwrite other packages files: /usr/share/man/man1/splat.1.gz)

2015-10-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Oct 2015 15:55:18 +
with message-id 
and subject line Bug#769147: fixed in spl-linux 0.6.5.2-1
has caused the Debian Bug report #769147,
regarding spl: fails to install, trying to overwrite other packages files: 
/usr/share/man/man1/splat.1.gz
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.)


-- 
769147: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769147
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: spl
Version: 0.6.3+git20140731-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed to install
because it tries to overwrite other packages files without declaring a
Breaks+Replaces relation.

See policy 7.6 at
http://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces

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

  Selecting previously unselected package spl.
  Preparing to unpack .../spl_0.6.3+git20140731-1_amd64.deb ...
  Unpacking spl (0.6.3+git20140731-1) ...
  dpkg: error processing archive 
/var/cache/apt/archives/spl_0.6.3+git20140731-1_amd64.deb (--unpack):
   trying to overwrite '/usr/share/man/man1/splat.1.gz', which is also in 
package splat 1.4.0-2
  Processing triggers for fontconfig (2.11.0-6.1) ...
  Errors were encountered while processing:
   /var/cache/apt/archives/spl_0.6.3+git20140731-1_amd64.deb

cheers,

Andreas


splat=1.4.0-2_spl=0.6.3+git20140731-1.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Source: spl-linux
Source-Version: 0.6.5.2-1

We believe that the bug you reported is fixed in the latest version of
spl-linux, 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 769...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aron Xu  (supplier of updated spl-linux 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: Tue, 13 Oct 2015 15:26:33 +0100
Source: spl-linux
Binary: spl-dkms spl
Architecture: source all amd64
Version: 0.6.5.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian ZFS on Linux maintainers 

Changed-By: Aron Xu 
Description:
 spl- Solaris Porting Layer user-space utilities for Linux
 spl-dkms   - Solaris Porting Layer kernel modules for Linux
Closes: 769147
Changes:
 spl-linux (0.6.5.2-1) unstable; urgency=medium
 .
   * Imported Upstream version 0.6.5.2
   * Add conflicts to splat (Closes: #769147)
Checksums-Sha1:
 bf92ae61ca9c9e95eaf46e8d560c633e118ecc90 1750 spl-linux_0.6.5.2-1.dsc
 6e02b26a9c63b294c0730da7f104d266a68f016d 547130 spl-linux_0.6.5.2.orig.tar.gz
 04c8bb87325df8c7be6b6966a2f506e6f980a9d3 7892 spl-linux_0.6.5.2-1.debian.tar.xz
 9f8aba682b6687c83ccd7e67f12e8e2eb12ff2b9 344328 spl-dkms_0.6.5.2-1_all.deb
 ac5d6cf87922491098ac52c1f0cf737ef9085b21 12628 spl_0.6.5.2-1_amd64.deb
Checksums-Sha256:
 8b4234321d7f91a21a5b9390f6fcf8a7154edf302ef49104f26362e32982cda6 1750 
spl-linux_0.6.5.2-1.dsc
 ada7892a77e3a179bef633be7afad6e04f472b7e7579591fdd86957149408fc7 547130 
spl-linux_0.6.5.2.orig.tar.gz
 787b6e6a827d9649b9ea5cd626eb3b6172393bc3aaad335ca84d991b044e4b38 7892 
spl-linux_0.6.5.2-1.debian.tar.xz
 a8c91d290f3288950b9cc7d93db56815bf7979d8ccee823a9d4cdcc6c1deedcd 344328 
spl-dkms_0.6.5.2-1_all.deb
 10ea528fe6397a39b5926cd83521f93fa0d9cce0ff854b6f7e6d9f4e15a740ac 12628 
spl_0.6.5.2-1_amd64.deb
Files:
 1fd0c7d7053f84a9ceb1f23f399974b3 1750 kernel optional spl-linux_0.6.5.2-1.dsc
 2ba369e82dd7cecfd3846d136ba95d62 547130 kernel optional 
spl-linux_0.6.5.2.orig.tar.gz
 715c771aa5a0bdbd4acbfbe9b0b4e272 7892 kernel optional 
spl-linux_0.6.5.2-1.debian.tar.xz
 76b63c986b10a0a2aed08ba4d440bba5 344328 kernel optional 
spl-dkms_0.6.5.2-1_all.deb
 c6e6386e942f6728878fc66fe21b159f 12628 kernel optional spl_0.6.5.2-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJWHSI3AAoJEPbsVcVkKA0eTQQH/iyJZaocujDyI0odYPjlI2L/
f8595/pgOixXl9qHUFLxzctLC5GxYQln6cPWg5wb44u/zqdsLYs0T1NM9KV5mM3/
R6aqO/AB+PIE6lYBKqYyTu/s5LD6j3IHzDjMbJH8iX5JY3/yfO0xTX3Sehcj9of5
bNzz5iqXKRrBFxFIllvc+9Cj/4pURj6aFAQN+wD1Ln/gXwrnadmLAMZdObS3sJc9
EgHdj2+kYdt3fHMYdvJhpuVE6hiC0H9AMwTJnVTDb90YQY+S1+ok

Bug#801702: [plasma-desktop] Recent Sid Upgrades Including Numerous KF5... Break Plasma-desktop

2015-10-13 Thread David Baron
Package: plasma-desktop
Version: 4:5.4.2-1
Severity: grave

--- Please enter the report below this line. ---
Recent upgrade from Sid breaks plasma-desktop. All apps can be run from a 
command line (i.e 
Yakuake starts and works!) but there is no desktop.

Plasmashell is running using few resources. If I kill it and restart it (what I 
too often must do to 
get the desktop!), then is loops with:
* * *
Reusing existing ksycoca
Recreating ksycoca file 
("/home/david/.cache/ksycoca5_en_3F1fXXDsrvdw3By1XvCKEDww3hA=", version 303)
Still in the time dict (i.e. deleted files) ("apps")
Saving
Reusing existing ksycoca
Recreating ksycoca file 
("/home/david/.cache/ksycoca5_en_3F1fXXDsrvdw3By1XvCKEDww3hA=", version 303)
Still in the time dict (i.e. deleted files) ("apps")
Saving
Reusing existing ksycoca ...

Reboots, trying new .kde, nothing helps.


--- System information. ---
Architecture: amd64
Kernel:   Linux 4.0.0-1-amd64

Debian Release: Kali Linux 2.0
  500 unstableftp.us.debian.org 
  500 testing ftp.us.debian.org 
  500 kali-currentsecurity.kali.org 
  500 kali-currenthttp.kali.org 
  500 jessie  linux.dropbox.com 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
kde-wallpapers-default  | 4:15.04.2-1
plasma-widgets-workspace(= 4:4.11.11-1) | 4:4.11.22-2
kde-runtime (>> 4:4.10) | 4:15.08.1-1
libc6 (>= 2.14) | 
libkactivities6 (>= 4:4.11) | 
libkcmutils4(>= 4:4.11) | 
libkdecore5 (>= 4:4.11) | 
libkdeui5   (>= 4:4.11) | 
libkephal4abi1  (= 4:4.11.11-1) | 
libkfile4   (>= 4:4.11) | 
libkidletime4   (>= 4:4.11) | 
libkio5 (>= 4:4.11) | 
libknewstuff3-4 (>= 4:4.11) | 
libktexteditor4 (>= 4:4.11) | 
libkworkspace4abi2  (= 4:4.11.11-1) | 
libplasma3  (>= 4:4.11) | 
libplasmagenericshell4  (= 4:4.11.11-1) | 
libqt4-dbus(>= 4:4.6.1) | 
libqt4-declarative (>= 4:4.7.0~rc1) | 
libqt4-xml (>= 4:4.5.3) | 
libqtcore4   (>= 4:4.7.0~beta1) | 
libqtgui4  (>= 4:4.8.0) | 
libsolid4   (>= 4:4.11) | 
libstdc++6   (>= 4.1.1) | 
libtaskmanager4abi4 (= 4:4.11.11-1) | 
libx11-6| 
libxext6| 


Recommends (Version) | Installed
-+-===
kde-workspace| 


Package's Suggests field is empty.





Bug#801537: marked as done (sssd-krb5-common: fails to install: chown: cannot access '/usr/lib/x86_64-linux-gnu/sssd/proxy_child': No such file or directory)

2015-10-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Oct 2015 15:29:36 +
with message-id 
and subject line Bug#801537: fixed in sssd 1.13.1-2
has caused the Debian Bug report #801537,
regarding sssd-krb5-common: fails to install: chown: cannot access 
'/usr/lib/x86_64-linux-gnu/sssd/proxy_child': No such file or directory
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.)


-- 
801537: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801537
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sssd-krb5-common
Version: 1.13.1-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

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...):

  Selecting previously unselected package sssd-krb5-common.
  (Reading database ... 
(Reading database ... 8766 files and directories currently installed.)
  Preparing to unpack .../sssd-krb5-common_1.13.1-1_amd64.deb ...
  Unpacking sssd-krb5-common (1.13.1-1) ...
  Setting up sssd-krb5-common (1.13.1-1) ...
  chown: cannot access '/usr/lib/x86_64-linux-gnu/sssd/proxy_child': No such 
file or directory
  dpkg: error processing package sssd-krb5-common (--configure):
   subprocess installed post-installation script returned error exit status 1
  Errors were encountered while processing:
   sssd-krb5-common


cheers,

Andreas


sssd-krb5-common_1.13.1-1.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Source: sssd
Source-Version: 1.13.1-2

We believe that the bug you reported is fixed in the latest version of
sssd, 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 801...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Timo Aaltonen  (supplier of updated sssd 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: SHA1

Format: 1.8
Date: Tue, 13 Oct 2015 16:55:47 +0300
Source: sssd
Binary: sssd sssd-common sssd-ad sssd-ad-common sssd-dbus sssd-ipa sssd-krb5 
sssd-krb5-common sssd-ldap sssd-proxy sssd-tools libnss-sss libpam-sss 
libipa-hbac0 libipa-hbac-dev libsss-idmap0 libsss-idmap-dev libsss-nss-idmap0 
libsss-nss-idmap-dev libsss-sudo libsss-simpleifp0 libsss-simpleifp-dev 
libwbclient-sssd libwbclient-sssd-dev python-libipa-hbac 
python-libsss-nss-idmap python-sss python3-libipa-hbac python3-libsss-nss-idmap 
python3-sss
Architecture: source amd64
Version: 1.13.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian SSSD Team 
Changed-By: Timo Aaltonen 
Description:
 libipa-hbac-dev - FreeIPA HBAC Evaluator library
 libipa-hbac0 - FreeIPA HBAC Evaluator library
 libnss-sss - Nss library for the System Security Services Daemon
 libpam-sss - Pam module for the System Security Services Daemon
 libsss-idmap-dev - ID mapping library for SSSD -- development files
 libsss-idmap0 - ID mapping library for SSSD
 libsss-nss-idmap-dev - SID based lookups library for SSSD -- development files
 libsss-nss-idmap0 - SID based lookups library for SSSD
 libsss-simpleifp-dev - SSSD D-Bus responder helper library -- development files
 libsss-simpleifp0 - SSSD D-Bus responder helper library
 libsss-sudo - Communicator library for sudo
 libwbclient-sssd - SSSD libwbclient implementation
 libwbclient-sssd-dev - SSSD libwbclient implementation -- development files
 python-libipa-hbac - Python bindings for the FreeIPA HBAC Evaluator library
 python-libsss-nss-idmap - Python bindings for the SID lookups library
 python-sss - Python module for the System Security Services Daemon
 python3-libipa-hbac - Python3 bindings for the FreeIPA HBAC Evaluator library
 python3-libsss-nss-idmap - Python3 bindings for the SID lookups library
 python3-sss - Python3 module for the System Security Services Daemon
 sssd   - System Security Services Daemon -- metapackage
 sssd-ad- System Security Services Daemon -- Active Directory back end
 sssd-ad-common - System Security Services Daemon -- PAC responder
 sssd-common - System Security Services Daemon -- common files
 sssd-dbus  - System Security Services Daemon -- D-Bus responder
 

Bug#801538: marked as done (sssd-proxy: fails to install: chown: cannot access '/usr/lib/x86_64-linux-gnu/sssd/{ldap, krb5}_child': No such file or directory)

2015-10-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Oct 2015 15:29:36 +
with message-id 
and subject line Bug#801538: fixed in sssd 1.13.1-2
has caused the Debian Bug report #801538,
regarding sssd-proxy: fails to install: chown: cannot access 
'/usr/lib/x86_64-linux-gnu/sssd/{ldap, krb5}_child': No such file or directory
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.)


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

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...):

  Selecting previously unselected package sssd-proxy.
  (Reading database ... 
(Reading database ... 8766 files and directories currently installed.)
  Preparing to unpack .../sssd-proxy_1.13.1-1_amd64.deb ...
  Unpacking sssd-proxy (1.13.1-1) ...
  Setting up sssd-proxy (1.13.1-1) ...
  chown: cannot access '/usr/lib/x86_64-linux-gnu/sssd/ldap_child': No such 
file or directory
  chown: cannot access '/usr/lib/x86_64-linux-gnu/sssd/krb5_child': No such 
file or directory
  dpkg: error processing package sssd-proxy (--configure):
   subprocess installed post-installation script returned error exit status 1
  Errors were encountered while processing:
   sssd-proxy


cheers,

Andreas


sssd-proxy_1.13.1-1.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Source: sssd
Source-Version: 1.13.1-2

We believe that the bug you reported is fixed in the latest version of
sssd, 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 801...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Timo Aaltonen  (supplier of updated sssd 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: SHA1

Format: 1.8
Date: Tue, 13 Oct 2015 16:55:47 +0300
Source: sssd
Binary: sssd sssd-common sssd-ad sssd-ad-common sssd-dbus sssd-ipa sssd-krb5 
sssd-krb5-common sssd-ldap sssd-proxy sssd-tools libnss-sss libpam-sss 
libipa-hbac0 libipa-hbac-dev libsss-idmap0 libsss-idmap-dev libsss-nss-idmap0 
libsss-nss-idmap-dev libsss-sudo libsss-simpleifp0 libsss-simpleifp-dev 
libwbclient-sssd libwbclient-sssd-dev python-libipa-hbac 
python-libsss-nss-idmap python-sss python3-libipa-hbac python3-libsss-nss-idmap 
python3-sss
Architecture: source amd64
Version: 1.13.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian SSSD Team 
Changed-By: Timo Aaltonen 
Description:
 libipa-hbac-dev - FreeIPA HBAC Evaluator library
 libipa-hbac0 - FreeIPA HBAC Evaluator library
 libnss-sss - Nss library for the System Security Services Daemon
 libpam-sss - Pam module for the System Security Services Daemon
 libsss-idmap-dev - ID mapping library for SSSD -- development files
 libsss-idmap0 - ID mapping library for SSSD
 libsss-nss-idmap-dev - SID based lookups library for SSSD -- development files
 libsss-nss-idmap0 - SID based lookups library for SSSD
 libsss-simpleifp-dev - SSSD D-Bus responder helper library -- development files
 libsss-simpleifp0 - SSSD D-Bus responder helper library
 libsss-sudo - Communicator library for sudo
 libwbclient-sssd - SSSD libwbclient implementation
 libwbclient-sssd-dev - SSSD libwbclient implementation -- development files
 python-libipa-hbac - Python bindings for the FreeIPA HBAC Evaluator library
 python-libsss-nss-idmap - Python bindings for the SID lookups library
 python-sss - Python module for the System Security Services Daemon
 python3-libipa-hbac - Python3 bindings for the FreeIPA HBAC Evaluator library
 python3-libsss-nss-idmap - Python3 bindings for the SID lookups library
 python3-sss - Python3 module for the System Security Services Daemon
 sssd   - System Security Services Daemon -- metapackage
 sssd-ad- System Security Services Daemon -- Active Directory back end
 sssd-ad-common - System Security Services Daemon -- PAC responder
 sssd-common - System Security Services Daemon -- common files
 sssd-dbus  - Syste

Processed: your mail

2015-10-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 801608 patch
Bug #801608 [ntop] ntop: build-depends on non-existent librrd2-dev
Added tag(s) patch.
>
End of message, stopping processing here.

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



Processed: severity of 787371 is grave

2015-10-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 787371 grave
Bug #787371 [src:wpa] wpa: CVE-2015-4143 CVE-2015-4144 CVE-2015-4145 
CVE-2015-4146: EAP-pwd missing payload length validation
Severity set to 'grave' from 'important'
> thanks
Stopping processing here.

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



Processed: limit source to ejabberd, tagging 801415

2015-10-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> limit source ejabberd
Limiting to bugs with field 'source' containing at least one of 'ejabberd'
Limit currently set to 'source':'ejabberd'

> tags 801415 + pending
Bug #801415 [ejabberd] ejabberd: maintainer is not maintainer
Added tag(s) pending.
> thanks
Stopping processing here.

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



Bug#801415: ejabberd: maintainer is not maintainer

2015-10-13 Thread Rhonda D'Vine
* Dominik George  [2015-10-12 15:03:06 CEST]:
> Am Montag, 12. Oktober 2015, 15:54:45 schrieb Konstantin Khomoutov:
> > While I'm dissatisfied, to put it mildly, with what the submitter wrote
> > in this bug report regarding me being «unable to respond to any
> > requests», 
> 
> Quoting, to make it clearer what I mean:
> 
> > unfortunately I'm not familiar with
> > these new line of ejabberd development (AB.CD version numbering).
> 
> > I can only google for the error string.
> 
> > Another room of interest is pkg-ejabb...@deb.at
> > which is dedicated to packaging ejabberd for Debian.

 It's kind of an exaggeration from that response to claim that
Konstantin is "not the current maintainer in reality and is unable to
respond to any requests".  Thanks for the quoting, but please don't
throw around such statements about fellow developers, they are pretty
hurtful and I totally can relate to that Konstantin felt bad about it.

> That means, that the person listed as maintainer is, in fact, unable to 
> respond to any requests, because he did not follow upstream development for 
> at 
> least three years.

 No, that doesn't mean that, and this is yet another exaggeration.  I
would like you to stop accusions like that.

> Of course, pointing to online resources or other packagers is, technically, a 
> response, but I think using Google is something that many people can do and 
> not something that makes a person maintainer of a software package.

 You can at any point join in the team if you are willing to help.
Currently I just read mud laundry against Konstantin here, can we pretty
please drop that and get to a more constructive level?  What's your
intention anyway?  Are you interested in bringing up ejabberd up to
part, are you interested in joining the effort?  Or is this just a
campaigning effort?  What for?

> There should be no bad feelings here, it's simply a fact.

 It's a simply a fact that your mail is kinda disrespectful and
exaggerating and twisting words, IMHO.

 So long,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|



Bug#801585: python-debianbts: get_bugs interface is broken

2015-10-13 Thread Gaetano Guerriero

Hello, and thank you for the logs.

With --threads 1 I get no errors, can you confirm this ?

If it is a thread issue maybe we could lower severity.


 Gaetano Guerriero



Bug#801585: marked as done (python-debianbts: get_bugs interface is broken)

2015-10-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Oct 2015 12:49:29 +
with message-id 
and subject line Bug#801585: fixed in python-debianbts 2.5.2
has caused the Debian Bug report #801585,
regarding python-debianbts: get_bugs interface is broken
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.)


-- 
801585: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801585
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-debianbts
Version: 2.5
Severity: grave

Hello Bastian,

Both, in 2.4 and 25, the get_bugs() has been broken :-(


rrs@learner:~/devel/apt-offline/apt-offline (master)$ ./apt-offline get 
/var/tmp/set.uris --bug-reports --threads 5 --cache-dir /var/cache/apt/archives/

Fetching APT Data

WARNING: If you are on a slow connection, it is good to
WARNING: limit the number of threads to a low number like 2.
WARNING: Else higher number of threads executed could cause
WARNING: network congestion and timeouts.

Fetched bug reports for package libgstreamer-plugins-base1.0-0. 
   
libgstreamer-plugins-base1.0-0 copied from local cache directory 
/var/cache/apt/archives/.  
No handlers could be found for logger "pysimplesoap.simplexml"
Exception in thread Thread-5:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
  File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
  File 
"/media/SSHD/rrs-home/devel/apt-offline/apt-offline/apt_offline_core/AptOfflineLib.py",
 line 636, in run
self.responseQueue.put( self.WorkerFunction( item, thread_name ) )
  File 
"/media/SSHD/rrs-home/devel/apt-offline/apt-offline/apt_offline_core/AptOfflineCoreLib.py",
 line 638, in DataFetcher
if FetchBugReportsDebian.FetchBugsDebian(PackageName) in [1,2]:
  File 
"/media/SSHD/rrs-home/devel/apt-offline/apt-offline/apt_offline_core/AptOfflineCoreLib.py",
 line 155, in FetchBugsDebian
self.bugs_list = debianbts.get_bugs( 'package', PackageName )
  File "/usr/lib/python2.7/dist-packages/debianbts.py", line 409, in get_bugs
reply = soap_client.call('get_bugs', method_el)
  File "/usr/lib/python2.7/dist-packages/pysimplesoap/client.py", line 260, in 
call
self.xml_response = self.send(method, self.xml_request)
  File "/usr/lib/python2.7/dist-packages/pysimplesoap/client.py", line 317, in 
send
log.debug('\n'.join(["%s: %s" % (k, v) for k, v in response.items()]))
UnicodeDecodeError: 'ascii' codec can't decode byte 0x90 in position 18: 
ordinal not in range(128)

Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
  File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
  File 
"/media/SSHD/rrs-home/devel/apt-offline/apt-offline/apt_offline_core/AptOfflineLib.py",
 line 636, in run
self.responseQueue.put( self.WorkerFunction( item, thread_name ) )
  File 
"/media/SSHD/rrs-home/devel/apt-offline/apt-offline/apt_offline_core/AptOfflineCoreLib.py",
 line 638, in DataFetcher
if FetchBugReportsDebian.FetchBugsDebian(PackageName) in [1,2]:
  File 
"/media/SSHD/rrs-home/devel/apt-offline/apt-offline/apt_offline_core/AptOfflineCoreLib.py",
 line 155, in FetchBugsDebian
self.bugs_list = debianbts.get_bugs( 'package', PackageName )
  File "/usr/lib/python2.7/dist-packages/debianbts.py", line 409, in get_bugs
reply = soap_client.call('get_bugs', method_el)
  File "/usr/lib/python2.7/dist-packages/pysimplesoap/client.py", line 262, in 
call
jetty=self.__soap_server in ('jetty',))
  File "/usr/lib/python2.7/dist-packages/pysimplesoap/simplexml.py", line 56, 
in __init__
self.__document = xml.dom.minidom.parseString(text)
  File "/usr/lib/python2.7/xml/dom/minidom.py", line 1928, in parseString
return expatbuilder.parseString(string)
  File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 940, in parseString
return builder.parseString(string)
  File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 223, in parseString
parser.Parse(string, True)
ExpatError: syntax error: line 1, column 0

Segmentation fault (core dumped)
2015-10-12 / 15:05:16 ♒♒♒☹  => 139  

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.3+ (SMP w/4 CPU cores)
Locale: LANG=en_IN.utf8, L

Bug#800617: Fails to provide secrets

2015-10-13 Thread Mikhail Morfikov
Package: gnome-keyring
Version: 3.18.0-4
Followup-For: Bug #800617

It looks like the patch doesn't work either -- it's the exact same situation.
But there's another thing that can be helpful.

There's another bug (#796931) in debian concerning the gnupg-agent package.
When I first installed the sid version of that package, I was unable to access
my ssh keys at all. After switching to the testing version of the following
packages: gnupg-agent gnupg2 gpgsm scdaemon , the issue disappeared, so I was
using the testing version of the packages all the time.

When I noticed the problems with gnome-keyring, I didn't even realize that the
two things could be connected in some way. But it looks like they are.

First of all, I upgraded the packages in question. Then I did the trick
described in the aforementioned bug, which was to add some code to the
..bashrc/.zshrc file:

if [ "$PS1" ]; then
unset GPG_AGENT_INFO
unset SSH_AGENT_PID
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
  export SSH_AUTH_SOCK="${HOME}/.gnupg/S.gpg-agent.ssh"
fi
fi
export GPG_TTY=`tty`

After reboot, the message "The Secret Service was already initialized" in the
log disappeared. Running gajim and ssh command in the same session no longer
gives the lag when executing the second application. There's no error/messages
in the log, and my ssh keys work just fine.



Processed: your mail

2015-10-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> notfixed 789402 1:3.5.2-2
Bug #789402 [src:llvm-toolchain-3.5] FTBFS with OCaml 4.02.2: Some fatal 
warnings were triggered
No longer marked as fixed in versions llvm-toolchain-3.5/1:3.5.2-2.
> fixed 789402 1:3.5.2-3
Bug #789402 [src:llvm-toolchain-3.5] FTBFS with OCaml 4.02.2: Some fatal 
warnings were triggered
The source 'llvm-toolchain-3.5' and version '1:3.5.2-3' do not appear to match 
any binary packages
Marked as fixed in versions llvm-toolchain-3.5/1:3.5.2-3.
> thanks
Stopping processing here.

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



Processed: your mail

2015-10-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> fixed 789402 1:3.5.2-2
Bug #789402 [src:llvm-toolchain-3.5] FTBFS with OCaml 4.02.2: Some fatal 
warnings were triggered
Marked as fixed in versions llvm-toolchain-3.5/1:3.5.2-2.
> thanks
Stopping processing here.

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



Bug#751005: new hg doesn't seem to be enough to build clisp for arm*

2015-10-13 Thread Christoph Egger
Hi!

  The current hg snapshot I've uploaded to experimental yesterday does
not seem to build as-is on arm* still.

  Christoph



Bug#801560: marked as done (liblabltk-ocaml: fails to upgrade from 'testing' - trying to overwrite /usr/lib/ocaml/stublibs/dlllabltk.so)

2015-10-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Oct 2015 09:53:42 +
with message-id 
and subject line Bug#801560: fixed in labltk 8.06.0+dfsg-3
has caused the Debian Bug report #801560,
regarding liblabltk-ocaml: fails to upgrade from 'testing' - trying to 
overwrite /usr/lib/ocaml/stublibs/dlllabltk.so
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.)


-- 
801560: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801560
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: liblabltk-ocaml
Version: 1:1.05-2
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts
Control: affects -1 + liblablgl-ocaml-dev

Hi,

during a test with piuparts I noticed your package fails to upgrade from
'testing'.
It installed fine in 'testing', then the upgrade to 'sid' fails
because it tries to overwrite other packages files without declaring a
Breaks+Replaces relation.

See policy 7.6 at
https://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces

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

  Selecting previously unselected package liblabltk-ocaml.
  Preparing to unpack .../liblabltk-ocaml_8.06.0+dfsg-2_amd64.deb ...
  Unpacking liblabltk-ocaml (8.06.0+dfsg-2) ...
  dpkg: error processing archive 
/var/cache/apt/archives/liblabltk-ocaml_8.06.0+dfsg-2_amd64.deb (--unpack):
   trying to overwrite '/usr/lib/ocaml/stublibs/dlllabltk.so', which is also in 
package ocaml-base 4.01.0-5
  Preparing to unpack .../liblablgl-ocaml_1%3a1.05-2_amd64.deb ...
  Unpacking liblablgl-ocaml (1:1.05-2) over (1:1.05-1) ...
  Selecting previously unselected package liblabltk-ocaml-dev.
  Preparing to unpack .../liblabltk-ocaml-dev_8.06.0+dfsg-2_amd64.deb ...


cheers,

Andreas


liblablgl-ocaml-dev_1:1.05-2.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Source: labltk
Source-Version: 8.06.0+dfsg-3

We believe that the bug you reported is fixed in the latest version of
labltk, 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 801...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stéphane Glondu  (supplier of updated labltk 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: Tue, 13 Oct 2015 11:43:06 +0200
Source: labltk
Binary: labltk liblabltk-ocaml-dev liblabltk-ocaml
Architecture: source amd64
Version: 8.06.0+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OCaml Maintainers 
Changed-By: Stéphane Glondu 
Description:
 labltk - OCaml bindings to Tcl/Tk (executables)
 liblabltk-ocaml - OCaml bindings to Tcl/Tk (runtime libraries)
 liblabltk-ocaml-dev - OCaml bindings to Tcl/Tk (dev. libraries)
Closes: 801560
Changes:
 labltk (8.06.0+dfsg-3) unstable; urgency=medium
 .
   * liblabltk-ocaml Breaks/Replaces ocaml-base (Closes: #801560)
Checksums-Sha1:
 6d27150a8b02e3aa65a04c401ebbc572c2920975 2148 labltk_8.06.0+dfsg-3.dsc
 ff98929387665bfb1487d8a8b09d2b4f12933b67 2580 
labltk_8.06.0+dfsg-3.debian.tar.xz
 b92ee65e8fae56fad96d35e32b464d05b494d433 295720 labltk_8.06.0+dfsg-3_amd64.deb
 c6cd24f2bcaed71dbf577b8056278e8843a371a6 1590838 
liblabltk-ocaml-dev_8.06.0+dfsg-3_amd64.deb
 d278be89fa6e29538a99984178ad6ed6980a9f2a 10072 
liblabltk-ocaml_8.06.0+dfsg-3_amd64.deb
Checksums-Sha256:
 99363e11e610b349f9968c4b065d90bdc6468a8ffd4e5e7d9807bdf5beb67cac 2148 
labltk_8.06.0+dfsg-3.dsc
 dd39b53d3f231de7b323b34814fb625601a293314cc0ac6902051f69ac5db564 2580 
labltk_8.06.0+dfsg-3.debian.tar.xz
 be4aeed164a67c8e2586bfffb095b95156507610e972c2d3904e6a29261a 295720 
labltk_8.06.0+dfsg-3_amd64.deb
 ecb33dabee113532da2ab687ed8a4ea0de04c535f9dea2b03992eed2ed6799f0 1590838 
liblabltk-ocaml-dev_8.06.0+dfsg-3_amd64.deb
 ec3fd194a9db79cf8a5a2079d6735407b3b15d569a6481d01feef7e12b8f596e 10072 
liblabltk-ocaml_8.06.0+dfsg-3_amd64.deb
Files:
 eda4305cd74a61370ca820c5b24d5628 2148 ocaml optional labltk_8.06.0+dfsg-3.dsc
 5ce8ac4eea32f799433f0a155b459a6e 2580 ocaml optional 
labltk_8.06.0+dfsg-3.debian.tar.xz
 0e113aa2627aeeb7ddbb7aa174252d9c 295720 ocaml optional 
labltk_8.06.0+dfsg-3_amd64.deb
 b321795a4dbec7196f032b7e1a3be991 1590838 ocaml optional 
liblabltk-ocaml-dev_8.06.0+dfsg-3_amd64.deb
 558608c

Bug#801543: marked as done (openstack-dashboard-apache: modifies conffiles (policy 10.7.3): /etc/openstack-dashboard/local_settings.py)

2015-10-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Oct 2015 09:21:29 +
with message-id 
and subject line Bug#801543: fixed in horizon 2:8.0.0~rc2-2
has caused the Debian Bug report #801543,
regarding openstack-dashboard-apache: modifies conffiles (policy 10.7.3): 
/etc/openstack-dashboard/local_settings.py
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.)


-- 
801543: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801543
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: openstack-dashboard-apache
Version: 2:8.0.0~rc2-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package modifies conffiles.
This is forbidden by the policy, see
https://www.debian.org/doc/debian-policy/ch-files.html#s-config-files

10.7.3: "[...] The easy way to achieve this behavior is to make the
configuration file a conffile. [...] This implies that the default
version will be part of the package distribution, and must not be
modified by the maintainer scripts during installation (or at any
other time)."

Note that once a package ships a modified version of that conffile,
dpkg will prompt the user for an action how to handle the upgrade of
this modified conffile (that was not modified by the user).

Further in 10.7.3: "[...] must not ask unnecessary questions
(particularly during upgrades) [...]"

If a configuration file is customized by a maintainer script after
having asked some debconf questions, it may not be marked as a
conffile. Instead a template could be installed in /usr/share and used
by the postinst script to fill in the custom values and create (or
update) the configuration file (preserving any user modifications!).
This file must be removed during postrm purge.
ucf(1) may help with these tasks.
See also https://wiki.debian.org/DpkgConffileHandling

In https://lists.debian.org/debian-devel/2012/09/msg00412.html and
followups it has been agreed that these bugs are to be filed with
severity serious.

debsums reports modification of the following files,
from the attached log (scroll to the bottom...):

3m39.8s ERROR: FAIL: debsums reports modifications inside the chroot:
  /etc/openstack-dashboard/local_settings.py


cheers,

Andreas


openstack-dashboard-apache_2:8.0.0~rc2-1.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Source: horizon
Source-Version: 2:8.0.0~rc2-2

We believe that the bug you reported is fixed in the latest version of
horizon, 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 801...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand  (supplier of updated horizon 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: Tue, 13 Oct 2015 08:46:21 +
Source: horizon
Binary: python-django-horizon openstack-dashboard openstack-dashboard-apache 
horizon-doc
Architecture: source all
Version: 2:8.0.0~rc2-2
Distribution: experimental
Urgency: medium
Maintainer: PKG OpenStack 
Changed-By: Thomas Goirand 
Description:
 horizon-doc - web application to control an OpenStack cloud - doc
 openstack-dashboard - web application to control an OpenStack cloud
 openstack-dashboard-apache - web application to control an OpenStack cloud - 
Apache support
 python-django-horizon - Django module providing web interaction with OpenStack
Closes: 801543
Changes:
 horizon (2:8.0.0~rc2-2) experimental; urgency=medium
 .
   * Do not set /etc/.../local_settings.py as CONFFILES (Closes: #801543).
Checksums-Sha1:
 69359c90f6e2938b5a2451b572c2287d4519f26d 4194 horizon_8.0.0~rc2-2.dsc
 f17eea724be8ddaa1b69fa19df6141e0b454182e 16692 
horizon_8.0.0~rc2-2.debian.tar.xz
 c5b51b60626224f86e7dd79b184582a26a784d2b 1142784 
horizon-doc_8.0.0~rc2-2_all.deb
 69ad1b2ea8726c2f5b87b0d877240cf5c93b89f1 10946 
openstack-dashboard-apache_8.0.0~rc2-2_all.deb
 89753a2a16f9f1468153b61191995d2deee6b700 2522372 
openstack-dashboard_8.0.0~rc2-2_all.deb
 06205172142e3374add466682b2a513fb2cfead3 2260318 
python-django-horizon_8.0.0~rc2-2_all.deb
Checksums-Sha256:
 56e6ed6f853c181c92beb72b9ff396a4ab398cf60ad357624f0dd8f7c9169042 4194 
horizon_8.0.0~rc2-2.dsc
 92145c3

Bug#801659: XML-Compile-Dumper and Perl 5.22

2015-10-13 Thread Niko Tyni
On Tue, Oct 13, 2015 at 10:52:23AM +0300, Niko Tyni wrote:

> We'll be updating Debian testing/unstable to Perl 5.22 soonish, and
> currently that means that the packages for Data-Dump-Streamer and
> XML-Compile-Dumper need to be removed.

Upstream responded to me privately, saying XML-Compile-Dumper
has very few users and can well be dropped from Debian if
necessary.
-- 
Niko Tyni   nt...@debian.org



Processed: Bug#801477 tagged as pending

2015-10-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 801477 pending
Bug #801477 {Done: Gaudenz Steinlin } [src:ceph] ceph: 
FTBFS on armel: common/RWLock.h:29:11: error: 'atomic_t' does not name a type
Added tag(s) pending.
> --
Stopping processing here.

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



Bug#801659: XML-Compile-Dumper and Perl 5.22

2015-10-13 Thread Niko Tyni
Hi Mark,

just a note in case you're not aware of the issue: your CPAN module
XML-Compile-Dumper can't currently be installed with Perl 5.22. This is
because it requires Data-Dump-Streamer which has compatibility problems:
 https://rt.cpan.org/Public/Bug/Display.html?id=102369

We'll be updating Debian testing/unstable to Perl 5.22 soonish, and
currently that means that the packages for Data-Dump-Streamer and
XML-Compile-Dumper need to be removed. These are tracked on the Debian
side as
 https://bugs.debian.org/787912
 https://bugs.debian.org/801659

Do you think XML-Compile-Dumper could be made to use another backend
or something?

Many thanks for your work on free software,
-- 
Niko Tyni   (Debian Perl Group)
nt...@debian.org



Bug#801477: tagged as pending

2015-10-13 Thread Gaudenz Steinlin
tag 801477 pending
--

We believe that the bug #801477 you reported has been fixed in the Git
repository. You can see the commit message below and/or inspect the
commit contents at:

http://anonscm.debian.org/cgit/pkg-ceph/ceph.git/diff/?id=2d14828

(This message was generated automatically by
 'git-post-receive-tag-pending-commitmsg' hook).
---
commit 2d14828a0914964316c9977f3f60418496fe6a2b
Author: Gaudenz Steinlin 
Date:   Mon Oct 12 16:25:21 2015 +0200

Add upstream patch to fix building without libatomic-ops

Closes: #801477



Processed: fixing bug metadata

2015-10-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # leaving the upstream tag only for libxml-compile-dumper-perl
> tag 801660 - upstream
Bug #801660 [libtest-aggregate-perl] libtest-aggregate-perl: relax dependencies 
on libdata-dump-streamer-perl, broken by perl 5.22
Removed tag(s) upstream.
> tag 801661 - upstream
Bug #801661 [libmoosex-runnable-perl] libmoosex-runnable-perl: relax 
dependencies on libdata-dump-streamer-perl, broken by perl 5.22
Removed tag(s) upstream.
> tag 801662 - upstream
Bug #801662 [libdevel-repl-perl] libdevel-repl-perl: relax dependencies on 
libdata-dump-streamer-perl, broken by perl 5.22
Removed tag(s) upstream.
> tag 801663 - upstream
Bug #801663 [libuniversal-ref-perl] libuniversal-ref-perl: relax 
build-dependency on libdata-dump-streamer-perl, broken by perl 5.22
Removed tag(s) upstream.
> notforwarded 801659
Bug #801659 [libxml-compile-dumper-perl] libxml-compile-dumper-perl: depends on 
libdata-dump-streamer-perl, broken by perl 5.22
Unset Bug forwarded-to-address
> notforwarded 801660
Bug #801660 [libtest-aggregate-perl] libtest-aggregate-perl: relax dependencies 
on libdata-dump-streamer-perl, broken by perl 5.22
Unset Bug forwarded-to-address
> notforwarded 801661
Bug #801661 [libmoosex-runnable-perl] libmoosex-runnable-perl: relax 
dependencies on libdata-dump-streamer-perl, broken by perl 5.22
Unset Bug forwarded-to-address
> notforwarded 801662
Bug #801662 [libdevel-repl-perl] libdevel-repl-perl: relax dependencies on 
libdata-dump-streamer-perl, broken by perl 5.22
Unset Bug forwarded-to-address
> notforwarded 801663
Bug #801663 [libuniversal-ref-perl] libuniversal-ref-perl: relax 
build-dependency on libdata-dump-streamer-perl, broken by perl 5.22
Unset Bug forwarded-to-address
> thanks
Stopping processing here.

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



Bug#800660: gnome-keyring: crashes iceweasel when logging into a password-protected website

2015-10-13 Thread Raphael Hertzog
On Tue, 13 Oct 2015, Raphael Hertzog wrote:
> On Fri, 02 Oct 2015, Sebastian Dröge wrote:
> > Same here, without customized startup scripts and happens with dbus
> > -user-session and without.
> 
> One thing I just noticed, when iceweasel freezes, I can kill the
> gnome-keyring started by the session (which appears as
> "usr/bin/gnome-keyring-daemon --daemonize --login") and it will unfreeze
> iceweasel and the next time that I login in a password-protected website
> it will respawn a gnome keyring of its own (and ask me my password to
> unlock the keyring) and things will work fine from there.

Forget this last part, that was only true because I had downgraded
gnome-keyring to version 3.16...

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Support Debian LTS: http://www.freexian.com/services/debian-lts.html
Learn to master Debian: http://debian-handbook.info/get/



Processed: Re: Bug#787912: libdata-dump-streamer-perl: FTBFS with perl 5.22

2015-10-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> clone 787912 -1 -2 -3 -4 -5
Bug #787912 [src:libdata-dump-streamer-perl] libdata-dump-streamer-perl: FTBFS 
with perl 5.22
Bug 787912 cloned as bugs 801659-801663
801659 was not blocked by any bugs.
801659 was blocking: 796345
Added blocking bug(s) of 801659: 796345
801660 was not blocked by any bugs.
801660 was blocking: 796345
Added blocking bug(s) of 801660: 796345
801661 was not blocked by any bugs.
801661 was blocking: 796345
Added blocking bug(s) of 801661: 796345
801662 was not blocked by any bugs.
801662 was blocking: 796345
Added blocking bug(s) of 801662: 796345
801663 was not blocked by any bugs.
801663 was blocking: 796345
Added blocking bug(s) of 801663: 796345
> retitle -1 libxml-compile-dumper-perl: depends on libdata-dump-streamer-perl, 
> broken by perl 5.22
Bug #801659 [src:libdata-dump-streamer-perl] libdata-dump-streamer-perl: FTBFS 
with perl 5.22
Changed Bug title to 'libxml-compile-dumper-perl: depends on 
libdata-dump-streamer-perl, broken by perl 5.22' from 
'libdata-dump-streamer-perl: FTBFS with perl 5.22'
> retitle -2 libtest-aggregate-perl: relax dependencies on 
> libdata-dump-streamer-perl, broken by perl 5.22
Bug #801660 [src:libdata-dump-streamer-perl] libdata-dump-streamer-perl: FTBFS 
with perl 5.22
Changed Bug title to 'libtest-aggregate-perl: relax dependencies on 
libdata-dump-streamer-perl, broken by perl 5.22' from 
'libdata-dump-streamer-perl: FTBFS with perl 5.22'
> retitle -3 libmoosex-runnable-perl: relax dependencies on 
> libdata-dump-streamer-perl, broken by perl 5.22
Bug #801661 [src:libdata-dump-streamer-perl] libdata-dump-streamer-perl: FTBFS 
with perl 5.22
Changed Bug title to 'libmoosex-runnable-perl: relax dependencies on 
libdata-dump-streamer-perl, broken by perl 5.22' from 
'libdata-dump-streamer-perl: FTBFS with perl 5.22'
> retitle -4 libdevel-repl-perl: relax dependencies on 
> libdata-dump-streamer-perl, broken by perl 5.22
Bug #801662 [src:libdata-dump-streamer-perl] libdata-dump-streamer-perl: FTBFS 
with perl 5.22
Changed Bug title to 'libdevel-repl-perl: relax dependencies on 
libdata-dump-streamer-perl, broken by perl 5.22' from 
'libdata-dump-streamer-perl: FTBFS with perl 5.22'
> retitle -5 libuniversal-ref-perl: relax build-dependency on 
> libdata-dump-streamer-perl, broken by perl 5.22
Bug #801663 [src:libdata-dump-streamer-perl] libdata-dump-streamer-perl: FTBFS 
with perl 5.22
Changed Bug title to 'libuniversal-ref-perl: relax build-dependency on 
libdata-dump-streamer-perl, broken by perl 5.22' from 
'libdata-dump-streamer-perl: FTBFS with perl 5.22'
> reassign -1 libxml-compile-dumper-perl 0.14-1
Bug #801659 [src:libdata-dump-streamer-perl] libxml-compile-dumper-perl: 
depends on libdata-dump-streamer-perl, broken by perl 5.22
Bug reassigned from package 'src:libdata-dump-streamer-perl' to 
'libxml-compile-dumper-perl'.
No longer marked as found in versions libdata-dump-streamer-perl/2.38-2.
Ignoring request to alter fixed versions of bug #801659 to the same values 
previously set
Bug #801659 [libxml-compile-dumper-perl] libxml-compile-dumper-perl: depends on 
libdata-dump-streamer-perl, broken by perl 5.22
Marked as found in versions libxml-compile-dumper-perl/0.14-1.
> reassign -2 libtest-aggregate-perl 0.372-1
Bug #801660 [src:libdata-dump-streamer-perl] libtest-aggregate-perl: relax 
dependencies on libdata-dump-streamer-perl, broken by perl 5.22
Bug reassigned from package 'src:libdata-dump-streamer-perl' to 
'libtest-aggregate-perl'.
No longer marked as found in versions libdata-dump-streamer-perl/2.38-2.
Ignoring request to alter fixed versions of bug #801660 to the same values 
previously set
Bug #801660 [libtest-aggregate-perl] libtest-aggregate-perl: relax dependencies 
on libdata-dump-streamer-perl, broken by perl 5.22
Marked as found in versions libtest-aggregate-perl/0.372-1.
> reassign -3 libmoosex-runnable-perl 0.09-1
Bug #801661 [src:libdata-dump-streamer-perl] libmoosex-runnable-perl: relax 
dependencies on libdata-dump-streamer-perl, broken by perl 5.22
Bug reassigned from package 'src:libdata-dump-streamer-perl' to 
'libmoosex-runnable-perl'.
No longer marked as found in versions libdata-dump-streamer-perl/2.38-2.
Ignoring request to alter fixed versions of bug #801661 to the same values 
previously set
Bug #801661 [libmoosex-runnable-perl] libmoosex-runnable-perl: relax 
dependencies on libdata-dump-streamer-perl, broken by perl 5.22
Marked as found in versions libmoosex-runnable-perl/0.09-1.
> reassign -4 libdevel-repl-perl 1.003027-1
Bug #801662 [src:libdata-dump-streamer-perl] libdevel-repl-perl: relax 
dependencies on libdata-dump-streamer-perl, broken by perl 5.22
Bug reassigned from package 'src:libdata-dump-streamer-perl' to 
'libdevel-repl-perl'.
No longer marked as found in versions libdata-dump-streamer-perl/2.38-2.
Ignoring request to alter fixed versions of bug #801662 to the same values 
previously set
Bug #801662 [libdevel-repl-perl] libdevel-repl-

Bug#787912: libdata-dump-streamer-perl: FTBFS with perl 5.22

2015-10-13 Thread Niko Tyni
clone 787912 -1 -2 -3 -4 -5
retitle -1 libxml-compile-dumper-perl: depends on libdata-dump-streamer-perl, 
broken by perl 5.22
retitle -2 libtest-aggregate-perl: relax dependencies on 
libdata-dump-streamer-perl, broken by perl 5.22
retitle -3 libmoosex-runnable-perl: relax dependencies on 
libdata-dump-streamer-perl, broken by perl 5.22
retitle -4 libdevel-repl-perl: relax dependencies on 
libdata-dump-streamer-perl, broken by perl 5.22
retitle -5 libuniversal-ref-perl: relax build-dependency on 
libdata-dump-streamer-perl, broken by perl 5.22
reassign -1 libxml-compile-dumper-perl 0.14-1
reassign -2 libtest-aggregate-perl 0.372-1
reassign -3 libmoosex-runnable-perl 0.09-1
reassign -4 libdevel-repl-perl 1.003027-1
reassign -5 libuniversal-ref-perl 0.14-2
thanks

On Sat, Jun 06, 2015 at 10:24:35AM +0100, Dominic Hargreaves wrote:
> Source: libdata-dump-streamer-perl
> Version: 2.38-2
> Severity: important
> User: debian-p...@lists.debian.org
> Usertags: perl-5.22-transition
> Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=102369
> 
> This package FTBFS with perl 5.22:

There's no action on the upstream ticket(s), so it looks like this module
won't get updated for 5.22. I think we should look at minimizing the
cost of its removal.

The binary reverse dependencies are
  libxml-compile-dumper-perl
  libtest-aggregate-perl
  libmoosex-runnable-perl
  libdevel-repl-perl

and additionally there's one more package build depending on it:
  libuniversal-ref-perl

All of these except libxml-compile-dumper-perl have Data-Dump-Streamer as
an optional dependency, so I think we could just relax the dependencies
to recommendations.

The libxml-compile-dumper-perl package clearly needs Data-Dump-Streamer.
It doesn't have any reverse dependencies itself, so it may just have to
go with libxml-compile-dumper-perl if needed.

I'm cloning separate bugs for all the affected packages.
-- 
Niko Tyni   nt...@debian.org



Bug#800660: gnome-keyring: crashes iceweasel when logging into a password-protected website

2015-10-13 Thread Raphael Hertzog
On Fri, 02 Oct 2015, Sebastian Dröge wrote:
> Same here, without customized startup scripts and happens with dbus
> -user-session and without.

One thing I just noticed, when iceweasel freezes, I can kill the
gnome-keyring started by the session (which appears as
"usr/bin/gnome-keyring-daemon --daemonize --login") and it will unfreeze
iceweasel and the next time that I login in a password-protected website
it will respawn a gnome keyring of its own (and ask me my password to
unlock the keyring) and things will work fine from there.

The newly spawned gnome-keyring looks like this:
/usr/bin/gnome-keyring-daemon --start --foreground --components=secret

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Support Debian LTS: http://www.freexian.com/services/debian-lts.html
Learn to master Debian: http://debian-handbook.info/get/