Bug#797866: libtorrent: ABI transition needed for libstdc++ v5

2015-09-09 Thread Simon McVittie
On 09/09/15 07:00, Jose-Luis Rivas wrote:
> On 08/09/15, 10:24pm, Jose-Luis Rivas wrote:
>> Just to be clear, if I rebuild this with the source packages from
>> unstable with a new upstream version the rename is not necessary?
>
> Nevermind, upstream bumped soname anyway.

A new upstream SONAME makes the v5 transition rename unnecessary; but if
upstream have bumped SONAME, then they've broken API/ABI (or are doing
it wrong), which increases the risk that reverse-dependencies of
libtorrent will fail to compile or fail to work.

A new upstream release that does not bump the SONAME does not have any
effect on the need for a transition/rename.

I suspect that the lowest-risk approach to getting this transition
finished in a finite time is to do the v5 rename, then ask the release
team for a separate transition slot for the new upstream SONAME.

S



Bug#796118: Should djbdns be removed?

2015-09-09 Thread Gerrit Pape
reassign 796118 djbdns
retitle 796118 Should djbdns be removed?
quit

On Tue, Sep 08, 2015 at 08:29:18PM +0200, Moritz Mühlenhoff wrote:
> On Wed, Aug 19, 2015 at 05:45:30PM +0200, Moritz Muehlenhoff wrote:
> > djbdns is RC-buggy for many years now and was out of testing since 2009.
> > Should we remove it from unstable?

No, I don't think so.



Bug#796731: freecontact: FTBFS on mips (test suite failure)

2015-09-09 Thread Aron Xu
On Wed, Sep 9, 2015 at 3:44 PM, Andreas Tille  wrote:
> Hi mips porters,
>
> could anybody please find a more powerful machine to build the rdepends
> libfreecontact-perl and python-freecontact.
>
> Alternatively I would decide to exclude mips architecture for
> libfreecontact and its Perl and Python interfaces since I see no point
> in delivering a package that does not pass its build time check.
>

Would be nice if you can keep it as-is for a while, new machines are
being purchased with FPU (estimation is probably the end of year?),
that will solve the compilation stuck.

Thanks,
Aron



Bug#796731: freecontact: FTBFS on mips (test suite failure)

2015-09-09 Thread Julien Cristau
On Wed, Sep  9, 2015 at 09:44:30 +0200, Andreas Tille wrote:

> Hi mips porters,
> 
> could anybody please find a more powerful machine to build the rdepends
> libfreecontact-perl and python-freecontact.
> 
No, as I already said that is not acceptable.  Packages should be built
on buildds.  Reliably.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#796657: marked as done (python3-pygit2: Can't import pygit2 (PermissionError: [Errno 13] Permission denied: '/usr/lib/python3/dist-packages/pygit2/__pycache__/pygit2_cffi_1b714a1x5470904.c'))

2015-09-09 Thread Debian Bug Tracking System
Your message dated Wed, 09 Sep 2015 07:34:06 +
with message-id 
and subject line Bug#796657: fixed in python-pygit2 0.23.0-1
has caused the Debian Bug report #796657,
regarding python3-pygit2: Can't import pygit2 (PermissionError: [Errno 13] 
Permission denied: 
'/usr/lib/python3/dist-packages/pygit2/__pycache__/pygit2_cffi_1b714a1x5470904.c')
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.)


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

Package: python3-pygit2
Version: 0.22.0-3
Severity: important

Dear Maintainer,

When attempting to import pygit2 in python3 (or python2), I get the 
following error message:


$ python3
Python 3.4.3+ (default, Jul 28 2015, 13:17:50)
[GCC 4.9.3] on linux
Type "help", "copyright", "credits" or "license" for more information.

import pygit2

Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python3/dist-packages/pygit2/__init__.py", line 35, in 


from .blame import Blame, BlameHunk
  File "/usr/lib/python3/dist-packages/pygit2/blame.py", line 32, in 


from .errors import check_error
  File "/usr/lib/python3/dist-packages/pygit2/errors.py", line 29, in 


from .ffi import ffi, C
  File "/usr/lib/python3/dist-packages/pygit2/ffi.py", line 35, in 


ffi, C = get_ffi()
  File "/usr/lib/python3/dist-packages/pygit2/_utils.py", line 101, in 
get_ffi

include_dirs=[libgit2_include], library_dirs=[libgit2_lib])
  File "/usr/lib/python3/dist-packages/cffi/api.py", line 373, in verify
lib = self.verifier.load_library()
  File "/usr/lib/python3/dist-packages/cffi/verifier.py", line 95, in 
load_library

self._write_source()
  File "/usr/lib/python3/dist-packages/cffi/verifier.py", line 183, in 
_write_source

with open(self.sourcefilename, "w") as fp:
PermissionError: [Errno 13] Permission denied: 
'/usr/lib/python3/dist-packages/pygit2/__pycache__/pygit2_cffi_1b714a1x5470904.c'



This was believed fixed in 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788095,
but I am able to reproduce it here. I wasn't sure whether it was 
possible/desirable

to reopen an archived bug, so I filed a new one.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages python3-pygit2 depends on:
ii  dpkg  1.18.2
ii  libc6 2.19-19
ii  libgit2-220.22.2-2
ii  python3   3.4.3-4
ii  python3-cffi  1.1.2-1

python3-pygit2 recommends no packages.

Versions of packages python3-pygit2 suggests:
pn  python-pygit2-doc  

-- no debconf information


--
mvh / best regards
Hans Joachim Desserud
http://desserud.org
--- End Message ---
--- Begin Message ---
Source: python-pygit2
Source-Version: 0.23.0-1

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

Debian distribution maintenance software
pp.
Thomas Goirand  (supplier of updated python-pygit2 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, 08 Sep 2015 08:30:14 +
Source: python-pygit2
Binary: python-pygit2 python3-pygit2 python-pygit2-doc
Architecture: source all amd64
Version: 0.23.0-1
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack 
Changed-By: Thomas Goirand 
Description:
 python-pygit2 - bindings for libgit2 - Python 2.x
 python-pygit2-doc - bindings for libgit2 - doc
 python3-pygit2 - bindings for libgit2 - Python 3.x
Closes: 796657 797185
Changes:
 python-pygit2 (0.23.0-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #797185):
 - Fixes can't import in Python3 (Closes: #796657).
   * Refreshed and rebased patches.
Checksums-Sha1:
 

Bug#796931: gnupg-agent: no longer writes $GNUPGHOME/gpg-agent-info-$(hostname) file

2015-09-09 Thread Thorsten Glaser
On Sun, 30 Aug 2015, Michael Gold wrote:

> > > Trying to support gpg2.0 and 2.1 in one startup script is still annoying
> > 
> > This is a requirement, though.
> 
> I've attached the script I'm using as an example.  I didn't test this

Hmm, really complex stuff there. I guess whatever I cobbled together
in 2009 isn’t as sophisticated.

https://evolvis.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=shellsnippets/shellsnippets.git;a=blob;f=posix/sysadmin/agents.sh;h=485f025a5171a0721bb0cb10c3676f96393715f3;hb=HEAD

Anyway, at first glance, the new script (ignore the first part about
removing old gpg configs and running ssh-agent) appears to work,
although I’ve not yet tested after reboot. Thanks for the information!

Besides some logic changes (to avoid nesting ifs) I now set the
GPG_AGENT_INFO myself if not set, and write the “PID” file manually
instead of telling gpg-agent to do it. This appears to make pickup
from another session work, too.

bye,
//mirabilos
-- 
tarent solutions GmbH
Rochusstraße 2-4, D-53123 Bonn • http://www.tarent.de/
Tel: +49 228 54881-393 • Fax: +49 228 54881-235
HRB 5168 (AG Bonn) • USt-ID (VAT): DE122264941
Geschäftsführer: Dr. Stefan Barth, Kai Ebenrett, Boris Esser, Alexander Steeg



Processed: Re: Bug#796118: Should djbdns be removed?

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

> reassign 796118 djbdns
Bug #796118 [ftp.debian.org] RM: djbdns
Bug reassigned from package 'ftp.debian.org' to 'djbdns'.
Ignoring request to alter found versions of bug #796118 to the same values 
previously set
Ignoring request to alter fixed versions of bug #796118 to the same values 
previously set
> retitle 796118 Should djbdns be removed?
Bug #796118 [djbdns] RM: djbdns
Changed Bug title to 'Should djbdns be removed?' from 'RM: djbdns'
> quit
Stopping processing here.

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



Bug#792548: [DRE-maint] Bug#792548: ruby-hashie, ruby-rash: error when trying to install together

2015-09-09 Thread Matthias Klose
> Since ruby-rash has no reverse dependencies, I propose we remove it and
> add a Conflicts: to ruby-hashie.

$ reverse-depends -b src:ruby-rash
Reverse-Build-Depends
=
* ruby-faraday-middleware   (for ruby-rash)



Bug#798413: ftp.debian.org: Source-only uploads which FTBFS on Arch: all buildd require NEW processing in next upload

2015-09-09 Thread Ansgar Burchardt
Control: retitle -1 dak cruft-report should check Package-List field
Control: severity -1 normal

Santiago Vila  writes:
> When a source-only upload fails to build from source in the
> "Arch: all" autobuilder [1], the system seems to think that the source
> does no longer provide such Arch: all packages.

The cruft report does think so after some time (meh, heuristics are bad)
and packages are then removed by the ftp team after some time.

The proper solution is probably to have the cruft-report check the
source package's Package-List field that lists all packages built (and
on which architecture they are built).

Ansgar



Processed: Re: Bug#798413: ftp.debian.org: Source-only uploads which FTBFS on Arch: all buildd require NEW processing in next upload

2015-09-09 Thread Debian Bug Tracking System
Processing control commands:

> retitle -1 dak cruft-report should check Package-List field
Bug #798413 [ftp.debian.org] ftp.debian.org: Source-only uploads which FTBFS on 
Arch: all buildd require NEW processing in next upload
Changed Bug title to 'dak cruft-report should check Package-List field' from 
'ftp.debian.org: Source-only uploads which FTBFS on Arch: all buildd require 
NEW processing in next upload'
> severity -1 normal
Bug #798413 [ftp.debian.org] dak cruft-report should check Package-List field
Severity set to 'normal' from 'serious'

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



Bug#797866: libtorrent: ABI transition needed for libstdc++ v5

2015-09-09 Thread Jose-Luis Rivas
Nevermind, upstream bumped soname anyway.

On 08/09/15, 10:24pm, Jose-Luis Rivas wrote:
> Just to be clear, if I rebuild this with the source packages from
> unstable with a new upstream version the rename is not necessary?
> 
> On 03/09/15, 08:21am, Simon McVittie wrote:
> > Source: libtorrent
> > Version: 0.13.2-1
> > Severity: serious
> > Justification: breaks ABI without a package rename
> > Tags: sid stretch
> > User: debian-...@lists.debian.org
> > Usertags: libstdc++-cxx11
> > 
> > Background[1]: libstdc++6 introduces a new ABI to conform to the
> > C++11 standard, but keeps the old ABI to not break existing binaries.
> > Packages which are built with g++-5 from experimental (not the one
> > from testing/unstable) are using the new ABI.  Libraries built from
> > this source package export some of the new __cxx11 or B5cxx11 symbols,
> > dropping other symbols.  If these symbols are part of the API of
> > the library, then this rebuild with g++-5 will trigger a transition
> > for the library.
> > 
> > In the case of libtorrent, std::string appears in functions that are
> > explicitly exported, so it seems very likely that a transition is needed.
> > The transition normally consists of renaming the
> > affected library packages, adding a v5 suffix (libtorrent14v5).
> > The SONAME should not be changed when doing this.
> > 
> > If an upgrade to a new upstream SONAME is already planned, and that
> > SONAME has never been available in Debian compiled with g++-4, then an
> > alternative way to carry out the transition would be to bump the
> > SONAME. Please avoid doing this unless the new upstream version
> > is very low-risk.
> > 
> > These follow-up transitions for libstdc++ are not going through exactly
> > the normal transition procedure, because many entangled transitions are
> > going on at the same time, and the usual ordered transition procedure
> > does not scale that far. When all the C++ libraries on which this library
> > depends have started their transitions in unstable if required, this
> > library should do the same, closing this bug; the release team will deal
> > with binNMUs as needed.
> > 
> > Looking at the build-dependencies of libtorrent, the C++ libraries
> > are libcppunit and libsigc++, which have both had their renames
> > already; so this sub-transition is ready to start.
> > 
> > The package might be NMU'd if there is no maintainer response. The
> > release team have declared a 2 day NMU delay[2] for packages involved
> > in the libstdc++ transition, in order to get unstable back to a usable
> > state in a finite time.
> > 
> > Regards,
> > S
> > 
> > [1] https://wiki.debian.org/GCC5#libstdc.2B-.2B-_ABI_transition
> > [2] https://lists.debian.org/debian-devel-announce/2015/08/msg0.html
> 
> -- 
> ⨳ PGP 0x13EC43EEB9AC8C43 ⨳ https://ghostbar.co



-- 
⨳ PGP 0x13EC43EEB9AC8C43 ⨳ https://ghostbar.co


signature.asc
Description: Digital signature


Bug#797281: ompl ftbfs because boost

2015-09-09 Thread Leopold Palomo-Avellaneda
Dear reporter,

the problem with this bug is a problem of boost 1.58 and gcc5. Ompl builds 
without any problem with boost 1.59 and gcc5. 

798021 has a patch. Just need that boost maintainers upload a new version of 
boost 1.58 of upgrade boost-defaults to 1.59.

Thanks

Leopold



Bug#796731: freecontact: FTBFS on mips (test suite failure)

2015-09-09 Thread Andreas Tille
Hi mips porters,

could anybody please find a more powerful machine to build the rdepends
libfreecontact-perl and python-freecontact.

Alternatively I would decide to exclude mips architecture for
libfreecontact and its Perl and Python interfaces since I see no point
in delivering a package that does not pass its build time check.

Thanks

   Andreas.

On Tue, Sep 08, 2015 at 10:26:58PM +0200, Julien Cristau wrote:
> Control: reopen -1
> 
> On Fri, Aug 28, 2015 at 17:42:10 +0200, Andreas Tille wrote:
> 
> > Hi Julien,
> > 
> > On Fri, Aug 28, 2015 at 05:20:55PM +0200, Julien Cristau wrote:
> > > On Wed, Aug 26, 2015 at 17:05:39 +0200, Andreas Tille wrote:
> > > 
> > > > Any chance to do a manual build on a more powerfull MIPS box which might
> > > > not run into this problem? 
> > > > 
> > > NAK.  We need packages to build reliably on our buildds.
> > 
> > The reliability of a build can be proven by passing the test suite.  So
> > in this case we need buildds that can reliably build the package.
> > Otherwise the package should probably be excluded from this architecture
> > at all.  BTW, the package is now available for mips since some kind soul
> > managed to build it.
> > 
> > Thanks to whomever the work did finally
> > 
> Nope, no sugar.  Now instead we have
> https://buildd.debian.org/status/fetch.php?pkg=libfreecontact-perl=mips=0.08-4=1441643884
> and
> https://buildd.debian.org/status/fetch.php?pkg=python-freecontact=mips=1.1-2=1441644922
> 
> That's not an improvement.
> 
> Cheers,
> Julien



-- 
http://fam-tille.de



Bug#798441: python-bleach: Non-determistically FTBFS due to unreliable tests

2015-09-09 Thread Chris Lamb
Source: python-bleach
Version: 1.4-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

python-bleach's testsuite can non-deterministically fail, causing the
package
to FTBFS:

  [..]
  nosetests3
  
...F
  ==
  FAIL: Make sure that applying the filter twice doesn't change
  anything.
  --
  Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/nose/case.py", line 198, in
runTest
  self.test(*self.arg)
File "/tmp/buildd/python-bleach-1.4/bleach/tests/test_basics.py",
line 156, in test_idempotent
  eq_(linked, bleach.linkify(linked))
  AssertionError: 'invalidextra http://link.com;>http://link.com' !=
  'invalidextra http://link.com;
  rel="nofollow">http://link.com'
  
  --
  Ran 128 tests in 1.007s
  
  FAILED (failures=1)
  debian/rules:13: recipe for target 'override_dh_auto_test' failed
  make[1]: *** [override_dh_auto_test] Error 1
  make[1]: Leaving directory '/tmp/buildd/python-bleach-1.4'
  debian/rules:6: recipe for target 'build' failed
  make: *** [build] Error 2
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

  [..]

You can see demonstrate this by leaving this to run for a minute or so:

  $ while nosetests3 bleach.tests.test_basics:test_idempotent; do :;
  done

Curiously, I cannot reproduce when running the tests under Python 2.X
which may help track down the underlying issue.

The full build log is attached or can be viewed here:


https://reproducible.debian.net/logs/unstable/amd64/python-bleach_1.4-1.build2.log.gz


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
I: using fakeroot in build.
I: pbuilder: network access will be disabled during build
I: Current time: dimanche 6 septembre 2015, 16:34:15 (UTC+1400)
I: pbuilder-time-stamp: 1441506855
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/unstable-reproducible-base.tgz]
I: creating local configuration
I: copying local configuration
I: mounting /proc filesystem
I: mounting /run/shm filesystem
I: mounting /dev/pts filesystem
I: Mounting /dev/shm
I: Mounting /sys
I: policy-rc.d already exists
I: Installing the build-deps
I: user script 
/var/cache/pbuilder/build//24789/tmp/hooks/D01_modify_environment starting
I: Changing host+domainname to test build reproducibility
I: Adding a custom variable just for the fun of it...
I: user script 
/var/cache/pbuilder/build//24789/tmp/hooks/D01_modify_environment finished
 -> Attempting to satisfy build-dependencies
 -> Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team 
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (>= 8), dh-python, python-docutils, python3-all, 
python3-nose, python3-setuptools, python3-sphinx (>= 1.0.7+dfsg-1~), python-all 
(>= 2.6.6-3~), python-nose, python-setuptools, python-sphinx (>= 
1.0.7+dfsg-1~), python3-html5lib, python3-six, python-html5lib, python-six
dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in 
'/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 20262 files and directories currently installed.)
Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ...
Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring 
anyway as you requested:
 pbuilder-satisfydepends-dummy depends on dh-python; however:
  Package dh-python is not installed.
 pbuilder-satisfydepends-dummy depends on python-docutils; however:
  Package python-docutils is not installed.
 pbuilder-satisfydepends-dummy depends on python3-all; however:
  Package python3-all is not installed.
 pbuilder-satisfydepends-dummy depends on python3-nose; however:
  Package python3-nose is not installed.
 pbuilder-satisfydepends-dummy depends on python3-setuptools; however:
  Package python3-setuptools is not installed.
 pbuilder-satisfydepends-dummy depends on python3-sphinx (>= 1.0.7+dfsg-1~); 
however:
  Package python3-sphinx is not installed.
 pbuilder-satisfydepends-dummy depends on python-all (>= 2.6.6-3~); however:
  Package python-all is 

Bug#798438: procps: FTBFS: Makefile:526: recipe for target 'check-DEJAGNU' failed

2015-09-09 Thread Chris Lamb
On Wed, 9 Sep 2015, at 12:45 PM, Craig Small wrote:

> Any chance of getting testsuite/ps.log out of the buildds? It will give
> me exactly what the tester is unhappy about.

Sure - I can always reproduce locally outside all of the, uhh,
reproducible stuff.

(Attached.)


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
Test Run By lamby on Wed Sep  9 12:54:05 2015
Native configuration is x86_64-pc-linux-gnu

		=== ps tests ===

Schedule of variations:
unix

Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using ./config/unix.exp as tool-and-target-specific interface file.
Running ./ps.test/ps_output.exp ...
spawn /home/lamby/temp/cdt.20150909125319.AgFh6XRwrb/procps-3.3.10/ps/pscommand -o %cpu,pcpu,%mem,pmem
%CPU %CPU %MEM %MEM
 0.0  0.0  0.0  0.0
PASS: ps with output flag %cpu,pcpu,%mem,pmem
spawn /home/lamby/temp/cdt.20150909125319.AgFh6XRwrb/procps-3.3.10/ps/pscommand -o blocked,sig_block,sigmask,caught,sigcatch,sig_catch
 BLOCKED  BLOCKED  BLOCKED   CAUGHT   CAUGHT  CATCHED
   0001f3d1fef9 0001f3d1fef9 0001f3d1fef9
PASS: ps with output flag blocked,sig_block,sigmask,caught,sigcatch,sig_catch
spawn /home/lamby/temp/cdt.20150909125319.AgFh6XRwrb/procps-3.3.10/ps/pscommand -o bsdstart,start,lstart
 START  STARTED  STARTED
 12:54 12:54:05 Wed Sep  9 12:54:05 2015
PASS: ps with output flag bsdstart,start,lstart
spawn /home/lamby/temp/cdt.20150909125319.AgFh6XRwrb/procps-3.3.10/ps/pscommand -o bsdtime,cputime,etime,etimes
  TIME TIME ELAPSED ELAPSED
  0:00 00:00:00   00:00   0
PASS: ps with output flag bsdtime,cputime,etime,etimes
spawn /home/lamby/temp/cdt.20150909125319.AgFh6XRwrb/procps-3.3.10/ps/pscommand -o user,ruser,group,rgroup,uid,ruid,gid,rgid
USER RUSERGROUPRGROUP UID  RUID   GID  RGID
lambylambylambylamby 1000  1000  1000  1000
PASS: ps with output flag user,ruser,group,rgroup,uid,ruid,gid,rgid
testcase ./ps.test/ps_output.exp completed in 0 seconds
Running ./ps.test/ps_personality.exp ...
spawn /home/lamby/temp/cdt.20150909125319.AgFh6XRwrb/procps-3.3.10/ps/pscommand
  PID TTY  STAT   TIME COMMAND
1 pts/5Ss 0:00 /bin/zsh
PASS: ps with bsd personality
spawn /home/lamby/temp/cdt.20150909125319.AgFh6XRwrb/procps-3.3.10/ps/pscommand
  PID TTY  TIME CMD
10500 pts/600:00:00 lt-pscommand
PASS: ps with linux personality
spawn /home/lamby/temp/cdt.20150909125319.AgFh6XRwrb/procps-3.3.10/ps/pscommand
  PID TTY  STAT   TIME COMMAND
1 pts/5Ss 0:00 /bin/zsh
PASS: ps with old personality
testcase ./ps.test/ps_personality.exp completed in 0 seconds
Running ./ps.test/ps_sched_batch.exp ...
spawn /home/lamby/temp/cdt.20150909125319.AgFh6XRwrb/procps-3.3.10/testsuite/test-schedbatch 18
spawn /home/lamby/temp/cdt.20150909125319.AgFh6XRwrb/procps-3.3.10/ps/pscommand --no-header -o comm,cls,nice -a
zsh  TS   0
debuild  TS   0
tee  TS   0
dpkg-buildpacka  TS   0
rulesTS   0
dh   TS   0
dh_auto_test TS   0
make TS   0
make TS   0
bash TS   0
bash TS   0
make TS   0
make TS   0
bash TS   0
expect   TS   0
test-schedbatch   B  18
PASS: ps SCHED_BATCH scheduler
UNTESTED: ps SCHED_BATCH scheduler
testcase ./ps.test/ps_sched_batch.exp completed in 0 seconds

		=== ps Summary ===

