Bug#805725: docker.io is not installable. The post-installation-script does not work.

2015-11-21 Thread Tianon Gravi
On 21 November 2015 at 06:11, Peter Schütt  wrote:
> time="2015-11-21T11:39:38.430675900+01:00" level=error msg="[graphdriver]
> prior storage driver \"aufs\" failed: driver not supported"
> Nov 21 11:39:38 peter64 docker[9379]:
> time="2015-11-21T11:39:38.430781428+01:00" level=fatal msg="Error starting
> daemon: error initializing graphdriver: driver not supported"

It's very unfortunate, but when Linux 4.0 included "overlay" in the
upstream kernel, the AUFS patches were dropped from Debian's kernels.
There's nothing we (the Docker team) can do except say that we're very
sorry for the loss of functionality, but you're going to have to
switch to a different storage backend (similar to users of schroot
having to switch from AUFS to overlay, etc).

See also #799386 (https://bugs.debian.org/799386).

♥,
- Tianon
  4096R / B42F 6819 007F 00F8 8E36  4FD4 036A 9C25 BF35 7DD4



Bug#804167: Me too

2015-11-21 Thread Matthew Vernon

Hi,

This bug just bit me while upgrading my sbuild unstable chroot ; I 
worked around it by creating /var/lib/libuuid , but I don't think people 
should be expected to do this!


Regards,

Matthew



Bug#775362: [Debichem-devel] Bug#775362: ergo: FTBFS on ppc64el: test suite failure

2015-11-21 Thread Michael Banck
Hi,

On Thu, Sep 03, 2015 at 10:55:15PM +0200, Julien Cristau wrote:
> Control: severity -1 serious
> 
> On Wed, Jan 14, 2015 at 17:47:20 +, Fernando Seiti Furusato wrote:
> 
> > Source: ergo
> > Severity: normal
> > Tags: patch
> > User: debian-powe...@lists.debian.org
> > Usertags: ppc64el
> > 
> > Dear Maintainer,
> > 
> > The package ergo fails to build from source on ppc64el. It actually times
> > out at some point, in addition to the test failures.
> > 
> It fails on many architectures:
> https://buildd.debian.org/status/logs.php?pkg=ergo=3.4.0-1%2Bb1=sid
> 
> That may or may not be the same issue, in any case raising to serious.

After digging into this a bit more, I think ergo's testsuite is
inheritly not parallel-safe: it uses no subdirectories and a default
output file ("ergoscf.out") which it only renames to something
test-specific on failure.  There's also intermediate binary files like
"density.bin" and above mentioned ergoscf.out gets removed at the
beginning of a test...

There does not seem to be a safe way to tell ergo to use a different
name as output file (it's not using stdout by default).

So I will see about forcing parallel to off for this package.  Not sure
what this will mean for the timeouts seen on some buildds, though.


Michael



Bug#735353: Sourceless file

2015-11-21 Thread Tobias Frost
Source: boost-defaults
Followup-For: Bug #735353

The source file for this particular jquery is there:

http://code.jquery.com/jquery-1.3.2.js



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

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



Bug#805616: gcc-4.9: GCC++ 4.9 compiler had ICE (internal compiler error)

2015-11-21 Thread Andreas Beckmann
verified in g++-4.9 built from svn:

$ g++-4.9.x -v -std=gnu++11 -fno-strict-aliasing -O2 -c 805616..ii
Using built-in specs.
COLLECT_GCC=/opt/software/x86_64/gcc-4.9.x/bin/g++-4.9.x
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc-4_9-branch/configure 
--prefix=/opt/software/x86_64/gcc-4.9.x --program-suffix=-4.9.x 
--enable-languages=c,c++,fortran --enable-checking
Thread model: posix
gcc version 4.9.4 20151121 (prerelease) (GCC) 
COLLECT_GCC_OPTIONS='-v' '-std=gnu++11' '-fno-strict-aliasing' '-O2' '-c' 
'-shared-libgcc' '-mtune=generic' '-march=x86-64'
 
/opt/software/x86_64/gcc-4.9.x/libexec/gcc/x86_64-unknown-linux-gnu/4.9.4/cc1plus
 -fpreprocessed 805616..ii -quiet -dumpbase 805616..ii -mtune=generic 
-march=x86-64 -auxbase 805616. -O2 -std=gnu++11 -version -fno-strict-aliasing 
-o /tmp/ccmf892Y.s
GNU C++ (GCC) version 4.9.4 20151121 (prerelease) (x86_64-unknown-linux-gnu)
compiled by GNU C version 4.9.4 20151121 (prerelease), GMP version 
6.0.0, MPFR version 3.1.3, MPC version 1.0.3
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
GNU C++ (GCC) version 4.9.4 20151121 (prerelease) (x86_64-unknown-linux-gnu)
compiled by GNU C version 4.9.4 20151121 (prerelease), GMP version 
6.0.0, MPFR version 3.1.3, MPC version 1.0.3
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: c8476ec2ebe2d7bd0e72dc80313e75a7
In file included from 
/new-hd1/extra/ishikawa/TB-3HG/NEW-COMMSRC/mozilla/gfx/skia/skia/include/effects/SkLayerRasterizer.h:13:0,
 from 
/new-hd1/extra/ishikawa/TB-3HG/NEW-COMMSRC/mozilla/gfx/2d/DrawTargetSkia.cpp:24,
 from 
/home/ishikawa/objdir-tb3/gfx/2d/Unified_cpp_gfx_2d0.cpp:83:
/new-hd1/extra/ishikawa/TB-3HG/NEW-COMMSRC/mozilla/gfx/skia/skia/include/core/SkRasterizer.h:
 In member function ‘virtual void mozilla::gfx::DrawTargetTiled::PopClip()’:
/new-hd1/extra/ishikawa/TB-3HG/NEW-COMMSRC/mozilla/gfx/skia/skia/include/core/SkRasterizer.h:21:7:
 internal compiler error: Segmentation fault
0xb78fff crash_signal
../../gcc-4_9-branch/gcc/toplev.c:337
0x9a1669 is_gimple_reg_type
../../gcc-4_9-branch/gcc/gimple-expr.h:75
0x9a1669 is_gimple_val(tree_node*)
../../gcc-4_9-branch/gcc/gimple-expr.c:814
0xb9e35d verify_types_in_gimple_min_lval
../../gcc-4_9-branch/gcc/tree-cfg.c:3007
0xb9e35d verify_types_in_gimple_reference
../../gcc-4_9-branch/gcc/tree-cfg.c:3149
0xba12d0 verify_gimple_assign_single
../../gcc-4_9-branch/gcc/tree-cfg.c:4004
0xba12d0 verify_gimple_assign
../../gcc-4_9-branch/gcc/tree-cfg.c:4183
0xba12d0 verify_gimple_stmt
../../gcc-4_9-branch/gcc/tree-cfg.c:4417
0xba7cad verify_gimple_in_cfg(function*)
../../gcc-4_9-branch/gcc/tree-cfg.c:4882
0xace5d2 execute_function_todo
../../gcc-4_9-branch/gcc/passes.c:1853
0xacef33 execute_todo
../../gcc-4_9-branch/gcc/passes.c:1887
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.

There are several google hits for
  "segmentation fault is_gimple_reg_type"
  "segmentation fault is_gimple_reg_type is_gimple_val"
but all with different backtraces
  "segmentation fault is_gimple_reg_type is_gimple_val 
verify_types_in_gimple_min_lval"
gets no results at all, so this seems to be a new PR :-)


Minimizing the example to something managable ... and understood by different 
compiler versions as well

4.9.4 (SVN): segfault
4.9.3-5 (Debian): segfault
4.8.5-1 (Debian): pass
4.7.4-3 (Debian): compile error
5.2.1-23 (Debian): segfault, different backtrace


$ g++-4.9.x -v -std=gnu++11 -O2 -c 805616_min.hM.min.ii
Using built-in specs.
COLLECT_GCC=/opt/software/x86_64/gcc-4.9.x/bin/g++-4.9.x
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc-4_9-branch/configure 
--prefix=/opt/software/x86_64/gcc-4.9.x --program-suffix=-4.9.x 
--enable-languages=c,c++,fortran --enable-checking
Thread model: posix
gcc version 4.9.4 20151121 (prerelease) (GCC) 
COLLECT_GCC_OPTIONS='-v' '-std=gnu++11' '-O2' '-c' '-shared-libgcc' 
'-mtune=generic' '-march=x86-64'
 
/opt/software/x86_64/gcc-4.9.x/libexec/gcc/x86_64-unknown-linux-gnu/4.9.4/cc1plus
 -fpreprocessed 805616_min.hM.min.ii -quiet -dumpbase 805616_min.hM.min.ii 
-mtune=generic -march=x86-64 -auxbase 805616_min.hM.min -O2 -std=gnu++11 
-version -o /tmp/ccdwpTpg.s
GNU C++ (GCC) version 4.9.4 20151121 (prerelease) (x86_64-unknown-linux-gnu)
compiled by GNU C version 4.9.4 20151121 (prerelease), GMP version 
6.0.0, MPFR version 3.1.3, MPC version 1.0.3
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
GNU C++ (GCC) version 4.9.4 20151121 (prerelease) (x86_64-unknown-linux-gnu)
compiled by GNU C version 4.9.4 20151121 (prerelease), GMP version 
6.0.0, MPFR version 3.1.3, MPC version 1.0.3
GGC heuristics: -

Bug#805725: docker.io is not installable. The post-installation-script does not work.

2015-11-21 Thread Peter Schütt
Package: docker.io
Version: 1.8.3~ds1-2
Severity: critical
Justification: breaks unrelated software

apt-get install docker.io
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen Fertig
docker.io ist schon die neueste Version.
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
1 nicht vollständig installiert oder entfernt.
Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren? [J/n] j
docker.io (1.8.3~ds1-2) wird eingerichtet ...
Job for docker.service failed because the control process exited with error
code. See "systemctl status docker.service" and "journalctl -xe" for details.
invoke-rc.d: initscript docker, action "start" failed.
dpkg: Fehler beim Bearbeiten des Paketes docker.io (--configure):
 Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1
zurück
Fehler traten auf beim Bearbeiten von:
 docker.io
E: Sub-process /usr/bin/dpkg returned an error code (1)



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

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

Versions of packages docker.io depends on:
ii  adduser  3.113+nmu3
ii  init-system-helpers  1.24
ii  iptables 1.4.21-2+b1
ii  libapparmor1 2.10-2+b1
ii  libc62.19-22
ii  libdevmapper1.02.1   2:1.02.110-1
ii  libsqlite3-0 3.9.2-1
ii  perl 5.20.2-6

Versions of packages docker.io recommends:
ii  ca-certificates  20150426
ii  cgroupfs-mount   1.2
ii  git  1:2.6.2-1
ii  xz-utils 5.1.1alpha+20120614-2.1

Versions of packages docker.io suggests:
ii  aufs-tools   1:3.2+20130722-1.1
pn  btrfs-tools  
pn  debootstrap  
pn  lxc  
pn  rinse
pn  zfs-fuse | zfsutils  

-- no debconf information

*** /tmp/additional.txt
systemctl -l status docker.service

? docker.service - Docker Application Container Engine
   Loaded: loaded (/lib/systemd/system/docker.service; disabled; vendor
preset: enabled)
   Active: failed (Result: exit-code) since Sa 2015-11-21 11:39:38 CET;
3min
1s ago
 Docs: https://docs.docker.com
  Process: 9379 ExecStart=/usr/bin/docker daemon -H fd:// $DOCKER_OPTS
(code=exited, status=1/FAILURE)
 Main PID: 9379 (code=exited, status=1/FAILURE)

Nov 21 11:39:38 peter64 systemd[1]: Starting Docker Application Container
Engine...
Nov 21 11:39:38 peter64 docker[9379]:
time="2015-11-21T11:39:38.430675900+01:00" level=error msg="[graphdriver]
prior storage driver \"aufs\" failed: driver not supported"
Nov 21 11:39:38 peter64 docker[9379]:
time="2015-11-21T11:39:38.430781428+01:00" level=fatal msg="Error starting
daemon: error initializing graphdriver: driver not supported"
Nov 21 11:39:38 peter64 systemd[1]: docker.service: Main process exited,
code=exited, status=1/FAILURE
Nov 21 11:39:38 peter64 systemd[1]: Failed to start Docker Application
Container Engine.
Nov 21 11:39:38 peter64 systemd[1]: docker.service: Unit entered failed
state.
Nov 21 11:39:38 peter64 systemd[1]: docker.service: Failed with result
'exit-code'.



Auszug aus journalctl -xe
[..]
-- Unit docker.socket has begun starting up.
Nov 21 11:39:38 peter64 systemd[1]: Listening on Docker Socket for the API.
-- Subject: Unit docker.socket has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit docker.socket has finished starting up.
-- The start-up result is done.
Nov 21 11:39:38 peter64 systemd[1]: Starting Docker Application Container
Engine...
-- Subject: Unit docker.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit docker.service has begun starting up.
Nov 21 11:39:38 peter64 docker[9379]:
time="2015-11-21T11:39:38.430675900+01:00" level=error msg="[graphdriver] p
Nov 21 11:39:38 peter64 docker[9379]:
time="2015-11-21T11:39:38.430781428+01:00" level=fatal msg="Error starting
Nov 21 11:39:38 peter64 systemd[1]: docker.service: Main process exited,
code=exited, status=1/FAILURE
Nov 21 11:39:38 peter64 systemd[1]: Failed to start Docker Application
Container Engine.
-- Subject: Unit docker.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit docker.service has failed.
--
-- The result is failed.
Nov 21 11:39:38 peter64 systemd[1]: docker.service: Unit entered failed
state.
Nov 21 11:39:38 peter64 systemd[1]: docker.service: Failed with result
'exit-code'.
Nov 21 11:39:38 peter64 polkitd(authority=local)[840]: Unregistered
Authentication Agent for unix-process:9372:73
[..]



more /lib/systemd/system/docker.service

Processed: reassign 735353 to boost1.58

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

> reassign 735353 boost1.58
Bug #735353 [boost-defaults] Sourceless file
Bug reassigned from package 'boost-defaults' to 'boost1.58'.
Ignoring request to alter found versions of bug #735353 to the same values 
previously set
Ignoring request to alter fixed versions of bug #735353 to the same values 
previously set
> thanks
Stopping processing here.

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



Bug#805725: Acknowledgement (docker.io is not installable. The post-installation-script does not work.)

2015-11-21 Thread Peter Schütt
Hallo,

mv /var/lib/docker/aufs /var/lib/docker/aufs.bak

"fixes" the error.

Ciao Peter Schütt



Am 21.11.2015 um 15:15 schrieb Debian Bug Tracking System:
> Thank you for filing a new Bug report with Debian.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> As you requested using X-Debbugs-CC, your message was also forwarded to
>   deb...@pstt.de
> (after having been given a Bug report number, if it did not have one).
>
> Your message has been sent to the package maintainer(s):
>  Paul Tagliamonte 
>
> If you wish to submit further information on this problem, please
> send it to 805...@bugs.debian.org.
>
> Please do not send mail to ow...@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
>



Processed: block 800556 with 803477

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

> block 800556 with 803477
Bug #800556 [release.debian.org] transition: suitesparse4.4
800556 was blocked by: 800101 793765 793762 793764
800556 was not blocking any bugs.
Added blocking bug(s) of 800556: 803477
> thanks
Stopping processing here.

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



Bug#805671: marked as done (libpango-perl: FTBFS: Pango.so: undefined symbol: pango_cairo_update_layout)

2015-11-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Nov 2015 18:19:39 +
with message-id 
and subject line Bug#805403: fixed in libpango-perl 1.226-3
has caused the Debian Bug report #805403,
regarding libpango-perl: FTBFS: Pango.so: undefined symbol: 
pango_cairo_update_layout
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.)


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

Dear Maintainer,

The package fails to build:

/usr/bin/perl -I blib/lib -I blib/arch -MGlib::GenPod -MPango \
-e "add_types (qq(doctypes), 
qq(\/usr\/lib\/x86_64\-linux\-gnu\/perl5\/5\.20\/Cairo\/Install\/doctypes), 
qq(\/usr\/lib\/x86_64\-linux\-gnu\/perl5\/5\.20\/Glib\/Install\/doctypes));  
Glib::GenPod::set_copyright(qq/Copyright (C) 2003-2011 by the gtk2-perl 
team.\n\nThis software is licensed under the LGPL.  See L for a full 
notice.\n/); Glib::GenPod::set_main_mod(qq(Pango));  xsdoc2pod(q(build/doc.pl), 
q(blib/lib), q(build/podindex));"
Can't load 'blib/arch/auto/Pango/Pango.so' for module Pango: 
blib/arch/auto/Pango/Pango.so: undefined symbol: pango_cairo_update_layout at 
/usr/lib/x86_64-linux-gnu/perl/5.20/DynaLoader.pm line 187.
 at -e line 0.
Compilation failed in require.
BEGIN failed--compilation aborted.
Makefile:1388: recipe for target 'build/podindex' failed

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

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
--- End Message ---
--- Begin Message ---
Source: libpango-perl
Source-Version: 1.226-3

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

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

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