# of expected passes		9
# of untested testcases		1
runtest completed at Wed Sep  9 12:54:05 2015


Processed: closing 797047

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

> close 797047 5.12.0-2
Bug #797047 [src:kbookmarks] kbookmarks: FTBFS: Updated symbols file needed 
with new default g++
Marked as fixed in versions kbookmarks/5.12.0-2.
Bug #797047 [src:kbookmarks] kbookmarks: FTBFS: Updated symbols file needed 
with new default g++
Marked Bug as done
> thanks
Stopping processing here.

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



Bug#797047: closing 797047

2015-09-09 Thread Maximiliano Curia
close 797047 5.12.0-2
thanks

Hi,

This was fixed in the previous upload.

Happy hacking,
-- 
Saludos,
Maxy



Bug#798438: procps: FTBFS: Makefile:526: recipe for target 'check-DEJAGNU' failed

2015-09-09 Thread Craig Small
On Wed, Sep 09, 2015 at 11:42:51AM +0100, Chris Lamb wrote:
> The full build log is attached or can be viewed here:
> 
> 
> https://reproducible.debian.net/logs/unstable/amd64/procps_3.3.10-4.build1.log.gz
Doesn't really help, its the ps sched test which means its something to
do with the build environment that isn't quite right.

>   === ps tests ===
> 
> Schedule of variations:
> unix
> 
> Running target unix
> Using /usr/share/dejagnu/baseboards/unix.exp as board description file for 
> target.
> Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
> Using ./config/unix.exp as tool-and-target-specific interface file.
> Running ./ps.test/ps_output.exp ...
> Running ./ps.test/ps_personality.exp ...
> Running ./ps.test/ps_sched_batch.exp ...
> FAIL: ps SCHED_BATCH scheduler
Any chance of getting testsuite/ps.log out of the buildds? It will give
me exactly what the tester is unhappy about.

A good run will look like this:

Running ./ps.test/ps_sched_batch.exp ...
spawn /home/csmall/Projects/procps/procps/testsuite/test-schedbatch 18
spawn /home/csmall/Projects/procps/procps/ps/pscommand --no-header -o
comm,cls,nice -a
agetty   TS   0
Xorg TS   0
make TS   0
make TS   0
bash TS   0
bash TS   0
make TS   0
make TS   0
bash TS   0
expect   TS   0
test-schedbatch   B  18
PASS: ps SCHED_BATCH scheduler
testcase ./ps.test/ps_sched_batch.exp completed in 0 seconds

-- 
Craig Small (@smallsees)   http://enc.com.au/   csmall at : enc.com.au
Debian GNU/Linux   http://www.debian.org/   csmall at : debian.org
GPG fingerprint:5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5



Bug#792164: marked as done (gitg: FTBFS in sid/experimental: B-D on libwebkit2gtk-3.0-dev which is gone)

2015-09-09 Thread Debian Bug Tracking System
Your message dated Wed, 09 Sep 2015 10:18:40 +
with message-id 
and subject line Bug#792164: fixed in gitg 3.17.1-1
has caused the Debian Bug report #792164,
regarding gitg: FTBFS in sid/experimental: B-D on libwebkit2gtk-3.0-dev which 
is gone
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.)


-- 
792164: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792164
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gitg
Version: 3.16.1-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

gitg/experimental is no longer buildable since libwebkit2gtk-3.0-dev is
no longer built by webkitgtk.


Andreas
--- End Message ---
--- Begin Message ---
Source: gitg
Source-Version: 3.17.1-1

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

Debian distribution maintenance software
pp.
Dmitry Smirnov  (supplier of updated gitg 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: Wed, 09 Sep 2015 20:06:00 +1000
Source: gitg
Binary: gitg
Architecture: source amd64
Version: 3.17.1-1
Distribution: experimental
Urgency: low
Maintainer: Dmitry Smirnov 
Changed-By: Dmitry Smirnov 
Description:
 gitg   - git repository viewer
Closes: 792164
Changes:
 gitg (3.17.1-1) experimental; urgency=low
 .
   * New upstream release [August 2015].
   * Switch to "libwebkit2gtk-4" + "webkit2-4.patch" (Closes: #792164).
   * Build-Depends:
 - libgit2-glib-1.0-dev (>= 0.22.0)
 + libgit2-glib-1.0-dev (>= 0.23.4)
 - libwebkit2gtk-3.0-dev
 + libwebkit2gtk-4.0-dev
Checksums-Sha1:
 026920a6ca0425160bd3db222b354cad64e13cef 2186 gitg_3.17.1-1.dsc
 8eff8cc18438502b1fecbd449c849c9fe7e33612 1372732 gitg_3.17.1.orig.tar.xz
 8e258f3a055fa233d5b8e82fa5c853d399281398 68808 gitg_3.17.1-1.debian.tar.xz
 a8eefa69178fe738f357d08dd93a91180ac803a4 559834 gitg_3.17.1-1_amd64.deb
Checksums-Sha256:
 6766af2507857632ef2dce312f9509ca55b0c04856b9e02b86e432ac61e62fe2 2186 
gitg_3.17.1-1.dsc
 2bdacc1db4bfcb0fb95d42700fa40130458a1d7f3ded6cacc8f1f5a469efd83f 1372732 
gitg_3.17.1.orig.tar.xz
 a028ae36f92b5daba249a3068bb0eb370483fdc5c83220e9e32d13c1634fa109 68808 
gitg_3.17.1-1.debian.tar.xz
 45cf7371e04e4b30a369cf26b1f00281dedd57df3ce7e19c2300112a2b15da4e 559834 
gitg_3.17.1-1_amd64.deb
Files:
 805645ca6ad83a90b667d8ee3b47d2ff 2186 vcs optional gitg_3.17.1-1.dsc
 dea478343fd3dbe8c872d8f0e21cbd4b 1372732 vcs optional gitg_3.17.1.orig.tar.xz
 ebf57b941139ea8c2e4b674648defa07 68808 vcs optional gitg_3.17.1-1.debian.tar.xz
 dad146f9414d9ffe0d19079048324b56 559834 vcs optional gitg_3.17.1-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJV8AWiAAoJEFK2u9lTlo0bi8IQALKpVbwJxYjspC2hv7s4lPJ9
g+y+RCpK6CLBBcH+w9J8VjVztgZHrlKUI1W4s2HyZcAmn6WFyRkYs9ub0kv7c2O5
7yxsJofXvQcd9M39XwQvBZzTMV7yOYAuRzbMt4V9jRp7WTAjQ66XzskJrbvzIQKT
lPJV5JGXrIRHpaYndTj8h28jmS9hYvjWc0hZbTKgcndg0YdS5X6o/xPvwG+DKa24
9r3yOwsbfaYuN0UHDh9ik31RXAKAnuD5nvA7rbzAbN/emb+Is8hXDlDuPni6/Nt1
F43CfMPtYBYWNK6VLdqNirEkQcKqOUe6K7snWCBvw027M5jKVg5qUHNWhjQFEHeb
zsBdVs/y9pLZGdla3Af1MNNyuOAJkMrcecQVTJ5cNb3hlPLKrKOZpjh3unreOVv8
KGjhTwL06Ax1ip3D2nXRitUWa1Qo3gu1lt1MQsvgwzF7UoGBERqoNCuO5f3qBBmW
idSEl/twzQSJocgC8/b+64ZNZR0d+Y+tBjbay/mtsvo7Xsmq8jQB3ph6PxovMFjX
XihOhtroYrjIQdnheylrf1xvrTSLTHrOpa0SuAJ974a12cjvkzZmXoFpFll7YHJL
2nqTTcI6kXk8xat2X4BXcCQ9wsGTpjuFxbppSbcyx1IhZLiwVWtecFRmPIh8+0Rf
Z3J1pfdi6FELL3WdKRSB
=OZg6
-END PGP SIGNATURE End Message ---


Bug#798436: odin: please make it build with vtk6 (or at least vtk-5.10)

2015-09-09 Thread Gianfranco Costamagna
Source: odin
Severity: serious
Version: 1.8.8-1
Tags: patch

Hi, I just uploaded vtk-5.10 on unstable, so your package will fail to rebuild.

rules
---with-extra-build-cxxflags="-I/usr/include/vtk-5.4 -I/usr/include/vtk-5.6 
-I/usr/include/vtk-5.8"
+--with-extra-build-cxxflags="-I/usr/include/vtk-5.4 -I/usr/include/vtk-5.6 
-I/usr/include/vtk-5.8 -I/usr/include/vtk-5.10"

vtk is also going to disappear, so if you want to keep the package for Stretch 
you will be likely need
to switch to vtk6.

cheers,

G.



Bug#795029: marked as done (ruby-capybara: FTBFS: test failures inc. Capybara.string allows finding only visible nodes)

2015-09-09 Thread Debian Bug Tracking System
Your message dated Wed, 09 Sep 2015 11:04:44 +
with message-id 
and subject line Bug#795029: fixed in ruby-capybara 2.5.0-1
has caused the Debian Bug report #795029,
regarding ruby-capybara: FTBFS: test failures inc. Capybara.string allows 
finding only visible nodes
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.)


-- 
795029: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795029
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Tags: sid stretch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org
Source: ruby-capybara
Version: 2.2.1-1
Severity: serious
Justification: fails to build from source

Dear Maintainer,

The package fails to build:

1484 examples, 11 failures, 1274 pending

Failed examples:

rspec ./spec/basic_node_spec.rb:74 # Capybara.string allows finding only 
visible nodes
rspec ./spec/basic_node_spec.rb:117 # Capybara.string #has_title? returns 
whether the page has the given title
rspec ./spec/basic_node_spec.rb:122 # Capybara.string #has_title? allows regexp 
matches
rspec ./spec/basic_node_spec.rb:129 # Capybara.string #has_no_title? returns 
whether the page does not have the given title
rspec ./spec/basic_node_spec.rb:134 # Capybara.string #has_no_title? allows 
regexp matches
rspec ./spec/rspec/features_spec.rb:18 # Capybara's feature DSL preserves 
description
rspec ./spec/rspec/features_spec.rb:26 # Capybara's feature DSL runs background
rspec ./spec/rspec/features_spec.rb:30 # Capybara's feature DSL runs hooks 
filtered by file path
rspec ./spec/rspec/features_spec.rb:34 # Capybara's feature DSL doesn't pollute 
the Object namespace
rspec ./spec/rspec/features_spec.rb:44 # Capybara's feature DSL nested features 
are marked in the metadata as capybara_feature
rspec ./spec/rspec/features_spec.rb:48 # Capybara's feature DSL nested features 
have a type of :feature

/usr/bin/ruby2.1 /usr/bin/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb 
failed
ERROR: Test "ruby2.1" failed. Exiting.
dh_auto_install: dh_ruby --install /ruby-capybara-2.2.1/debian/ruby-capybara 
returned exit code 1
debian/rules:4: recipe for target 'binary' failed
make: *** [binary] Error 1
dpkg-buildpackage: error: debian/rules binary gave error exit status 2

Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/ruby-capybara.html

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.19.0-23-generic (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---
Source: ruby-capybara
Source-Version: 2.5.0-1

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

Debian distribution maintenance software
pp.
Jérémy Bobbio  (supplier of updated ruby-capybara 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: Wed, 09 Sep 2015 11:53:36 +0200
Source: ruby-capybara
Binary: ruby-capybara
Architecture: source all
Version: 2.5.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 

Changed-By: Jérémy Bobbio 
Description:
 ruby-capybara - integration testing tool for Rack based web applications
Closes: 795029
Changes:
 ruby-capybara (2.5.0-1) unstable; urgency=medium
 .
   * New upstream version:
 - Add compatibility with RSpec 3. (Closes: #795029)
   * Update git-buildpackage configuration.
   * Refresh patches.
   * Add a patch to inhibit tests requiring launchy.
   * Switch to debhelper compat level 9.
   * Update Vcs-Browser URL.
   * Update debian/copyright.
   * Bump Standards-Version, no changes required.
Checksums-Sha1:
 3bf02bd57735d1014ce98a090acf62d542731a08 2154 ruby-capybara_2.5.0-1.dsc
 079d66fea3c935fdf2e4afbb7e9eeb037b4f1818 119415 

Bug#798439: marked as done (node-iconv: FTBFS: src/binding.cc:57:21: error: 'WeakCallback' has not been declared)

2015-09-09 Thread Debian Bug Tracking System
Your message dated Wed, 09 Sep 2015 11:19:32 +
with message-id 
and subject line Bug#798439: fixed in node-iconv 2.1.10-1
has caused the Debian Bug report #798439,
regarding node-iconv: FTBFS: src/binding.cc:57:21: error: 'WeakCallback' has 
not been declared
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.)


-- 
798439: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798439
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-iconv
Version: 2.1.8-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

node-iconv fails to build from source in unstable/amd64:

  [..]

 debian/rules override_dh_auto_build
  make[1]: Entering directory '/tmp/buildd/node-iconv-2.1.8'
  node-gyp build
  gyp info it worked if it ends with ok
  gyp info using node-gyp@0.12.2
  gyp info using node@0.10.38 | linux | x64
  gyp info spawn make
  gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
  make[2]: Entering directory '/tmp/buildd/node-iconv-2.1.8/build'
CXX(target) Release/obj.target/iconv/src/binding.o
  ../src/binding.cc:57:21: error: 'WeakCallback' has not been declared
 NAN_WEAK_CALLBACK(WeakCallback)
   ^
  ../src/binding.cc:57:33: error: ISO C++ forbids declaration of
  'NAN_WEAK_CALLBACK' with no type [-fpermissive]
 NAN_WEAK_CALLBACK(WeakCallback)
   ^
  ../src/binding.cc: In member function 'int
  {anonymous}::Iconv::NAN_WEAK_CALLBACK(int)':
  ../src/binding.cc:59:12: error: 'data' was not declared in this scope
   delete data.GetParameter();
  ^
  ../src/binding.cc:60:3: warning: no return statement in function
  returning non-void [-Wreturn-type]
 }
 ^
  ../src/binding.cc: In static member function 'static void
  {anonymous}::Iconv::Initialize(v8::Handle)':
  ../src/binding.cc:66:14: error: 'NanScope' was not declared in this
  scope
   NanScope();
^
  ../src/binding.cc:69:43: error: 'NanAssignPersistent' was not declared
  in this scope
   NanAssignPersistent(object_template, t);
 ^
  ../src/binding.cc:70:14: error: 'NanNew' was not declared in this
  scope
   obj->Set(NanNew("make"),
^
  ../src/binding.cc:70:27: error: expected primary-expression before '>'
  token
   obj->Set(NanNew("make"),
 ^
  ../src/binding.cc:71:37: error: expected primary-expression before '>'
  token
NanNew(Make)->GetFunction());
   ^
  ../src/binding.cc:71:46: error: request for member 'GetFunction' in
  '{anonymous}::Iconv::Make', which is of non-class type
  'Nan::NAN_METHOD_RETURN_TYPE(Nan::NAN_METHOD_ARGS_TYPE) {aka
  void(const Nan::FunctionCallbackInfo&)}'
NanNew(Make)->GetFunction());
^
  ../src/binding.cc:72:27: error: expected primary-expression before '>'
  token
   obj->Set(NanNew("convert"),
 ^
  ../src/binding.cc:73:37: error: expected primary-expression before '>'
  token
NanNew(Convert)->GetFunction());
   ^
  ../src/binding.cc:73:49: error: request for member 'GetFunction' in
  '{anonymous}::Iconv::Convert', which is of non-class type
  'Nan::NAN_METHOD_RETURN_TYPE(Nan::NAN_METHOD_ARGS_TYPE) {aka
  void(const Nan::FunctionCallbackInfo&)}'
NanNew(Convert)->GetFunction());
   ^
  ../src/binding.cc:74:49: error: expected primary-expression before '>'
  token
   #define EXPORT_ERRNO(err) obj->Set(NanNew(#err),
   NanNew(err))
   ^
  ../src/binding.cc:75:5: note: in expansion of macro 'EXPORT_ERRNO'
   EXPORT_ERRNO(EINVAL);
   ^
  ../src/binding.cc:74:72: error: expected primary-expression before '>'
  token
   #define EXPORT_ERRNO(err) obj->Set(NanNew(#err),
   NanNew(err))
  ^
  ../src/binding.cc:75:5: note: in expansion of macro 'EXPORT_ERRNO'
   EXPORT_ERRNO(EINVAL);
   ^
  ../src/binding.cc:74:49: error: expected primary-expression before '>'
  token
   #define EXPORT_ERRNO(err) obj->Set(NanNew(#err),
   NanNew(err))
   ^
  ../src/binding.cc:76:5: note: in 

Bug#794131: marked as done (FTBFS: expect(File.directory?(File.join(home.to_s, '.homesick/repos/dotfiles'))) to be true)

2015-09-09 Thread Debian Bug Tracking System
Your message dated Wed, 09 Sep 2015 11:19:02 +
with message-id 
and subject line Bug#794131: fixed in homesick 1.1.2-3
has caused the Debian Bug report #794131,
regarding FTBFS: expect(File.directory?(File.join(home.to_s, 
'.homesick/repos/dotfiles'))) to be true
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.)


-- 
794131: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794131
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: homesick
Version: 1.1.2-2
Severity: serious
Tags: sid
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs

Dear Maintainer,

The package fails to build on a clean system:

.F.WARNING: Using the `raise_error` matcher without providing a 
specific error or message risks false positives, since `raise_error` will match 
when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially 
allowing the expectation to pass without even executing the method you are 
intending to call. Instead consider providing a specific error class or 
message. This message can be supressed by setting: 
`RSpec::Expectations.configuration.warn_about_potential_false_positives = 
false`. Called from /tmp/buildd/homesick-1.1.2/spec/homesick_cli_spec.rb:149:in 
`block (3 levels) in '.
.

Failures:

  1) Homesick::CLI clone clones git repo like file:///path/to.git
 Failure/Error: expect(File.directory?(File.join(home.to_s, 
'.homesick/repos/dotfiles')))
   expected true to respond to `true?` or perhaps you meant `be true` or 
`be_truthy`
 # ./spec/homesick_cli_spec.rb:109:in `block (3 levels) in '

Finished in 27.16 seconds (files took 1.02 seconds to load)
70 examples, 1 failure

Failed examples:

rspec ./spec/homesick_cli_spec.rb:101 # Homesick::CLI clone clones git repo 
like file:///path/to.git


Full build log (under rbuild):
https://reproducible.debian.net/rb-pkg/unstable/amd64/homesick.html

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.19.0-23-generic (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---
Source: homesick
Source-Version: 1.1.2-3

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

Debian distribution maintenance software
pp.
Alexander GQ Gerasiov  (supplier of updated homesick 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, 31 Aug 2015 18:38:09 +0300
Source: homesick
Binary: homesick
Architecture: source all
Version: 1.1.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 

Changed-By: Alexander GQ Gerasiov 
Description:
 homesick   - keep your dotfiles (configs) in git
Closes: 794131
Changes:
 homesick (1.1.2-3) unstable; urgency=medium
 .
   * Disable 01-fix-rspec2.x-imcompat.patch, as rspec 3.3 entered Debian. 
(Closes: #794131)
Checksums-Sha1:
 cb2a1eecbcd1cc591772004f064a3d1f2ba1c581 1750 homesick_1.1.2-3.dsc
 bf7dab60ba9f60ec3290dc414351fedfa066b236 4260 homesick_1.1.2-3.debian.tar.xz
 8c95a34ddaa39c69f82b19f917134d3a550e0ff4 13974 homesick_1.1.2-3_all.deb
Checksums-Sha256:
 1fd83f668b9137a4d6d5eb01deabca2e1e3d126d1c773f7056045a3965fe3e13 1750 
homesick_1.1.2-3.dsc
 35b970b31ef521fd7a928349d979b8b1edb9e652475404a2b77a75ecb6953a04 4260 
homesick_1.1.2-3.debian.tar.xz
 9606eda7bce373538fefb7f9ec35f51e3289933c42b7bf8fe4ddd9bd6f278941 13974 
homesick_1.1.2-3_all.deb
Files:
 9b68188e45b8921e0c9691cb0ea59ccb 1750 ruby optional homesick_1.1.2-3.dsc
 766f82943f244de8a0114837366d7cac 4260 ruby optional 
homesick_1.1.2-3.debian.tar.xz
 b2839ba6fe7cba99b0ca23cb65502264 13974 ruby optional homesick_1.1.2-3_all.deb

-BEGIN PGP 

Bug#798441: python-bleach: Non-determistically FTBFS due to unreliable tests

2015-09-09 Thread Chris Lamb
forwarded 798441 https://github.com/jsocol/bleach/issues/161
thanks


Regards,

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



Processed: Re: python-bleach: Non-determistically FTBFS due to unreliable tests

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

> forwarded 798441 https://github.com/jsocol/bleach/issues/161
Bug #798441 [src:python-bleach] python-bleach: Non-determistically FTBFS due to 
unreliable tests
Set Bug forwarded-to-address to 'https://github.com/jsocol/bleach/issues/161'.
> thanks
Stopping processing here.

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



Processed: tagging 794891, notfixed 794891 in 38.1.1esr-1

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

> # unconfuse bts
> tags 794891 + wontfix
Bug #794891 {Done: Carsten Schoenert } [iceweasel] 
iceweasel: 39.0.3-1 suddenly depends on libstdc++6 >= 5.2 instead of >= 4.9 as 
before
Added tag(s) wontfix.
> notfixed 794891 38.1.1esr-1
Bug #794891 {Done: Carsten Schoenert } [iceweasel] 
iceweasel: 39.0.3-1 suddenly depends on libstdc++6 >= 5.2 instead of >= 4.9 as 
before
No longer marked as fixed in versions 38.1.1esr-1.
> thanks
Stopping processing here.

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



Bug#788062: os-prober corrupts LVs/partitions while being mounted inside a VM

2015-09-09 Thread Andreas Thalhammer (AIFB)

We can confirm this Bug (Debian 8.0 Jessie on VM host and guests).

os-prober version: 1.65 amd64

VM host
=

Sep  7 14:43:19 vm-host os-prober: debug: running 
/usr/lib/os-probes/50mounted-tests on /dev/mapper/vm1-disk


Inside VM1
=
Sep  7 14:43:20 vm1 kernel: [4552906.712287] end_request: I/O error, dev 
vda, sector 5125812120



We had two out of five EXT4 VM filesystems corrupted in a single run of 
"apt-get upgrade". The filesystems automatically switched to read-only 
mode shortly after the first errors and we rebooted both VMs (fsck 
automatically enabled: orphaned inodes and some inodes had to be removed).


We regard this bug as highly critical.



Bug#798434: ruby-sigar misbuilt with GCC 5

2015-09-09 Thread Matthias Klose
Package: ruby-sigar
Version: 0.7.2-3.1
Severity: serious
Tags: sid stretch

rebuilding ruby-sigar with GCC 5 leaves some symbols undefined, caused by the
c99 inline semantics. check with

objdump -T /usr/lib/x86_64-linux-gnu/ruby/vendor_ruby/2.1.0/sigar.so |grep
sigar_skip_token

patch at
http://launchpadlibrarian.net/216747641/ruby-sigar_0.7.2-3.1build2_0.7.2-3.1ubuntu1.diff.gz



Bug#796930: pyzmq: FTBFS with several tests error

2015-09-09 Thread Andreas Beckmann
Followup-For: Bug #796930

This problem is also reproducible in jessie.


Andreas



Processed: reassign 796184 to src:kdecoration, reassign 796863 to libassa-3.5-5v5 ...

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

> reassign 796184 src:kdecoration 4:5.3.2-2
Bug #796184 [libkdecorations2-5] libkdecorations2-5: updating 
libkdecorations2-5 to 4:5.3.2-2 breaks kwin
Warning: Unknown package 'libkdecorations2-5'
Bug reassigned from package 'libkdecorations2-5' to 'src:kdecoration'.
No longer marked as found in versions kdecoration/4:5.3.2-2.
Ignoring request to alter fixed versions of bug #796184 to the same values 
previously set
Bug #796184 [src:kdecoration] libkdecorations2-5: updating libkdecorations2-5 
to 4:5.3.2-2 breaks kwin
Marked as found in versions kdecoration/4:5.3.2-2.
> reassign 796863 libassa-3.5-5v5 3.5.1-6
Bug #796863 [libassa-3.5-5v5,libassa3.5-5v5] libassa3.5-5v5 and 
libassa-3.5-5v5: error when trying to install together
Warning: Unknown package 'libassa3.5-5v5'
Bug reassigned from package 'libassa-3.5-5v5,libassa3.5-5v5' to 
'libassa-3.5-5v5'.
Ignoring request to alter found versions of bug #796863 to the same values 
previously set
Ignoring request to alter fixed versions of bug #796863 to the same values 
previously set
Bug #796863 [libassa-3.5-5v5] libassa3.5-5v5 and libassa-3.5-5v5: error when 
trying to install together
Marked as found in versions libassa/3.5.1-6.
> reassign 797041 src:kdecoration 4:5.3.2-2
Bug #797041 [libkdecorations2-5] libkdedecorations2-5: Conflicting packages 
break KDE 5
Warning: Unknown package 'libkdecorations2-5'
Bug reassigned from package 'libkdecorations2-5' to 'src:kdecoration'.
Ignoring request to alter found versions of bug #797041 to the same values 
previously set
Ignoring request to alter fixed versions of bug #797041 to the same values 
previously set
Bug #797041 [src:kdecoration] libkdedecorations2-5: Conflicting packages break 
KDE 5
Marked as found in versions kdecoration/4:5.3.2-2.
> thanks
Stopping processing here.

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



Bug#798437: [simple-image-reducer] EXIF library not found

2015-09-09 Thread Marco Righi
Package: simple-image-reducer
Version: 1.0.2-1
Severity: grave

--- Please enter the report below this line. ---

Command 504 of 8 $LC_ALL=C.UTF-8 simple-image-reducer
Traceback (most recent call last):
  File "/usr/bin/simple-image-reducer", line 29, in 
import EXIF
ImportError: No module named EXIF


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

Debian Release: stretch/sid
  500 testing-updates ftp.fr.debian.org
  500 testing www.deb-multimedia.org
  500 testing security.debian.org
  500 testing ftp.fr.debian.org
  500 testing apt.jenslody.de
  500 stable-updates  ftp.it.debian.org
  500 stable  security.debian.org
  500 stable  repo.wuala.com
  500 stable  ftp.it.debian.org
  500 stable  dl.google.com
  500 stable  apt.spideroak.com
  500 jessie  linux.dropbox.com
  500 debian  packages.linuxmint.com
  100 jessie-backports ftp.it.debian.org

--- Package information. ---
Depends (Version) | Installed
=-+-===
python| 2.7.9-1
python-exif   | 2.1.1-2
python-imaging| 2.9.0-1
python-gtk2   | 2.24.0-4


Package's Recommends field is empty.

Package's Suggests field is empty.



Bug#798439: node-iconv: FTBFS: src/binding.cc:57:21: error: 'WeakCallback' has not been declared

2015-09-09 Thread Chris Lamb
Source: node-iconv
Version: 2.1.8-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

node-iconv fails to build from source in unstable/amd64:

  [..]

 debian/rules override_dh_auto_build
  make[1]: Entering directory '/tmp/buildd/node-iconv-2.1.8'
  node-gyp build
  gyp info it worked if it ends with ok
  gyp info using node-gyp@0.12.2
  gyp info using node@0.10.38 | linux | x64
  gyp info spawn make
  gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
  make[2]: Entering directory '/tmp/buildd/node-iconv-2.1.8/build'
CXX(target) Release/obj.target/iconv/src/binding.o
  ../src/binding.cc:57:21: error: 'WeakCallback' has not been declared
 NAN_WEAK_CALLBACK(WeakCallback)
   ^
  ../src/binding.cc:57:33: error: ISO C++ forbids declaration of
  'NAN_WEAK_CALLBACK' with no type [-fpermissive]
 NAN_WEAK_CALLBACK(WeakCallback)
   ^
  ../src/binding.cc: In member function 'int
  {anonymous}::Iconv::NAN_WEAK_CALLBACK(int)':
  ../src/binding.cc:59:12: error: 'data' was not declared in this scope
   delete data.GetParameter();
  ^
  ../src/binding.cc:60:3: warning: no return statement in function
  returning non-void [-Wreturn-type]
 }
 ^
  ../src/binding.cc: In static member function 'static void
  {anonymous}::Iconv::Initialize(v8::Handle)':
  ../src/binding.cc:66:14: error: 'NanScope' was not declared in this
  scope
   NanScope();
^
  ../src/binding.cc:69:43: error: 'NanAssignPersistent' was not declared
  in this scope
   NanAssignPersistent(object_template, t);
 ^
  ../src/binding.cc:70:14: error: 'NanNew' was not declared in this
  scope
   obj->Set(NanNew("make"),
^
  ../src/binding.cc:70:27: error: expected primary-expression before '>'
  token
   obj->Set(NanNew("make"),
 ^
  ../src/binding.cc:71:37: error: expected primary-expression before '>'
  token
NanNew(Make)->GetFunction());
   ^
  ../src/binding.cc:71:46: error: request for member 'GetFunction' in
  '{anonymous}::Iconv::Make', which is of non-class type
  'Nan::NAN_METHOD_RETURN_TYPE(Nan::NAN_METHOD_ARGS_TYPE) {aka
  void(const Nan::FunctionCallbackInfo&)}'
NanNew(Make)->GetFunction());
^
  ../src/binding.cc:72:27: error: expected primary-expression before '>'
  token
   obj->Set(NanNew("convert"),
 ^
  ../src/binding.cc:73:37: error: expected primary-expression before '>'
  token
NanNew(Convert)->GetFunction());
   ^
  ../src/binding.cc:73:49: error: request for member 'GetFunction' in
  '{anonymous}::Iconv::Convert', which is of non-class type
  'Nan::NAN_METHOD_RETURN_TYPE(Nan::NAN_METHOD_ARGS_TYPE) {aka
  void(const Nan::FunctionCallbackInfo&)}'
NanNew(Convert)->GetFunction());
   ^
  ../src/binding.cc:74:49: error: expected primary-expression before '>'
  token
   #define EXPORT_ERRNO(err) obj->Set(NanNew(#err),
   NanNew(err))
   ^
  ../src/binding.cc:75:5: note: in expansion of macro 'EXPORT_ERRNO'
   EXPORT_ERRNO(EINVAL);
   ^
  ../src/binding.cc:74:72: error: expected primary-expression before '>'
  token
   #define EXPORT_ERRNO(err) obj->Set(NanNew(#err),
   NanNew(err))
  ^
  ../src/binding.cc:75:5: note: in expansion of macro 'EXPORT_ERRNO'
   EXPORT_ERRNO(EINVAL);
   ^
  ../src/binding.cc:74:49: error: expected primary-expression before '>'
  token
   #define EXPORT_ERRNO(err) obj->Set(NanNew(#err),
   NanNew(err))
   ^
  ../src/binding.cc:76:5: note: in expansion of macro 'EXPORT_ERRNO'
   EXPORT_ERRNO(EILSEQ);
   ^
  ../src/binding.cc:74:72: error: expected primary-expression before '>'
  token
   #define EXPORT_ERRNO(err) obj->Set(NanNew(#err),
   NanNew(err))
  ^
  ../src/binding.cc:76:5: note: in expansion of macro 'EXPORT_ERRNO'
   EXPORT_ERRNO(EILSEQ);
   ^
  ../src/binding.cc:74:49: error: expected primary-expression before '>'
  token
   #define EXPORT_ERRNO(err) obj->Set(NanNew(#err),
   NanNew(err))
   ^
  ../src/binding.cc:77:5: note: in expansion of macro 'EXPORT_ERRNO'
   EXPORT_ERRNO(E2BIG);
   ^
  ../src/binding.cc:74:72: error: expected primary-expression before '>'
  token
   #define EXPORT_ERRNO(err) obj->Set(NanNew(#err),
   NanNew(err))
  

Bug#796725: closing 796725

2015-09-09 Thread Maximiliano Curia
close 796725 4:15.04.3-1
thanks

This was fixed in the last upload.

-- 
Saludos,
Maxy



Processed: closing 796725

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

> close 796725 4:15.04.3-1
Bug #796725 [src:libkexiv2] libkexiv2: FTBFS with GCC 5
Marked as fixed in versions libkexiv2/4:15.04.3-1.
Bug #796725 [src:libkexiv2] libkexiv2: FTBFS with GCC 5
Marked Bug as done
> thanks
Stopping processing here.

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



Bug#798438: procps: FTBFS: Makefile:526: recipe for target 'check-DEJAGNU' failed

2015-09-09 Thread Chris Lamb
Source: procps
Version: 3.3.10-4
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

procps fails to build from source in unstable/amd64:

  [..]

  Using /usr/share/dejagnu/baseboards/unix.exp as board description file
  for target.
  Using /usr/share/dejagnu/config/unix.exp as generic interface file for
  target.
  Using ./config/unix.exp as tool-and-target-specific interface file.
  Running ./vmstat.test/vmstat.exp ...
  
=== vmstat Summary ===
  
  # of expected passes5
  # of unsupported tests  1
  /tmp/buildd/procps-3.3.10/vmstat version 3.3.10
  
  WARNING: Couldn't find tool init file
  Test Run By pbuilder1 on Sun Sep  6 03:45:05 2015
  Native configuration is x86_64-pc-linux-gnu
  
=== w tests ===
  
  Schedule of variations:
  unix
  
  Running target unix
  Using /usr/share/dejagnu/baseboards/unix.exp as board description file
  for target.
  Using /usr/share/dejagnu/config/unix.exp as generic interface file for
  target.
  Using ./config/unix.exp as tool-and-target-specific interface file.
  Running ./w.test/w.exp ...
  
=== w Summary ===
  
  # of expected passes7
  /tmp/buildd/procps-3.3.10/w version 3.3.10
  
  Makefile:526: recipe for target 'check-DEJAGNU' failed
  make[4]: *** [check-DEJAGNU] Error 1
  make[4]: Leaving directory '/tmp/buildd/procps-3.3.10/testsuite'
  Makefile:598: recipe for target 'check-am' failed
  make[3]: *** [check-am] Error 2
  make[3]: Leaving directory '/tmp/buildd/procps-3.3.10/testsuite'
  Makefile:1132: recipe for target 'check-recursive' failed
  make[2]: *** [check-recursive] Error 1
  make[2]: Leaving directory '/tmp/buildd/procps-3.3.10'
  Makefile:1423: recipe for target 'check' failed
  make[1]: *** [check] Error 2
  make[1]: Leaving directory '/tmp/buildd/procps-3.3.10'
  dh_auto_test: make -j1 check returned exit code 2
  debian/rules:24: recipe for target 'build' failed
  make: *** [build] Error 2
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

  [..]

The full build log is attached or can be viewed here:


https://reproducible.debian.net/logs/unstable/amd64/procps_3.3.10-4.build1.log.gz


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
I: using fakeroot in build.
I: pbuilder: network access will be disabled during build
I: Current time: Sun Sep  6 03:43:15 GMT+12 2015
I: pbuilder-time-stamp: 1441554195
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/unstable-reproducible-base.tgz]
I: creating local configuration
I: copying local configuration
I: mounting /proc filesystem
I: mounting /run/shm filesystem
I: mounting /dev/pts filesystem
I: Mounting /dev/shm
I: Mounting /sys
I: policy-rc.d already exists
I: Installing the build-deps
 -> Attempting to satisfy build-dependencies
 -> Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team 
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (>= 9.20120115), dh-exec (>= 0.3), libncurses5-dev, 
libncursesw5-dev, dejagnu, libnuma-dev, dh-autoreconf, pkg-config, 
libsystemd-dev (>= 209)
dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in 
'/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 20259 files and directories currently installed.)
Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ...
Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring 
anyway as you requested:
 pbuilder-satisfydepends-dummy depends on dh-exec (>= 0.3); however:
  Package dh-exec is not installed.
 pbuilder-satisfydepends-dummy depends on libncurses5-dev; however:
  Package libncurses5-dev is not installed.
 pbuilder-satisfydepends-dummy depends on libncursesw5-dev; however:
  Package libncursesw5-dev is not installed.
 pbuilder-satisfydepends-dummy depends on dejagnu; however:
  Package dejagnu is not installed.
 pbuilder-satisfydepends-dummy depends on libnuma-dev; however:
  Package libnuma-dev is not installed.
 pbuilder-satisfydepends-dummy depends on dh-autoreconf; however:
  Package dh-autoreconf is not installed.
 pbuilder-satisfydepends-dummy depends on pkg-config; however:
  Package pkg-config is not installed.
 pbuilder-satisfydepends-dummy depends on libsystemd-dev (>= 209); however:
  Package libsystemd-dev is not installed.

Setting up 

Bug#797866: libtorrent: ABI transition needed for libstdc++ v5

2015-09-09 Thread Jose-Luis Rivas
On 09/09/15, 07:30am, Simon McVittie wrote:
> On 09/09/15 07:00, Jose-Luis Rivas wrote:
> > On 08/09/15, 10:24pm, Jose-Luis Rivas wrote:
> >> Just to be clear, if I rebuild this with the source packages from
> >> unstable with a new upstream version the rename is not necessary?
> >
> > Nevermind, upstream bumped soname anyway.
> 
> A new upstream SONAME makes the v5 transition rename unnecessary; but if
> upstream have bumped SONAME, then they've broken API/ABI (or are doing
> it wrong), which increases the risk that reverse-dependencies of
> libtorrent will fail to compile or fail to work.
> 
> A new upstream release that does not bump the SONAME does not have any
> effect on the need for a transition/rename.
> 
> I suspect that the lowest-risk approach to getting this transition
> finished in a finite time is to do the v5 rename, then ask the release
> team for a separate transition slot for the new upstream SONAME.
> 

The only reverse dependencies are rtorrent and it needs an upgrade as
well since there's a newer upstream version (it's the same upstream)
depending on the newer version of libtorrent.

Do I really need to do the transition or is it safe then?

-- 
⨳ PGP 0x13EC43EEB9AC8C43 ⨳ https://ghostbar.co


signature.asc
Description: Digital signature


Bug#796184: marked as done (libkdecorations2-5: updating libkdecorations2-5 to 4:5.3.2-2 breaks kwin)

2015-09-09 Thread Debian Bug Tracking System
Your message dated Wed, 09 Sep 2015 09:07:04 -0400
with message-id <463b2b1d-63ec-46c2-9a2e-5a0628f94...@kitterman.com>
and subject line 
has caused the Debian Bug report #796184,
regarding libkdecorations2-5: updating libkdecorations2-5 to 4:5.3.2-2 breaks 
kwin
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.)


-- 
796184: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=796184
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libkdecorations2-5
Version: 4:5.3.2-1
Severity: critical
Justification: breaks unrelated software

I'm using kde plasma 5 from testing with kwin-x11.
After updating libkdecorations2-5 from 4:5.3.2-1 to 4:5.3.2-2 kwin crashes all 
the time. Mostly after entering your credentials it even doesn't manage to 
start up the desktop. After a while a message appears, that kwin crashed 
several times, if you want to change to an other window manager. The kwin 
version installed is 4:5.3.2-3.
The stacktrace is following:

Application: KWin (kwin_x11), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f37d2f4d940 (LWP 8047))]

Thread 2 (Thread 0x7f37b9368700 (LWP 8057)):
#0  0x7f37d22e5438 in pthread_cond_timedwait@@GLIBC_2.3.2 () from 
/lib/x86_64-linux-gnu/libpthread.so.0
#1  0x7f37d0e2a918 in QWaitCondition::wait(QMutex*, unsigned long) () from 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#2  0x7f37d0e269c4 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#3  0x7f37d0e2987e in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f37d22e10a4 in start_thread () from 
/lib/x86_64-linux-gnu/libpthread.so.0
#5  0x7f37d2a5107d in clone () from /lib/x86_64-linux-gnu/libc.so.6

Thread 1 (Thread 0x7f37d2f4d940 (LWP 8047)):
[KCrash Handler]
#6  0x7f37b89d9d90 in ?? () from 
/usr/lib/x86_64-linux-gnu/qt5/plugins/org.kde.kdecoration2/breezedecoration.so
#7  0x7f37d1020da9 in QMetaObject::cast(QObject*) const () from 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7f37b87aabb1 in ?? () from 
/usr/lib/x86_64-linux-gnu/qt5/plugins/org.kde.kdecoration2/breezedecoration.so
#9  0x7f37cf7d4917 in 
KDecoration2::DecorationButtonGroup::DecorationButtonGroup(KDecoration2::DecorationButtonGroup::Position,
 KDecoration2::Decoration*, std::function) () 
from /usr/lib/x86_64-linux-gnu/libkdecorations2.so.5
#10 0x7f37b87b1ba0 in ?? () from 
/usr/lib/x86_64-linux-gnu/qt5/plugins/org.kde.kdecoration2/breezedecoration.so
#11 0x7f37b87b340a in ?? () from 
/usr/lib/x86_64-linux-gnu/qt5/plugins/org.kde.kdecoration2/breezedecoration.so
#12 0x7f37d268a0b1 in ?? () from /usr/lib/x86_64-linux-gnu/libkwin.so.5
#13 0x7f37d25730e9 in ?? () from /usr/lib/x86_64-linux-gnu/libkwin.so.5
#14 0x7f37d25734fb in ?? () from /usr/lib/x86_64-linux-gnu/libkwin.so.5
#15 0x7f37d25be482 in ?? () from /usr/lib/x86_64-linux-gnu/libkwin.so.5
#16 0x7f37d255d61d in KWin::Workspace::createClient(unsigned int, bool) () 
from /usr/lib/x86_64-linux-gnu/libkwin.so.5
#17 0x7f37d2561171 in KWin::Workspace::init() () from 
/usr/lib/x86_64-linux-gnu/libkwin.so.5
#18 0x7f37d2561bcf in KWin::Workspace::Workspace(bool) () from 
/usr/lib/x86_64-linux-gnu/libkwin.so.5
#19 0x7f37d25976ae in KWin::Application::createWorkspace() () from 
/usr/lib/x86_64-linux-gnu/libkwin.so.5
#20 0x7f37d2d17e39 in ?? () from 
/usr/lib/x86_64-linux-gnu/libkdeinit5_kwin_x11.so
#21 0x7f37d1049aba in QMetaObject::activate(QObject*, int, int, void**) () 
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#22 0x7f37d1e7802b in KSelectionOwner::Private::claimSucceeded() () from 
/usr/lib/x86_64-linux-gnu/libKF5WindowSystem.so.5
#23 0x7f37d1e787b1 in KSelectionOwner::filterEvent(void*) () from 
/usr/lib/x86_64-linux-gnu/libKF5WindowSystem.so.5
#24 0x7f37d1015c90 in 
QAbstractEventDispatcher::filterNativeEvent(QByteArray const&, void*, long*) () 
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#25 0x7f37bc738a3d in ?? () from 
/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so
#26 0x7f37bc739ecb in ?? () from 
/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so
#27 0x7f37d104ae8a in QObject::event(QEvent*) () from 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#28 0x7f37d1906adc in QApplicationPrivate::notify_helper(QObject*, QEvent*) 
() from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#29 0x7f37d190bfb0 in QApplication::notify(QObject*, 

Processed: python-bandit: fails to upgrade from 'sid' - trying to overwrite /usr/lib/python2.7/dist-packages/bandit/__init__.py

2015-09-09 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + bandit
Bug #798457 [python-bandit] python-bandit: fails to upgrade from 'sid' - trying 
to overwrite /usr/lib/python2.7/dist-packages/bandit/__init__.py
Added indication that 798457 affects bandit

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



Bug#793099: marked as done (mysql-5.6: debian/copyright needs update)

2015-09-09 Thread Debian Bug Tracking System
Your message dated Wed, 09 Sep 2015 12:48:53 +
with message-id 
and subject line Bug#793099: fixed in mysql-5.6 5.6.25-4
has caused the Debian Bug report #793099,
regarding mysql-5.6: debian/copyright needs update
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.)


-- 
793099: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793099
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mysql-5.6
Version: 5.6.25-2
Severity: serious

Lintian reports hundreds of warnings w.r.t debian/copyright:

https://lintian.debian.org/maintainer/pkg-mysql-ma...@lists.alioth.debian.org.html#mysql-5.6_5.6.25-2

* file-without-copyright-information

-> missing Files: * ?

* license-problem-undefined-license
* missing-license-paragraph-in-dep5-copyright
* space-in-std-shortname-in-dep5-copyright


Andreas
--- End Message ---
--- Begin Message ---
Source: mysql-5.6
Source-Version: 5.6.25-4