Debian distribution maintenance software
pp.
gregor herrmann  (supplier of updated libpango-perl package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 21 Nov 2015 18:58:51 +0100
Source: libpango-perl
Binary: libpango-perl
Architecture: source
Version: 1.226-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group 
Changed-By: gregor herrmann 
Closes: 805403
Description: 
 libpango-perl - Perl module to layout and render international text
Changes:
 libpango-perl (1.226-3) unstable; urgency=medium
 .
   * Team upload.
 .
   [ intrigeri ]
   * Mark as autopkgtest-able.
 .
   [ gregor herrmann ]
   * Refresh debian/patches/fix-manpages (offset).
   * Add patch to work with pkg-config >= 0.29.
 Thanks to Niko Tyni for the patch. (Closes: #805403)
   * debian/copyright: update information about debian/*.
   * Declare compliance with Debian Policy 3.9.6.
   * debian/control: bump debhelper build dependency to 9.20120312~
 (hardening flags).
Checksums-Sha1: 
 69eb29f0039ebd7ace96213b7eebc376fe1425ba 2332 libpango-perl_1.226-3.dsc
 23f86b885a50f96777b2ce99611372bf9fb53c9c 7300 
libpango-perl_1.226-3.debian.tar.xz
Checksums-Sha256: 
 bdf39c93a5eae38bf6d302f6d7ee7b099bb42d27860af77aa5da4f3e39d73204 2332 
libpango-perl_1.226-3.dsc
 62b37317429f4b04e33e1091be7caa90b248e76df66a91b6bbda2c3b5b396b1f 7300 
libpango-perl_1.226-3.debian.tar.xz
Files: 
 90c80e115a59a586bea741956d37af3b 2332 perl optional libpango-perl_1.226-3.dsc
 bbffbd312b392b8995cb65b74a797a08 7300 perl optional 
libpango-perl_1.226-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAEBCgBmBQJWULFnXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGj/sP/iEC0iAWuLXYrfhIxp18ZqOT
mcPRMK3urZGffGd33gNmug1dLa5dwZ7L9dI4SqEdNJ+suZcoHvn30l9vNsmTF6mX
K+JPMLHoDH3eNBVCHBmdQOXTEZjnis2xL4+w4iGEZNJck1GOen0M+EhfSEqYfBzf

Bug#805403: marked as done (libpango-perl: FTBFS: undefined symbol: pango_cairo_update_layout (broken by pkg-config 0.29))

2015-11-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Nov 2015 18:19:39 +
with message-id 
and subject line Bug#805403: fixed in libpango-perl 1.226-3
has caused the Debian Bug report #805403,
regarding libpango-perl: FTBFS: undefined symbol: pango_cairo_update_layout 
(broken by pkg-config 0.29)
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.)


-- 
805403: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805403
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libpango-perl
Version: 1.226-2
Tags: sid
Severity: serious
X-Debbugs-Cc: pkg-con...@packages.debian.org

The libpango-perl package fails to build on current sid.

  [...]
  Warning (mostly harmless): No library found for -lglib-2.0-lpangocairo-1.0
  [...]
  Can't load 'blib/arch/auto/Pango/Pango.so' for module Pango: 
blib/arch/auto/Pango/Pango.so: undefined symbol: pango_cairo_update_layout at 
/usr/lib/x86_64-linux-gnu/perl/5.20/DynaLoader.pm line 187.
   at -e line 0.
  Compilation failed in require.
  BEGIN failed--compilation aborted.
  Makefile:1388: recipe for target 'build/podindex' failed
  make[1]: *** [build/podindex] Error 2

This broke with pkg-config 0.28-1 -> 0.29-2, because 'pkg-config --libs
pango' output no longer has a space at the end.  The libpango-perl build
system concatenates the output with the 'pkg-config --libs pangocairo'
output, which now breaks.

Cc'ing the pkg-config maintainer. Tollef, is this an intentional change?

With 0.28-1:

% pkg-config --libs pango|grep -q ' $' && echo ok
ok

With 0.29-2:

% pkg-config --libs pango|grep -q ' $' && echo ok
%

-- 
Niko Tyni   nt...@debian.org
--- End Message ---
--- Begin Message ---
Source: libpango-perl
Source-Version: 1.226-3

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

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

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

Debian distribution maintenance software
pp.
gregor herrmann  (supplier of updated libpango-perl package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 21 Nov 2015 18:58:51 +0100
Source: libpango-perl
Binary: libpango-perl
Architecture: source
Version: 1.226-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group 
Changed-By: gregor herrmann 
Closes: 805403
Description: 
 libpango-perl - Perl module to layout and render international text
Changes:
 libpango-perl (1.226-3) unstable; urgency=medium
 .
   * Team upload.
 .
   [ intrigeri ]
   * Mark as autopkgtest-able.
 .
   [ gregor herrmann ]
   * Refresh debian/patches/fix-manpages (offset).
   * Add patch to work with pkg-config >= 0.29.
 Thanks to Niko Tyni for the patch. (Closes: #805403)
   * debian/copyright: update information about debian/*.
   * Declare compliance with Debian Policy 3.9.6.
   * debian/control: bump debhelper build dependency to 9.20120312~
 (hardening flags).
Checksums-Sha1: 
 69eb29f0039ebd7ace96213b7eebc376fe1425ba 2332 libpango-perl_1.226-3.dsc
 23f86b885a50f96777b2ce99611372bf9fb53c9c 7300 
libpango-perl_1.226-3.debian.tar.xz
Checksums-Sha256: 
 bdf39c93a5eae38bf6d302f6d7ee7b099bb42d27860af77aa5da4f3e39d73204 2332 
libpango-perl_1.226-3.dsc
 62b37317429f4b04e33e1091be7caa90b248e76df66a91b6bbda2c3b5b396b1f 7300 
libpango-perl_1.226-3.debian.tar.xz
Files: 
 90c80e115a59a586bea741956d37af3b 2332 perl optional libpango-perl_1.226-3.dsc
 bbffbd312b392b8995cb65b74a797a08 7300 perl optional 
libpango-perl_1.226-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAEBCgBmBQJWULFnXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGj/sP/iEC0iAWuLXYrfhIxp18ZqOT
mcPRMK3urZGffGd33gNmug1dLa5dwZ7L9dI4SqEdNJ+suZcoHvn30l9vNsmTF6mX
K+JPMLHoDH3eNBVCHBmdQOXTEZjnis2xL4+w4iGEZNJck1GOen0M+EhfSEqYfBzf
e0XOJskrK+UsbVpYz3zE9PStJ/0YNqsLIuDyDd62JxaU3kQqJpLcQfg08ftkoeVw
PihP2yIS4qtGaP6SGG2r6rXYCk521Nriy+DtDwfoXdilV8fp1FFg0uholvigK2N2
1i0zIPuT4pdIwLJfHGL6dK2iSnH0n17qi/yXMTxXV55c3MyitnaN/g24m89Heuik

Bug#805722: [pkg-fgfs-crew] Bug#805722: That's not where your problem is

2015-11-21 Thread Rebecca N. Palmer

There is several libraries missing in dependencies. While libalut0 is
just missing, the needed library libopenscenegraph65 is not in debian
anymore. And without that library, flightgear will not even start.

There might be others like libopenthreads13 (which is also missing in
debian).


Only the very outdated sparc64/sh4/m68k flightgear depends on those (and 
hence is uninstallable: it should probably be removed).  amd64 
flightgear depends on the current versions:



Architecture: amd64 (x86_64)
Foreign Architectures: i386
ii  libopenal11:1.16.0-3
ii  libopenscenegraph100v53.2.1-8
ii  libopenthreads20  3.2.1-8


If your flightgear won't start, you have a different problem; please 
post the exact error message, and if possible, a debugger backtrace.




Processed: boost1.58: diff for NMU version 1.58.0+dfsg-4.1

2015-11-21 Thread Debian Bug Tracking System
Processing control commands:

> tags 735353 + patch
Bug #735353 [boost-defaults] Sourceless file
Added tag(s) patch.
> tags 735353 + pending
Bug #735353 [boost-defaults] Sourceless file
Added tag(s) pending.

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



Bug#805722: marked as done (Flightgear misses dependencies to important libraries)

2015-11-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Nov 2015 15:50:09 +0100
with message-id <20151121145008.ga24...@ikki.ethgen.ch>
and subject line Re: [pkg-fgfs-crew] Bug#805722: That's not where your problem 
is
has caused the Debian Bug report #805722,
regarding Flightgear misses dependencies to important libraries
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.)


-- 
805722: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805722
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Package: flightgear
Version: 3.4.0-2+b1
Severity: grave

Currently, flightgear is not working at all.

There is several libraries missing in dependencies. While libalut0 is
just missing, the needed library libopenscenegraph65 is not in debian
anymore. And without that library, flightgear will not even start.

There might be others like libopenthreads13 (which is also missing in
debian).

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

Kernel: Linux 4.0.7 (SMP w/8 CPU cores)
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages flightgear depends on:
ii  flightgear-data-all   3.4.0+dfsg-1
ii  freeglut3 2.8.1-2
ii  libc6 2.19-22
ii  libdbus-1-3   1.10.4-1
ii  libflite1 2.0.0-release-1
ii  libgcc1   1:5.2.1-23
ii  libgl1-mesa-glx [libgl1]  11.0.5-1
ii  libglu1-mesa [libglu1]9.0.0-2.1
ii  libgsm1   1.0.13-4
ii  libhtsengine1 1.08-1
ii  libice6   2:1.0.9-1+b1
ii  libopenal11:1.16.0-3
ii  libopenscenegraph100v53.2.1-8
ii  libopenthreads20  3.2.1-8
ii  libplib1  1.8.5-7
ii  libpng12-01.2.54-1
ii  libsimgearcore3.4.0v5 3.4.0-3
ii  libsimgearscene3.4.0v53.4.0-3
ii  libsm62:1.2.2-1+b1
ii  libspeex1 1.2~rc1.2-1
ii  libspeexdsp1  1.2~rc1.2-1
ii  libsqlite3-0  3.9.2-1
ii  libstdc++65.2.1-23
ii  libudev1  215-18
ii  libx11-6  2:1.6.3-1
ii  libxext6  2:1.3.3-1
ii  libxi62:1.7.5-1
ii  libxmu6   2:1.1.2-2
ii  zlib1g1:1.2.8.dfsg-2+b1

flightgear recommends no packages.

flightgear suggests no packages.

- -- no debconf information

- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQGcBAEBCgAGBQJWUGWUAAoJEKZ8CrGAGfasbjAL/iNbRn+msqEy6il6/eiNs1Rl
CAOk+iWdW3hw64QXEECBguSWIq3nmOPLFkGjDgaiKtrrsEEgFRQevuDytxBGCw9G
7c5koogwUQ2Q0r1HmRyUnls0YPV6WMy5O43h18cfGKEZTCl649KBTWdqqHjZrFs4
ixqt3wmG175eFPjltTXYg4DK29HBlxy4fDLMdbGCDZ5DTVKUWkl029OvN/0luu/G
ZxzEHaC3o2zxLb+XfVcvDecZAiv5GugqplS+gvFWSSHY6xATdT4wawSVoncBZOsw
yCi+X3hwWfukJB8NjaFIvcdtuB2zZXiPPwNpKVTjp58M21QRpwKSJ2WmxGogL7zd
n0+kjf8ee5lVy9SaIGXXCbXlSXzGUJ9ppvMZAdfdXe0LqgfsG3lSOHalo93uC22I
MEqSvGSeOb2mqgqVi7glKzpUKRsQYQlERREMYu5x7YHXOwpAbTz7X0xTUBjbLOP6
A+o/ZbEFUAZcpSLGrVJtklHJp03hpWs33rn8VDvvSQ==
=oIXp
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

Am Sa den 21. Nov 2015 um 14:24 schrieb Rebecca N. Palmer:
> >There is several libraries missing in dependencies. While libalut0 is
> >just missing, the needed library libopenscenegraph65 is not in debian
> >anymore. And without that library, flightgear will not even start.
> >
> >There might be others like libopenthreads13 (which is also missing in
> >debian).
> 
> Only the very outdated sparc64/sh4/m68k flightgear depends on those (and
> hence is uninstallable: it should probably be removed).  amd64 flightgear
> depends on the current versions:
> 
> >Architecture: amd64 (x86_64)
> >Foreign Architectures: i386
> >ii  libopenal11:1.16.0-3
> >ii  libopenscenegraph100v53.2.1-8
> >ii  libopenthreads20  3.2.1-8
> 
> If your flightgear won't start, you have a different problem; please post
> the exact error message, and if possible, a debugger backtrace.

It seems to be much to early in the morning. :-D It was my fault. I had
old version of fg installed in /usr/local.

Gruß
   Klaus
- -- 
Klaus Ethgen

Processed:

2015-11-21 Thread Debian Bug Tracking System
Processing control commands:

> Severity -1 important
Bug #780162 [smartmontools] general debian base-system fix: default HDD 
timeouts cause data loss or corruption (silent controller resets)
Severity set to 'important' from 'serious'

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



Bug#780162:

2015-11-21 Thread Tobias Frost
Control: Severity -1 important

>As long as one has not been hit by this bug it may not seem too 
> severe,
> but that changes as soon as some common intermittent disk read/write
> error (possibly even unavoidable over time), that could be perfectly
> recoverable by the firmware with correct default timeouts, has
> silently caused data or redundancy loss or corruption.

Risk = Probability * damage ..

Probability is quite low (otherwise we've been flooded by bug reports,
also upstream.

Therefore reducing severity again.

Tobo



Bug#805682: marked as done (showq: FTBFS: incompatiable compile flags with glibmm-2.4)

2015-11-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Nov 2015 17:48:54 +
with message-id 
and subject line Bug#805682: fixed in showq 0.4.1+git20151103~dfsg0-1
has caused the Debian Bug report #805682,
regarding showq: FTBFS: incompatiable compile flags with glibmm-2.4
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.)


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

Dear Maintainer,

The package fails to build:

In file included from /usr/include/c++/5/type_traits:35:0,
 from /usr/include/sigc++-2.0/sigc++/visit_each.h:22,
 from /usr/include/sigc++-2.0/sigc++/functors/slot.h:6,
 from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
 from /usr/include/sigc++-2.0/sigc++/signal.h:8,
 from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
 from /usr/include/glibmm-2.4/glibmm/thread.h:51,
 from /usr/include/glibmm-2.4/glibmm.h:87,
 from /usr/include/gtkmm-2.4/gtkmm.h:87,
 from ../src/editcue.h:24,
 from ../src/editstop.cc:21:
/usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file requires 
compiler and library support for the ISO C++ 2011 standard. This support is 
currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 
compiler options.
 #error This file requires compiler and library support for the \
  ^
In file included from 
/usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0,
 from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
 from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
 from /usr/include/sigc++-2.0/sigc++/signal.h:8,
 from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
 from /usr/include/glibmm-2.4/glibmm/thread.h:51,
 from /usr/include/glibmm-2.4/glibmm.h:87,
 from /usr/include/gtkmm-2.4/gtkmm.h:87,
 from ../src/editcue.h:24,
 from ../src/editstop.cc:21:
/usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:92:3: warning: 
identifier ‘decltype’ is a keyword in C++11 [-Wc++0x-compat]
   static int check(X_functor* obj, decltype(_functor::operator()) p = 
nullptr);
   ^

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

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
--- End Message ---
--- Begin Message ---
Source: showq
Source-Version: 0.4.1+git20151103~dfsg0-1

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

Debian distribution maintenance software
pp.
Jaromír Mikeš  (supplier of updated showq 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: Sat, 21 Nov 2015 18:19:05 +0100
Source: showq
Binary: showq showq-dbg
Architecture: source amd64
Version: 0.4.1+git20151103~dfsg0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: Jaromír Mikeš 
Description:
 showq  - MIDI controllable audio player
 showq-dbg  - Debugging symbols for showq
Closes: 805682
Changes:
 showq (0.4.1+git20151103~dfsg0-1) unstable; urgency=medium
 .
   * Drop old repacking script.
   * Fix install docs.
   * Enable C++11 to prevent FTBFS.(closes: #805682)
   * Removed menu file (in response to the tech-ctte decision on #741573).
Checksums-Sha1:
 c05d5bdfd6bd0bbb75cf3345bf21899119bd970b 2248 
showq_0.4.1+git20151103~dfsg0-1.dsc
 1ad43d4a9011ff955d3fd8ec5925aab8a5d37953 130504 

Bug#805211: libffado: FTBFS: error: function ‘int* __errno_location()’ is initialized like a variable

2015-11-21 Thread David Matthew Mattli
Source: libffado
Followup-For: Bug #805211

Dear Maintainer,

In several of the tests in this package 'errno' is declared as an
int. However, errno is provided by the c runtime and may be a macro so
declaring it again as an int is an error. This is breaking the build on,
at least, sparc64. Fortunately the fix is simple: change the errno
declaration to an 'extern'. Removing the entire 'int errno' declaration
and including  would work as well.

Included is a patch that changes the declarations:

int errno = 0;

to

extern int errno;

This allows the package to build on sparc64 and doesn't break the build
on other archs.

Thanks!
David

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

Kernel: Linux 4.3.0-gentoo (SMP w/1 CPU core)
Locale: LANG=en_SG.UTF-8, LC_CTYPE=en_SG.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: unable to detect
--- a/tests/test-enhanced-mixer.cpp
+++ b/tests/test-enhanced-mixer.cpp
@@ -77,7 +77,7 @@
 exit(0);
 }
 
-int errno = 0;
+extern int errno;
 char* tail;
 int node_id = strtol( argv[1], , 0 );
 int fb_id   = strtol( argv[2], , 0 );
--- a/tests/test-mixer.cpp
+++ b/tests/test-mixer.cpp
@@ -227,7 +227,7 @@
 exit(0);
 }
 
-int errno = 0;
+extern int errno;
 char* tail;
 int port = strtol( argv[1], , 0 );
 int node_id = strtol( argv[2], , 0 );
--- a/tests/test-pan.cpp
+++ b/tests/test-pan.cpp
@@ -131,7 +131,7 @@
 exit(0);
 }
 
-int errno = 0;
+extern int errno;
 char* tail;
 int node_id = strtol( argv[1], , 0 );
 int fb_id   = strtol( argv[2], , 0 );
--- a/tests/test-volume.cpp
+++ b/tests/test-volume.cpp
@@ -127,7 +127,7 @@
 exit(0);
 }
 
-int errno = 0;
+extern int errno;
 char* tail;
 int node_id = strtol( argv[1], , 0 );
 int fb_id   = strtol( argv[2], , 0 );


Processed: your mail

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

> severity 805703 serious
Bug #805703 [libthai0] libthai0: th_wbrk goes into an infinite loop
Severity set to 'serious' from 'normal'
> quit
Stopping processing here.

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



Bug#804419: marked as done (redis: CVE-2015-8080: Integer wraparound in lua_struct.c causing stack-based buffer overflow)

2015-11-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Nov 2015 15:37:15 +
with message-id 
and subject line Bug#804419: fixed in redis 2:3.0.5-4
has caused the Debian Bug report #804419,
regarding redis: CVE-2015-8080: Integer wraparound in lua_struct.c causing 
stack-based buffer overflow
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.)


-- 
804419: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804419
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: redis
Version: 2:2.8.17-1
Severity: grave
Tags: security upstream
Forwarded: https://github.com/antirez/redis/issues/2855

Hi,

the following vulnerability was published for redis.

CVE-2015-8080[0]:
Integer wraparound in lua_struct.c causing stack-based buffer overflow

If you fix the vulnerability please also make sure to include the
CVE (Common Vulnerabilities & Exposures) id in your changelog entry.

For further information see:

[0] https://security-tracker.debian.org/tracker/CVE-2015-8080

Please adjust the affected versions in the BTS as needed.

Regards,
Salvatore
--- End Message ---
--- Begin Message ---
Source: redis
Source-Version: 2:3.0.5-4

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

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

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

Debian distribution maintenance software
pp.
Chris Lamb  (supplier of updated redis package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 21 Nov 2015 16:22:45 +0200
Source: redis
Binary: redis-server redis-tools redis-sentinel
Architecture: source amd64
Version: 2:3.0.5-4
Distribution: unstable
Urgency: high
Maintainer: Chris Lamb 
Changed-By: Chris Lamb 
Description:
 redis-sentinel - Persistent key-value database with network interface 
(monitoring)
 redis-server - Persistent key-value database with network interface
 redis-tools - Persistent key-value database with network interface (client)
Closes: 804419
Changes:
 redis (2:3.0.5-4) unstable; urgency=high
 .
   * CVE-2015-8080: Integer wraparound in lua_struct.c causing stack-based
 buffer overflow (Closes: #804419)
   * Correct call to /bin/kill in redis-{server,sentinel}.service to avoid
 "kill: invalid argument T" messages when $MAINPID is not set.
Checksums-Sha1:
 97b132adb8fe49e4b4b55ebd0ef4cb64daa88457 1961 redis_3.0.5-4.dsc
 0a378179e4dad73cc49db478178a56396f3aafc3 31012 redis_3.0.5-4.debian.tar.xz
 0fcbc1df7323e79702e567567e8e56bc1c704e1e 16668 redis-sentinel_3.0.5-4_amd64.deb
 8116194d8ca9712642d0facc65e4afedeab452f2 349868 redis-server_3.0.5-4_amd64.deb
 2ff651acf388c36dcd7b49f25830f82d142c9253 98374 redis-tools_3.0.5-4_amd64.deb
Checksums-Sha256:
 db52f3bba0e7edec7ee2714d2491eb255f27d44983e40b63f6abff85aebeead5 1961 
redis_3.0.5-4.dsc
 9436319502d0a2e2ad612e42eb83d71eef9ee524f6014dbe8a252e1291b14eba 31012 
redis_3.0.5-4.debian.tar.xz
 276e5616d9d7795d5c4fb9058b422d5ef033a7c5a9b235258fdcd0ad34cd6785 16668 
redis-sentinel_3.0.5-4_amd64.deb
 87ad19d06a0dabb7e1ec2f2980acb31684345a761e1417197484288955e795d0 349868 
redis-server_3.0.5-4_amd64.deb
 382ea6ce3ddb6e6b55e07f9533d1e2f99105b361db1e5b36bc1cca5b47f9d4f5 98374 
redis-tools_3.0.5-4_amd64.deb
Files:
 91964144e8ed33c68823c2da97ef36d2 1961 database optional redis_3.0.5-4.dsc
 d085a538870db69926fa2b4ba882e2ce 31012 database optional 
redis_3.0.5-4.debian.tar.xz
 1511de4d08874840cd1f39adb4a80b83 16668 database optional 
redis-sentinel_3.0.5-4_amd64.deb
 22c81dde07daeaafebe2f02e8fcbe31a 349868 database optional 
redis-server_3.0.5-4_amd64.deb
 30aad5deaa7f0e9b21b0bd0633ba49d3 98374 database optional 
redis-tools_3.0.5-4_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWUH5oAAoJEB6VPifUMR5Y3mYP/iEXl1aAPJDyhMO0S0NFd7Pn
EaG3z5h8fRbPvAsY/zHEGGbusSf5XqCsti1ScfWioYASusCCPpG5s4NTekhTJb5W
z5vAzLuDUurVuwAbxjlo+9YhdFUUxtUvOPOErndqfplNx96fVgDUggK1T9DOHCKV
+6z2DBQCHvC1BvbtYyD055T4e/3oBQia0y2EIVwgwqszKe7/eH4JTv6eUQfhpvUB
d00Sca2g5REkBymIivk0Ds93fWBFhX8wrQjZtm0pqL1e7YlDrxtAAaJy/5BXeilq
q2tyUzI9UU0pH14ydMUsQRj4PN5jNjXJwFjkKqkxOtg9PcKHMuNhWtHnLtMBk4tw

Bug#788708: Bug#799632: iceweasel: SIGSEGV when playing videos via gstreamer

2015-11-21 Thread Agustin Martin
2015-11-14 15:25 GMT+01:00 Soeren D. Schulze :
> I am not sure about those SIGPIPEs.  They occured to me, too, but I could
> just press 'c' in gdb and continue using iceweasel until the SIGSEGV.  On
> the other hand, they are apparently gone now in stretch.
>
> Could you press 'c' next time it happens, and wait for a SIGSEGV to occur?

Hi,

This time a SIGSEV did occur, please find attached backtrace
$ gdb --args iceweasel
GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from iceweasel...Reading symbols from 
/usr/lib/debug//usr/lib/iceweasel/iceweasel...done.
done.
(gdb) set pagination off
(gdb) run
Starting program: /usr/bin/iceweasel 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe900a700 (LWP 4545)]
[Thread 0x7fffe900a700 (LWP 4545) exited]

(process:4541): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size 
== 0' failed
[New Thread 0x7fffe900a700 (LWP 4547)]
[New Thread 0x7fffe0eff700 (LWP 4548)]
[New Thread 0x7fffe06fe700 (LWP 4549)]
[New Thread 0x77f76700 (LWP 4550)]
[New Thread 0x77ef5700 (LWP 4551)]
[New Thread 0x76def700 (LWP 4552)]
[New Thread 0x7fffdfefd700 (LWP 4553)]
[New Thread 0x7fffdfaf3700 (LWP 4554)]
[New Thread 0x7fffde9ff700 (LWP 4555)]
[New Thread 0x7fffddd44700 (LWP 4556)]
[New Thread 0x7fffdd543700 (LWP 4557)]
[New Thread 0x7fffdfe6c700 (LWP 4558)]
[New Thread 0x7fffdc5ff700 (LWP 4559)]
[New Thread 0x7fffdb8ff700 (LWP 4560)]
[New Thread 0x7fffdb0fe700 (LWP 4561)]
[New Thread 0x7fffd9a41700 (LWP 4562)]
[New Thread 0x7fffd85ff700 (LWP 4563)]
[New Thread 0x7fffd7dfe700 (LWP 4564)]
[New Thread 0x7fffd6fff700 (LWP 4565)]
[New Thread 0x7fffd6bff700 (LWP 4566)]
[New Thread 0x7fffd61ff700 (LWP 4567)]
[Thread 0x7fffd6bff700 (LWP 4566) exited]
[New Thread 0x7fffd59fe700 (LWP 4568)]
[New Thread 0x7fffd6bff700 (LWP 4569)]
[New Thread 0x7fffd4eff700 (LWP 4570)]
console.error: 
  [CustomizableUI]
  Custom widget with id loop-button does not return a valid node
[New Thread 0x7fffd35ff700 (LWP 4571)]
console.error: 
  [CustomizableUI]
  Custom widget with id loop-button does not return a valid node
[New Thread 0x7fffd28ff700 (LWP 4572)]
[New Thread 0x7fffd20fe700 (LWP 4573)]
[New Thread 0x7fffd15ff700 (LWP 4574)]
[New Thread 0x7fffd0bff700 (LWP 4575)]
[New Thread 0x7fffd03fe700 (LWP 4576)]
[New Thread 0x7fffcfbfd700 (LWP 4577)]
[New Thread 0x7fffcf0ff700 (LWP 4578)]
[New Thread 0x7fffceefe700 (LWP 4579)]
[New Thread 0x7fffd6d48700 (LWP 4580)]
[New Thread 0x7fffcc988700 (LWP 4581)]
[New Thread 0x7fffcc187700 (LWP 4582)]
[New Thread 0x7fffcb6ff700 (LWP 4583)]
[New Thread 0x7fffca7ff700 (LWP 4584)]
[New Thread 0x7fffc9df1700 (LWP 4585)]
[New Thread 0x7fffc95f0700 (LWP 4586)]
[New Thread 0x7fffc8def700 (LWP 4587)]
[New Thread 0x7fffc81ff700 (LWP 4588)]
[New Thread 0x7fffc79fe700 (LWP 4589)]
[New Thread 0x7fffc6fff700 (LWP 4590)]
ATTENTION: default value of option force_s3tc_enable overridden by environment.
[New Thread 0x7fffbdfff700 (LWP 4591)]
[New Thread 0x7fffb99ff700 (LWP 4592)]
[New Thread 0x7fffb82ff700 (LWP 4593)]
[New Thread 0x7fffb7afe700 (LWP 4594)]
[Thread 0x7fffb82ff700 (LWP 4593) exited]
[New Thread 0x7fffc7143700 (LWP 4595)]
[New Thread 0x7fffc6754700 (LWP 4596)]
[New Thread 0x7fffbd7fe700 (LWP 4597)]
[New Thread 0x7fffb82ff700 (LWP 4598)]
[New Thread 0x7fffb3c1c700 (LWP 4599)]
[New Thread 0x7fffaf1ff700 (LWP 4600)]
[New Thread 0x7fffad6e3700 (LWP 4601)]
[New Thread 0x7fffac6a9700 (LWP 4602)]
[New Thread 0x7fffbd79d700 (LWP 4603)]
[New Thread 0x7fffbd75c700 (LWP 4604)]
[New Thread 0x7fffaa7ff700 (LWP 4605)]
[New Thread 0x7fffb7269700 (LWP 4606)]
[New Thread 0x7fffa9ffe700 (LWP 4607)]
[New Thread 0x7fffa97fd700 (LWP 4608)]
[New Thread 0x7fffa8ffc700 (LWP 4609)]
[New Thread 0x7fffa87fb700 (LWP 4610)]
[New Thread 0x7fffa7ffa700 (LWP 4611)]
[New Thread 0x7fffabe78700 (LWP 4612)]
[New Thread 0x7fffa6eff700 (LWP 4613)]
[New Thread 0x7fffa4f46700 (LWP 4614)]
[Thread 0x7fffa4f46700 (LWP 4614) exited]
[New Thread 0x7fffa77f9700 (LWP 4616)]
[New Thread 0x7fffa4f46700 (LWP 4617)]
[New Thread 0x7fffa3fe7700 (LWP 4618)]
[New Thread 0x7fffa37e6700 (LWP 4619)]
[New Thread 0x7fffa2fe5700 (LWP 4620)]
[New Thread 0x7fffa27e4700 (LWP 4621)]
[New Thread 0x7fffa1fe3700 (LWP 4622)]


Bug#804736: libwfut: FTBFS: sigc++/object_slot.h: No such file or directory

2015-11-21 Thread Olek Wojnar

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Turns out that the object_slot.h file was removed from sigc++.[1] That's
why the newest builds of libwfut were failing. Other packages may
therefore be affected by this as well.

The funny thing is that object_slot.h was essentially empty even in the
older 2.4 releases. Removing the reference to it still allows libwfut to
build properly. The patch has been forwarded upstream.

- -Olek

[1] https://mail.gnome.org/archives/commits-list/2015-August/msg01723.ht
ml
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCgAGBQJWUVRRAAoJEH2D1AagncHkiYkQAKguVaOaAHJ1n9yGocvbcwky
KnZTlG+kOLZuwPZXY8HywIcNF/WNWifVrHBEv0fezD4+8uTAT9voXdFMc2HklICl
jInZRoyv/IcuzeaifXVAZNdmTcSbe05E+kK8UQvgO7pGC1CFUO1EzjPpVGEW4RXF
Yeo5+h4IrW9xbQD1tLB9vr/Eo0Ds2/wwdHTPJFVc1saEKt0nPL/ab2feEOpOqTVG
iMJIgR7/JpOmXH+nKoXuqG+JxhxVxN4N+vLC0CRfOTWuWRL1Rx7rkHHN5VMIz1i+
K5z9NVQpbzhssVKUaPS1aRjm5vIOt+t+AP0cbushzZrF38P5T1ObYJn4VgbT9Wfg
U2jtupUtZCZBdA33VxSmMGXpaJgxJbTzdAmpxIikFJfbuZdWs/y5BIZOlqPJbYmz
PX/lpHm/bc1vZzCrDCcqiJTwJsDO3Tg61nJ/uHFdDhMHn0gcvKhi2Qmd7porgYzo
n5Bwv3H38GDPggh2ESTu9T9Q9xgMrH7gcVopFTS6WCpv3A50xCd7Mxan4NfktCFW
8U95xvKG9TNZg3tIXNvEJBySyziy//JhXPZ6PQG5kE0ZhjyCgqEXkb2bx5ZOIfGb
3ZnJ56K4JtOpwDyNrhipTk3fXGxeIGzXGTB6owALSX5jKMu2qY6/1MfqImbFmiRt
5usBE9GhZM0MfUUPGuaM
=ibvh
-END PGP SIGNATURE-



Bug#805105: libatombus-perl: FTBFS: Atompub::DateTime does not export: datetime

2015-11-21 Thread Niko Tyni
reassign 805105 libperl6-export-attrs-perl 0.04-2
affects 805105 libatompub-perl
tags 805105 patch
forwarded 805105 https://rt.cpan.org/Ticket/Display.html?id=107627
thanks

On Sat, Nov 14, 2015 at 09:25:35PM +0200, Niko Tyni wrote:
> On Sat, Nov 14, 2015 at 09:19:14PM +0200, Niko Tyni wrote:
> > Package: libatombus-perl
> > Version: 1.0405-2
> > Severity: serious
> > 
> > This package fails to build on current sid:
> > 
> >   Atompub::DateTime does not export: datetime
> 
> > Looking at https://reproducible.debian.net/history/libatombus-perl.html
> > this regressed in sid between 2015-10-18 and 2015-10-27.
> 
> This was apparently broken by libperl6-export-attrs-perl_0.04-2.
> 
> See https://rt.cpan.org/Public/Bug/Display.html?id=108287
> and https://rt.cpan.org/Public/Bug/Display.html?id=107627

It's indeed a trivial regression there, patch attached.
-- 
Niko Tyni   nt...@debian.org
>From 132e0e132ba7d5185433e760f390aa330ea3ab49 Mon Sep 17 00:00:00 2001
From: Niko Tyni 
Date: Sun, 22 Nov 2015 00:08:55 +0200
Subject: [PATCH] Fix a 0.04 regression in exporting subroutines

While at it, add a test case catching the regression.

Bug: https://rt.cpan.org/Public/Bug/Display.html?id=107627
Bug-Debian: https://bugs.debian.org/805105
---
 lib/Perl6/Export/Attrs.pm |  2 +-
 t/01export.t  | 12 
 2 files changed, 13 insertions(+), 1 deletion(-)
 create mode 100644 t/01export.t

diff --git a/lib/Perl6/Export/Attrs.pm b/lib/Perl6/Export/Attrs.pm
index cbe36b0..03016aa 100644
--- a/lib/Perl6/Export/Attrs.pm
+++ b/lib/Perl6/Export/Attrs.pm
@@ -141,7 +141,7 @@ sub _generic_import {
 REQUEST:
 while ($argno < @_) {
 my $request = $_[$argno];
-if (my ($sub_name) = $request =~ m/\A & ($IDENT) (?:\(\))? \z/xms) {
+if (my ($sub_name) = $request =~ m/\A &? ($IDENT) (?:\(\))? \z/xms) {
 if (exists $request{$sub_name}) {
 splice @_, $argno, 1;
 next REQUEST;
diff --git a/t/01export.t b/t/01export.t
new file mode 100644
index 000..976e924
--- /dev/null
+++ b/t/01export.t
@@ -0,0 +1,12 @@
+use Test::More tests => 1;
+
+package Lib;
+use Perl6::Export::Attrs;
+sub doit :Export { "Do it!"; }
+1;
+
+package main;
+import Lib qw(doit);
+
+is(doit(), "Do it!", "function exported as expected");
+
-- 
2.6.2



Processed: Re: Bug#805105: libatombus-perl: FTBFS: Atompub::DateTime does not export: datetime

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

> reassign 805105 libperl6-export-attrs-perl 0.04-2
Bug #805105 [libatompub-perl] libatompub-perl: doesn't work with 
Perl6::Export::Attrs-0.0.4
Bug reassigned from package 'libatompub-perl' to 'libperl6-export-attrs-perl'.
No longer marked as found in versions libatompub-perl/0.3.7-2.
Ignoring request to alter fixed versions of bug #805105 to the same values 
previously set
Bug #805105 [libperl6-export-attrs-perl] libatompub-perl: doesn't work with 
Perl6::Export::Attrs-0.0.4
Marked as found in versions libperl6-export-attrs-perl/0.04-2.
> affects 805105 libatompub-perl
Bug #805105 [libperl6-export-attrs-perl] libatompub-perl: doesn't work with 
Perl6::Export::Attrs-0.0.4
Added indication that 805105 affects libatompub-perl
> tags 805105 patch
Bug #805105 [libperl6-export-attrs-perl] libatompub-perl: doesn't work with 
Perl6::Export::Attrs-0.0.4
Added tag(s) patch.
> forwarded 805105 https://rt.cpan.org/Ticket/Display.html?id=107627
Bug #805105 [libperl6-export-attrs-perl] libatompub-perl: doesn't work with 
Perl6::Export::Attrs-0.0.4
Set Bug forwarded-to-address to 
'https://rt.cpan.org/Ticket/Display.html?id=107627'.
> thanks
Stopping processing here.

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



Processed: severity of 777583 is serious

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

> severity 777583 serious
Bug #777583 [smartmontools] incorrect debian/copyright for smartmontools 
violates Debian policy
Severity set to 'serious' from 'minor'
> thanks
Stopping processing here.

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



Processed: zeroc-ice: diff for NMU version 3.5.1-6.3

2015-11-21 Thread Debian Bug Tracking System
Processing control commands:

> tags 791848 + patch
Bug #791848 [src:zeroc-ice] zeroc-ice: FTBFS with ruby2.2: Config.h:84:36: 
error: 'RBIGNUM' was not declared in this scope
Added tag(s) patch.
> tags 791848 + pending
Bug #791848 [src:zeroc-ice] zeroc-ice: FTBFS with ruby2.2: Config.h:84:36: 
error: 'RBIGNUM' was not declared in this scope
Added tag(s) pending.
> tags 803439 + patch
Bug #803439 [libzeroc-ice3.5-cil] libzeroc-ice3.5-cil: fails to install: E: 
installing Assembly /usr/lib/cli/libzeroc-ice3.5/Ice.dll failed
Added tag(s) patch.
> tags 803439 + pending
Bug #803439 [libzeroc-ice3.5-cil] libzeroc-ice3.5-cil: fails to install: E: 
installing Assembly /usr/lib/cli/libzeroc-ice3.5/Ice.dll failed
Added tag(s) pending.

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



Processed: severity of 802509 is wishlist

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

> severity 802509 wishlist
Bug #802509 [libboost-coroutine-dev] libboost-coroutine-dev: The 
boost-coroutine library is only compiled as a static library
Severity set to 'wishlist' from 'grave'
> thanks
Stopping processing here.

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



Processed: .

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

> severity 804369 serious
Bug #804369 [netexpect] netexpect: FTBFS with wireshark 2.0.0~rc2+g74e5b56-1 
from experimental
Severity set to 'serious' from 'important'
> thanks
Stopping processing here.

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



Bug#805387: marked as done (libtypes-datetime-perl: FTBFS: t/02mxtdt.t failure, broken by libdatetime-locale-perl_1:1.01-1)

2015-11-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Nov 2015 22:36:11 +0100
with message-id <144814177170.2509.11309415683818613...@auryn.jones.dk>
and subject line Re: Bug#805387: libtypes-datetime-perl: FTBFS: t/02mxtdt.t 
failure, broken by libdatetime-locale-perl_1:1.01-1
has caused the Debian Bug report #805387,
regarding libtypes-datetime-perl: FTBFS: t/02mxtdt.t failure, broken by 
libdatetime-locale-perl_1:1.01-1
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.)


-- 
805387: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805387
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libtypes-datetime-perl
Version: 0.001-3
Severity: serious
Tags: upstream sid stretch
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=108684

This package fails to build on current sid:

  Attribute (loc) does not pass the type constraint because: Reference bless( 
{"am_pm_abbreviated" => ["AM","PM"],"available_format...) did not pass type 
constraint "Locale" (not isa DateTime::Locale::root) at 
/usr/lib/x86_64-linux-gnu/perl5/5.20/Moose/Object.pm line 24
  Moose::Object::new('Gorch', 'loc', 'he_IL') called at t/02mxtdt.t line 121
  # Tests were run but no plan was declared and done_testing() was not seen.
  # Looks like your test exited with 255 just after 13.
  [...]
  Test Summary Report
  ---
  t/02mxtdt.t (Wstat: 65280 Tests: 13 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
  
This is [rt.cpan.org #108684] and was apparently broken recently by
libdatetime-locale-perl_1:1.01-1.
-- 
Niko Tyni   nt...@debian.org
--- End Message ---
--- Begin Message ---
Version: 0.001-4

Quoting Niko Tyni (2015-11-17 16:51:49)
> This package fails to build on current sid:

> This is [rt.cpan.org #108684] and was apparently broken recently by
> libdatetime-locale-perl_1:1.01-1.

Thanks.

Fixed in latest release.

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature
--- End Message ---


Bug#802357: marked as done (votca-csg: FTBFS: fatal error: copyrite.h: No such file or directory)

2015-11-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Nov 2015 23:05:56 +
with message-id 
and subject line Bug#802357: fixed in votca-csg 1.2.4-2
has caused the Debian Bug report #802357,
regarding votca-csg: FTBFS: fatal error: copyrite.h: No such file or directory
to be marked as done.

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

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


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

Dear Maintainer,

The package fails to build:

[  8%] Building CXX object 
src/libcsg/CMakeFiles/gmx_print_version.dir/modules/io/gmx_print_version.cc.o
cd /votca-csg-1.2.4/obj-x86_64-linux-gnu/src/libcsg && /usr/bin/c++   
-DGMX_SOFTWARE_INVSQRT -g -O2 -fPIE -fstack-protector-strong -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2  -I/votca-csg-1.2.4/include 
-I/votca-csg-1.2.4/obj-x86_64-linux-gnu/src/libcsg-o 
CMakeFiles/gmx_print_version.dir/modules/io/gmx_print_version.cc.o -c 
/votca-csg-1.2.4/src/libcsg/modules/io/gmx_print_version.cc
/votca-csg-1.2.4/src/libcsg/modules/io/gmx_print_version.cc:28:30: fatal error: 
copyrite.h: No such file or directory
compilation terminated.
src/libcsg/CMakeFiles/gmx_print_version.dir/build.make:65: recipe for target 
'src/libcsg/CMakeFiles/gmx_print_version.dir/modules/io/gmx_print_version.cc.o' 
failed
make[3]: *** 
[src/libcsg/CMakeFiles/gmx_print_version.dir/modules/io/gmx_print_version.cc.o] 
Error 1
make[3]: Leaving directory '/votca-csg-1.2.4/obj-x86_64-linux-gnu'
CMakeFiles/Makefile2:472: recipe for target 
'src/libcsg/CMakeFiles/gmx_print_version.dir/all' failed
make[2]: *** [src/libcsg/CMakeFiles/gmx_print_version.dir/all] Error 2

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

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
--- End Message ---
--- Begin Message ---
Source: votca-csg
Source-Version: 1.2.4-2

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

Debian distribution maintenance software
pp.
Michael Banck  (supplier of updated votca-csg 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: Sat, 21 Nov 2015 23:38:25 +0100
Source: votca-csg
Binary: libvotca-csg2-dev libvotca-csg2 votca-csg-scripts votca-csg-tutorials 
votca-csg
Architecture: source
Version: 1.2.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debichem Team 
Changed-By: Michael Banck 
Description:
 libvotca-csg2 - VOTCA's coarse-graining library
 libvotca-csg2-dev - VOTCA's coarse-graining library, development kit
 votca-csg  - VOTCA's coarse-graining engine
 votca-csg-scripts - VOTCA's coarse-graining scripts
 votca-csg-tutorials - VOTCA's coarse-graining tutorials
Closes: 802357
Changes:
 votca-csg (1.2.4-2) unstable; urgency=medium
 .
   [ Daniel Leidert ]
   * Fixed some lintian reported issues.
   * debian/copyright: Replaced references to code.google.com.
   * debian/watch: Updated after project moved to github.
   * debian/upstream: Renamed to debian/upstream/metadata. Replaced references
 to code.google.com accordingly.
 .
   [ Michael Banck ]
   * debian/patches/gromacs-5.1.patch: New patch, allows building against
 Gromacs-5.1, by Christoph Junghans (Closes: #802357).
Checksums-Sha1:
 56e442d0732ebaebfa8fa33c3f821245f1a20c61 2615 votca-csg_1.2.4-2.dsc
 1cc170ac994743488002e00bcc0de40f9ba4df08 5108 votca-csg_1.2.4-2.debian.tar.xz
Checksums-Sha256:
 a2df4793a24cd2ac65d66395902b28110288a6a1006ad9dc445fcb94aa132ccd 2615 
votca-csg_1.2.4-2.dsc
 61d2612dbb1a2bf9809d51da86f0de3726801330db2202b0c5f73906aa671bfc 5108 
votca-csg_1.2.4-2.debian.tar.xz
Files:
 9190388639a342af2c6d9e082e480a35 2615 science 

Bug#805207: marked as done (libdatetime-incomplete-perl: FTBFS: Failed 1/6 test programs. 0/156 subtests failed.)

2015-11-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Nov 2015 19:34:00 +
with message-id 
and subject line Bug#805207: fixed in libdatetime-incomplete-perl 0.08-1
has caused the Debian Bug report #805207,
regarding libdatetime-incomplete-perl: FTBFS: Failed 1/6 test programs. 0/156 
subtests failed.
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.)


-- 
805207: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805207
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libdatetime-incomplete-perl
Version: 0.07-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,

libdatetime-incomplete-perl fails to build from source in
unstable/amd64:

  [..]

  ok 9 - %d
  ok 10 - %e
  ok 11 - %D
  ok 12 - %h
  ok 13 - %H
  ok 14 - %I
  ok 15 - %j
  ok 16 - %k
  ok 17 - %l
  ok 18 - %m
  ok 19 - %M
  ok 20 - %N
  ok 21 - %3N
  ok 22 - %6N
  ok 23 - %10N
  ok 24 - %R
  ok 25 - %S
  ok 26 - %T
  ok 27 - %U
  ok 28 - %w
  ok 29 - %W
  ok 30 - %y
  ok 31 - %Y
  ok 32 - %Z
  ok 33 - %z
  ok 34 - %{month}
  ok 35 - %{year}
  ok 36 - %x
  ok 37 - %X
  ok 38 - %c
  Dubious, test returned 2 (wstat 512, 0x200)
  Failed 62/100 subtests 
  
  Test Summary Report
  ---
  t/13strftime.t (Wstat: 512 Tests: 38 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan.  You planned 100 tests but ran 38.
  Files=6, Tests=156,  2 wallclock secs ( 0.08 usr  0.04 sys +  1.63
  cusr  0.10 csys =  1.85 CPU)
  Result: FAIL
  Failed 1/6 test programs. 0/156 subtests failed.
  Makefile:816: recipe for target 'test_dynamic' failed
  make[1]: *** [test_dynamic] Error 2
  make[1]: Leaving directory '/build/libdatetime-incomplete-perl-0.07'
  /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/libdatetime-incomplete-perl_0.07-1.build1.log.gz


Regards,

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


libdatetime-incomplete-perl.0.07-1.unstable.amd64.log.txt.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Source: libdatetime-incomplete-perl
Source-Version: 0.08-1

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

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

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

Debian distribution maintenance software
pp.
Jonas Smedegaard  (supplier of updated 
libdatetime-incomplete-perl package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 21 Nov 2015 20:14:15 +0100
Source: libdatetime-incomplete-perl
Binary: libdatetime-incomplete-perl
Architecture: source all
Version: 0.08-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group 
Changed-By: Jonas Smedegaard 
Description:
 libdatetime-incomplete-perl - library to handle incomplete datetime like 
January 5
Closes: 805207
Changes:
 libdatetime-incomplete-perl (0.08-1) unstable; urgency=medium
 .
   [ upstream ]
   * New release.
 + Fix use DateTime::Locale->load(). Fails with DateTime-Locale-1.01.
 .
   [ Harlan Lieberman-Berg ]
   * New upstream version.
 Closes: #805207. Thanks to Chris Lamb.
   * Bump debhelper compat to level 9.
 .
   [ Jonas Smedegaard ]
   * Update copyright info:
 + Use License-Grant and License-Reference fields.
   Thanks to Ben Finney.
   * Add lintian override regarding debhelper 9.
   * Add lintian override regarding license in License-Reference field.
 See bug#786450.
Checksums-Sha1:
 aaa98c6a3e47f771f7e8057a26004c2d4a336753 2221 
libdatetime-incomplete-perl_0.08-1.dsc
 0450b2b1bf638c211a1b80b2288a964f8d5a951c 25886 

Bug#805210: marked as done (libdatetime-incomplete-perl: FTBFS: Can't locate DateTime/Locale/de.pm)

2015-11-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Nov 2015 19:34:00 +
with message-id 
and subject line Bug#805207: fixed in libdatetime-incomplete-perl 0.08-1
has caused the Debian Bug report #805207,
regarding libdatetime-incomplete-perl: FTBFS: Can't locate DateTime/Locale/de.pm
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.)


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

Dear Maintainer,

The package fails to build:

t/06next.t ... 
# 2011-03-29T10:00:00 UTC
ok 1 - result timezone is UTC
# 2011-03-29T00:00:00 UTC
ok 2 - $dt is the same
# 2011-03-28T10:00:00 UTC
ok 3 - result timezone is UTC
# 2011-03-29T00:00:00 UTC
ok 4 - $dt is the same
1..4
ok
Can't locate DateTime/Locale/de.pm in @INC (you may need to install the 
DateTime::Locale::de module) (@INC contains: 
/libdatetime-incomplete-perl-0.07/blib/lib 
/libdatetime-incomplete-perl-0.07/blib/arch /etc/perl 
/usr/local/lib/x86_64-linux-gnu/perl/5.20.2 /usr/local/share/perl/5.20.2 
/usr/lib/x86_64-linux-gnu/perl5/5.20 /usr/share/perl5 
/usr/lib/x86_64-linux-gnu/perl/5.20 /usr/share/perl/5.20 
/usr/local/lib/site_perl .) at (eval 50) line 2,  line 44.
BEGIN failed--compilation aborted at (eval 50) line 2,  line 44.
# Looks like you planned 100 tests but ran 38.
# Looks like your test exited with 2 just after 38.
t/13strftime.t ... 
1..100
ok 1 - %y
ok 2 - %Y
ok 3 - %%
ok 4 - %a
ok 5 - %A

...

Test Summary Report
---
t/13strftime.t (Wstat: 512 Tests: 38 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 100 tests but ran 38.
Files=6, Tests=156,  1 wallclock secs ( 0.03 usr  0.00 sys +  0.82 cusr  0.04 
csys =  0.89 CPU)
Result: FAIL

Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/libdatetime-incomplete-perl.html

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
--- End Message ---
--- Begin Message ---
Source: libdatetime-incomplete-perl
Source-Version: 0.08-1

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

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

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

Debian distribution maintenance software
pp.
Jonas Smedegaard  (supplier of updated 
libdatetime-incomplete-perl package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 21 Nov 2015 20:14:15 +0100
Source: libdatetime-incomplete-perl
Binary: libdatetime-incomplete-perl
Architecture: source all
Version: 0.08-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group 
Changed-By: Jonas Smedegaard 
Description:
 libdatetime-incomplete-perl - library to handle incomplete datetime like 
January 5
Closes: 805207
Changes:
 libdatetime-incomplete-perl (0.08-1) unstable; urgency=medium
 .
   [ upstream ]
   * New release.
 + Fix use DateTime::Locale->load(). Fails with DateTime-Locale-1.01.
 .
   [ Harlan Lieberman-Berg ]
   * New upstream version.
 Closes: #805207. Thanks to Chris Lamb.
   * Bump debhelper compat to level 9.
 .
   [ Jonas Smedegaard ]
   * Update copyright info:
 + Use License-Grant and License-Reference fields.
   Thanks to Ben Finney.
   * Add lintian override regarding debhelper 9.
   * Add lintian override regarding license in License-Reference field.
 See bug#786450.
Checksums-Sha1:
 aaa98c6a3e47f771f7e8057a26004c2d4a336753 2221 
libdatetime-incomplete-perl_0.08-1.dsc
 0450b2b1bf638c211a1b80b2288a964f8d5a951c 25886 
libdatetime-incomplete-perl_0.08.orig.tar.gz
 ca4fb581743d8741e53097b9923814be61ccc2a5 3004 
libdatetime-incomplete-perl_0.08-1.debian.tar.xz
 a1e4e55c3918ec4ea7cb0a438adf0a3ff30d09fd 24286 

Processed: tagging 805211

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

> tags 805211 + patch
Bug #805211 [src:libffado] libffado: FTBFS: error: function ‘int* 
__errno_location()’ is initialized like a variable
Added tag(s) patch.
> thanks
Stopping processing here.

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



Processed: closing 775362

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

> close 775362 3.4.0-2
Bug #775362 [src:ergo] ergo: FTBFS when higly parallelized: test suite 
fails+hangs
Marked as fixed in versions ergo/3.4.0-2.
Bug #775362 [src:ergo] ergo: FTBFS when higly parallelized: test suite 
fails+hangs
Marked Bug as done
> thanks
Stopping processing here.

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



Bug#775362: closing 775362

2015-11-21 Thread Michael Banck
close 775362 3.4.0-2
thanks



Bug#805738: wrong dependency on python-acme

2015-11-21 Thread Sven Hartge
On Sat, 21 Nov 2015 21:56:50 +0100 Sven Hartge  wrote:

> In trying to fix #805185 you added a dependency on

This is of course bug #805186

Grüße,
Sven.



Bug#805736: subliminal: unusable due to weird dependency of stevedore

2015-11-21 Thread Félix Sipma
Package: subliminal
Version: 0.7.4-1
Severity: grave
Justification: renders package unusable

subliminal seems to be unusable, possibly due to a weird dependency of
stevedore. Feel free to reassign to python3-stevedore if necessary.

$ subliminal
Traceback (most recent call last):
  File "/usr/bin/subliminal", line 5, in 
from pkg_resources import load_entry_point
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3080, 
in 
@_call_aside
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3066, 
in _call_aside
f(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3093, 
in _initialize_master_working_set
working_set = WorkingSet._build_master()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 651, in 
_build_master
ws.require(__requires__)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 952, in 
require
needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 839, in 
resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'argparse' distribution was not found 
and is required by stevedore



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

Kernel: Linux 4.2.0-1-amd64 (SMP w/4 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 subliminal depends on:
ii  python3 3.4.3-7
ii  python3-subliminal  0.7.4-1

subliminal recommends no packages.

subliminal suggests no packages.

-- no debconf information


signature.asc
Description: PGP signature


Bug#805737: libembperl-perl: FTBFS: apache2 crash during test suite

2015-11-21 Thread Niko Tyni
Package: libembperl-perl
Version: 2.5.0-4
Severity: serious
Tags: sid stretch
X-Debbugs-Cc: apac...@packages.debian.org

This package fails to build on current sid.

  Testing mod_perl mode...
  
  #0 ascii...   ok
  #1 pure.htm...ERR:Status read failed: Connection reset by peer
 
The test apache2 process is crashing with this backtrace:

  Core was generated by `/usr/sbin/apache2 -X -f 
/home/niko/tmp/libembperl-perl-2.5.0/test/conf/httpd.co'.
  Program terminated with signal SIGSEGV, Segmentation fault.
  #0  ap_mpm_pod_check (pod=0x0) at mpm_unix.c:459
  459 mpm_unix.c: No such file or directory.
  (gdb) bt
  #0  ap_mpm_pod_check (pod=0x0) at mpm_unix.c:459
  #1  0x7f280ff3cb17 in child_main (child_num_arg=child_num_arg@entry=0, 
child_bucket=child_bucket@entry=0)
  at prefork.c:732
  #2  0x7f280ff3cd32 in make_child (s=0x7f2811a2c470, slot=slot@entry=0, 
bucket=bucket@entry=0)
  at prefork.c:767
  #3  0x7f280ff3e292 in prefork_run (_pconf=, 
plog=0x7f2811a27028, s=0x7f2811a2c470)
  at prefork.c:979
  #4  0x56038855f9ae in ap_run_mpm (pconf=0x7f2811a53028, 
plog=0x7f2811a27028, s=0x7f2811a2c470)
  at mpm_common.c:94
  #5  0x560388559040 in main (argc=4, argv=0x7ffed5563c88) at main.c:777
 
This regressed with apache2 upgrade from 2.4.16-3 to 2.4.17-2, so I'm
cc'ing the apache2 maintainers in case they have ideas.
-- 
Niko Tyni   nt...@debian.org



Bug#800005:

2015-11-21 Thread Tobias Frost
Control: severity -1 important

... as this bug is not affecting everyone.

As per definition:
important
a bug which has a major effect on the usability of a package,
without rendering it completely unusable to everyone.



Processed:

2015-11-21 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 important
Bug #85 [fbset] fbset gets 'ioctl FBIOPUT_VSCREENINFO: Invalid argument'
Severity set to 'important' from 'grave'

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



Processed: liblognorm: diff for NMU version 1.1.2-1.1

2015-11-21 Thread Debian Bug Tracking System
Processing control commands:

> tags 788852 + patch
Bug #788852 [liblognorm2] liblognorm2: removal of liblognorm2 makes files 
disappear from liblognorm1
Added tag(s) patch.
> tags 788852 + pending
Bug #788852 [liblognorm2] liblognorm2: removal of liblognorm2 makes files 
disappear from liblognorm1
Added tag(s) pending.

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



Bug#788852: liblognorm: diff for NMU version 1.1.2-1.1

2015-11-21 Thread Andreas Bombe
Control: tags 788852 + patch
Control: tags 788852 + pending

Dear maintainer,

I've prepared an NMU for liblognorm (versioned as 1.1.2-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru liblognorm-1.1.2/debian/changelog liblognorm-1.1.2/debian/changelog
--- liblognorm-1.1.2/debian/changelog	2015-09-26 10:53:59.0 +0200
+++ liblognorm-1.1.2/debian/changelog	2015-11-21 18:19:50.0 +0100
@@ -1,3 +1,10 @@
+liblognorm (1.1.2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add Breaks for every package in Replaces (Closes: #788852)
+
+ -- Andreas Bombe   Sat, 21 Nov 2015 18:18:45 +0100
+
 liblognorm (1.1.2-1) unstable; urgency=medium
 
   * Imported Upstream version 1.1.2
diff -Nru liblognorm-1.1.2/debian/control liblognorm-1.1.2/debian/control
--- liblognorm-1.1.2/debian/control	2015-09-26 10:49:37.0 +0200
+++ liblognorm-1.1.2/debian/control	2015-11-21 18:10:23.0 +0100
@@ -36,6 +36,7 @@
 Section: libs
 Architecture: any
 Replaces: liblognorm0, liblognorm1
+Breaks: liblognorm0, liblognorm1
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same


Bug#805738: wrong dependency on python-acme

2015-11-21 Thread Sven Hartge
Package: python-letsencrypt
Version: 0.0.0.dev20151114-3
Severity: serious

Hi!

In trying to fix #805185 you added a dependency on

  python-acme (= ${source:Upstream-Version})

to the python-letsencrypt package, but this prohibits the installation
of that package:

The following packages have unmet dependencies:
 python-letsencrypt : Depends: python-acme (= 0.0.0.dev20151114) but 
0.0.0.dev20151114-1 is to be installed
E: Unable to correct problems, you have held broken packages.

I think the dependency should look like this:

  python-acme (>= ${source:Upstream-Version})
   ^!

I am no expert on dpkg-substvars or the Debian policy concerning that matter,
but a local rebuild of python-letsencrypt with that change allows the
package to install correctly. 

As far as I can see, using a >= relation is the only way to ensure that the
python-acme package is at least the same version as the python-letsencrypt
packge.

But this may/will break, if python-acme is upgraded to a higher version
before python-letsencrypt. So you'd need somthing like

  python-acme (>= ${source:Upstream-Version}), python-acme ( <= 
${binary:Version}) 

so that the version of the python-acme package is at least the same upstream
version but not higher than the version of python-letsencrypt.

This will of course break if the version of python-acme is increased
to a higher Debian release (for example -4 while python-letsencrypt
is still at -3) than python-letsencrypt.

I guess one cannot automatically express such a strict inter-package
dependency if the involved packages are not built from the same
source package. It seems the only viable solution is to manually
specify the correct python-acme version.

Grüße,
Sven.

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

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

Versions of packages python-letsencrypt depends on:
ii  python-acme0.0.0.dev20151114-1
ii  python-configargparse  0.10.0-1
ii  python-configobj   5.0.6-2
ii  python-cryptography1.1-1+b1
ii  python-dialog  3.3.0-1
ii  python-mock1.3.0-2.1
ii  python-openssl 0.15.1-2
ii  python-parsedatetime   1.4-1
ii  python-pkg-resources   18.4-2
ii  python-psutil  2.2.1-3+b1
ii  python-requests2.8.1-1
ii  python-rfc3339 1.0-2
ii  python-six 1.10.0-1
ii  python-tz  2012c+dfsg-0.1
ii  python-zope.component  4.2.2-1
ii  python-zope.interface  4.1.3-1
pn  python:any 

Versions of packages python-letsencrypt recommends:
ii  letsencrypt  0.0.0.dev20151114-3

python-letsencrypt suggests no packages.

-- debconf-show failed



Processed: zeroc-ice: diff for NMU version 3.5.1-6.3

2015-11-21 Thread Debian Bug Tracking System
Processing control commands:

> tags 791848 + patch
Bug #791848 [src:zeroc-ice] zeroc-ice: FTBFS with ruby2.2: Config.h:84:36: 
error: 'RBIGNUM' was not declared in this scope
Ignoring request to alter tags of bug #791848 to the same tags previously set
> tags 791848 + pending
Bug #791848 [src:zeroc-ice] zeroc-ice: FTBFS with ruby2.2: Config.h:84:36: 
error: 'RBIGNUM' was not declared in this scope
Ignoring request to alter tags of bug #791848 to the same tags previously set
> tags 803439 + patch
Bug #803439 [libzeroc-ice3.5-cil] libzeroc-ice3.5-cil: fails to install: E: 
installing Assembly /usr/lib/cli/libzeroc-ice3.5/Ice.dll failed
Ignoring request to alter tags of bug #803439 to the same tags previously set
> tags 803439 + pending
Bug #803439 [libzeroc-ice3.5-cil] libzeroc-ice3.5-cil: fails to install: E: 
installing Assembly /usr/lib/cli/libzeroc-ice3.5/Ice.dll failed
Ignoring request to alter tags of bug #803439 to the same tags previously set

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



Bug#791848: zeroc-ice: diff for NMU version 3.5.1-6.3

2015-11-21 Thread gregor herrmann
Control: tags 791848 + patch
Control: tags 791848 + pending
Control: tags 803439 + patch
Control: tags 803439 + pending

Dear maintainer,

Chris Knadle has prepared an NMU for zeroc-ice (versioned as
3.5.1-6.3) and I've uploaded it to DELAYED/2. Please feel free to
tell me if I should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Little Walter: Juke
diff -Nru zeroc-ice-3.5.1/debian/changelog zeroc-ice-3.5.1/debian/changelog
--- zeroc-ice-3.5.1/debian/changelog	2015-10-28 17:01:03.0 +0100
+++ zeroc-ice-3.5.1/debian/changelog	2015-11-21 08:41:17.0 +0100
@@ -1,3 +1,25 @@
+zeroc-ice (3.5.1-6.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/control:
+- Remove build-depends on hardening-wrapper
+  * debian/libzeroc-ice35v5.lintian-overrides:
+- Fix override for v5 rename
+  * debian/patches:
+- Add two patches from upstream git to fix build with ruby2.2:
+  ice-6228-fix-build-with-ruby2.2_1.patch
+  ice-6228-fix-build-with-ruby2.2_2.patch
+  Closes: #791848.
+- Add patch to switch package to using dpkg-buildflags, as there is a
+  Breaks: in binutils on hardening-wrapper.  See #802579.
+  add-dpkg-buildflags.patch
+  * debian/rules:
+- Remove lines for hardening-wrapper
+  * Upload will trigger rebuild after update to dh-strip-nondeterminism,
+should fix bug reported by piuparts.  Closes: #803439.
+
+ -- Christopher Knadle   Thu, 19 Nov 2015 20:35:26 -0500
+
 zeroc-ice (3.5.1-6.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru zeroc-ice-3.5.1/debian/control zeroc-ice-3.5.1/debian/control
--- zeroc-ice-3.5.1/debian/control	2015-09-14 12:15:35.0 +0200
+++ zeroc-ice-3.5.1/debian/control	2015-11-20 05:39:06.0 +0100
@@ -4,7 +4,6 @@
 Maintainer: Francisco Moya 
 Uploaders: Cleto Martín 
 Build-Depends: debhelper (>= 9),
-	   hardening-wrapper,
  	   libdb++-dev,
 	   libmcpp-dev (>= 2.7.1),
 	   libreadline-gplv2-dev,
diff -Nru zeroc-ice-3.5.1/debian/libzeroc-ice35v5.lintian-overrides zeroc-ice-3.5.1/debian/libzeroc-ice35v5.lintian-overrides
--- zeroc-ice-3.5.1/debian/libzeroc-ice35v5.lintian-overrides	2013-10-18 23:45:49.0 +0200
+++ zeroc-ice-3.5.1/debian/libzeroc-ice35v5.lintian-overrides	2015-11-21 07:45:06.0 +0100
@@ -1,2 +1,2 @@
-# libzeroc-ice35 also contains version number
-libzeroc-ice35: package-name-doesnt-match-sonames
+# libzeroc-ice35v5 also contains version number
+libzeroc-ice35v5: package-name-doesnt-match-sonames
diff -Nru zeroc-ice-3.5.1/debian/patches/add-dpkg-buildflags.patch zeroc-ice-3.5.1/debian/patches/add-dpkg-buildflags.patch
--- zeroc-ice-3.5.1/debian/patches/add-dpkg-buildflags.patch	1970-01-01 01:00:00.0 +0100
+++ zeroc-ice-3.5.1/debian/patches/add-dpkg-buildflags.patch	2015-11-21 06:45:03.0 +0100
@@ -0,0 +1,66 @@
+Description: switches to build hardening via dpkg-buildlfags.
+ zeroc-ice fails to build with hardening-wrapper due to a Breaks:  in binutils
+ on hardening-wrapper.  See #802579.  Additionally lintian considers a
+ build-depends on hardening-wrapper to be an Error, and there is other signs
+ that it is deprecated, so the only reasonable way to fix the build is to
+ switch the package to using dpkg-buildflags.
+Author: Christopher Knadle 
+Last-Updated: 2015-11-21
+
+--- a/cpp/config/Make.rules.Linux
 b/cpp/config/Make.rules.Linux
+@@ -33,6 +33,11 @@
+ 
+ ifeq ($(CXX),g++)
+ 
++# Add Debian hardening via dpkg-buildflags
++CPPFLAGS += $(shell dpkg-buildflags --get CPPFLAGS)
++CXXARCHFLAGS += $(shell dpkg-buildflags --get CXXFLAGS)
++CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
++
+ ifneq ($(SUSE_i586),)
+ CXXARCHFLAGS	+= -march=i586
+ endif
+@@ -110,6 +115,9 @@
+ 
+LDPLATFORMFLAGS	+= -rdynamic
+ 
++   # Add Debian hardening via dpkg-buildflags
++   LDPLATFORMFLAGS	+= $(shell dpkg-buildflags --get LDFLAGS)
++
+ endif
+ 
+ ifeq ($(CXX),icpc)
+--- a/php/config/Make.rules.php
 b/php/config/Make.rules.php
+@@ -136,7 +136,7 @@
+ runpath_libdir  := $(embedded_runpath_prefix)/lib$(lp64suffix)
+ endif
+ 
+-CPPFLAGS		=
++CPPFLAGS		= $(shell dpkg-buildflags --get CPPFLAGS)
+ ICECPPFLAGS		= -I$(slicedir)
+ SLICE2PHPFLAGS		= $(ICECPPFLAGS)
+ LDFLAGS			= $(LDPLATFORMFLAGS) $(CXXFLAGS) -L$(libdir)
+--- a/py/config/Make.rules
 b/py/config/Make.rules
+@@ -135,7 +135,7 @@
+runpath_libdir	:= $(embedded_runpath_prefix)/$(libsubdir)
+ endif
+ 
+-CPPFLAGS		=
++CPPFLAGS		= $(shell dpkg-buildflags --get CPPFLAGS)
+ ICECPPFLAGS		= -I$(slicedir)
+ SLICE2PYFLAGS		= $(ICECPPFLAGS)
+ LDFLAGS			= $(LDPLATFORMFLAGS) $(CXXFLAGS) -L$(libdir)
+--- 

Bug#796809: marked as done (Depends on an old version of libjs-jquery)

2015-11-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Nov 2015 09:34:46 +
with message-id 
and subject line Bug#796809: fixed in gitit 0.10.7-4
has caused the Debian Bug report #796809,
regarding Depends on an old version of libjs-jquery
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.)


-- 
796809: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=796809
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libghc-gitit-data
Version: 0.10.7-3
Severity: serious

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

The following packages have unmet dependencies:
 libghc-gitit-data : Depends: libjs-jquery (< 1.7.2+dfsg.0~) but 1.11.3+dfsg-1 
is to be installed

says it all.

Dmitry, you added the dependency to gitit. Would you mind updating the
packaging to something usable?

Greetings,
Joachim


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

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

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlXbUJwACgkQ9ijrk0dDIGyLkwCgmXq7NNnoQDk32BlP2iDaTye+
ZwUAn0zZlJLhTiX5c5K5sNOsrgDBWDpT
=E5jp
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
Source: gitit
Source-Version: 0.10.7-4

We believe that the bug you reported is fixed in the latest version of
gitit, 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.
Dmitry Bogatov  (supplier of updated gitit 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: Sat, 21 Nov 2015 10:45:15 +0300
Source: gitit
Binary: gitit libghc-gitit-dev libghc-gitit-prof libghc-gitit-doc 
libghc-gitit-data
Architecture: source amd64 all
Version: 0.10.7-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Haskell Group 

Changed-By: Dmitry Bogatov 
Description:
 gitit  - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-gitit-data - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-gitit-dev - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-gitit-doc - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-gitit-prof - ${haskell:ShortDescription}${haskell:ShortBlurb}
Closes: 796809
Changes:
 gitit (0.10.7-4) unstable; urgency=medium
 .
   * Rebuild for sid due upgrade of libjs-jquery there (Closes: #796809)
Checksums-Sha1:
 3f0d45bbd2b56f9e83973dfbd80c054c07126250 5883 gitit_0.10.7-4.dsc
 92f1eed39a7c5965d97d7158720ad39918862eba 8836 gitit_0.10.7-4.debian.tar.xz
 7c2cea44c2a54cd8ad5ed94a20d449970640b5ef 12226120 gitit_0.10.7-4_amd64.deb
 1454c0c49bb2b68e095f0360d0df7cd208eb9c99 114554 
libghc-gitit-data_0.10.7-4_all.deb
 1963ea445f86c59371b951915e3f51077fb87df4 882444 
libghc-gitit-dev_0.10.7-4_amd64.deb
 95c6397a121fe14db41bef87445dee42c92f8d46 162398 
libghc-gitit-doc_0.10.7-4_all.deb
 4d25dabd9adb1895083de857af598d4f87c5d0e1 1089186 
libghc-gitit-prof_0.10.7-4_amd64.deb
Checksums-Sha256:
 9306129503341eedc7f729115d48e52f955c9e66f0c2fd84756bb259dc4ec16e 5883 
gitit_0.10.7-4.dsc
 3fc5ddf1d6d7877dc397e4d2dd5f36548b632a0188f8e7d01639964dace0a939 8836 
gitit_0.10.7-4.debian.tar.xz
 ebfac73fe67b8020a9817f9966de14ee00a6d60e71ab8e5e5cac1373690dcd4d 12226120 
gitit_0.10.7-4_amd64.deb
 435f2382c5baaae45104d416394fcf65b988506ce565738cf58273a69f96f068 114554 
libghc-gitit-data_0.10.7-4_all.deb
 42644b0f8acba225425702506b0cfacb892b6095a5fd45bbfff1c566c45360c0 882444 
libghc-gitit-dev_0.10.7-4_amd64.deb
 ef414e90f048cf526790efa58c4aba778fd130126254f840175eb204045d79c2 162398 
libghc-gitit-doc_0.10.7-4_all.deb
 dcce7e0a69169700c7064729791e0eb4d2342da0693ece6c0c94ea4ebf1109df 1089186 
libghc-gitit-prof_0.10.7-4_amd64.deb
Files:
 3ebcbf5c05d7834c3f427c5c0d9b09c8 5883 haskell extra gitit_0.10.7-4.dsc
 f901990fbf4ae41ac76255769fd997bc 8836 

Bug#805722: Flightgear misses dependencies to important libraries

2015-11-21 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Package: flightgear
Version: 3.4.0-2+b1
Severity: grave

Currently, flightgear is not working at all.

There is several libraries missing in dependencies. While libalut0 is
just missing, the needed library libopenscenegraph65 is not in debian
anymore. And without that library, flightgear will not even start.

There might be others like libopenthreads13 (which is also missing in
debian).

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

Kernel: Linux 4.0.7 (SMP w/8 CPU cores)
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages flightgear depends on:
ii  flightgear-data-all   3.4.0+dfsg-1
ii  freeglut3 2.8.1-2
ii  libc6 2.19-22
ii  libdbus-1-3   1.10.4-1
ii  libflite1 2.0.0-release-1
ii  libgcc1   1:5.2.1-23
ii  libgl1-mesa-glx [libgl1]  11.0.5-1
ii  libglu1-mesa [libglu1]9.0.0-2.1
ii  libgsm1   1.0.13-4
ii  libhtsengine1 1.08-1
ii  libice6   2:1.0.9-1+b1
ii  libopenal11:1.16.0-3
ii  libopenscenegraph100v53.2.1-8
ii  libopenthreads20  3.2.1-8
ii  libplib1  1.8.5-7
ii  libpng12-01.2.54-1
ii  libsimgearcore3.4.0v5 3.4.0-3
ii  libsimgearscene3.4.0v53.4.0-3
ii  libsm62:1.2.2-1+b1
ii  libspeex1 1.2~rc1.2-1
ii  libspeexdsp1  1.2~rc1.2-1
ii  libsqlite3-0  3.9.2-1
ii  libstdc++65.2.1-23
ii  libudev1  215-18
ii  libx11-6  2:1.6.3-1
ii  libxext6  2:1.3.3-1
ii  libxi62:1.7.5-1
ii  libxmu6   2:1.1.2-2
ii  zlib1g1:1.2.8.dfsg-2+b1

flightgear recommends no packages.

flightgear suggests no packages.

- -- no debconf information

- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQGcBAEBCgAGBQJWUGWUAAoJEKZ8CrGAGfasbjAL/iNbRn+msqEy6il6/eiNs1Rl
CAOk+iWdW3hw64QXEECBguSWIq3nmOPLFkGjDgaiKtrrsEEgFRQevuDytxBGCw9G
7c5koogwUQ2Q0r1HmRyUnls0YPV6WMy5O43h18cfGKEZTCl649KBTWdqqHjZrFs4
ixqt3wmG175eFPjltTXYg4DK29HBlxy4fDLMdbGCDZ5DTVKUWkl029OvN/0luu/G
ZxzEHaC3o2zxLb+XfVcvDecZAiv5GugqplS+gvFWSSHY6xATdT4wawSVoncBZOsw
yCi+X3hwWfukJB8NjaFIvcdtuB2zZXiPPwNpKVTjp58M21QRpwKSJ2WmxGogL7zd
n0+kjf8ee5lVy9SaIGXXCbXlSXzGUJ9ppvMZAdfdXe0LqgfsG3lSOHalo93uC22I
MEqSvGSeOb2mqgqVi7glKzpUKRsQYQlERREMYu5x7YHXOwpAbTz7X0xTUBjbLOP6
A+o/ZbEFUAZcpSLGrVJtklHJp03hpWs33rn8VDvvSQ==
=oIXp
-END PGP SIGNATURE-



Bug#665334:

2015-11-21 Thread Tobias Frost
Ping?



Bug#805403: libpango-perl: FTBFS: undefined symbol: pango_cairo_update_layout (broken by pkg-config 0.29)

2015-11-21 Thread Niko Tyni
Control: tag -1 patch

On Tue, Nov 17, 2015 at 10:07:51PM +0200, Niko Tyni wrote:
> Package: libpango-perl
> Version: 1.226-2
> Tags: sid
> Severity: serious
> X-Debbugs-Cc: pkg-con...@packages.debian.org
> 
> The libpango-perl package fails to build on current sid.
> 
>   [...]
>   Warning (mostly harmless): No library found for -lglib-2.0-lpangocairo-1.0
>   [...]
>   Can't load 'blib/arch/auto/Pango/Pango.so' for module Pango: 
> blib/arch/auto/Pango/Pango.so: undefined symbol: pango_cairo_update_layout at 
> /usr/lib/x86_64-linux-gnu/perl/5.20/DynaLoader.pm line 187.

> This broke with pkg-config 0.28-1 -> 0.29-2, because 'pkg-config --libs
> pango' output no longer has a space at the end.  The libpango-perl build
> system concatenates the output with the 'pkg-config --libs pangocairo'
> output, which now breaks.
> 
> Cc'ing the pkg-config maintainer. Tollef, is this an intentional change?

Looking at
 
http://cgit.freedesktop.org/pkg-config/commit/?id=f26a505826acec6b1e1af8d1efdf959913421c3a
it apparently was intentional.

Patch for libpango-perl attached.
-- 
Niko Tyni   nt...@debian.org
>From 6bdc1e830eb1bb48209a22510425f9b0d88592ae Mon Sep 17 00:00:00 2001
From: Niko Tyni 
Date: Sat, 21 Nov 2015 10:38:52 +0200
Subject: [PATCH] Ensure word separation in linker arguments with pkg-config >=
 0.29

Since pkg-config 0.29,
 http://cgit.freedesktop.org/pkg-config/commit/?id=f26a505826acec6b1e1af8d1efdf959913421c3a
the cflags and libs no longer have a trailing space, resulting
in bogus linker arguments like -lglib-2.0-lpangocairo-1.0.

The 'cflags' strings are already joined with whitespace earlier
so only the 'libs' need fixing.
---
 Makefile.PL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.PL b/Makefile.PL
index e644209..1d3349d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -161,7 +161,7 @@ my $libs = $pango_pkgcfg{libs};
 if ($have_cairo) {
 	push @deps, qw/Cairo/;
 	$inc .= $pangocairo_pkgcfg{cflags};
-	$libs .= $pangocairo_pkgcfg{libs};
+	$libs .= ' ' . $pangocairo_pkgcfg{libs};
 }
 
 my @typemaps = map { File::Spec->catfile(cwd(), $_) }
-- 
2.6.2



Processed: Re: Bug#805403: libpango-perl: FTBFS: undefined symbol: pango_cairo_update_layout (broken by pkg-config 0.29)

2015-11-21 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 patch
Bug #805403 [libpango-perl] libpango-perl: FTBFS: undefined symbol: 
pango_cairo_update_layout (broken by pkg-config 0.29)
Bug #805671 [libpango-perl] libpango-perl: FTBFS: Pango.so: undefined symbol: 
pango_cairo_update_layout
Added tag(s) patch.
Added tag(s) patch.

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



Bug#802509: libboost-coroutine-dev: The boost-coroutine library is only compiled as a static library

2015-11-21 Thread Tobias Frost
Followup-For: Bug #802509
Control: Serverity -1 whishlist


(fixing Steve's syntax.)

Steve's right: this bug is not grave.




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

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