We believe that the bug you reported is fixed in the latest version of
mysql-5.6, 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.
Robie Basak  (supplier of updated mysql-5.6 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: Wed, 09 Sep 2015 08:23:51 +
Source: mysql-5.6
Binary: libmysqlclient18 libmysqld-pic libmysqld-dev libmysqlclient-dev 
mysql-common mysql-client-core-5.6 mysql-client-5.6 mysql-server-core-5.6 
mysql-server-5.6 mysql-server mysql-client mysql-testsuite mysql-testsuite-5.6 
mysql-source-5.6
Architecture: source amd64 all
Version: 5.6.25-4
Distribution: sid
Urgency: medium
Maintainer: Robie Basak 
Changed-By: Robie Basak 
Description:
 libmysqlclient-dev - MySQL database development files
 libmysqlclient18 - MySQL database client library
 libmysqld-dev - MySQL embedded database development files
 libmysqld-pic - PIC version of MySQL embedded server development files
 mysql-client - MySQL database client (metapackage depending on the latest 
versio
 mysql-client-5.6 - MySQL database client binaries
 mysql-client-core-5.6 - MySQL database core client binaries
 mysql-common - MySQL database common files, e.g. /etc/mysql/my.cnf
 mysql-server - MySQL database server (metapackage depending on the latest 
versio
 mysql-server-5.6 - MySQL database server binaries and system database setup
 mysql-server-core-5.6 - MySQL database server binaries
 mysql-source-5.6 - MySQL source
 mysql-testsuite - MySQL testsuite
 mysql-testsuite-5.6 - MySQL 5.6 testsuite
Closes: 793099
Changes:
 mysql-5.6 (5.6.25-4) unstable; urgency=medium
 .
   * Update debian/copyright (Closes: #793099). Thanks to Lars Tangvald.
   * Add myself to Uploaders.
   * wrap-and-sort.
Checksums-Sha1:
 cf926aeeed31658b675dcea1051d0cd90546d894 3179 mysql-5.6_5.6.25-4.dsc
 9ee0d36321893cce297ae7e1c84b3e01f56c686d 229908 
mysql-5.6_5.6.25-4.debian.tar.xz
 f7a538e8158eeb638bc083bc6d131b23dabb8512 1045456 
libmysqlclient-dev_5.6.25-4_amd64.deb
 dbefff0fc4b53a3a736337c41501bd96dde34abf 747654 
libmysqlclient18_5.6.25-4_amd64.deb
 b51479442c79b3dbdac9266b7f38aba7f057791f 4093628 
libmysqld-dev_5.6.25-4_amd64.deb
 8bbb8ab6f0334daec7d9bf9808cf1fbd4975ab08 4093668 
libmysqld-pic_5.6.25-4_amd64.deb
 58fc2127b13fddcb2d7db8176fc611773bf652a2 5098542 
mysql-client-5.6_5.6.25-4_amd64.deb
 452c82361527c74d36d934b56d5fc8549f93ee43 4237600 
mysql-client-core-5.6_5.6.25-4_amd64.deb
 b3368a0e727b72a11cbf6bc0ba733b8a79bfd16d 73816 mysql-client_5.6.25-4_all.deb
 264ffc2161773b50fc7fbad5efa86fede1d3684c 76416 mysql-common_5.6.25-4_all.deb
 1e73a3093990a4aa56449d2aaf9cee0ed37fca82 5758116 
mysql-server-5.6_5.6.25-4_amd64.deb
 767b8c3368dbb7af2215625319891d9f13dc1fe8 4585560 
mysql-server-core-5.6_5.6.25-4_amd64.deb
 11d5778cf022f91d719caeed4e431dc100808a43 73934 mysql-server_5.6.25-4_all.deb
 4f81284a5de24381a87c197aac5e619298b9921f 33485866 
mysql-source-5.6_5.6.25-4_amd64.deb
 05df38a63aebf5f64b83c69e67458850443be723 6989904 
mysql-testsuite-5.6_5.6.25-4_amd64.deb
 14d3f1c6627a73535b1ce9baecd65c8770dc930a 73790 

Processed: tagging 797776, tagging 797398, tagging 797510, tagging 797318, tagging 796930, tagging 796757 ...

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

> # verified that ftbfs is reproducible in sid/stretch but not in jessie
> tags 797776 + sid
Bug #797776 [src:pygpgme] pygpgme: FTBFS: Ran 55 tests in 54.866s: FAILED 
(failures=2, errors=2)
Added tag(s) sid.
> tags 797398 + sid stretch
Bug #797398 [src:d-feet] FTBFS: pep8 complains about: E402 module level import 
not at top of file
Added tag(s) sid and stretch.
> tags 797510 + sid stretch
Bug #797510 [src:herwig++] herwig++: FTBFS: error: Can't find /usr/lib/libgsl.a 
or the headers in /usr/include
Added tag(s) stretch and sid.
> tags 797318 + sid stretch
Bug #797318 {Done: tony mancill } [src:visualvm] visualvm: 
Missing Build-Depends on libstringtemplate-java
Added tag(s) sid and stretch.
> tags 796930 + jessie sid stretch
Bug #796930 {Done: Vincent Bernat } [src:pyzmq] pyzmq: FTBFS 
with several tests error
Added tag(s) stretch, jessie, and sid.
> tags 796757 + sid stretch
Bug #796757 [src:djangorestframework-nested-resource] FTBFS: test failures with 
Django 1.7
Added tag(s) sid and stretch.
> tags 796738 + sid stretch
Bug #796738 [src:ruby-httpclient] ruby-httpclient: FTBFS: Address already in 
use - bind(2) for 127.0.0.1:5
Added tag(s) stretch and sid.
> tags 796537 + sid stretch
Bug #796537 {Done: gregor herrmann } 
[src:libcgi-simple-perl] libcgi-simple-perl: Missing Build-Depends on 
libio-stringy-perl
Added tag(s) sid and stretch.
> tags 796535 + sid stretch
Bug #796535 [src:libmodule-starter-plugin-cgiapp-perl] 
libmodule-starter-plugin-cgiapp-perl: FTBFS: Failed 3/5 test programs. 0/1 
subtests failed.
Added tag(s) stretch and sid.
> tags 796481 + sid stretch
Bug #796481 [src:seqdiag] seqdiag: FTBFS: TypeError: coercing to Unicode: need 
string or buffer, bool found
Added tag(s) stretch and sid.
> tags 796478 + sid stretch
Bug #796478 {Done: Javi Merino } [src:python-memprof] 
python-memprof: FTBFS: DistributionNotFound: The 'memprof' distribution was not 
found and is required by the application
Added tag(s) sid and stretch.
> tags 796473 + sid stretch
Bug #796473 [src:python-pyasn1-modules] python-pyasn1-modules: FTBFS: 
error.PyAsn1Error('DER forbids indefinite length mode')
Added tag(s) sid and stretch.
> tags 796446 + sid stretch
Bug #796446 [src:pyflakes] pyflakes: FTBFS: pybuild:262: test: plugin distutils 
failed with: exit code=1
Added tag(s) stretch and sid.
> tags 796429 + sid stretch
Bug #796429 [src:nwdiag] nwdiag: FTBFS: TypeError: 'NoneType' object is not 
callable
Added tag(s) sid and stretch.
> tags 796402 + sid stretch
Bug #796402 [src:slgsl] slgsl: FTBFS: unable to find the gsl library and header
Added tag(s) sid and stretch.
> tags 796315 + sid stretch
Bug #796315 {Done: gregor herrmann } 
[src:libflickr-upload-perl] libflickr-upload-perl: FTBFS: t/failupload.t 
(Wstat: 65280 Tests: 2 Failed: 0)
Added tag(s) sid and stretch.
> tags 796371 + sid stretch
Bug #796371 [src:blockdiag] blockdiag: FTBFS: unknown format: SVG
Added tag(s) sid and stretch.
> tags 796313 + sid stretch
Bug #796313 {Done: Dominic Hargreaves } 
[src:liburi-find-delimited-perl] liburi-find-delimited-perl: FTBFS: Undefined 
subroutine ::URL::strict called at 
/tmp/buildd/liburi-find-delimited-perl-0.02/blib/lib/URI/Find/Delimited.pm line 
152
Added tag(s) sid and stretch.
> tags 796298 + sid stretch
Bug #796298 [src:tcplay] tcplay: FTBFS: CMake Error at CMakeLists.txt:30 
(message): Could not find the devmapper library
Added tag(s) stretch and sid.
> notfound 795968 3.6.6~repack-2-1
Bug #795968 [src:supercollider] supercollider: FTBFS: undefined reference to 
`__atomic_is_lock_free'
The source 'supercollider' and version '3.6.6~repack-2-1' do not appear to 
match any binary packages
No longer marked as found in versions supercollider/3.6.6~repack-2-1.
> found 795968 1:3.6.6~repack-2-1
Bug #795968 [src:supercollider] supercollider: FTBFS: undefined reference to 
`__atomic_is_lock_free'
Marked as found in versions supercollider/1:3.6.6~repack-2-1.
> notfound 795664 0.20.1-5
Bug #795664 [src:ruby-handlebars-assets] ruby-handlebars-assets: FTBFS: 
uninitialized constant MiniTest::Test (NameError)
The source 'ruby-handlebars-assets' and version '0.20.1-5' do not appear to 
match any binary packages
No longer marked as found in versions ruby-handlebars-assets/0.20.1-5.
> found 795664 2:0.20.1-5
Bug #795664 [src:ruby-handlebars-assets] ruby-handlebars-assets: FTBFS: 
uninitialized constant MiniTest::Test (NameError)
Marked as found in versions ruby-handlebars-assets/2:0.20.1-5.
> tags 795714 + sid stretch
Bug #795714 [src:ruby-xpath] ruby-xpath: FTBFS: `example` is not available from 
within an example
Added tag(s) sid and stretch.
> tags 795678 + sid stretch
Bug #795678 [src:ruby-rspec-longrun] ruby-rspec-longrun: FTBFS: undefined 
method `cyan' for class `RSpec::Longrun::Formatter' (NameError)
Added tag(s) sid and stretch.
> tags 795968 + sid 

Bug#798279: [Pkg-mpd-maintainers] Bug#798279: mpc: FTBFS undefined reference to `subunit_test_start'

2015-09-09 Thread Florian Schlichting
On Tue, Sep 08, 2015 at 12:29:06AM +0800, Aron Xu wrote:
> mpc fails to build with current Sid, with following message:
> 
> /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libcheck.a(check_log.o):
> In function `subunit_lfun':
> (.text+0x584): undefined reference to `subunit_test_start'

thanks for the report! Turns out version 0.10.0-1 of check requires an
additional -lsubunit, which check.m4 doesn't currently produce. They
seem to suggest that switching to PKG_CHECK_MODULES is the way to go,
but my primitive autotools knowledge didn't lead to a working solution.
I'm going to monkey-patch check.m4 for now, hoping that upstream will
know what to do.

Florian



Bug#798457: python-bandit: fails to upgrade from 'sid' - trying to overwrite /usr/lib/python2.7/dist-packages/bandit/__init__.py

2015-09-09 Thread Andreas Beckmann
Package: python-bandit
Version: 0.13.2-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts
Control: affects -1 + bandit

Hi,

during a test with piuparts I noticed your package fails to upgrade from
'sid' to 'experimental'.
It installed fine in 'sid', then the upgrade to 'experimental' 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 python-bandit.
  Preparing to unpack .../python-bandit_0.13.2-1_all.deb ...
  Unpacking python-bandit (0.13.2-1) ...
  dpkg: error processing archive 
/var/cache/apt/archives/python-bandit_0.13.2-1_all.deb (--unpack):
   trying to overwrite '/usr/lib/python2.7/dist-packages/bandit/__init__.py', 
which is also in package bandit 0.12.0-1
  Preparing to unpack .../bandit_0.13.2-1_all.deb ...
  Unpacking bandit (0.13.2-1) over (0.12.0-1) ...
  Errors were encountered while processing:
   /var/cache/apt/archives/python-bandit_0.13.2-1_all.deb


cheers,

Andreas


bandit_0.13.2-1.log.gz
Description: application/gzip


Processed: tagging 798436, notfound 798438 in 3.3.10-4, found 798438 in 2:3.3.10-4, tagging 729490 ...

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

> tags 798436 + sid stretch
Bug #798436 [src:odin] odin: please make it build with vtk6 (or at least 
vtk-5.10)
Added tag(s) stretch and sid.
> notfound 798438 3.3.10-4
Bug #798438 [src:procps] procps: FTBFS: Makefile:526: recipe for target 
'check-DEJAGNU' failed
The source 'procps' and version '3.3.10-4' do not appear to match any binary 
packages
No longer marked as found in versions procps/3.3.10-4.
> found 798438 2:3.3.10-4
Bug #798438 [src:procps] procps: FTBFS: Makefile:526: recipe for target 
'check-DEJAGNU' failed
Marked as found in versions procps/2:3.3.10-4.
> tags 729490 + sid stretch
Bug #729490 {Done: Anton Gladky } [libstxxl] libstxxl: 
[PATCH] Resolve FTBFS from conditional file removal in build infrastructure
Added tag(s) sid and stretch.
> # reproducible on jessie
> tags 798441 + jessie sid stretch
Bug #798441 [src:python-bleach] python-bleach: Non-determistically FTBFS due to 
unreliable tests
Added tag(s) stretch, jessie, and sid.
> tags 795677 + jessie sid stretch
Bug #795677 {Done: Jonas Genannt } [src:ruby-hitimes] 
ruby-hitimes: Non-determinstic FTBFS due to unreliable timing benchmarks in 
tests
Added tag(s) stretch, jessie, and sid.
> tags 795676 + jessie sid stretch
Bug #795676 {Done: Cédric Boutillier } [src:ruby-text-table] 
ruby-text-table: Non-deterministic FTBFS due to unreliable timing benchmarks in 
tests
Added tag(s) stretch, jessie, and sid.
> thanks
Stopping processing here.

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



Bug#798434: marked as done (ruby-sigar misbuilt with GCC 5)

2015-09-09 Thread Debian Bug Tracking System
Your message dated Wed, 09 Sep 2015 16:06:00 +
with message-id 
and subject line Bug#798434: fixed in ruby-sigar 0.7.3-1
has caused the Debian Bug report #798434,
regarding ruby-sigar misbuilt 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.)


-- 
798434: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798434
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ruby-sigar
Version: 0.7.2-3.1
Severity: serious
Tags: sid stretch

rebuilding ruby-sigar with GCC 5 leaves some symbols undefined, caused by the
c99 inline semantics. check with

objdump -T /usr/lib/x86_64-linux-gnu/ruby/vendor_ruby/2.1.0/sigar.so |grep
sigar_skip_token

patch at
http://launchpadlibrarian.net/216747641/ruby-sigar_0.7.2-3.1build2_0.7.2-3.1ubuntu1.diff.gz
--- End Message ---
--- Begin Message ---
Source: ruby-sigar
Source-Version: 0.7.3-1

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

Debian distribution maintenance software
pp.
Christian Hofstaedtler  (supplier of updated ruby-sigar 
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: Wed, 09 Sep 2015 15:54:31 +
Source: ruby-sigar
Binary: ruby-sigar
Architecture: source
Version: 0.7.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 

Changed-By: Christian Hofstaedtler 
Description:
 ruby-sigar - System Information Gatherer And Reporter
Closes: 798434
Changes:
 ruby-sigar (0.7.3-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Christian Hofstaedtler ]
   * Imported Upstream version 0.7.3
   * Update Standards-Version and fix copyright file warnings
 .
   [ Matthias Klose ]
   * Fix build with GCC 5 (Closes: #798434)
Checksums-Sha1:
 8df85d15861c67d1902dd883075e4cf3422f1aa2 1999 ruby-sigar_0.7.3-1.dsc
 b0af06844cbb9344bb2a5ccd46dea3619662c268 202614 ruby-sigar_0.7.3.orig.tar.gz
 03e605ccbb464324d15e910196bf44e992c7 4616 ruby-sigar_0.7.3-1.debian.tar.xz
Checksums-Sha256:
 c885b18946bd94e8876e147521575d034375a7e04eff43e025cb6f983e6d93a2 1999 
ruby-sigar_0.7.3-1.dsc
 7ec10ccee8eb79f679edf79e49cbd3d31e24d3757cf5a4d8c038e014d29fa329 202614 
ruby-sigar_0.7.3.orig.tar.gz
 c8a27d18f55b2f216ff1a0acd72b91ace952d471e3f614babce87797d39b8c4a 4616 
ruby-sigar_0.7.3-1.debian.tar.xz
Files:
 0eebfef2c4cec1defe5a2bbbde762dac 1999 ruby optional ruby-sigar_0.7.3-1.dsc
 be1926d2323b8cdfb4dbe406b27818f3 202614 ruby optional 
ruby-sigar_0.7.3.orig.tar.gz
 4bc7e1b9a17ab3c17b31747d5ee33616 4616 ruby optional 
ruby-sigar_0.7.3-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJV8Fd+AAoJEFwT1tuTBS4D4JoP/jrGc4elrIufexNls6Tp3HVB
pnjrnpCiqJk+3oQ+eXYonjFGG5d9JAm951F7BZYPmNcMc3nnaT+UvsfyHHMttSEA
C7GQ7xD3A/jPsHysleijJOqYijfMuLx9YOub/JfmpMwL72Mqf3heg4y7K9cwCW4B
V95xIXE7PgAnbbG1XkQExP430cyrTIQ0Wb3E50LCEzmMp5w2GLTWT3vMmYFFym53
sHSy1U0EndO5QvGWt/WU1z+g+QpUYEL7gu6jgEDx3vsbVw1KWYdP+SqtzIKsswba
zLrq7Xv1m2/lhc0WjNmcO6e5O77/+01trRbJCN+RKDjlaVR33qtYwfnlCJln1Rm5
2fk7kUafepOemE0eDnWoyYC94MrVP05WluOTi3rDPY+RkMjmWJwWzPQCBod67HrK
OSUO6NoQHS/AUbgt2rKm7i9v81oONY3rGHti//qdjZ81EZNWjQP0U0a1xKAyf8mO
INCDqtt8nDpA6nFB9bhqZKqRCxjXh5MpqnunW+H7rpJgZLo5XbwIW3IyzehI5m+8
uOlZVKcpcfWZ21WEtMvOd1w2r/UIprcwRKScWK8uWSUWJInz72FkrftB3/5l3v9e
WFEW/iWPifo20DlGn3CewNvUI5sYL1GPMDYQLEkc5MPefTgkrtbcOuUUMkl+bni4
fzvkLyfLHYbpZXSUS0iQ
=SYY9
-END PGP SIGNATURE End Message ---


Processed: Re: python-pika: FTBFS: ImportError: No module named pyev

2015-09-09 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 moreinfo
Bug #796543 [src:python-pika] python-pika: FTBFS: ImportError: No module named 
pyev
Added tag(s) moreinfo.

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



Bug#796543: python-pika: FTBFS: ImportError: No module named pyev

2015-09-09 Thread Andreas Beckmann
Control: tag -1 moreinfo

On Sat, 22 Aug 2015 13:43:48 +0100 Chris Lamb  wrote:
> python-pika fails to build from source in unstable/amd64:
> 
>   [..]
> File
> 
> "/tmp/buildd/python-pika-0.9.14/.pybuild/pythonX.Y_2.7/build/pika/adapters/libev_connection.py",
> line 2, in 
>   import pyev
>   ImportError: No module named pyev

I cannot reproduce this in current sid (or stretch) on amd64 and i386
using "normal" (i.e. not tuned for reproducibility) pbuilder chroots.


Andreas



Bug#795077: kicad: FTBFS: error: 'itr' was not declared in this scope

2015-09-09 Thread Graham Inggs

Hi

> Nick Østergaard [2015-08-13 16:24 +0200]:
> > You can use the cmake option -DKICAD_SKIP_BOOST=ON  to fix this issue.
> > Make sure this only happens for systems with boost version above 1.54.

The -DKICAD_SKIP_BOOST=ON option doesn't work in the kicad stable branch 
(bzr4029) currently in Debian and Ubuntu.


CMake Warning:
  Manually-specified variables were not used by the project:

KICAD_SKIP_BOOST

I made the following change to CMakeLists.txt and also removed 
include/boost/ :


--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -285,8 +285,8 @@
 # kicad now includes needed boost files.
 # the two next lines can be uncommented to use the native boost lib.
 # but this is not a good idea
-#find_package(Boost 1.36 QUIET)
-#check_find_package_result(Boost_FOUND "Boost")
+find_package(Boost 1.36 QUIET)
+check_find_package_result(Boost_FOUND "Boost")

 ##
 # Find wxWidgets library #

...and still I am getting tons of errors like the following:

In file included from /usr/include/c++/5/list:63:0,
 from /usr/include/boost/polygon/isotropy.hpp:20,
 from /usr/include/boost/polygon/polygon.hpp:12,
 from 
/«BUILDDIR»/kicad-0.20141025+bzr4029/common/../polygon/polygons_defs.h:9,
 from 
/«BUILDDIR»/kicad-0.20141025+bzr4029/common/../polygon/PolyLine.h:23,
 from 
/«BUILDDIR»/kicad-0.20141025+bzr4029/common/../pcbnew/class_pad.h:37,
 from 
/«BUILDDIR»/kicad-0.20141025+bzr4029/common/footprint_info.cpp:22:
/usr/include/c++/5/bits/stl_list.h:1807:22: error: reference to 'list' 
is ambiguous

 operator==(const list<_Tp, _Alloc>& __x, const list<_Tp, _Alloc>& __y)

> This worked well, thank you! Fedora does the same. I uploaded this a
> few days ago to Ubuntu.

Your upload failed to build [1].  Fedora are using a newer revision 
(bzr6041).


Any ideas?

Regards
Graham


[1] https://launchpad.net/ubuntu/+source/kicad/0.20141025+bzr4029-2ubuntu1



Bug#798279: marked as done (mpc: FTBFS undefined reference to `subunit_test_start')

2015-09-09 Thread Debian Bug Tracking System
Your message dated Wed, 09 Sep 2015 15:21:08 +
with message-id 
and subject line Bug#798279: fixed in mpc 0.27-2
has caused the Debian Bug report #798279,
regarding mpc: FTBFS undefined reference to `subunit_test_start'
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.)


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

mpc fails to build with current Sid, with following message:

/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libcheck.a(check_log.o):
In function `subunit_lfun':
(.text+0x584): undefined reference to `subunit_test_start'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libcheck.a(check_log.o):
In function `subunit_lfun':
(.text+0x63f): undefined reference to `subunit_test_fail'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libcheck.a(check_log.o):
In function `subunit_lfun':
(.text+0x654): undefined reference to `subunit_test_pass'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libcheck.a(check_log.o):
In function `subunit_lfun':
(.text+0x66f): undefined reference to `subunit_test_error'
collect2: error: ld returned 1 exit status

This FTBFS is discovered in the build of mips64el port[1] and
reproduced in an up-to-date amd64 pbuilder environment.

Thanks,
Aron

[1]https://buildd.debian.org/status/fetch.php?pkg=mpc=mips64el=0.27-1=1441617888
--- End Message ---
--- Begin Message ---
Source: mpc
Source-Version: 0.27-2

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

Debian distribution maintenance software
pp.
Florian Schlichting  (supplier of updated mpc 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: Wed, 09 Sep 2015 15:57:26 +0200
Source: mpc
Binary: mpc
Architecture: source amd64
Version: 0.27-2
Distribution: unstable
Urgency: medium
Maintainer: mpd maintainers 
Changed-By: Florian Schlichting 
Description:
 mpc- command-line tool to interface MPD
Closes: 798279
Changes:
 mpc (0.27-2) unstable; urgency=medium
 .
   * Add check-m4-subunit.patch: link to libsubunit (closes: #798279)
   * Install bash completion into proper path
 + switch to using dh_bash-completion
 + call rm_conffile on the obsolete file
Checksums-Sha1:
 5b2737447b84bf0b38856994a1dc77445c05596f 1932 mpc_0.27-2.dsc
 03a8d7e4e37a5abb891a5472b608bbfd19c01a75 11156 mpc_0.27-2.debian.tar.xz
 ef8849b273662a57031ca45cfcbae5dfd98ccbe2 36148 mpc_0.27-2_amd64.deb
Checksums-Sha256:
 b26dc7acda8c0e0824f3eedbeafd7139146362ab62ca25ccca70f9e814f165e2 1932 
mpc_0.27-2.dsc
 b3a0e993123f8105ec7464b0828df03ebe4ec01f373fef083e3576f249b94756 11156 
mpc_0.27-2.debian.tar.xz
 d0c6c936516abffb1ff3fcc04ecec8bf9d9246ece2eac9bb4fa9f84a765cfa69 36148 
mpc_0.27-2_amd64.deb
Files:
 ace385b9a53d56409dea35fcb12829e5 1932 sound optional mpc_0.27-2.dsc
 77c249ca607c485fffa3f025bfd93717 11156 sound optional mpc_0.27-2.debian.tar.xz
 56d254aef5c1e888523620937eb8c99b 36148 sound optional mpc_0.27-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJV8DufAAoJEBKXO25y3Ae1NOEQAJRBbkPE0zgV1LYNjtaQ0LlU
1L7eGGxNubCXkhDBvo9/Q0w0gx/QT3X3HrMjloAXLSXCR/OdYMWXCpT89WHzP0l6
s57LSJRQojGZniknL6FWjrHtJYQ1IdQ3Z0u3rE444bvXfU4oVnoL6O1minMdfhY8
+MOtftzzFR5tNuR2BCx76OFj8ksWXUVaeXaXBRU6F3lUGeq7XYQuUV87iCzMsVJE
CAvn5cL/BHB4cB2MxK44Vmsf46fIl/DTJ+WXVkXPuFKpE8MhP/PgHhsAKfF5dqA/
SwqTE6SRs+xJkSh6RZWcqFkAA26b/KDRLeTcpONc0NVs/zMwJG2vMWwhxbAAwbWt
chO4capAhIHzyxVHCkPm3vdhZpbHj9A6m0U95Jmu2C0MAuA4/T4X38d9wNlKmwya
ktTWz/GvTnMPzKToOpoTSldCiM2eKOlMjnHnNoDjXGLXznzTfCIvWVhTqQrvWwV9
Yy7LVv4bxHIrCwql05c56POtOjCzdmpaO9kYR/XQLEjUvlN9G4aBnOwVV4FoyHIQ
ztnwtb10mrjEcFDHLsBsVTGDw/1UbgDgOY86dKE9KS5GLuE+Zr5fn8xTGvpBD/S5
McDAU+HHQ3+FkAAlqAujY1FS/6QPb2m9uV9ujxTHsKjT1GLY8g/kytaPAcx2rDMr
WJl4oO0Zwzuemvd5f1od
=zBx6
-END PGP SIGNATURE End Message ---


Bug#794977: dselect: no access methods are available

2015-09-09 Thread Marcos Dione
Package: dselect
Version: 1.18.2
Followup-For: Bug #794977


I'm not sure if this helps, but the http method seems to have dissappeared:

mdione@mustang:~$ dpkg -L dselect | grep methods
/var/lib/dpkg/methods
/var/lib/dpkg/methods/ftp
/var/lib/dpkg/methods/floppy
/var/lib/dpkg/methods/disk
/var/lib/dpkg/methods/mnt
/var/lib/dpkg/methods/multicd
/usr/lib/dpkg/methods
/usr/lib/dpkg/methods/disk
/usr/lib/dpkg/methods/disk/install
/usr/lib/dpkg/methods/disk/update
/usr/lib/dpkg/methods/disk/setup
/usr/lib/dpkg/methods/disk/desc.mounted
/usr/lib/dpkg/methods/disk/desc.harddisk
/usr/lib/dpkg/methods/disk/desc.nfs
/usr/lib/dpkg/methods/disk/desc.cdrom
/usr/lib/dpkg/methods/disk/names
/usr/lib/dpkg/methods/multicd
/usr/lib/dpkg/methods/multicd/install
/usr/lib/dpkg/methods/multicd/update
/usr/lib/dpkg/methods/multicd/setup
/usr/lib/dpkg/methods/multicd/desc.multi_nfs
/usr/lib/dpkg/methods/multicd/desc.multi_mount
/usr/lib/dpkg/methods/multicd/desc.multi_cd
/usr/lib/dpkg/methods/multicd/names
/usr/lib/dpkg/methods/ftp
/usr/lib/dpkg/methods/ftp/desc.ftp
/usr/lib/dpkg/methods/ftp/names
/usr/lib/dpkg/methods/ftp/install
/usr/lib/dpkg/methods/ftp/update
/usr/lib/dpkg/methods/ftp/setup
/usr/lib/dpkg/methods/floppy
/usr/lib/dpkg/methods/floppy/install
/usr/lib/dpkg/methods/floppy/update
/usr/lib/dpkg/methods/floppy/setup
/usr/lib/dpkg/methods/floppy/desc.floppy
/usr/lib/dpkg/methods/floppy/names

while we're at it, does the floppy method have any use? maybe usb drives?

also: this is a i386 machine, so Alexi Suhonen's suggestion did not
work (it only has /usr/lib). using aptitude meanwhile...

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

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

Versions of packages dselect depends on:
ii  dpkg  1.18.2
ii  libc6 2.19-19
ii  libgcc1   1:5.2.1-15
ii  libncursesw5  6.0+20150810-1
ii  libstdc++65.2.1-15
ii  libtinfo5 6.0+20150810-1

dselect recommends no packages.

Versions of packages dselect suggests:
ii  perl  5.20.2-6

-- no debconf information



Bug#796543: python-pika: FTBFS: ImportError: No module named pyev

2015-09-09 Thread Chris Lamb
Hey,

> >   ImportError: No module named pyev
> 
> I cannot reproduce this in current sid (or stretch) on amd64 and i386
> using "normal" (i.e. not tuned for reproducibility) pbuilder chroots.

At the time of reporting I could reproduce outside of reproducibility
chroots; I was only using their log for convenience.

What's notable is that no tests are now even being found (local build):

  I: pybuild base:170: cd
  
/home/lamby/temp/cdt.20150909170024.fdU33qmDeL/python-pika-0.9.14/.pybuild/pythonX.Y_2.7/build;
  python2.7 -m nose 

  --
  Ran 0 tests in 0.129s
  
  OK

So, this is a bug in itself. Poking a bit more, if I do something like:

  $  python2.7 -m nose tests/unit

.. I get a bunch of errors related to python-mock. Might be a good place
to start?

Regards,

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



Processed: Re: freewnn: FTBFS: Bad format near line 1 "Binaryfilefull.fsrcmatches".

2015-09-09 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 patch
Bug #797242 [src:freewnn] freewnn: FTBFS: Bad format near line 1 
"Binaryfilefull.fsrcmatches".
Added tag(s) patch.

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



Bug#797242: freewnn: FTBFS: Bad format near line 1 "Binaryfilefull.fsrcmatches".

2015-09-09 Thread Andreas Beckmann
Followup-For: Bug #797242
Control: tag -1 patch

Attached is a patch for the egrep issue. This is not sufficient to make
the build reproducible, the dictionaries embed the hostname and maybe a
timestamp in the headers. I'm not digging deeper into this issue.


Andreas
diff -Nru freewnn-1.1.1~a021+cvs20130302/debian/changelog freewnn-1.1.1~a021+cvs20130302/debian/changelog
--- freewnn-1.1.1~a021+cvs20130302/debian/changelog	2013-11-23 23:38:32.0 +0100
+++ freewnn-1.1.1~a021+cvs20130302/debian/changelog	2015-09-10 00:32:52.0 +0200
@@ -1,3 +1,11 @@
+freewnn (1.1.1~a021+cvs20130302-5) UNRELEASED; urgency=medium
+
+  * QA upload.
+  * debian/patches/egrep-a.patch: Prevent egrep from reporting "Binary file ...
+matches" in some locales.  (Closes: #797242)
+
+ -- Andreas Beckmann   Thu, 10 Sep 2015 00:29:28 +0200
+
 freewnn (1.1.1~a021+cvs20130302-4) unstable; urgency=low
 
   * QA upload.
diff -Nru freewnn-1.1.1~a021+cvs20130302/debian/patches/egrep-a.patch freewnn-1.1.1~a021+cvs20130302/debian/patches/egrep-a.patch
--- freewnn-1.1.1~a021+cvs20130302/debian/patches/egrep-a.patch	1970-01-01 01:00:00.0 +0100
+++ freewnn-1.1.1~a021+cvs20130302/debian/patches/egrep-a.patch	2015-09-10 00:29:16.0 +0200
@@ -0,0 +1,66 @@
+Author: Andreas Beckmann 
+Description: prevent egrep from reporting "Binary file ... matches"
+
+--- a/PubdicPlus/Makefile.in
 b/PubdicPlus/Makefile.in
+@@ -49,7 +49,7 @@ top_builddir = ..
+ ### 	rm -f *.fzk *.dic *.more
+ ### 
+ ### std.fzk: $(FZK_SRC)
+-### 	/lib/cpp $(FZK_FLAG) fzk.master | egrep -v '^(# |$$)' | $(ATOF) $@
++### 	/lib/cpp $(FZK_FLAG) fzk.master | egrep -a -v '^(# |$$)' | $(ATOF) $@
+ ### 
+ ### full.fzk: $(FZK_SRC)
+ ### 	make FZK_FLAG=-DKANSAI std.fzk
+--- a/Wnn/pubdicplus/Makefile.in
 b/Wnn/pubdicplus/Makefile.in
+@@ -353,7 +353,7 @@ $(WNNDICS): pod $(PUBDICPLUSSRC)/pubdic.
+ 	$(ATOD) -h $(HINSI) $@ < $<
+ 
+ .fsrc.fzk:
+-	egrep -v '^(# |#line |#pragma |$$)' $< | $(ATOF) -h $(HINSI) $@
++	egrep -a -v '^(# |#line |#pragma |$$)' $< | $(ATOF) -h $(HINSI) $@
+ 
+ $(DIC): $(HINSI)
+ 
+--- a/cWnn/cdic/Makefile.in
 b/cWnn/cdic/Makefile.in
+@@ -64,10 +64,10 @@ all:: $(ALLTGT)
+ $(DICS): $(HINSI)
+ 
+ $(FULL):: $(FZK_SRCS) con.master-.c
+-	$(FZK_PP) -I$(srcdir) $(FZK_FLAG) con.master-.c | egrep -v '^(# |#line |#pragma |$$)' | $(ATOF) -h $(HINSI) $@
++	$(FZK_PP) -I$(srcdir) $(FZK_FLAG) con.master-.c | egrep -a -v '^(# |#line |#pragma |$$)' | $(ATOF) -h $(HINSI) $@
+ 
+ $(FULLR):: $(FZK_SRCS) con.masterR-.c
+-	$(FZK_PP) -I$(srcdir) $(FZK_FLAG) con.masterR-.c | egrep -v '^(# |#line |#pragma |$$)' | $(ATOF) -h $(HINSI) $@
++	$(FZK_PP) -I$(srcdir) $(FZK_FLAG) con.masterR-.c | egrep -a -v '^(# |#line |#pragma |$$)' | $(ATOF) -h $(HINSI) $@
+ 
+ # To avoid circular dependency, we don't use 'con.master?.c'
+ con.master-.c: con.master
+--- a/cWnn/tdic/Makefile.in
 b/cWnn/tdic/Makefile.in
+@@ -64,10 +64,10 @@ all:: $(ALLTGT)
+ $(DICS): $(HINSI)
+ 
+ $(FULL):: $(FZK_SRCS) con.master-.c
+-	$(FZK_PP) -I$(srcdir) $(FZK_FLAG) con.master-.c | egrep -v '^(# |#line |#pragma |$$)' | $(ATOF) -h $(HINSI) $@
++	$(FZK_PP) -I$(srcdir) $(FZK_FLAG) con.master-.c | egrep -a -v '^(# |#line |#pragma |$$)' | $(ATOF) -h $(HINSI) $@
+ 
+ $(FULLR):: $(FZK_SRCS) con.masterR-.c
+-	$(FZK_PP) -I$(srcdir) $(FZK_FLAG) con.masterR-.c | egrep -v '^(# |#line |#pragma |$$)' | $(ATOF) -h $(HINSI) $@
++	$(FZK_PP) -I$(srcdir) $(FZK_FLAG) con.masterR-.c | egrep -a -v '^(# |#line |#pragma |$$)' | $(ATOF) -h $(HINSI) $@
+ 
+ # To avoid circular dependency, we don't use 'con.master?.c'
+ con.master-.c: con.master
+--- a/kWnn/kdic/Makefile.in
 b/kWnn/kdic/Makefile.in
+@@ -62,7 +62,7 @@ all:: $(ALLTGT)
+ $(DICS): $(HINSI)
+ 
+ $(FULL):: $(FZK_SRCS) fzk.master-.c
+-	$(FZK_PP) -I$(srcdir) $(FZK_FLAG) fzk.master-.c | egrep -v '^(# |#line |#pragma |$$)' | $(ATOF) -h $(HINSI) $@
++	$(FZK_PP) -I$(srcdir) $(FZK_FLAG) fzk.master-.c | egrep -a -v '^(# |#line |#pragma |$$)' | $(ATOF) -h $(HINSI) $@
+ 
+ # To avoid circular dependency, we don't use 'fzk.master.c'
+ fzk.master-.c: fzk.master
diff -Nru freewnn-1.1.1~a021+cvs20130302/debian/patches/series freewnn-1.1.1~a021+cvs20130302/debian/patches/series
--- freewnn-1.1.1~a021+cvs20130302/debian/patches/series	2013-11-23 23:38:32.0 +0100
+++ freewnn-1.1.1~a021+cvs20130302/debian/patches/series	2015-09-10 00:23:00.0 +0200
@@ -4,3 +4,4 @@
 hardening-flags
 hurd_support.patch
 fix-parallel-build.patch
+egrep-a.patch


Bug#796403: libbuffy-bindings: FTBFS: Buffy.so: undefined symbol: _ZN6wibble9exception10AddContext9s_contextE

2015-09-09 Thread Andreas Beckmann
Control: tag -1 moreinfo

On Fri, 21 Aug 2015 19:58:56 +0100 Chris Lamb  wrote:
> libbuffy-bindings fails to build from source in unstable/amd64:

>   Can't load '../perl/blib/arch/auto/Buffy/Buffy.so' for module Buffy:
>   ../perl/blib/arch/auto/Buffy/Buffy.so: undefined symbol:
>   _ZN6wibble9exception10AddContext9s_contextE at
>   /usr/lib/x86_64-linux-gnu/perl/5.20/DynaLoader.pm line 187.

I can't reproduce that bug either, maybe it was a transient libstdc++v5
transition issue?


Andreas



Processed: Re: libbuffy-bindings: FTBFS: Buffy.so: undefined symbol: _ZN6wibble9exception10AddContext9s_contextE

2015-09-09 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 moreinfo
Bug #796403 [src:libbuffy-bindings] libbuffy-bindings: FTBFS: Buffy.so: 
undefined symbol: _ZN6wibble9exception10AddContext9s_contextE
Added tag(s) moreinfo.

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



Bug#794257: marked as done (FTBFS: NoMethodError: expect(subject.collect { |t| t[0] }).to have(1).item)

2015-09-09 Thread Debian Bug Tracking System
Your message dated Wed, 09 Sep 2015 22:34:02 +
with message-id 
and subject line Bug#794257: fixed in ruby-haml-magic-translations 4.1.1-1
has caused the Debian Bug report #794257,
regarding FTBFS: NoMethodError: expect(subject.collect { |t| t[0] }).to 
have(1).item
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.)


-- 
794257: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794257
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-haml-magic-translations
Version: 4.0.3-2
Severity: serious
Tags: sid
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs

Dear Maintainer,

The package fails to build:

..poparser.ry:244: warning: IO#lines is deprecated; use #each_line instead
poparser.ry:244: warning: IO#lines is deprecated; use #each_line instead
..

Failures:

  1) Haml::MagicTranslations::XGetText::HamlParser 
Haml::MagicTranslations::XGetText::HamlParser::XGetTextParser#parse for a 
translatable string appearing twice should appear only once in the targets
 Failure/Error: expect(subject.collect { |t| t[0] }).to have(1).item
 NoMethodError:
   undefined method `have' for 
#
 # ./spec/haml/magic_translations/xgettext/haml_parser_spec.rb:146:in 
`block (5 levels) in '

Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/ruby-haml-magic-translations.html

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.19.0-23-generic (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---
Source: ruby-haml-magic-translations
Source-Version: 4.1.1-1

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

Debian distribution maintenance software
pp.
Jérémy Bobbio  (supplier of updated 
ruby-haml-magic-translations 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: Thu, 10 Sep 2015 00:22:37 +0200
Source: ruby-haml-magic-translations
Binary: ruby-haml-magic-translations
Architecture: source all
Version: 4.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 

Changed-By: Jérémy Bobbio 
Description:
 ruby-haml-magic-translations - internationalization library for Haml templates
Closes: 794257
Changes:
 ruby-haml-magic-translations (4.1.1-1) unstable; urgency=medium
 .
   * New upstream release. (Closes: #794257)
   * Update debian/copyright.
   * Drop obsolete patch.
   * Switch to debhelper compat level 9.
   * Update Vcs-* URL.
   * Use HTTPS in Homepage field.
   * Bump Standards-Version, no changes required.
Checksums-Sha1:
 b55f271b43890ec8a6b123a55ad4dcf62d79e31d 2378 
ruby-haml-magic-translations_4.1.1-1.dsc
 49921b8264d8fa5c8d04a565ff25136f8690293f 10922 
ruby-haml-magic-translations_4.1.1.orig.tar.gz
 19c47748ddeed598feb6898670d41cccb7f2753a 2749 
ruby-haml-magic-translations_4.1.1-1.debian.tar.gz
 d5802d27aa8ee3ecdd3a5a1d91ad8b97adc74b95 7918 
ruby-haml-magic-translations_4.1.1-1_all.deb
Checksums-Sha256:
 b77f6752d637f14cb999de672181f2285bf1868210aa5c0399bd5c6c4a2ad2d3 2378 
ruby-haml-magic-translations_4.1.1-1.dsc
 82643a47ca9776c404000ab7623e2af9d496c5bc35ed43529110efe18a8de250 10922 
ruby-haml-magic-translations_4.1.1.orig.tar.gz
 88e09fcd90568c31eb340b3233f32aacec050efe7f0290827869818a85380f94 2749 
ruby-haml-magic-translations_4.1.1-1.debian.tar.gz
 74b50c79802d0f81e2f04f1b9bb5437d015516880a763f1c3aba965c312eb1cb 7918 
ruby-haml-magic-translations_4.1.1-1_all.deb
Files:
 b60e19e1eae8c70cd61170abdae2ec30 2378 ruby optional 
ruby-haml-magic-translations_4.1.1-1.dsc
 736c86f6dd0ef6f04d11bd7d444efebc 10922 ruby optional 
ruby-haml-magic-translations_4.1.1.orig.tar.gz
 544bc787a6c6e89c6af45e45fc34d032 2749 

Bug#796303: guessnet: FTBFS: undefined reference to `std::__cxx11::basic_string<char, std::char_traits [..]

2015-09-09 Thread Andreas Beckmann
Control: tag -1 moreinfo

On Fri, 21 Aug 2015 10:03:48 +0100 Chris Lamb  wrote:
> guessnet fails to build from source on testing/amd64:

>   
> /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/libwibble.a(string.o):
>   In function `wibble::str::normpath(std::__cxx11::basic_string   std::char_traits, std::allocator > const&)':
>   (.text+0x2ada): undefined reference to
>   `std::__cxx11::basic_string

Processed: Re: guessnet: FTBFS: undefined reference to `std::__cxx11::basic_string<char, std::char_traits [..]

2015-09-09 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 moreinfo
Bug #796303 [src:guessnet] guessnet: FTBFS: undefined reference to 
`std::__cxx11::basic_string

Bug#798499: thin-provisioning-tools: FTBFS: "If you want to output boost::optional, include header "

2015-09-09 Thread Chris Lamb
Source: thin-provisioning-tools
Version: 0.3.2-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

thin-provisioning-tools fails to build from source in unstable/amd64:

  [..]

  g++ -c -I. -I. -I./thin-provisioning -Wdate-time -D_FORTIFY_SOURCE=2
  -Wall -g -O2 -fstack-protector-strong -Wformat -Werror=format-security
  -o thin-provisioning/human_readable_format.o
  thin-provisioning/human_readable_format.cc
  In file included from /usr/include/boost/optional/optional.hpp:28:0,
   from /usr/include/boost/optional.hpp:15,
   from thin-provisioning/emitter.h:23,
   from thin-provisioning/human_readable_format.h:22,
   from thin-provisioning/human_readable_format.cc:19:
  /usr/include/boost/optional/optional.hpp: In instantiation of
  'std::basic_ostream<_CharT, _Traits>&
  boost::operator<<(std::basic_ostream<_CharT, _Traits>&, const
  boost::optional_detail::optional_tag&) [with CharType = char;
  CharTrait = std::char_traits]':
  thin-provisioning/human_readable_format.cc:47:21:   required from here
  /usr/include/boost/optional/optional.hpp:1256:3: error: invalid
  application of 'sizeof' to incomplete type
  'boost::STATIC_ASSERTION_FAILURE'
 BOOST_STATIC_ASSERT_MSG(sizeof(CharType) == 0, "If you want to
 output boost::optional, include header
 "); 
 ^
  Makefile:144: recipe for target
  'thin-provisioning/human_readable_format.o' failed
  make[1]: *** [thin-provisioning/human_readable_format.o] Error 1
  make[1]: Leaving directory '/tmp/buildd/thin-provisioning-tools-0.3.2'
  dh_auto_build: make -j1 returned exit code 2
  debian/rules:8: recipe for target 'build' failed
  make: *** [build] Error 2
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

  [..]

The full build log is attached or can be viewed here:


https://reproducible.debian.net/logs/unstable/amd64/thin-provisioning-tools_0.3.2-1.build1.log.gz


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
I: using fakeroot in build.
I: pbuilder: network access will be disabled during build
I: Current time: Thu Sep  3 18:17:08 GMT+12 2015
I: pbuilder-time-stamp: 1441347428
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/unstable-reproducible-base.tgz]
I: creating local configuration
I: copying local configuration
I: mounting /proc filesystem
I: mounting /run/shm filesystem
I: mounting /dev/pts filesystem
I: Mounting /dev/shm
I: Mounting /sys
I: policy-rc.d already exists
I: Installing the build-deps
 -> Attempting to satisfy build-dependencies
 -> Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team 
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (>= 9), dh-autoreconf, libboost-dev, libexpat1-dev
dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in 
'/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 20262 files and directories currently installed.)
Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ...
Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring 
anyway as you requested:
 pbuilder-satisfydepends-dummy depends on dh-autoreconf; however:
  Package dh-autoreconf is not installed.
 pbuilder-satisfydepends-dummy depends on libboost-dev; however:
  Package libboost-dev is not installed.
 pbuilder-satisfydepends-dummy depends on libexpat1-dev; however:
  Package libexpat1-dev is not installed.

Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
Building tag database...
The following NEW packages will be installed:
  autoconf{a} automake{a} autopoint{a} autotools-dev{a} dh-autoreconf{a} 
  libboost-dev{a} libboost1.58-dev{a} libexpat1{a} libexpat1-dev{a} 
  libsigsegv2{a} libtool{a} m4{a} 
0 packages upgraded, 12 newly installed, 0 to remove and 0 not upgraded.
Need to get 8519 kB of archives. After unpacking 112 MB will be used.
Writing extended state information...
Get: 1 http://ftp.de.debian.org/debian/ unstable/main libsigsegv2 amd64 
2.10-4+b1 [29.2 kB]
Get: 2 http://reproducible.alioth.debian.org/debian/ ./ autopoint 
0.19.5.1-1.0~reproducible1 [426 kB]
Get: 3 http://ftp.de.debian.org/debian/ unstable/main m4 

Bug#797293: [Debichem-devel] Bug#797293: votca-csg: FTBFS: undefined reference to `votca::tools::RangeParser::Parse

2015-09-09 Thread Christoph Junghans
2015-09-02 1:46 GMT-06:00 Simon McVittie :
> Control: reassign 797293 votca-tools
> Control: found 797293 1.2.4-1
> Control: tag 797293 + sid stretch confirmed
> Control: affects 797293 votca-csg
> Control: retitle 797293 votca-tools: rename needed for libstdc++ ABI 
> transition
> Control: user debian-...@lists.debian.org
> Control: usertags 797293 + libstdc++-cxx11
>
> On Sat, 29 Aug 2015 at 08:48:21 -0600, Christoph Junghans wrote:
>> 2015-08-29 3:45 GMT-06:00 Dominic Hargreaves :
>> > CMakeFiles/csg_dump.dir/csg_dump.cc.o:(.data.rel.ro._ZTV10CsgDumpApp[_ZTV10CsgDu
>> > mpApp]+0x28): undefined reference to 
>> > `votca::tools::Application::VersionString[a
>> > bi:cxx11]()'
>>
>> This is simple. votca-tools, the prime dependency of votca-csg, was
>> compiled with a compiler with a different cxx11 abi, you will need to
>> re-compile votca-tools with same compiler.
>
> This implies that votca-tools needs an ABI transition.
>
> Background[1]: libstdc++6 introduces a new ABI to conform to the
> C++11 standard, but keeps the old ABI to not break existing binaries.
> Packages which are built with g++-5 from experimental (not the one
> from testing/unstable) are using the new ABI.  Libraries built from
> this source package export some of the new __cxx11 or B5cxx11 symbols,
> dropping other symbols.  If these symbols are part of the API of
> the library, then this rebuild with g++-5 will trigger a transition
> for the library.
>
> In the case of votca-tools, Dominic's bug report indicates that a transition
> is definitely required. The transition consists of renaming the affected
> library packages, adding a v5 suffix (libgdcm2.4v5, etc.). The SONAME
> should not be changed.
I currently don't have a debian development system handy, but is there
anything I can do from the upstream side?

>
> These follow-up transitions for libstdc++ are not going through exactly
> the normal transition procedure, because many entangled transitions are
> going on at the same time, and the usual ordered transition procedure
> does not scale that far. When all the C++ libraries on which this library
> depends have started their transitions in unstable if required, this
> library should do the same, closing this bug; the release team will deal
> with binNMUs as needed.
>
> In the case of votca-tools:
>
> * boost has already started its transition
> * the other library build-deps appear to have C ABIs
>
> so I think this is ready to go.
>
> The package is likely to be NMU'd if there is no maintainer response. The
> release team have declared a 2 day NMU delay[2] for packages involved
> in the libstdc++ transition, in order to get unstable back to a usable
> state in a finite time.
>
> Regards,
> S
>
> [1] https://wiki.debian.org/GCC5#libstdc.2B-.2B-_ABI_transition
> [2] https://lists.debian.org/debian-devel-announce/2015/08/msg0.html



-- 
Christoph Junghans
Web: http://www.compphys.de



Processed: your mail

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

> severity 785926 serious
Bug #785926 [src:pidgin] pidgin: Please update to GStreamer 1.x
Severity set to 'serious' from 'important'
> thanks
Stopping processing here.

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



Bug#796481: seqdiag: diff for NMU version 0.9.3-4.1

2015-09-09 Thread Andrew Starr-Bochicchio
On Tue, Sep 8, 2015 at 8:32 AM, Stein Magnus Jodal
 wrote:
> I've prepared an NMU for seqdiag (versioned as 0.9.3-4.1) which I'll
> have a...@debian.org review and potentially upload. Please feel free to
> tell me if we should delay the upload.

Uploaded to DELAYED-2.

Thanks!



Bug#776914: marked as done (libavogadro-dev: unsatisfiable Depends: libeigen2-dev)

2015-09-09 Thread Debian Bug Tracking System
Your message dated Thu, 10 Sep 2015 04:18:38 +
with message-id 
and subject line Bug#776914: fixed in avogadro 1.1.1-1~exp1
has caused the Debian Bug report #776914,
regarding libavogadro-dev: unsatisfiable Depends: libeigen2-dev
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.)


-- 
776914: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776914
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libavogadro-dev
Version: 1.1.0-4
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

libavogadro-dev/experimental is not installable, since libeigen2-dev has
moved on to libeigen3-dev.

Andreas
--- End Message ---
--- Begin Message ---
Source: avogadro
Source-Version: 1.1.1-1~exp1

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

Debian distribution maintenance software
pp.
Anton Gladky  (supplier of updated avogadro 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: Wed, 09 Sep 2015 20:38:14 +0200
Source: avogadro
Binary: avogadro avogadro-data libavogadro1 libavogadro-dev python-avogadro 
avogadro-dbg
Architecture: source
Version: 1.1.1-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debichem Team 
Changed-By: Anton Gladky 
Description:
 avogadro   - Molecular Graphics and Modelling System
 avogadro-data - Molecular Graphics and Modelling System (Data Files)
 avogadro-dbg - Molecular Graphics and Modelling System (debugging symbols)
 libavogadro-dev - Molecular Graphics and Modelling System (development files)
 libavogadro1 - Molecular Graphics and Modelling System (library)
 python-avogadro - Molecular Graphics and Modelling System (Python module)
Closes: 776914 786355
Changes:
 avogadro (1.1.1-1~exp1) experimental; urgency=medium
 .
   * Team upload.
   * Fix compilation against eigen3.3. (Closes: #786355)
 Thanks to Kirill Okhotnikov for assistance.
   * Use libeigen3-dev instead of libeigen2-dev. (Closes: #776914)
   * Merge Ubuntu-changes.
Checksums-Sha1:
 2853d6e3ecf747647a20ece5925be87a8bfa6c9e 2501 avogadro_1.1.1-1~exp1.dsc
 f7361f2f8d7e53df197f4071c60f37e49c1c0953 13064539 avogadro_1.1.1.orig.tar.gz
 a89c815c910f5e8034180e34d18d497179e0f604 22756 
avogadro_1.1.1-1~exp1.debian.tar.xz
Checksums-Sha256:
 96d12e14e2bd797360dfcaf899b5c6ff21922d1cd4e9798da0de854657c56f92 2501 
avogadro_1.1.1-1~exp1.dsc
 e37984e5207635275ad121ed095d76a7da29d529eba7930ae100e4e9a06490ce 13064539 
avogadro_1.1.1.orig.tar.gz
 7b0d0e0f17addc0d43a9f8c415de3728f671f02e84e37616179752247269b521 22756 
avogadro_1.1.1-1~exp1.debian.tar.xz
Files:
 05ef2347fcfcb8992004c9101f11a111 2501 science optional 
avogadro_1.1.1-1~exp1.dsc
 c70b186af53b2a76e7dbcce493d669a4 13064539 science optional 
avogadro_1.1.1.orig.tar.gz
 ece2b329811489312e102ac600566f58 22756 science optional 
avogadro_1.1.1-1~exp1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJV8QNrAAoJENPhc4PPp/8Gzu0P/jX5O+WQyO7lK8LtXPWVyt78
2QbLx7jJ66lYYIXHxSVoKKE1FIK9dJycgEiqAEtfJSe5iDTqasuTtr2SNCswQ4nb
SSfzasabkWSs2TnWAZ6y8BZeDcAXS46EnboBfTNESp83KW/OLkSxqntGxG+qOPZu
y5AMEOto0y6e5wZ7OoAsgY0WJTxYd/h3bmV8tRuRkNtKQHhLeOoTJfitK5ZCeOWe
27egCRs1kSIodsBnpWsRo96Lfz1kIZW8jF07le5yb/91vI04XjRD0sr/7QdDIQLV
AdUKy8yNORoHhbLhaIorHgDHyO78WrOJP1lvaMgoe25XCYK/WowjsjnANjZMuJuy
3i+b+KGeAUEsl1IsKmwOrLNqUk8korRM/xX/FZ3JV4lMR4z+Z7F09SYOI4Ydqdxt
0EOU2zkwTwPsiSVfx0ULR2JnvbH1WIeHjBqn+9hMTqPYpVkZNDN4kwvLGIksCopW
m5WLqSIgjudwQlHDpJhBN3qrl854sG0ttrcrRwuL+3nQn/s/qJYxwUt5ImpQ3C2r
PZz0yEBpqe3zHP/cSTXmokP7q6LJnDI+dyiuVLNvueC9PvJPxQPb2/X/OMRFhxra
6JozRZxILCMN+wd0+xxON/lh5290uC5Jl1djSEZLPn4NpXSNCPW+YTTnDaWeYWu0
6BfObrqu846OY9/SBvxO
=Njmy
-END PGP SIGNATURE End Message ---


Bug#798472: cec-client no longer works

2015-09-09 Thread Gábor Gombás
Package: cec-utils
Version: 3.0.1+dfsg2-5
Severity: grave
Justification: renders package unusable

Hi,

# cec-client -l
libcec.so.3.0: cannot open shared object file: No such file or directory

strace confirms it indeed wants to open the library with that exact
name; however:

# ls -l /usr/lib/x86_64-linux-gnu/libcec.so.3*
lrwxrwxrwx 1 root root 15 Sep  7 00:54 
/usr/lib/x86_64-linux-gnu/libcec.so.3 -> libcec.so.3.0.1
-rw-r--r-- 1 root root 648984 Sep  7 00:54 
/usr/lib/x86_64-linux-gnu/libcec.so.3.0.1

Since this is the only utility shipped in the package, this bug fits the
"makes the package unusable" description, thus the severity.

Gabor

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

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



Bug#795077: kicad: FTBFS: error: 'itr' was not declared in this scope

2015-09-09 Thread Nick Østergaard
Just forget tryting to build the old stable version (bzr rev around
4022 to 4029). Go and spend your time one making sure you can build
the latest in product and be happy. You are on debian testing afterall
(I think).

We should soon see a release candidate for the next stable,
https://lists.launchpad.net/kicad-developers/msg20227.html

And yes, that version that fedora is using is basically the
development version, which I also advise debian to use untill we get
the next release out.

Also the official PPA is now skipping the boost build and the first
builds that pass on ubuntu 15.10 is passing on
https://code.launchpad.net/~js-reynaud/+archive/ubuntu/ppa-kicad/+build/7890601

2015-09-09 18:02 GMT+02:00 Graham Inggs :
> Hi
>
>> Nick Østergaard [2015-08-13 16:24 +0200]:
>> > You can use the cmake option -DKICAD_SKIP_BOOST=ON  to fix this issue.
>> > Make sure this only happens for systems with boost version above 1.54.
>
> The -DKICAD_SKIP_BOOST=ON option doesn't work in the kicad stable branch
> (bzr4029) currently in Debian and Ubuntu.
>
> CMake Warning:
>   Manually-specified variables were not used by the project:
>
> KICAD_SKIP_BOOST
>
> I made the following change to CMakeLists.txt and also removed
> include/boost/ :
>
> --- a/CMakeLists.txt
> +++ b/CMakeLists.txt
> @@ -285,8 +285,8 @@
>  # kicad now includes needed boost files.
>  # the two next lines can be uncommented to use the native boost lib.
>  # but this is not a good idea
> -#find_package(Boost 1.36 QUIET)
> -#check_find_package_result(Boost_FOUND "Boost")
> +find_package(Boost 1.36 QUIET)
> +check_find_package_result(Boost_FOUND "Boost")
>
>  ##
>  # Find wxWidgets library #
>
> ...and still I am getting tons of errors like the following:
>
> In file included from /usr/include/c++/5/list:63:0,
>  from /usr/include/boost/polygon/isotropy.hpp:20,
>  from /usr/include/boost/polygon/polygon.hpp:12,
>  from
> /«BUILDDIR»/kicad-0.20141025+bzr4029/common/../polygon/polygons_defs.h:9,
>  from
> /«BUILDDIR»/kicad-0.20141025+bzr4029/common/../polygon/PolyLine.h:23,
>  from
> /«BUILDDIR»/kicad-0.20141025+bzr4029/common/../pcbnew/class_pad.h:37,
>  from
> /«BUILDDIR»/kicad-0.20141025+bzr4029/common/footprint_info.cpp:22:
> /usr/include/c++/5/bits/stl_list.h:1807:22: error: reference to 'list' is
> ambiguous
>  operator==(const list<_Tp, _Alloc>& __x, const list<_Tp, _Alloc>& __y)
>
>> This worked well, thank you! Fedora does the same. I uploaded this a
>> few days ago to Ubuntu.
>
> Your upload failed to build [1].  Fedora are using a newer revision
> (bzr6041).
>
> Any ideas?
>
> Regards
> Graham
>
>
> [1] https://launchpad.net/ubuntu/+source/kicad/0.20141025+bzr4029-2ubuntu1
>



Bug#798467: icedtea-web: CVE-2015-5234 CVE-2015-5235

2015-09-09 Thread Moritz Muehlenhoff
Package: icedtea-web
Severity: grave
Tags: security
Justification: user security hole

Hi,
please see the respective Red Hat bugs for details and links to patches:
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2015-5234
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2015-5235

Cheers,
Moritz



Bug#798108: marked as done (SSL keepalive broken with IE and Safari)

2015-09-09 Thread Debian Bug Tracking System
Your message dated Wed, 09 Sep 2015 17:49:02 +
with message-id 
and subject line Bug#798108: fixed in mpm-itk 2.4.7-03-1
has caused the Debian Bug report #798108,
regarding SSL keepalive broken with IE and Safari
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.)


-- 
798108: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798108
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libapache2-mpm-itk
Version: 2.4.7-02-1.1
Severity: grave

This is a tracking bug for my forthcoming upload (including to stable).

mpm-itk (2.4.x series only, not 2.2.x) has an issue where, after it
does its extra fork, it doesn't call ap_lingering_close() in the child
process. This means prefork ends up doing it, in the parent process.
In particular, this means that when using mod_ssl, the connection is
attempted closed in a process that does not have the right state,
starting a new SSL handshake. This causes unclean shutdown, causing
problems with keepalive when using IE and Safari.

It also means "Connection: close" on SSL connections is not honored,
no matter the browser.

A patch has been developed and is currently in user testing.

-- System Information:
Debian Release: 8.1
  APT prefers stable
  APT policy: (750, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.1.4 (SMP w/40 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---
Source: mpm-itk
Source-Version: 2.4.7-03-1

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

Debian distribution maintenance software
pp.
Steinar H. Gunderson  (supplier of updated mpm-itk 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: Wed, 09 Sep 2015 19:36:47 +0200
Source: mpm-itk
Binary: libapache2-mpm-itk
Architecture: source amd64
Version: 2.4.7-03-1
Distribution: unstable
Urgency: high
Maintainer: Steinar H. Gunderson 
Changed-By: Steinar H. Gunderson 
Description:
 libapache2-mpm-itk - multiuser module for Apache
Closes: 743498 798108
Changes:
 mpm-itk (2.4.7-03-1) unstable; urgency=high
 .
   * New upstream release.
 * Fix an issue where connections would be attempted closed in the parent
   instead of in the child. This would result in "Connection: close" not 
being
   honored, and various odd effects with SSL keepalive in certain browsers.
   (Closes: #798108)
 * Correct a log message on AssignGroupIDExpr failure; patch from Roland 
Mas.
   (Closes: #743498)
Checksums-Sha1:
 c556d70e9914cfb0eece12b5f39cae1f3d300ec0 1769 mpm-itk_2.4.7-03-1.dsc
 0838ef27376fd6e79b4e493381e93ca5cd2d3253 45419 mpm-itk_2.4.7-03.orig.tar.gz
 6b44fd63c016095870b8a9e2e622c9d00df0386e 3028 mpm-itk_2.4.7-03-1.debian.tar.xz
 40c48647c2898b76301df85b309ef225b107ba7e 14084 
libapache2-mpm-itk_2.4.7-03-1_amd64.deb
Checksums-Sha256:
 5a1fd866b25b7815a356ee1a0d128590df7224e19aeba945c9778a00682a2303 1769 
mpm-itk_2.4.7-03-1.dsc
 9479fabd97dbbff5aec0fe60ae2437606dc66302a69933c9a597c015d6c937f6 45419 
mpm-itk_2.4.7-03.orig.tar.gz
 7ebd0ad9cb160566444232c0c933e586bac3b61f984284e7889438b9457cd8f6 3028 
mpm-itk_2.4.7-03-1.debian.tar.xz
 a629c8311679fe34c8f5f9335535d84f0885eeb5f1d399cb8b506d0b90cd3523 14084 
libapache2-mpm-itk_2.4.7-03-1_amd64.deb
Files:
 78c8d8bef4855c7c959dd34e260f339b 1769 web optional mpm-itk_2.4.7-03-1.dsc
 316860d975916aeb63185e5bebb14fe1 45419 web optional 
mpm-itk_2.4.7-03.orig.tar.gz
 3d10a7647d94e79fb8e2237454939740 3028 web optional 
mpm-itk_2.4.7-03-1.debian.tar.xz
 03482b9b064baecbe672e86c19690a58 14084 libs optional 
libapache2-mpm-itk_2.4.7-03-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJV8G+8AAoJEH9hdWF3l492U+MQAI0qpWiCmHtqQljTJ4S+jyFe
dQzDN+NI6PXPE899D7g/dDGMpuSowHCjnR/Ng0yA5oobjx8s0K30riLiKGr7Fay+

Bug#791557: marked as done (debtags: /etc/bash_completion.d/bash-completion)

2015-09-09 Thread Debian Bug Tracking System
Your message dated Wed, 09 Sep 2015 18:48:35 +
with message-id 
and subject line Bug#791557: fixed in debtags 2.0.1
has caused the Debian Bug report #791557,
regarding debtags: /etc/bash_completion.d/bash-completion
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.)


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

Package: debtags
Version: 2.0
User: debian...@lists.debian.org
Usertags: adequate obsolete-conffile


This bug was brought to you by adequate:
https://packages.debian.org/unstable/main/adequate


Previous versions of debtags shipped shipped the following conffile:

/etc/cron.daily/debtags

whereas this version ships:

/etc/bash_completion.d/bash-completion

The new filename can't possibly be right...



This bug was brought to you by adequate:
https://packages.debian.org/unstable/main/adequate



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

--
Jakub Wilk
--- End Message ---
--- Begin Message ---
Source: debtags
Source-Version: 2.0.1

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

Debian distribution maintenance software
pp.
Enrico Rossi  (supplier of updated debtags 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, 08 Sep 2015 10:05:49 +0200
Source: debtags
Binary: debtags python3-debtagshw
Architecture: source
Version: 2.0.1
Distribution: unstable
Urgency: high
Maintainer: Enrico Zini 
Changed-By: Enrico Rossi 
Description:
 debtags- Debian Package Tags support tools
 python3-debtagshw - Match debtags hardware:: tags against the actual hardware 
(Python
Closes: 791557
Changes:
 debtags (2.0.1) unstable; urgency=high
 .
   * Fix bash-completion filename. Closes: #791557
Checksums-Sha1:
 49a265a46ebcff1ffe465ff1bdba881bfc959c2f 1472 debtags_2.0.1.dsc
 caf5761c95884c42dd02ca0e00e0a12423aeaae2 547308 debtags_2.0.1.tar.xz
Checksums-Sha256:
 5f63fd2101dc94a73a338e39beb856a8f42b33a71cb248ec368ec278d37a6973 1472 
debtags_2.0.1.dsc
 966d165afd6b78176f3e98e692a41b2681c1e71c2985500424e4d5d87c34445a 547308 
debtags_2.0.1.tar.xz
Files:
 c3d5a136a02f740ed600518ea13eabec 1472 admin optional debtags_2.0.1.dsc
 2f2a2a579f38a060615b12dca6d21698 547308 admin optional debtags_2.0.1.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2
Comment: Signed by Raphael Hertzog

iQEcBAEBCAAGBQJV8HwfAAoJEAOIHavrwpq5tbIH/3r88FMIvUiHZ9otQlxyt8TK
P2tJ1dShSY1Xbo/vJUBSEm89XqSuIJ5U4ByfhgBzrLTN5HaAzXgBrB1wt8CynijU
EjvP//y7QmGAZ8Woj28cssS8/gxISr/wvCgndFWTq10861Sk14I8gTv1NTs4UNTm
voXw2rrhRZSfhQM8eU4JE/QfI1pT1r3Ep3YZbV8gP/So445w9pVgq4JKlER5d6+K
lwivQDsc9GU8818hNlIRe/aJ70P+NlRHOZpGkZt62ZY2n4d4ePgAfzoJbjwFTkKe
deaOK2sA1WNA+HcyJYyfkIT2uGnMf6MpjKsGP1hxr8+PVXQ62MnrGvN8CX05IhY=
=NBQl
-END PGP SIGNATURE End Message ---


Bug#791557: debtags: /etc/bash_completion.d/bash-completion

2015-09-09 Thread Raphael Hertzog
On Mon, 07 Sep 2015, Raphael Hertzog wrote:
> > Would you like to sponsor Enrico's upload?
> 
> Sure, but I don't have write access to the git repository AFAIK.

I have uploaded version 2.0.1 from git.

Two comments:

- this dropped doc/paper-debtags.html from the source package since this
  file is not checked into git

- there's still the problem that users who had 2.0 / 2.0+nmu1 installed will
  have a bogus /etc/bash_completion.d/bash-completion lying around. The
  bad package was only in testing/unstable so I'm not sure if you want to
  fix it properly... if yes you should probably use
  dpkg-maintscript-helper rm_conffile (through debhelper's
  debian/debtags.maintscript).

Thinking of it, actually you need to drop ./etc/bash_completion.d/debtags
too for the case when you upgrade from a version older than 2.0... that's
one line more in debian/debtags.maintscript. You should stage this for the
next upload.

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/



Bug#777952: marked as done (libkolab: ftbfs with GCC-5)

2015-09-09 Thread Debian Bug Tracking System
Your message dated Wed, 09 Sep 2015 12:01:06 -0700
with message-id <1818624.1QJqE9fNvd@myrada>
and subject line libkolab: ftbfs with GCC-5
has caused the Debian Bug report #777952,
regarding libkolab: 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.)


-- 
777952: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777952
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libkolab
Version: 0.5.3-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/libkolab_0.5.3-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

[...]
dpkg-gensymbols: warning: debian/libkolab0/DEBIAN/symbols doesn't match 
completely debian/libkolab0.symbols
--- debian/libkolab0.symbols (libkolab0_0.5.3-1_amd64)
+++ dpkg-gensymbolsUlPMrQ   2015-02-07 09:06:15.410269783 +
@@ -56,14 +56,14 @@
  _ZN5Kolab11ITipHandlerC2Ev@Base 0.5.2
  _ZN5Kolab12ErrorHandler11debugStreamENS0_8SeverityEiPKc@Base 0.5.2
  _ZN5Kolab12ErrorHandler23handleLibkolabxmlErrorsEv@Base 0.5.2
- _ZN5Kolab12ErrorHandler3ErrD1Ev@Base 0.5.2
- _ZN5Kolab12ErrorHandler3ErrD2Ev@Base 0.5.2
+#MISSING: 0.5.3-1# _ZN5Kolab12ErrorHandler3ErrD1Ev@Base 0.5.2
+#MISSING: 0.5.3-1# _ZN5Kolab12ErrorHandler3ErrD2Ev@Base 0.5.2
  _ZN5Kolab12ErrorHandler5clearEv@Base 0.5.2
  _ZN5Kolab12ErrorHandler8addErrorENS0_8SeverityERK7QStringS4_@Base 0.5.2
  _ZN5Kolab12ErrorHandlerC1Ev@Base 0.5.2
  _ZN5Kolab12ErrorHandlerC2Ev@Base 0.5.2
- _ZN5Kolab12ErrorHandlerD1Ev@Base 0.5.2
- _ZN5Kolab12ErrorHandlerD2Ev@Base 0.5.2
+#MISSING: 0.5.3-1# _ZN5Kolab12ErrorHandlerD1Ev@Base 0.5.2
+#MISSING: 0.5.3-1# _ZN5Kolab12ErrorHandlerD2Ev@Base 0.5.2
  _ZN5Kolab13DateTimeUtils16getLocalTimezoneEv@Base 0.5.2
  
_ZN5Kolab13FreebusyUtils16generateFreeBusyERK5QListI14QSharedPointerIN8KCalCore5EventEEERK9KDateTimeSB_RKS2_INS3_6PersonEE@Base
 0.5.2
  
_ZN5Kolab13FreebusyUtils17aggregateFreeBusyERKSt6vectorINS_8FreebusyESaIS2_EERKSsS8_b@Base
 0.5.2
@@ -143,7 +143,8 @@
  _ZNK5Kolab9XMLObject18logoAttachmentNameEv@Base 0.5.2
  _ZNK5Kolab9XMLObject19soundAttachmentNameEv@Base 0.5.2
  _ZNK5Kolab9XMLObject21pictureAttachmentNameEv@Base 0.5.2
- (optional=templinst)_ZNSt12_Destroy_auxILb0EE9__destroyIPSsEEvT_S3_@Base 0.5.2
+#MISSING: 0.5.3-1# 
(optional=templinst)_ZNSt12_Destroy_auxILb0EE9__destroyIPSsEEvT_S3_@Base 0.5.2
+ _ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPSsS2_EET0_T_S4_S3_@Base 
0.5.3-1
  
(optional=templinst)_ZNSt6vectorISsSaISsEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs@Base
 0.5.2
  (optional=templinst)_ZNSt6vectorISsSaISsEEC1ERKS1_@Base 0.5.2
  (optional=templinst)_ZNSt6vectorISsSaISsEEC2ERKS1_@Base 0.5.2
@@ -151,4 +152,5 @@
  (optional=templinst)_ZNSt6vectorISsSaISsEED2Ev@Base 0.5.2
  (optional=templinst)_ZNSt6vectorISsSaISsEEaSERKS1_@Base 0.5.2
  
(optional=templinst)_ZNSt6vectorIiSaIiEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPiS1_EERKi@Base
 0.5.2
+ 
_ZSteqIcEN9__gnu_cxx11__enable_ifIXsrSt9__is_charIT_E7__valueEbE6__typeERKSbIS3_St11char_traitsIS3_ESaIS3_EESC_@Base
 0.5.3-1
  _ZZN5Kolab12ErrorHandler8instanceEvE4inst@Base 0.5.2
rm -f debian/php-kolab/DEBIAN/shlibs
install -d debian/php-kolab/DEBIAN
rm -f debian/python-kolab/DEBIAN/shlibs
install -d debian/python-kolab/DEBIAN
rm -f debian/libkolab-dev/DEBIAN/shlibs
dh_makeshlibs: failing due to earlier errors
make[1]: *** [override_dh_makeshlibs] Error 2
debian/rules:37: recipe for target 'override_dh_makeshlibs' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** 

Processed: tagging 798486

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

> tags 798486 + pending
Bug #798486 [src:python-riemann-client] python-riemann-client: FTBFS: assert 
compare_output(['send'], EMPTY_MESSAGE % socket.gethostname())
Added tag(s) pending.
> thanks
Stopping processing here.

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



Bug#798486: Fixed in python-riemann-client (6.1.2-1)

2015-09-09 Thread Alexandre Viau
Hello Chris,

On 09/09/15 03:49 PM, Chris Lamb wrote:
> python-riemann-client fails to build from source in unstable/amd64:

Thank you for the report.

This is fixed in the latest version of python-riemann-client (6.1.2-1),
which is in NEW at this moment due to the new doc package.

I'll close this when it is ACCEPTed.

-- 
Alexandre Viau
alexan...@alexandreviau.net



signature.asc
Description: OpenPGP digital signature


Processed: merging 797289 798488

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

> merge 797289 798488
Bug #797289 [src:libxml-easyobj-perl] libxml-easyobj-perl: FTBFS: Can't locate 
object method "getXMLDecl" via package "XML::DOM::Element"
Bug #798488 [src:libxml-easyobj-perl] libxml-easyobj-perl: FTBFS: Can't locate 
object method "getXMLDecl" via package "XML::DOM::Element"
Bug #798488 [src:libxml-easyobj-perl] libxml-easyobj-perl: FTBFS: Can't locate 
object method "getXMLDecl" via package "XML::DOM::Element"
Merged 797289 798488
> thanks
Stopping processing here.

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



Processed (with 1 errors): ompl ftbfs because boost

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

> package src:ompl
Limiting to bugs with field 'package' containing at least one of 'src:ompl'
Limit currently set to 'package':'src:ompl'

> reassign 797281 boost1.58
Bug #797281 [src:ompl] ompl ftbfs in unstable
Bug reassigned from package 'src:ompl' to 'boost1.58'.
package: "boost1.58"' does not match at least one of "src:ompl"
Failed to clear fixed versions and reopen on 797281: limit failed for bugs: 
797281.

> thanks
Stopping processing here.

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



Processed: ompl ftbfs because boost

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

> reassign 797281 boost1.58
Bug #797281 [boost1.58] ompl ftbfs in unstable
Ignoring request to reassign bug #797281 to the same package
> thanks
Stopping processing here.

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



Processed: notfixed 793795 in 1.0.0-1, reopening 621728, reopening 127074, reopening 715507, reopening 663703 ...

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

> # unconfuse bts
> notfixed 793795 1.0.0-1
Bug #793795 {Done: 殷啟聰 } [zopfli] Please re-import full 
upstream and reveal the code repository URL
No longer marked as fixed in versions 1.0.0-1.
> reopen 621728
Bug #621728 {Done: Debian FTP Masters } [axel] 
"axel: manpage needs to be clear on usage of multiple URLs"
'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 2.4-1.1+rm and 2.4-1+rm.
> reopen 127074
Bug #127074 {Done: Debian FTP Masters } [axel] 
axel: Axel does not support .netrc files
'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 2.4-1+rm and 2.4-1.1+rm.
> reopen 715507
Bug #715507 {Done: Debian FTP Masters } [axel] 
axel: VERY often: segmentation fault core dumped
'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 2.4-1.1+rm and 2.4-1+rm.
> reopen 663703
Bug #663703 {Done: Debian FTP Masters } [axel] 
axel: drop axel package, alioth web site , and alioth svn site?
'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 2.4-1.1+rm and 2.4-1+rm.
> reopen 703453
Bug #703453 {Done: Debian FTP Masters } [axel] 
axel: Segmentation fault when we execute it with a connection negative values
'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 2.4-1+rm and 2.4-1.1+rm.
> reopen 645234
Bug #645234 {Done: Debian FTP Masters } [axel] 
axel: Segmentation fault tcp_connect at tcp.c:70
'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 2.4-1.1+rm and 2.4-1+rm.
> notfixed 477563 ifenslave-2.6/2.7
Bug #477563 {Done: Dmitry Smirnov } [ifenslave-2.6] 
ifenslave-2.6: bond is not destroyed properly on ifdown
The source ifenslave-2.6 and version 2.7 do not appear to match any binary 
packages
No longer marked as fixed in versions ifenslave-2.6/2.7.
> fixed 477563 ifenslave/2.7
Bug #477563 {Done: Dmitry Smirnov } [ifenslave-2.6] 
ifenslave-2.6: bond is not destroyed properly on ifdown
Marked as fixed in versions ifenslave/2.7.
> reassign 790669 systemd
Bug #790669 {Done: Martin Pitt } [ifupdown] ifupdown: ifup 
delays the boot process significantly, esp. if router is off.
Bug #791920 {Done: Martin Pitt } [ifupdown] systemd: with 
ifupdown, ifup@.service forces ifup eth0 even with no Ethernet link
Bug reassigned from package 'ifupdown' to 'systemd'.
Bug reassigned from package 'ifupdown' to 'systemd'.
No longer marked as found in versions ifupdown/0.7.54.
No longer marked as found in versions ifupdown/0.7.54.
No longer marked as fixed in versions systemd/223-1.
No longer marked as fixed in versions systemd/223-1.
> fixed 790669 223-1
Bug #790669 {Done: Martin Pitt } [systemd] ifupdown: ifup 
delays the boot process significantly, esp. if router is off.
Bug #791920 {Done: Martin Pitt } [systemd] systemd: with 
ifupdown, ifup@.service forces ifup eth0 even with no Ethernet link
Marked as fixed in versions systemd/223-1.
Marked as fixed in versions systemd/223-1.
> affects 790669 + ifupdown
Bug #790669 {Done: Martin Pitt } [systemd] ifupdown: ifup 
delays the boot process significantly, esp. if router is off.
Bug #791920 {Done: Martin Pitt } [systemd] systemd: with 
ifupdown, ifup@.service forces ifup eth0 even with no Ethernet link
Added indication that 790669 affects ifupdown
Added indication that 791920 affects ifupdown
> found 790669 220-1
Bug #790669 {Done: Martin Pitt } [systemd] ifupdown: ifup 
delays the boot process significantly, esp. if router is off.
Bug #791920 {Done: Martin Pitt } [systemd] systemd: with 
ifupdown, ifup@.service forces ifup eth0 even with no Ethernet link
Marked as found in versions systemd/220-1.
Marked as found in versions systemd/220-1.
> notfixed 797905 3.16.7-ckt11-1+deb8u3
Bug #797905 {Done: Kx Mp } [src:linux] 
linux-image-3.16.0-4-amd64: TCP slow start very slow in high RTT network
No longer 

Bug#795297: marked as done (powertop: not installable as broken by libstdc++6)

2015-09-09 Thread Debian Bug Tracking System
Your message dated Wed, 09 Sep 2015 16:36:21 +
with message-id 
and subject line Bug#795297: fixed in powertop 2.7-1
has caused the Debian Bug report #795297,
regarding powertop: not installable as broken by libstdc++6
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.)


-- 
795297: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795297
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: powertop
Version: 2.6.1-1
Severity: grave
Justification: renders package unusable

powertop is blocking upgrades (or becomes uninstallable after an
upgrade) because libstdc++6 breaks powertop (<= 2.6.1-1).

libstdc++6 has been available in unstable for more than 10 days.
powertop should be updated ASAP.

BTW, a new version has been in experimental for 8 months.
So, what's going on?

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

Kernel: Linux 4.1.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages powertop depends on:
ii  libc6 2.19-19
ii  libgcc1   1:5.1.1-14
ii  libncursesw5  5.9+20150516-2
ii  libnl-3-200   3.2.26-1
ii  libnl-genl-3-200  3.2.26-1
ii  libpci3   1:3.2.1-3
ii  libstdc++65.1.1-14
ii  libtinfo5 5.9+20150516-2

powertop recommends no packages.

Versions of packages powertop suggests:
ii  cpufrequtils   008-1
pn  laptop-mode-tools  

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: powertop
Source-Version: 2.7-1

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

Debian distribution maintenance software
pp.
Jose Luis Rivas  (supplier of updated powertop 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: Wed, 09 Sep 2015 08:41:21 -0500
Source: powertop
Binary: powertop powertop-dbg
Architecture: source amd64
Version: 2.7-1
Distribution: unstable
Urgency: medium
Maintainer: Jose Luis Rivas 
Changed-By: Jose Luis Rivas 
Description:
 powertop   - diagnose issues with power consumption and management
 powertop-dbg - debugging symbols for powertop
Closes: 795297
Changes:
 powertop (2.7-1) unstable; urgency=medium
 .
   * New upstream version to unstable. (Closes: #795297)
Checksums-Sha1:
 d77f69314ec7424f38e5e3a34ce3a1e871a7dcec 2036 powertop_2.7-1.dsc
 1c74bf8650a35a4a2e791f5e9fe0c7246160dbd8 7288 powertop_2.7-1.debian.tar.xz
 b17f677c6fe6470f54c8edf59611de383f59cf98 1746440 powertop-dbg_2.7-1_amd64.deb
 910d1573d0cc392abc95a12af19fb755de6dab24 183402 powertop_2.7-1_amd64.deb
Checksums-Sha256:
 3567f5acb9345c63268eb4d04e36db84c9ac685bdd076f71fe5d8a574715f448 2036 
powertop_2.7-1.dsc
 70924cd8ec3f4cdbbeb0067f5855509d199c8611582310fadbd3d5d8064fbb0b 7288 
powertop_2.7-1.debian.tar.xz
 c85d8ddf12baeee1f005480e53387296b87d39daaef0acc8b83e9af030727544 1746440 
powertop-dbg_2.7-1_amd64.deb
 bd33b34c08913adf60be490b7093df89b224cb8fee70b632c9f67ac79783b075 183402 
powertop_2.7-1_amd64.deb
Files:
 3d00a4e2efa4333a667168cd813793a1 2036 utils extra powertop_2.7-1.dsc
 bb8de26ef922e8b65a0b228d2035a6c2 7288 utils extra powertop_2.7-1.debian.tar.xz
 f09dee7ac95fdf51203e197658240a7b 1746440 debug extra 
powertop-dbg_2.7-1_amd64.deb
 868b35602ed75872bc8ba22186edc8c6 183402 utils extra powertop_2.7-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV8FogAAoJEPAe+gXRgGsPDc8P/ifmZMsiHClR7KYy/Pu7W7pi
PMhsOhruNmVOqC4D4BxZnUz+qN0SO59Q1tuFTzpx2FwC6Pb+oKDRCJUJCzCwWY+n
f4i9ZOzcjrRBIC1pfqZfOufYslMk+oPjTWetLCzlhYnGV8X33bK90A4MH44CZmc2
/rQvFLcK/rXpojvIM2DdYEHLzadOfj3JWa3VfdT5u8mkdkPeAaokxSp4Y44m/dJ5
aYftaM6zl2f9YHWa32kRPu+ST3oBFvB4cKJjdshsk6Pdhox1bsy4o/qlZbDQ356H
m/73c8upDPqs/MCiLnDy95bUMAOppuUlvT24ualhlPbU7XRp9Ezq+AYP8PEzZlVG

Bug#798466: ruby-devise-two-factor: TOTP Replay Attack (no CVE yet)

2015-09-09 Thread Moritz Muehlenhoff
Package: ruby-devise-two-factor
Severity: grave
Tags: security
Justification: user security hole

Hi,
please see http://www.openwall.com/lists/oss-security/2015/09/06/2
for details.

Cheers,
Moritz



Bug#651452: Notice to Appear

2015-09-09 Thread District Court
Notice to Appear,

This is to inform you to appear in the Court on the September 15 for your case 
hearing.
You are kindly asked to prepare and bring the documents relating to the case to 
Court on the specified date.
Note: The case may be heard by the judge in your absence if you do not come.

The copy of Court Notice is attached to this email.

Regards,
Herbert Manning,
District Clerk.



Malware Alert Text.txt
Description: Malware Alert Text.txt


Bug#798488: libxml-easyobj-perl: FTBFS: Can't locate object method "getXMLDecl" via package "XML::DOM::Element"

2015-09-09 Thread Chris Lamb
Source: libxml-easyobj-perl
Version: 1.12-3
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

libxml-easyobj-perl fails to build from source in unstable/amd64:

  [..]

  t/synop.t . 
  1..9
  # Running under perl version 5.020002 for linux
  # Current time local: Fri Sep  4 12:32:38 2015
  # Current time GMT:   Sat Sep  5 00:32:38 2015
  # Using Test.pm version 1.26
  ok 1
  ok 2
  ok 3
  ok 4
  ok 5
  ok 6
  ok 7
  ok 8
  ok 9
  ok
  Can't locate object method "getXMLDecl" via package
  "XML::DOM::Element" at /usr/share/perl5/XML/DOM.pm line 1221.
  t/write.t . 
  1..11
  # Running under perl version 5.020002 for linux
  # Current time local: Fri Sep  4 12:32:38 2015
  # Current time GMT:   Sat Sep  5 00:32:38 2015
  # Using Test.pm version 1.26
  ok 1
  Dubious, test returned 255 (wstat 65280, 0xff00)
  Failed 10/11 subtests 
  
  Test Summary Report
  ---
  t/write.t   (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan.  You planned 11 tests but ran 1.
  Files=5, Tests=33,  1 wallclock secs ( 0.05 usr  0.02 sys +  0.85 cusr
   0.13 csys =  1.05 CPU)
  Result: FAIL
  Failed 1/5 test programs. 0/33 subtests failed.
  Makefile:807: recipe for target 'test_dynamic' failed
  make[1]: *** [test_dynamic] Error 255
  make[1]: Leaving directory '/tmp/buildd/libxml-easyobj-perl-1.12'
  dh_auto_test: make -j1 test TEST_VERBOSE=1 returned exit code 2
  debian/rules:3: recipe for target 'build' failed
  make: *** [build] Error 2
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

  [..]

The full build log is attached or can be viewed here:


https://reproducible.debian.net/logs/unstable/amd64/libxml-easyobj-perl_1.12-3.build1.log.gz


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
I: using fakeroot in build.
I: pbuilder: network access will be disabled during build
I: Current time: Fri Sep  4 12:32:02 GMT+12 2015
I: pbuilder-time-stamp: 1441413122
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/unstable-reproducible-base.tgz]
I: creating local configuration
I: copying local configuration
I: mounting /proc filesystem
I: mounting /run/shm filesystem
I: mounting /dev/pts filesystem
I: Mounting /dev/shm
I: Mounting /sys
I: policy-rc.d already exists
I: Installing the build-deps
 -> Attempting to satisfy build-dependencies
 -> Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team 
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7), perl, libxml-dom-perl
dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in 
'/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 20262 files and directories currently installed.)
Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ...
Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring 
anyway as you requested:
 pbuilder-satisfydepends-dummy depends on quilt (>= 0.46-7); however:
  Package quilt is not installed.
 pbuilder-satisfydepends-dummy depends on libxml-dom-perl; however:
  Package libxml-dom-perl is not installed.

Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
Building tag database...
The following NEW packages will be installed:
  ca-certificates{a} diffstat{a} libencode-locale-perl{a} libexpat1{a} 
  libfile-listing-perl{a} libhtml-parser-perl{a} libhtml-tagset-perl{a} 
  libhtml-tree-perl{a} libhttp-cookies-perl{a} libhttp-date-perl{a} 
  libhttp-message-perl{a} libhttp-negotiate-perl{a} libio-html-perl{a} 
  libio-socket-ssl-perl{a} liblwp-mediatypes-perl{a} 
  liblwp-protocol-https-perl{a} libnet-http-perl{a} libnet-ssleay-perl{a} 
  libssl1.0.0{a} liburi-perl{a} libwww-perl{a} libwww-robotrules-perl{a} 
  libxml-dom-perl{a} libxml-parser-perl{a} libxml-perl{a} 
  libxml-regexp-perl{a} netbase{a} openssl{a} quilt{a} 
0 packages upgraded, 29 newly installed, 0 to remove and 0 not upgraded.
Need to get 4454 kB of archives. After unpacking 12.0 MB will be used.
Writing extended state information...
Get: 1 http://ftp.de.debian.org/debian/ unstable/main libssl1.0.0 amd64 
1.0.2d-1 [1274 kB]
Get: 2 http://ftp.de.debian.org/debian/ 

Bug#797289: libxml-easyobj-perl: FTBFS: Can't locate object method "getXMLDecl" via package "XML::DOM::Element"

2015-09-09 Thread Chris Lamb
merge 797289 798488
thanks

Oh, this was already filed. (How did I miss this..)


Regards,

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



Processed: Re: libxml-easyobj-perl: FTBFS: Can't locate object method "getXMLDecl" via package "XML::DOM::Element"

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

> merge 797289 798488
Bug #797289 [src:libxml-easyobj-perl] libxml-easyobj-perl: FTBFS: Can't locate 
object method "getXMLDecl" via package "XML::DOM::Element"
Bug #798488 [src:libxml-easyobj-perl] libxml-easyobj-perl: FTBFS: Can't locate 
object method "getXMLDecl" via package "XML::DOM::Element"
Added tag(s) sid, stretch, and confirmed.
Merged 797289 798488
> thanks
Stopping processing here.

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



Bug#713313: drift: FTBFS: GenUtil.hs:290:14: Not in scope: `catch'

2015-09-09 Thread Uwe Kleine-König
Hello,

On Sun, Aug 16, 2015 at 10:46:06PM +0200, Uwe Kleine-König wrote:
> I'm currently in NM trying to become DD. As part of the process I
> prepared an NMU for this with the following debdiff. It's that big
> because I converted the package from dpatch to 3.0 (quilt).
My AM asked me why I changed from dpatch to 3.0 and if it's appropriate
to do this in an NMU. Well, reasons to do this are:

 - it fixes the following lintian warnings:
   E: drift source: build-depends-on-obsolete-package build-depends: dpatch
   W: drift source: patch-system-but-no-source-readme
   W: drift source: debian-rules-uses-deprecated-makefile line 5 
/usr/share/cdbs/1/rules/dpatch.mk
 - it fixes a build warning
   /usr/share/cdbs/1/rules/dpatch.mk:33: CDBS WARNING:dpatch.mk is 
deprecated since 0.4.85 - please use source format 3.0 (quilt) instead
 - 3.0 (quilt) it much easier to work with
   (I admit this might be subjective, but I don't expect that many
   people are still fluent in dpatch.)
 - it fixes #708822 (which I failed to point out in the changelog
   however)

I spend some time to create an NMU that doesn't drop dpatch. The
resulting debdiff is (obviously) nicer and I tend to slightly prefer
this approach.

Here is the new debdiff:

diff -u drift-2.2.3/debian/changelog drift-2.2.3/debian/changelog
--- drift-2.2.3/debian/changelog
+++ drift-2.2.3/debian/changelog
@@ -1,3 +1,11 @@
+drift (2.2.3-2.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * fold upstream changes in 2.2.3-2.2's .diff.gz into ghc-7.4-fixes.dpatch
+  * fix build errors with ghc 7.6 (Closes: #713313, #753765)
+
+ -- Uwe Kleine-König   Wed, 09 Sep 2015 20:23:46 +0200
+
 drift (2.2.3-2.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u drift-2.2.3/debian/patches/00list drift-2.2.3/debian/patches/00list
--- drift-2.2.3/debian/patches/00list
+++ drift-2.2.3/debian/patches/00list
@@ -1,0 +2 @@
+ghc-7.6-fixes.dpatch
diff -u drift-2.2.3/debian/patches/ghc-7.4-fixes.dpatch 
drift-2.2.3/debian/patches/ghc-7.4-fixes.dpatch
--- drift-2.2.3/debian/patches/ghc-7.4-fixes.dpatch
+++ drift-2.2.3/debian/patches/ghc-7.4-fixes.dpatch
@@ -281,0 +282,42 @@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' 
'--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' 
drift-2.2.3~/src/DataP.lhs drift-2.2.3/src/DataP.lhs
+--- drift-2.2.3~/src/DataP.lhs 2008-02-10 14:38:31.0 +
 drift-2.2.3/src/DataP.lhs  2012-09-18 21:23:49.074270747 +0100
+@@ -10,9 +10,9 @@ needs to be fixed.
+ >where
+ 
+ >import ParseLib2
+->import Char
+->import List
+->import Monad
++>import Data.Char
++>import Data.List
++>import Control.Monad
+ 
+ 
+ >data Statement = DataStmt | NewTypeStmt deriving (Eq,Show)
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' 
'--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' 
drift-2.2.3~/src/DrIFT.hs drift-2.2.3/src/DrIFT.hs
+--- drift-2.2.3~/src/DrIFT.hs
 drift-2.2.3/src/DrIFT.hs
+@@ -17,7 +17,7 @@ import RuleUtils (commentLine,texts)
+ import RuleUtils(Rule,Tag)
+ import Version
+ import qualified Rules(rules)
+-import qualified System
++import System.Environment (getArgs)
+ 
+ data Op = OpList | OpDerive | OpVersion
+ 
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' 
'--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' 
drift-2.2.3~/src/ParseLib2.hs drift-2.2.3/src/ParseLib2.hs
+--- drift-2.2.3~/src/ParseLib2.hs
 drift-2.2.3/src/ParseLib2.hs
+@@ -31,8 +31,8 @@ module ParseLib2
+ many1_offside,many_offside,off,
+ opt, skipUntil, skipUntilOff,skipUntilParse,skipNest) where
+ 
+-import Char
+-import Monad
++import Data.Char
++import Control.Monad
+ 
+ infixr 5 +++
+ 
reverted:
--- drift-2.2.3/src/DataP.lhs
+++ drift-2.2.3.orig/src/DataP.lhs
@@ -10,9 +10,9 @@
 >where
 
 >import ParseLib2
+>import Char
+>import List
+>import Monad
->import Data.Char
->import Data.List
->import Control.Monad
 
 
 >data Statement = DataStmt | NewTypeStmt deriving (Eq,Show)
reverted:
--- drift-2.2.3/src/DrIFT.hs
+++ drift-2.2.3.orig/src/DrIFT.hs
@@ -17,7 +17,7 @@
 import RuleUtils(Rule,Tag)
 import Version
 import qualified Rules(rules)
+import qualified System
-import System.Environment (getArgs)
 
 data Op = OpList | OpDerive | OpVersion
 
reverted:
--- drift-2.2.3/src/ParseLib2.hs
+++ drift-2.2.3.orig/src/ParseLib2.hs
@@ -31,8 +31,8 @@
 many1_offside,many_offside,off,
 opt, skipUntil, skipUntilOff,skipUntilParse,skipNest) where
 
+import Char
+import Monad
-import Data.Char
-import Control.Monad
 
 infixr 5 +++
 
only in patch2:
unchanged:
--- drift-2.2.3.orig/debian/patches/ghc-7.6-fixes.dpatch
+++ drift-2.2.3/debian/patches/ghc-7.6-fixes.dpatch
@@ -0,0 +1,52 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+
+@DPATCH@
+--- a/src/GenUtil.hs
 b/src/GenUtil.hs
+@@ -96,16 +96,18 @@
+ import Data.List(intersperse, sortBy, groupBy)
+ import Control.Monad hiding (replicateM, replicateM_)
+ import System.IO 

Bug#798484: libdr-tarantool-perl: FTBFS: Failed 1/19 test programs. 1/853 subtests failed.

2015-09-09 Thread Chris Lamb
Source: libdr-tarantool-perl
Version: 0.43-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

libdr-tarantool-perl fails to build from source in unstable/amd64.
tarantool doesn't seem to ship a taraontool_box binary, although it
looks like it should (?).

  [..]

  ok 30 # skip tarantool isn't started
  ok 31 # skip tarantool isn't started
  ok 32 # skip tarantool isn't started
  ok 33 # skip tarantool isn't started
  ok
  Can't exec "tarantool_box": No such file or directory at
  blib/lib/DR/Tarantool/StartTest.pm line 59.
  Use of uninitialized value $str in pattern match (m//) at
  blib/lib/DR/Tarantool/StartTest.pm line 60.
  t/090-parallel-requests.t ... skipped: Too low tarantool version
  Can't exec "tarantool_box": No such file or directory at
  blib/lib/DR/Tarantool/StartTest.pm line 59.
  Use of uninitialized value $str in pattern match (m//) at
  blib/lib/DR/Tarantool/StartTest.pm line 60.
  t/100-transform.t ... skipped: Too low tarantool version
  Can't exec "tarantool_box": No such file or directory at
  blib/lib/DR/Tarantool/StartTest.pm line 59.
  Use of uninitialized value $str in pattern match (m//) at
  blib/lib/DR/Tarantool/StartTest.pm line 60.
  t/110-netsplit-readahead.t .. skipped: Too low tarantool version
  t/120-sessionid.t ... skipped: Coro isn't installed
  t/130-reconnect.t ... skipped: Tarantool is not found
  t/900-podspell.t  
  1..11
  ok 1 - POD spelling for lib/DR/Tarantool.pm
  ok 2 - POD spelling for lib/DR/Tarantool/RealSyncClient.pm
  ok 3 - POD spelling for lib/DR/Tarantool/LLClient.pm
  ok 4 - POD spelling for lib/DR/Tarantool/AsyncClient.pm
  ok 5 - POD spelling for lib/DR/Tarantool/StartTest.pm
  ok 6 - POD spelling for lib/DR/Tarantool/SyncClient.pm
  ok 7 - POD spelling for lib/DR/Tarantool/Iterator.pm
  ok 8 - POD spelling for lib/DR/Tarantool/Tuple.pm
  ok 9 - POD spelling for lib/DR/Tarantool/LLSyncClient.pm
  ok 10 - POD spelling for lib/DR/Tarantool/CoroClient.pm
  ok 11 - POD spelling for lib/DR/Tarantool/Spaces.pm
  ok
  t/910-pod.t . skipped: Test::Pod 1.00 required for
  testing POD
  
  Test Summary Report
  ---
  t/065-realsync-client.t   (Wstat: 65280 Tests: 63 Failed: 1)
Failed test:  63
Non-zero exit status: 255
Parse errors: Bad plan.  You planned 62 tests but ran 63.
  Files=19, Tests=853,  4 wallclock secs ( 0.27 usr  0.06 sys +  2.89
  cusr  0.40 csys =  3.62 CPU)
  Result: FAIL
  Failed 1/19 test programs. 1/853 subtests failed.
  Makefile:1078: recipe for target 'test_dynamic' failed
  make[1]: *** [test_dynamic] Error 255
  make[1]: Leaving directory '/tmp/buildd/libdr-tarantool-perl-0.43'
  /usr/share/cdbs/1/class/makefile.mk:67: recipe for target
  'debian/stamp-makefile-check' failed
  make: *** [debian/stamp-makefile-check] Error 2
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

  [..]

The full build log is attached or can be viewed here:


https://reproducible.debian.net/logs/unstable/amd64/libdr-tarantool-perl_0.43-1.build1.log.gz


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
I: using fakeroot in build.
I: pbuilder: network access will be disabled during build
I: Current time: Sat Sep  5 11:09:49 GMT+12 2015
I: pbuilder-time-stamp: 1441494589
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/unstable-reproducible-base.tgz]
I: creating local configuration
I: copying local configuration
I: mounting /proc filesystem
I: mounting /run/shm filesystem
I: mounting /dev/pts filesystem
I: Mounting /dev/shm
I: Mounting /sys
I: policy-rc.d already exists
I: Installing the build-deps
 -> Attempting to satisfy build-dependencies
 -> Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team 
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (>= 7), cdbs, libanyevent-perl, 
libdevel-globaldestruction-perl, libjson-xs-perl, tarantool, aspell-en, 
libtest-spelling-perl
dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in 
'/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 20262 files and directories currently installed.)
Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ...
Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring 
anyway as you requested:
 

Bug#798486: python-riemann-client: FTBFS: assert compare_output(['send'], EMPTY_MESSAGE % socket.gethostname())

2015-09-09 Thread Chris Lamb
Source: python-riemann-client
Version: 5.1.1-2
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

python-riemann-client fails to build from source in unstable/amd64:

  [..]

 dh_auto_test -O--buildsystem=pybuild
  I: pybuild base:170: cd
  /tmp/buildd/python-riemann-client-5.1.1/.pybuild/pythonX.Y_2.7/build;
  python2.7 -m pytest
  /tmp/buildd/python-riemann-client-5.1.1/riemann_client/tests/ -v
  F
  === FAILURES
  ===
  ___ test_send_blank
  
  ../../../riemann_client/tests/test_riemann_command.py:46: in
  test_send_blank
  assert compare_output(['send'], EMPTY_MESSAGE %
  socket.gethostname())
  E   assert compare_output(['send'], ('{\n  "attributes": {},\n 
  "description": "",\n  "host": "%s",\n  "metric_d": 0,\n  "metric_f":
  0,\n  "metric_sint64": 0,\n  "service": "",\n  "state": "",\n  "tags":
  [],\n  "time": 0,\n  "ttl": 0\n}\n' % 'jenkins'))
  E+  where 'jenkins' = ()
  E+where  = socket.gethostname
  1 failed, 36 passed in 0.63 seconds
  E: pybuild pybuild:262: test: plugin distutils failed with: exit
  code=1: cd
  /tmp/buildd/python-riemann-client-5.1.1/.pybuild/pythonX.Y_2.7/build;
  python2.7 -m pytest {dir}/riemann_client/tests/ -v
  dh_auto_test: pybuild --test -i python{version} -p 2.7 --dir .
  returned exit code 13
  debian/rules:8: recipe for target 'build' failed
  make: *** [build] Error 25
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

  [..]

(It also fails outside of jenkins)

The full build log is attached or can be viewed here:


https://reproducible.debian.net/logs/unstable/amd64/python-riemann-client_5.1.1-2.build1.log.gz


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
I: using fakeroot in build.
I: pbuilder: network access will be disabled during build
I: Current time: Fri Sep  4 21:11:24 GMT+12 2015
I: pbuilder-time-stamp: 1441444284
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/unstable-reproducible-base.tgz]
I: creating local configuration
I: copying local configuration
I: mounting /proc filesystem
I: mounting /run/shm filesystem
I: mounting /dev/pts filesystem
I: Mounting /dev/shm
I: Mounting /sys
I: policy-rc.d already exists
I: Installing the build-deps
 -> Attempting to satisfy build-dependencies
 -> Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team 
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (>= 9), dh-python, python-all, python-setuptools, 
python-pytest, python-click, python-protobuf
dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in 
'/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 20262 files and directories currently installed.)
Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ...
Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring 
anyway as you requested:
 pbuilder-satisfydepends-dummy depends on dh-python; however:
  Package dh-python is not installed.
 pbuilder-satisfydepends-dummy depends on python-all; however:
  Package python-all is not installed.
 pbuilder-satisfydepends-dummy depends on python-setuptools; however:
  Package python-setuptools is not installed.
 pbuilder-satisfydepends-dummy depends on python-pytest; however:
  Package python-pytest is not installed.
 pbuilder-satisfydepends-dummy depends on python-click; however:
  Package python-click is not installed.
 pbuilder-satisfydepends-dummy depends on python-protobuf; however:
  Package python-protobuf is not installed.

Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
Building tag database...
The following NEW packages will be installed:
  dh-python{a} libexpat1{a} libmpdec2{a} libprotobuf9v5{a} 
  libpython-stdlib{a} libpython2.7-minimal{a} libpython2.7-stdlib{a} 
  libpython3-stdlib{a} libpython3.4-minimal{a} libpython3.4-stdlib{a} 
  libssl1.0.0{a} mime-support{a} python{a} python-all{a} python-click{a} 
  python-colorama{a} python-minimal{a} python-pkg-resources{a} 
  python-protobuf{a} python-py{a} python-pytest{a} 

Bug#797070: marked as done ([python-urllib3] Break python-requests and transitively vim-youcompleteme)

2015-09-09 Thread Debian Bug Tracking System
Your message dated Wed, 09 Sep 2015 21:21:30 +
with message-id 
and subject line Bug#796356: fixed in python-urllib3 1.11-2
has caused the Debian Bug report #796356,
regarding [python-urllib3] Break python-requests and transitively 
vim-youcompleteme
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.)


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

--- Please enter the report below this line. ---

After upgrade of python-urllib3 to 1.11-1, vim-youcompleteme requests fail 
with:

Printing YouCompleteMe debug information...
Error detected while processing function 100_DebugInfo:
line2:
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/share/vim-youcompleteme/python/ycm/youcompleteme.py", line 335, 
in DebugInfo
'debug_info' )
  File "/usr/share/vim-youcompleteme/python/ycm/client/base_request.py", line 
71, in PostDataToHandler
timeout ) )
  File "/usr/share/vim-youcompleteme/python/ycm/client/base_request.py", line 
163, in JsonFromFuture
response = future.result()
  File "/usr/lib/python2.7/dist-packages/concurrent/futures/_base.py", line 
407, in result
return self.__get_result()
  File "/usr/lib/python2.7/dist-packages/concurrent/futures/_base.py", line 
359, in __get_result
reraise(self._exception, self._traceback)
  File "/usr/lib/python2.7/dist-packages/concurrent/futures/_compat.py", line 
107, in reraise
exec('raise exc_type, exc_value, traceback', {}, locals_)
  File "", line 1, in 
AttributeError: 'module' object has no attribute 'HTTPMessage'
E858: Eval did not return a valid python object
-- 0

Downgrading python-urllib3 to 1.10.4-1 fixes the problem.

There is no available upgrade to python-requests, python-requests-futures or 
vim-youcompleteme to fix the problem on their side.

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

Debian Release: stretch/sid
  990 testing http.debian.net 
  500 wilyppa.launchpad.net 
  500 unstablehttp.debian.net 
  500 trusty  ppa.launchpad.net 
  500 testing-proposed-updates http.debian.net 
  500 stable-updates  ftp.cz.debian.org 
  500 stable  security.debian.org 
  500 stable  ftp.cz.debian.org 
1 experimentalhttp.debian.net 

--- Package information. ---
Depends(Version) | Installed
-+-==
python:any  (<< 2.8) | 
python:any (>= 2.7.5-5~) | 
python-six   | 1.9.0-3

Recommends   (Version) | Installed
==-+-===
ca-certificates| 20150426

Package's Suggests field is empty.

Reverse Depends
==-+-===
python-requests2.7.0-3
python-requests-futures0.9.5-1
python-requests-whl2.7.0-3
vim-youcompleteme  0+20150616+gitbc5f581-1

-- 
 - Jan Hudec 
--- End Message ---
--- Begin Message ---
Source: python-urllib3
Source-Version: 1.11-2

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

Debian distribution maintenance software
pp.
Daniele Tricoli  (supplier of updated python-urllib3 package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 Aug 2015 21:19:59 +0200
Source: python-urllib3
Binary: python-urllib3 python3-urllib3 python-urllib3-whl
Architecture: source all
Version: 1.11-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Daniele Tricoli 
Description:
 python-urllib3 - HTTP library with thread-safe connection pooling for Python
 python-urllib3-whl - HTTP library with thread-safe connection pooling
 python3-urllib3 - HTTP library 

Bug#796356: marked as done (python-urllib3: broken when python-future is installed, fix available upstream)

2015-09-09 Thread Debian Bug Tracking System
Your message dated Wed, 09 Sep 2015 21:21:30 +
with message-id 
and subject line Bug#796356: fixed in python-urllib3 1.11-2
has caused the Debian Bug report #796356,
regarding python-urllib3: broken when python-future is installed, fix available 
upstream
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.)


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

This version of the package fails to work when python-future is installed.

  $ python
  Python 2.7.10 (default, Jul  1 2015, 10:54:53) 
  [GCC 4.9.2] on linux2
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import requests
  >>> requests.get('http://debian.org/')
  Traceback (most recent call last):
File "", line 1, in 
File "/usr/lib/python2.7/dist-packages/requests/api.py", line 69, in get
  return request('get', url, params=params, **kwargs)
File "/usr/lib/python2.7/dist-packages/requests/api.py", line 50, in request
  response = session.request(method=method, url=url, **kwargs)
File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 465, in 
request
  resp = self.send(prep, **send_kwargs)
File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 573, in 
send
  r = adapter.send(request, **kwargs)
File "/usr/lib/python2.7/dist-packages/requests/adapters.py", line 370, in 
send
  timeout=timeout
File "/usr/lib/python2.7/dist-packages/urllib3/connectionpool.py", line 
557, in urlopen
  body=body, headers=headers)
File "/usr/lib/python2.7/dist-packages/urllib3/connectionpool.py", line 
388, in _make_request
  assert_header_parsing(httplib_response.msg)
File "/usr/lib/python2.7/dist-packages/urllib3/util/response.py", line 49, 
in assert_header_parsing
  if not isinstance(headers, httplib.HTTPMessage):
  AttributeError: 'module' object has no attribute 'HTTPMessage'
  >>> 
  $ 
  
The start of urllib3/util/response.py looks like:

  try:
  import http.client as httplib
  except ImportError:
  import httplib

The try is expected to fail on Python 2.7, but it succeeds because
python-future includes /usr/lib/python2.7/dist-packages/http/client.py which
looks like this:

  from __future__ import absolute_import
  import sys

  assert sys.version_info[0] < 3

  from httplib import *

Here is the upstream fix:

https://github.com/shazow/urllib3/commit/f4eb94bc36277d5d584683a03fc9eb3950429a15

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

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

Versions of packages python-urllib3 depends on:
ii  python-six  1.9.0-3
pn  python:any  

Versions of packages python-urllib3 recommends:
ii  ca-certificates 20150426
ii  python-ndg-httpsclient  0.4.0-1
ii  python-openssl  0.15.1-2
ii  python-pyasn1   0.1.8-1

Versions of packages python-urllib3 suggests:
pn  python-ntlm  

-- no debconf information

-- 
Edward.
--- End Message ---
--- Begin Message ---
Source: python-urllib3
Source-Version: 1.11-2

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

Debian distribution maintenance software
pp.
Daniele Tricoli  (supplier of updated python-urllib3 package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 Aug 2015 21:19:59 +0200
Source: python-urllib3
Binary: python-urllib3 python3-urllib3 python-urllib3-whl
Architecture: source all
Version: 1.11-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Daniele Tricoli 

Bug#778925: (no subject)

2015-09-09 Thread J . S . Júnior

Hi, thanks for your information.

Fix it in next uploud, with patch of Peter Kasza peter.ka...@itinsight.hu

Thanks Peter Kasza for your helping.

[]'s


pgpUL7cQKX7OQ.pgp
Description: Assinatura digital OpenPGP


Processed (with 1 errors): unarchiving 597781, unarchiving 692047, unarchiving 709895, unarchiving 714184, unarchiving 717951 ...

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

> unarchive 597781
Bug #597781 {Done: Andreas Beckmann } [sendmail-bin] 
sendmail-bin: ships broken alternatives
Unarchived Bug 597781
> unarchive 692047
Bug #692047 {Done: Andreas Beckmann } [sendmail] 
sendmailconfig errors out due to missing '"' around a local var
Bug #694875 {Done: Andreas Beckmann } [sendmail] 
sendmailconfig breaks with 93: local: ... bad variable name
Unarchived Bug 692047
Unarchived Bug 694875
> unarchive 709895
Bug #709895 {Done: Andreas Beckmann } [sendmail-bin] 
sendmail-bin: Contains duplicated sendmail(8) man page
Unarchived Bug 709895
> unarchive 714184
Bug #714184 {Done: Andreas Beckmann } [sendmail] sendmail 
fails to start during boot because it starts before bind9
Unarchived Bug 714184
> unarchive 717951
Bug #717951 {Done: Andreas Beckmann } [sendmail-bin] 
sendmail-bin: fails to install: postinst gets stuck in an infinite loop
Unarchived Bug 717951
> unarchive 720435
Bug #720435 {Done: Andreas Beckmann } [sendmail] limited to 10 
DaemonOptions
Unarchived Bug 720435
> unarchive 724772
Bug #724772 {Done: Andreas Beckmann } [sendmail] sendmail uses 
deprecated find -perm +xxx syntax, please switch to find -perm /+++
Unarchived Bug 724772
> unarchive 737164
Bug #737164 {Done: Andreas Beckmann } [sendmail] sendmail: 
attempts to bind to wrong interface for CNAME-to-A-only MX when ipv6 available
Unarchived Bug 737164
> unarchive 747910
Bug #747910 {Done: Andreas Beckmann } [sendmail] Please add 
support for additional OpenSSL options SSL_OP_NO_TLSv1_2 and SSL_OP_NO_TLSv1_1
Unarchived Bug 747910
> unarchive 750562
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
597781: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597781
692047: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692047
694875: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694875
709895: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709895
714184: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=714184
717951: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717951
720435: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720435
724772: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724772
737164: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737164
747910: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747910
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems