Bug#811876: marked as done (disulfinder: FTBFS with GCC 6: no matching function for call to)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jul 2016 05:33:46 +
with message-id 
and subject line Bug#811876: fixed in disulfinder 1.2.11-6
has caused the Debian Bug report #811876,
regarding disulfinder: FTBFS with GCC 6: no matching function for call to
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.)


-- 
811876: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811876
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: disulfinder
Version: 1.2.11-5
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-no-match

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -DDEFAULT_PKGDATADIR=\"/usr/share/disulfinder\" -O3 
> -Wall -Wno-deprecated -IBRNN/RNNs -c Input/Protein.cpp -o Input/Protein.o
> In file included from Input/Protein.cpp:11:0:
> Input/../Common/Util.h: In function 'void Util::readfile(std::vector&, 
> std::__cxx11::string)':
> Input/../Common/Util.h:120:80: error: no matching function for call to 
> 'Exception::Assert(std::ifstream&, const char [34], const char*)'
>  Exception::Assert(ifs,"Cannot open file <%s> for reading", 
> filename.c_str());
>   
>   ^
> 
> In file included from Input/../Common/Util.h:11:0,
>  from Input/Protein.cpp:11:
> Input/../Common/../Common/Exception.h:30:15: note: candidate: static void 
> Exception::Assert(bool)
>static void Assert(bool condition) { if(!condition) throw new Exception(); 
> }
>^~
> 
> Input/../Common/../Common/Exception.h:30:15: note:   candidate expects 1 
> argument, 3 provided
> Input/../Common/../Common/Exception.h:31:15: note: candidate: static void 
> Exception::Assert(bool, const char*, ...)
>static void Assert(bool condition, const char *const format,...);
>^~
> 
> Input/../Common/../Common/Exception.h:31:15: note:   no known conversion for 
> argument 1 from 'std::ifstream {aka std::basic_ifstream}' to 'bool'
> Input/../Common/../Common/Exception.h:32:15: note: candidate: static void 
> Exception::Assert(bool, const string&)
>static void Assert(bool condition, const string ) { if(!condition) 
> throw new Exception(mex); }
>^~
> 
> Input/../Common/../Common/Exception.h:32:15: note:   candidate expects 2 
> arguments, 3 provided
> In file included from Input/Protein.cpp:11:0:
> Input/../Common/Util.h: In function 'std::ostream& 
> Util::writeOptionArray(std::ostream&, const char*, ValueType*, int)':
> Input/../Common/Util.h:169:72: error: no matching function for call to 
> 'Exception::Assert(std::basic_ostream&, const char [25], const char*&)'
>  Exception::Assert(os << tag << " ", "Error while writing <%s>", tag);
> ^
> 
> In file included from Input/../Common/Util.h:11:0,
>  from Input/Protein.cpp:11:
> Input/../Common/../Common/Exception.h:30:15: note: candidate: static void 
> Exception::Assert(bool)
>static void Assert(bool condition) { if(!condition) throw new Exception(); 
> }
>^~
> 
> Input/../Common/../Common/Exception.h:30:15: note:   candidate expects 1 
> argument, 3 provided
> Input/../Common/../Common/Exception.h:31:15: note: candidate: static void 
> Exception::Assert(bool, const char*, ...)
>static void Assert(bool condition, const char *const format,...);
>^~
> 
> Input/../Common/../Common/Exception.h:31:15: note:   no known conversion for 
> argument 1 from 'std::basic_ostream' to 'bool'
> Input/../Common/../Common/Exception.h:32:15: note: candidate: static void 
> Exception::Assert(bool, const string&)
>static void Assert(bool condition, const string ) { if(!condition) 
> throw new Exception(mex); }
>^~
> 
> Input/../Common/../Common/Exception.h:32:15: note:   candidate expects 2 
> arguments, 3 provided
> In file included from Input/Protein.cpp:11:0:
> Input/../Common/Util.h:172:66: 

Bug#829111: marked as done (spock: FTBFS: exception IOException is never thrown in body of corresponding try statement)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jul 2016 05:03:14 +
with message-id 
and subject line Bug#829111: fixed in spock 0.7-groovy-2.0-3
has caused the Debian Bug report #829111,
regarding spock: FTBFS: exception IOException is never thrown in body of 
corresponding try statement
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.)


-- 
829111: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829111
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: spock
Version: 0.7-groovy-2.0-2
Severity: serious

>From my pbuilder build log:

...
   dh_auto_build -O--buildsystem=ant
ant -Duser.name debian
Buildfile: /build/spock-0.7-groovy-2.0/debian/build.xml

init:
[mkdir] Created dir: /build/spock-0.7-groovy-2.0/dist

build.core:
[mkdir] Created dir: /build/spock-0.7-groovy-2.0/spock-core/build
  [groovyc] Compiling 350 source files to
/build/spock-0.7-groovy-2.0/spock-core/build
  [groovyc] org.codehaus.groovy.control.MultipleCompilationErrorsException:
startup failed:
  [groovyc] Compile error during compilation with javac.
  [groovyc] warning: [options] bootstrap class path not set in
conjunction with -source 1.5
  [groovyc] warning: [options] source value 1.5 is obsolete and will
be removed in a future release
  [groovyc] warning: [options] target value 1.5 is obsolete and will
be removed in a future release
  [groovyc] warning: [options] To suppress warnings about obsolete
options, use -Xlint:-options.
  [groovyc] 
/build/spock-0.7-groovy-2.0/spock-core/src/main/java/spock/lang/Specification.java:46:
warning: '_' used as an identifier
  [groovyc]   public static final Object _ = Wildcard.INSTANCE;
  [groovyc]  ^
  [groovyc]   (use of '_' as an identifier might not be supported in
releases after Java SE 8)
  [groovyc] 
/build/spock-0.7-groovy-2.0/spock-core/src/main/java/org/spockframework/runtime/ConfigurationScriptLoader.java:129:
error: exception IOException is never thrown in body of corresponding
try statement
  [groovyc] } catch (IOException e) {
  [groovyc]   ^
  [groovyc] Note: Some input files use or override a deprecated API.
  [groovyc] Note: Recompile with -Xlint:deprecation for details.
  [groovyc] 1 error
  [groovyc] 5 warnings
  [groovyc]
  [groovyc]
  [groovyc] 1 error

BUILD FAILED
/build/spock-0.7-groovy-2.0/debian/build.xml:82: The following error
occurred while executing this line:
/build/spock-0.7-groovy-2.0/debian/build.xml:122: Compilation Failed

Total time: 3 seconds
dh_auto_build: ant -Duser.name debian returned exit code 1
debian/rules:8: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler
--- End Message ---
--- Begin Message ---
Source: spock
Source-Version: 0.7-groovy-2.0-3

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

Debian distribution maintenance software
pp.
tony mancill  (supplier of updated spock 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: Fri, 01 Jul 2016 21:39:41 -0700
Source: spock
Binary: libspock-java libspock-java-doc
Architecture: source all
Version: 0.7-groovy-2.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: tony mancill 
Description:
 libspock-java - testing and specification framework for Java and Groovy 
applicati
 libspock-java-doc - testing and specification framework for Java and Groovy - 
Docs
Closes: 829111
Changes:
 spock (0.7-groovy-2.0-3) unstable; urgency=medium
 .
   * Team upload.
   * Add patch for FTBFS with groovy 2.4.7. (Closes: #829111)
   * Add build-dependency and dependency upon groovy (>= 2.4.7)
Checksums-Sha1:
 01d13742bcae0bac7d1340036193ea738d5c5cf2 2257 spock_0.7-groovy-2.0-3.dsc
 a5277f961f14a53b37d9dcf4aa17277bc910df49 6372 
spock_0.7-groovy-2.0-3.debian.tar.xz
 369e0ddf6f4904555888e64cb39b8f03da70886f 284204 

Bug#811758: presage: FTBFS with GCC 6: narrowing conversion

2016-07-01 Thread Kentaro Hayashi
I hope that attached patch solves this issue.

The attached one is minimum patch to fix it, so it may not be ideal solution.

> This package fails to build with GCC 6.  GCC 6 has not been released
> yet, but it's expected that GCC 6 will become the default compiler for
> stretch.
Description: Fix FTBFS by g++-6
Author: Kentaro Hayashi 
Forwarded: No
--- a/src/lib/core/charsets.h
+++ b/src/lib/core/charsets.h
@@ -42,7 +42,7 @@
 const char PAGE_DOWN   = 128;
 
 
-const char DEFAULT_WORD_CHARS[]={
+const unsigned char DEFAULT_WORD_CHARS[]={
 'A',
 'B',
 'C',
--- a/src/lib/core/context_tracker/contextTracker.cpp
+++ b/src/lib/core/context_tracker/contextTracker.cpp
@@ -37,11 +37,11 @@
 ContextTracker::ContextTracker(Configuration* config,
 			   PredictorRegistry* registry,
 			   PresageCallback* callback,
-			   const char wChars[],
+			   const unsigned char wChars[],
 			   const char tChars[],
 			   const char bChars[],
 			   const char cChars[])
-: wordChars  (wChars),
+: wordChars  (reinterpret_cast(wChars)),
   separatorChars (tChars),
   blankspaceChars(bChars),
   controlChars   (cChars),
--- a/src/lib/core/context_tracker/contextTracker.h
+++ b/src/lib/core/context_tracker/contextTracker.h
@@ -157,7 +157,7 @@
 ContextTracker(Configuration* config,
 		   PredictorRegistry* predictorRegistry,
 		   PresageCallback* callback,
-		   const char[]=DEFAULT_WORD_CHARS,
+		   const unsigned char[]=DEFAULT_WORD_CHARS,
const char[]=DEFAULT_SEPARATOR_CHARS,
const char[]=DEFAULT_BLANKSPACE_CHARS,
const char[]=DEFAULT_CONTROL_CHARS );
--- a/test/lib/core/context_tracker/contextChangeDetectorTest.cpp
+++ b/test/lib/core/context_tracker/contextChangeDetectorTest.cpp
@@ -30,7 +30,7 @@
 
 void ContextChangeDetectorTest::setUp()
 {
-detector = new ContextChangeDetector(DEFAULT_WORD_CHARS,
+detector = new ContextChangeDetector(reinterpret_cast(DEFAULT_WORD_CHARS),
 	 DEFAULT_SEPARATOR_CHARS,
 	 DEFAULT_BLANKSPACE_CHARS,
 	 DEFAULT_CONTROL_CHARS,
--- a/test/lib/predictors/predictorsTestMockObjects.cpp
+++ b/test/lib/predictors/predictorsTestMockObjects.cpp
@@ -31,7 +31,7 @@
 ContextTracker::ContextTracker(Configuration* config,
 			   PredictorRegistry* predictorRegistry,
 			   PresageCallback* callback,
-			   const char wc[],
+			   const unsigned char wc[],
 			   const char sc[],
 			   const char bc[],
 			   const char cc[])


pgpfr6q6s1jMl.pgp
Description: PGP signature


Bug#827645: marked as done (gcc-5-cross: FTBFS in testing (recipe for target 'stamps/02-patch-stamp' failed))

2016-07-01 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jul 2016 01:02:10 +
with message-id 
and subject line Bug#827645: fixed in gcc-5-cross 24
has caused the Debian Bug report #827645,
regarding gcc-5-cross: FTBFS in testing (recipe for target 
'stamps/02-patch-stamp' 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.)


-- 
827645: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827645
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gcc-5-cross
Version: 23
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
Severity: serious

Dear maintainer:

This package currently fails to build in stretch:


[...]
patching file src/lto-plugin/Makefile.am
patching file src/libitm/Makefile.in
patching file src/libitm/Makefile.am
patching file src/gcc/gcc.c
Hunk #1 succeeded at 4039 (offset 69 lines).
Hunk #2 succeeded at 4065 (offset 69 lines).
patching file src/gcc/Makefile.in
Hunk #1 succeeded at 587 (offset 6 lines).
Hunk #2 succeeded at 1994 (offset 23 lines).
Hunk #3 succeeded at 2617 (offset 23 lines).
patching file src/libssp/Makefile.in
patching file src/libssp/Makefile.am
patching file src/libquadmath/Makefile.in
patching file src/libquadmath/Makefile.am
patching file src/libobjc/Makefile.in
patching file src/libada/Makefile.in
patching file src/libgomp/Makefile.in
patching file src/libgomp/Makefile.am
patching file src/libgcc/Makefile.in
patching file src/libjava/Makefile.in
patching file src/libjava/Makefile.am
patching file src/libffi/include/Makefile.am
patching file src/libffi/include/Makefile.in
patching file src/libcc1/Makefile.am
patching file src/libcc1/Makefile.in
patching file src/libsanitizer/Makefile.am
patching file src/libsanitizer/Makefile.in
Hunk #1 succeeded at 256 (offset 1 line).

Applying patch gdc-cross-install-location.diff
patching file src/libphobos/configure.ac
Hunk #1 FAILED at 167.
1 out of 1 hunk FAILED -- rejects in file src/libphobos/configure.ac
Patch gdc-cross-install-location.diff does not apply (enforce with -f)
debian/rules.patch:388: recipe for target 'stamps/02-patch-stamp' failed
make[1]: *** [stamps/02-patch-stamp] Error 1
make[1]: Leaving directory '/<>/gcc'
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debian/rules:227: recipe for target 'stamp-dir/build-gcc.s390x' failed


You can find a full build log here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/gcc-5-cross.html

Thanks.
--- End Message ---
--- Begin Message ---
Source: gcc-5-cross
Source-Version: 24

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

Debian distribution maintenance software
pp.
Matthias Klose  (supplier of updated gcc-5-cross 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: Fri, 01 Jul 2016 11:35:08 +0200
Source: gcc-5-cross
Binary: gcc-5-cross-base gcc-5-s390x-linux-gnu-base libgcc-5-dev-s390x-cross 
lib32gcc-5-dev-s390x-cross gcc-5-s390x-linux-gnu gcc-5-multilib-s390x-linux-gnu 
gcc-5-plugin-dev-s390x-linux-gnu cpp-5-s390x-linux-gnu g++-5-s390x-linux-gnu 
g++-5-multilib-s390x-linux-gnu gobjc++-5-s390x-linux-gnu 
gobjc++-5-multilib-s390x-linux-gnu gobjc-5-s390x-linux-gnu 
gobjc-5-multilib-s390x-linux-gnu libobjc-5-dev-s390x-cross 
lib32objc-5-dev-s390x-cross gfortran-5-s390x-linux-gnu 
gfortran-5-multilib-s390x-linux-gnu libgfortran-5-dev-s390x-cross 
lib32gfortran-5-dev-s390x-cross gccgo-5-s390x-linux-gnu 
gccgo-5-multilib-s390x-linux-gnu libgo7-s390x-cross lib32go7-s390x-cross 
libstdc++-5-dev-s390x-cross libstdc++-5-pic-s390x-cross 
lib32stdc++-5-dev-s390x-cross gcj-5-s390x-linux-gnu gdc-5-s390x-linux-gnu 
gdc-5-multilib-s390x-linux-gnu gnat-5-s390x-linux-gnu 
gnat-5-sjlj-s390x-linux-gnu libgnat-5-s390x-cross libgnatvsn5-dev-s390x-cross 
libgnatvsn5-s390x-cross libgnatprj5-dev-s390x-cross
 libgnatprj5-s390x-cross 

Bug#829231: marked as done (snow: FTBFS: dh_clean: Please specify the compatibility level in debian/compat)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jul 2016 00:49:19 +
with message-id 
and subject line Bug#829231: fixed in snow 1:0.4.1-2
has caused the Debian Bug report #829231,
regarding snow: FTBFS: dh_clean: Please specify the compatibility level in 
debian/compat
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.)


-- 
829231: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829231
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: snow
Version: 1:0.4.1-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,

snow fails to build from source in unstable/amd64:

  [..]

  Preparing to unpack .../x11-common_1%3a7.7+15_all.deb ...
  Unpacking x11-common (1:7.7+15) ...
  Selecting previously unselected package libice6:amd64.
  Preparing to unpack .../libice6_2%3a1.0.9-1+b1_amd64.deb ...
  Unpacking libice6:amd64 (2:1.0.9-1+b1) ...
  Selecting previously unselected package libjpeg62-turbo:amd64.
  Preparing to unpack .../libjpeg62-turbo_1%3a1.5.0-1_amd64.deb ...
  Unpacking libjpeg62-turbo:amd64 (1:1.5.0-1) ...
  Selecting previously unselected package liblapack3.
  Preparing to unpack .../liblapack3_3.6.1-1_amd64.deb ...
  Unpacking liblapack3 (3.6.1-1) ...
  Selecting previously unselected package fontconfig.
  Preparing to unpack .../fontconfig_2.11.0-6.4_amd64.deb ...
  Unpacking fontconfig (2.11.0-6.4) ...
  Selecting previously unselected package libthai-data.
  Preparing to unpack .../libthai-data_0.1.25-1_all.deb ...
  Unpacking libthai-data (0.1.25-1) ...
  Selecting previously unselected package libdatrie1:amd64.
  Preparing to unpack .../libdatrie1_0.2.10-2_amd64.deb ...
  Unpacking libdatrie1:amd64 (0.2.10-2) ...
  Selecting previously unselected package libthai0:amd64.
  Preparing to unpack .../libthai0_0.1.25-1_amd64.deb ...
  Unpacking libthai0:amd64 (0.1.25-1) ...
  Selecting previously unselected package libpango-1.0-0:amd64.
  Preparing to unpack .../libpango-1.0-0_1.40.1-1_amd64.deb ...
  Unpacking libpango-1.0-0:amd64 (1.40.1-1) ...
  Selecting previously unselected package libgraphite2-3:amd64.
  Preparing to unpack .../libgraphite2-3_1.3.8-1_amd64.deb ...
  Unpacking libgraphite2-3:amd64 (1.3.8-1) ...
  Selecting previously unselected package libharfbuzz0b:amd64.
  Preparing to unpack .../libharfbuzz0b_1.2.6-2_amd64.deb ...
  Unpacking libharfbuzz0b:amd64 (1.2.6-2) ...
  Selecting previously unselected package libpangoft2-1.0-0:amd64.
  Preparing to unpack .../libpangoft2-1.0-0_1.40.1-1_amd64.deb ...
  Unpacking libpangoft2-1.0-0:amd64 (1.40.1-1) ...
  Selecting previously unselected package libpangocairo-1.0-0:amd64.
  Preparing to unpack .../libpangocairo-1.0-0_1.40.1-1_amd64.deb ...
  Unpacking libpangocairo-1.0-0:amd64 (1.40.1-1) ...
  Selecting previously unselected package libsm6:amd64.
  Preparing to unpack .../libsm6_2%3a1.2.2-1+b1_amd64.deb ...
  Unpacking libsm6:amd64 (2:1.2.2-1+b1) ...
  Selecting previously unselected package libtcl8.6:amd64.
  Preparing to unpack .../libtcl8.6_8.6.5+dfsg-2_amd64.deb ...
  Unpacking libtcl8.6:amd64 (8.6.5+dfsg-2) ...
  Selecting previously unselected package libjbig0:amd64.
  Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ...
  Unpacking libjbig0:amd64 (2.1-3.1) ...
  Selecting previously unselected package libtiff5:amd64.
  Preparing to unpack .../libtiff5_4.0.6-1_amd64.deb ...
  Unpacking libtiff5:amd64 (4.0.6-1) ...
  Selecting previously unselected package libxft2:amd64.
  Preparing to unpack .../libxft2_2.3.2-1_amd64.deb ...
  Unpacking libxft2:amd64 (2.3.2-1) ...
  Selecting previously unselected package libxss1:amd64.
  Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ...
  Unpacking libxss1:amd64 (1:1.2.2-1) ...
  Selecting previously unselected package libtk8.6:amd64.
  Preparing to unpack .../libtk8.6_8.6.5-1_amd64.deb ...
  Unpacking libtk8.6:amd64 (8.6.5-1) ...
  Selecting previously unselected package libxt6:amd64.
  Preparing to unpack .../libxt6_1%3a1.1.5-1_amd64.deb ...
  Unpacking libxt6:amd64 (1:1.1.5-1) ...
  Selecting previously unselected package openssl.
  Preparing to unpack .../openssl_1.0.2h-1_amd64.deb ...
  Unpacking openssl (1.0.2h-1) ...
  Selecting previously unselected package ca-certificates.
  Preparing to unpack .../ca-certificates_20160104_all.deb ...
  Unpacking ca-certificates (20160104) ...
  Selecting previously unselected package r-base-core.
  Preparing to unpack .../r-base-core_3.3.1-1_amd64.deb ...
  

Bug#829184: marked as done (mnormt: FTBFS: dh_clean: Please specify the compatibility level in debian/compat)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jul 2016 00:34:00 +
with message-id 
and subject line Bug#829184: fixed in mnormt 1.5-4-2
has caused the Debian Bug report #829184,
regarding mnormt: FTBFS: dh_clean: Please specify the compatibility level in 
debian/compat
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.)


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

Dear Maintainer,

mnormt fails to build from source in unstable/amd64:

  [..]

  Preparing to unpack .../x11-common_1%3a7.7+15_all.deb ...
  Unpacking x11-common (1:7.7+15) ...
  Selecting previously unselected package libice6:amd64.
  Preparing to unpack .../libice6_2%3a1.0.9-1+b1_amd64.deb ...
  Unpacking libice6:amd64 (2:1.0.9-1+b1) ...
  Selecting previously unselected package libjpeg62-turbo:amd64.
  Preparing to unpack .../libjpeg62-turbo_1%3a1.5.0-1_amd64.deb ...
  Unpacking libjpeg62-turbo:amd64 (1:1.5.0-1) ...
  Selecting previously unselected package liblapack3.
  Preparing to unpack .../liblapack3_3.6.1-1_amd64.deb ...
  Unpacking liblapack3 (3.6.1-1) ...
  Selecting previously unselected package fontconfig.
  Preparing to unpack .../fontconfig_2.11.0-6.4_amd64.deb ...
  Unpacking fontconfig (2.11.0-6.4) ...
  Selecting previously unselected package libthai-data.
  Preparing to unpack .../libthai-data_0.1.25-1_all.deb ...
  Unpacking libthai-data (0.1.25-1) ...
  Selecting previously unselected package libdatrie1:amd64.
  Preparing to unpack .../libdatrie1_0.2.10-2_amd64.deb ...
  Unpacking libdatrie1:amd64 (0.2.10-2) ...
  Selecting previously unselected package libthai0:amd64.
  Preparing to unpack .../libthai0_0.1.25-1_amd64.deb ...
  Unpacking libthai0:amd64 (0.1.25-1) ...
  Selecting previously unselected package libpango-1.0-0:amd64.
  Preparing to unpack .../libpango-1.0-0_1.40.1-1_amd64.deb ...
  Unpacking libpango-1.0-0:amd64 (1.40.1-1) ...
  Selecting previously unselected package libgraphite2-3:amd64.
  Preparing to unpack .../libgraphite2-3_1.3.8-1_amd64.deb ...
  Unpacking libgraphite2-3:amd64 (1.3.8-1) ...
  Selecting previously unselected package libharfbuzz0b:amd64.
  Preparing to unpack .../libharfbuzz0b_1.2.6-2_amd64.deb ...
  Unpacking libharfbuzz0b:amd64 (1.2.6-2) ...
  Selecting previously unselected package libpangoft2-1.0-0:amd64.
  Preparing to unpack .../libpangoft2-1.0-0_1.40.1-1_amd64.deb ...
  Unpacking libpangoft2-1.0-0:amd64 (1.40.1-1) ...
  Selecting previously unselected package libpangocairo-1.0-0:amd64.
  Preparing to unpack .../libpangocairo-1.0-0_1.40.1-1_amd64.deb ...
  Unpacking libpangocairo-1.0-0:amd64 (1.40.1-1) ...
  Selecting previously unselected package libsm6:amd64.
  Preparing to unpack .../libsm6_2%3a1.2.2-1+b1_amd64.deb ...
  Unpacking libsm6:amd64 (2:1.2.2-1+b1) ...
  Selecting previously unselected package libtcl8.6:amd64.
  Preparing to unpack .../libtcl8.6_8.6.5+dfsg-2_amd64.deb ...
  Unpacking libtcl8.6:amd64 (8.6.5+dfsg-2) ...
  Selecting previously unselected package libjbig0:amd64.
  Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ...
  Unpacking libjbig0:amd64 (2.1-3.1) ...
  Selecting previously unselected package libtiff5:amd64.
  Preparing to unpack .../libtiff5_4.0.6-1_amd64.deb ...
  Unpacking libtiff5:amd64 (4.0.6-1) ...
  Selecting previously unselected package libxft2:amd64.
  Preparing to unpack .../libxft2_2.3.2-1_amd64.deb ...
  Unpacking libxft2:amd64 (2.3.2-1) ...
  Selecting previously unselected package libxss1:amd64.
  Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ...
  Unpacking libxss1:amd64 (1:1.2.2-1) ...
  Selecting previously unselected package libtk8.6:amd64.
  Preparing to unpack .../libtk8.6_8.6.5-1_amd64.deb ...
  Unpacking libtk8.6:amd64 (8.6.5-1) ...
  Selecting previously unselected package libxt6:amd64.
  Preparing to unpack .../libxt6_1%3a1.1.5-1_amd64.deb ...
  Unpacking libxt6:amd64 (1:1.1.5-1) ...
  Selecting previously unselected package openssl.
  Preparing to unpack .../openssl_1.0.2h-1_amd64.deb ...
  Unpacking openssl (1.0.2h-1) ...
  Selecting previously unselected package ca-certificates.
  Preparing to unpack .../ca-certificates_20160104_all.deb ...
  Unpacking ca-certificates (20160104) ...
  Selecting previously unselected package r-base-core.
  Preparing to unpack .../r-base-core_3.3.1-1_amd64.deb ...
  

Bug#829161: marked as done (gplots: FTBFS: dh_clean: Please specify the compatibility level in debian/compat)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jul 2016 00:33:51 +
with message-id 
and subject line Bug#829161: fixed in gplots 3.0.1-2
has caused the Debian Bug report #829161,
regarding gplots: FTBFS: dh_clean: Please specify the compatibility level in 
debian/compat
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.)


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

gplots fails to build from source in unstable/amd64:

  [..]

  Preparing to unpack .../libpango-1.0-0_1.40.1-1_amd64.deb ...
  Unpacking libpango-1.0-0:amd64 (1.40.1-1) ...
  Selecting previously unselected package libgraphite2-3:amd64.
  Preparing to unpack .../libgraphite2-3_1.3.8-1_amd64.deb ...
  Unpacking libgraphite2-3:amd64 (1.3.8-1) ...
  Selecting previously unselected package libharfbuzz0b:amd64.
  Preparing to unpack .../libharfbuzz0b_1.2.6-2_amd64.deb ...
  Unpacking libharfbuzz0b:amd64 (1.2.6-2) ...
  Selecting previously unselected package libpangoft2-1.0-0:amd64.
  Preparing to unpack .../libpangoft2-1.0-0_1.40.1-1_amd64.deb ...
  Unpacking libpangoft2-1.0-0:amd64 (1.40.1-1) ...
  Selecting previously unselected package libpangocairo-1.0-0:amd64.
  Preparing to unpack .../libpangocairo-1.0-0_1.40.1-1_amd64.deb ...
  Unpacking libpangocairo-1.0-0:amd64 (1.40.1-1) ...
  Selecting previously unselected package libsm6:amd64.
  Preparing to unpack .../libsm6_2%3a1.2.2-1+b1_amd64.deb ...
  Unpacking libsm6:amd64 (2:1.2.2-1+b1) ...
  Selecting previously unselected package libtcl8.6:amd64.
  Preparing to unpack .../libtcl8.6_8.6.5+dfsg-2_amd64.deb ...
  Unpacking libtcl8.6:amd64 (8.6.5+dfsg-2) ...
  Selecting previously unselected package libjbig0:amd64.
  Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ...
  Unpacking libjbig0:amd64 (2.1-3.1) ...
  Selecting previously unselected package libtiff5:amd64.
  Preparing to unpack .../libtiff5_4.0.6-1_amd64.deb ...
  Unpacking libtiff5:amd64 (4.0.6-1) ...
  Selecting previously unselected package libxft2:amd64.
  Preparing to unpack .../libxft2_2.3.2-1_amd64.deb ...
  Unpacking libxft2:amd64 (2.3.2-1) ...
  Selecting previously unselected package libxss1:amd64.
  Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ...
  Unpacking libxss1:amd64 (1:1.2.2-1) ...
  Selecting previously unselected package libtk8.6:amd64.
  Preparing to unpack .../libtk8.6_8.6.5-1_amd64.deb ...
  Unpacking libtk8.6:amd64 (8.6.5-1) ...
  Selecting previously unselected package libxt6:amd64.
  Preparing to unpack .../libxt6_1%3a1.1.5-1_amd64.deb ...
  Unpacking libxt6:amd64 (1:1.1.5-1) ...
  Selecting previously unselected package openssl.
  Preparing to unpack .../openssl_1.0.2h-1_amd64.deb ...
  Unpacking openssl (1.0.2h-1) ...
  Selecting previously unselected package ca-certificates.
  Preparing to unpack .../ca-certificates_20160104_all.deb ...
  Unpacking ca-certificates (20160104) ...
  Selecting previously unselected package r-base-core.
  Preparing to unpack .../r-base-core_3.3.1-1_amd64.deb ...
  Unpacking r-base-core (3.3.1-1) ...
  Selecting previously unselected package libgfortran-5-dev:amd64.
  Preparing to unpack .../libgfortran-5-dev_5.4.0-4_amd64.deb ...
  Unpacking libgfortran-5-dev:amd64 (5.4.0-4) ...
  Selecting previously unselected package gfortran-5.
  Preparing to unpack .../gfortran-5_5.4.0-4_amd64.deb ...
  Unpacking gfortran-5 (5.4.0-4) ...
  Selecting previously unselected package gfortran.
  Preparing to unpack .../gfortran_4%3a5.3.1-3_amd64.deb ...
  Unpacking gfortran (4:5.3.1-3) ...
  Selecting previously unselected package libblas-dev.
  Preparing to unpack .../libblas-dev_3.6.1-1_amd64.deb ...
  Unpacking libblas-dev (3.6.1-1) ...
  Selecting previously unselected package liblapack-dev.
  Preparing to unpack .../liblapack-dev_3.6.1-1_amd64.deb ...
  Unpacking liblapack-dev (3.6.1-1) ...
  Selecting previously unselected package libtinfo-dev:amd64.
  Preparing to unpack .../libtinfo-dev_6.0+20160319-2+b1_amd64.deb ...
  Unpacking libtinfo-dev:amd64 (6.0+20160319-2+b1) ...
  Selecting previously unselected package libncurses5-dev:amd64.
  Preparing to unpack .../libncurses5-dev_6.0+20160319-2+b1_amd64.deb ...
  Unpacking libncurses5-dev:amd64 (6.0+20160319-2+b1) ...
  Selecting previously unselected package libreadline6-dev:amd64.
  Preparing 

Bug#829228: marked as done (r-cran-getopt: FTBFS: dh_clean: Please specify the compatibility level in debian/compat)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jul 2016 00:34:27 +
with message-id 
and subject line Bug#829228: fixed in r-cran-getopt 1.20.0-2
has caused the Debian Bug report #829228,
regarding r-cran-getopt: FTBFS: dh_clean: Please specify the compatibility 
level in debian/compat
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.)


-- 
829228: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829228
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: r-cran-getopt
Version: 1.20.0-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,

r-cran-getopt fails to build from source in unstable/amd64:

  [..]

  Preparing to unpack .../x11-common_1%3a7.7+15_all.deb ...
  Unpacking x11-common (1:7.7+15) ...
  Selecting previously unselected package libice6:amd64.
  Preparing to unpack .../libice6_2%3a1.0.9-1+b1_amd64.deb ...
  Unpacking libice6:amd64 (2:1.0.9-1+b1) ...
  Selecting previously unselected package libjpeg62-turbo:amd64.
  Preparing to unpack .../libjpeg62-turbo_1%3a1.5.0-1_amd64.deb ...
  Unpacking libjpeg62-turbo:amd64 (1:1.5.0-1) ...
  Selecting previously unselected package liblapack3.
  Preparing to unpack .../liblapack3_3.6.1-1_amd64.deb ...
  Unpacking liblapack3 (3.6.1-1) ...
  Selecting previously unselected package fontconfig.
  Preparing to unpack .../fontconfig_2.11.0-6.4_amd64.deb ...
  Unpacking fontconfig (2.11.0-6.4) ...
  Selecting previously unselected package libthai-data.
  Preparing to unpack .../libthai-data_0.1.25-1_all.deb ...
  Unpacking libthai-data (0.1.25-1) ...
  Selecting previously unselected package libdatrie1:amd64.
  Preparing to unpack .../libdatrie1_0.2.10-2_amd64.deb ...
  Unpacking libdatrie1:amd64 (0.2.10-2) ...
  Selecting previously unselected package libthai0:amd64.
  Preparing to unpack .../libthai0_0.1.25-1_amd64.deb ...
  Unpacking libthai0:amd64 (0.1.25-1) ...
  Selecting previously unselected package libpango-1.0-0:amd64.
  Preparing to unpack .../libpango-1.0-0_1.40.1-1_amd64.deb ...
  Unpacking libpango-1.0-0:amd64 (1.40.1-1) ...
  Selecting previously unselected package libgraphite2-3:amd64.
  Preparing to unpack .../libgraphite2-3_1.3.8-1_amd64.deb ...
  Unpacking libgraphite2-3:amd64 (1.3.8-1) ...
  Selecting previously unselected package libharfbuzz0b:amd64.
  Preparing to unpack .../libharfbuzz0b_1.2.6-2_amd64.deb ...
  Unpacking libharfbuzz0b:amd64 (1.2.6-2) ...
  Selecting previously unselected package libpangoft2-1.0-0:amd64.
  Preparing to unpack .../libpangoft2-1.0-0_1.40.1-1_amd64.deb ...
  Unpacking libpangoft2-1.0-0:amd64 (1.40.1-1) ...
  Selecting previously unselected package libpangocairo-1.0-0:amd64.
  Preparing to unpack .../libpangocairo-1.0-0_1.40.1-1_amd64.deb ...
  Unpacking libpangocairo-1.0-0:amd64 (1.40.1-1) ...
  Selecting previously unselected package libsm6:amd64.
  Preparing to unpack .../libsm6_2%3a1.2.2-1+b1_amd64.deb ...
  Unpacking libsm6:amd64 (2:1.2.2-1+b1) ...
  Selecting previously unselected package libtcl8.6:amd64.
  Preparing to unpack .../libtcl8.6_8.6.5+dfsg-2_amd64.deb ...
  Unpacking libtcl8.6:amd64 (8.6.5+dfsg-2) ...
  Selecting previously unselected package libjbig0:amd64.
  Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ...
  Unpacking libjbig0:amd64 (2.1-3.1) ...
  Selecting previously unselected package libtiff5:amd64.
  Preparing to unpack .../libtiff5_4.0.6-1_amd64.deb ...
  Unpacking libtiff5:amd64 (4.0.6-1) ...
  Selecting previously unselected package libxft2:amd64.
  Preparing to unpack .../libxft2_2.3.2-1_amd64.deb ...
  Unpacking libxft2:amd64 (2.3.2-1) ...
  Selecting previously unselected package libxss1:amd64.
  Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ...
  Unpacking libxss1:amd64 (1:1.2.2-1) ...
  Selecting previously unselected package libtk8.6:amd64.
  Preparing to unpack .../libtk8.6_8.6.5-1_amd64.deb ...
  Unpacking libtk8.6:amd64 (8.6.5-1) ...
  Selecting previously unselected package libxt6:amd64.
  Preparing to unpack .../libxt6_1%3a1.1.5-1_amd64.deb ...
  Unpacking libxt6:amd64 (1:1.1.5-1) ...
  Selecting previously unselected package openssl.
  Preparing to unpack .../openssl_1.0.2h-1_amd64.deb ...
  Unpacking openssl (1.0.2h-1) ...
  Selecting previously unselected package ca-certificates.
  Preparing to unpack .../ca-certificates_20160104_all.deb ...
  Unpacking ca-certificates (20160104) ...
  Selecting previously unselected package r-base-core.
  Preparing to unpack 

Bug#829109: marked as done (acepack: FTBFS: dh_clean: Compatibility levels before 5 are no longer supported (level 4 requested))

2016-07-01 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jul 2016 00:20:21 +
with message-id 
and subject line Bug#829109: fixed in acepack 1.3.3.3-2
has caused the Debian Bug report #829109,
regarding acepack: FTBFS: dh_clean: Compatibility levels before 5 are no longer 
supported (level 4 requested)
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.)


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

acepack fails to build from source in unstable/amd64:

  [..]

  LOGNAME=lamby
  SHLVL=1
  PWD=/home/lamby/temp/cdt.20160630174839.hUIz8Hxyao.acepack/acepack-1.3.3.3
  OLDPWD=/home/lamby/temp/cdt.20160630174839.hUIz8Hxyao.acepack
  GPG_TTY=/dev/console
  QUILT_PATCHES=debian/patches
  QUILT_NO_DIFF_INDEX=1
  QUILT_REFRESH_ARGS=-p ab --no-timestamps --no-index
  DEBEMAIL=la...@debian.org
  DEBFULLNAME=Chris Lamb
  EDITOR=vim
  LESS=-cgiFx4M
  BLASTER=A220 I5 D1 H5 P330 T6
  _=/usr/bin/env
  
  
**
  ** Building acepack 1.3.3.3-1 on amd64
  **
  
**
  
   dpkg-buildpackage -rfakeroot -D -us -uc -b
  dpkg-buildpackage: info: source package acepack
  dpkg-buildpackage: info: source version 1.3.3.3-1
  dpkg-buildpackage: info: source distribution unstable
  dpkg-buildpackage: info: source changed by Dirk Eddelbuettel 
   dpkg-source --before-build acepack-1.3.3.3
  dpkg-buildpackage: info: host architecture amd64
   fakeroot debian/rules clean
  CDBS WARNING:simple-patchsys.mk is deprecated since 0.4.85 - please use 
source format 3.0 (quilt) instead
  test -x debian/rules
  /usr/bin/make -f debian/rules reverse-config
  make[1]: Entering directory 
'/home/lamby/temp/cdt.20160630174839.hUIz8Hxyao.acepack/acepack-1.3.3.3'
  CDBS WARNING:simple-patchsys.mk is deprecated since 0.4.85 - please use 
source format 3.0 (quilt) instead
  make[1]: 'reverse-config' is up to date.
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20160630174839.hUIz8Hxyao.acepack/acepack-1.3.3.3'
  if [ "reverse-patches" = "reverse-patches" ]; then rm -f 
debian/stamp-patched; fi
  patches: 
  if [ "reverse-patches" != "reverse-patches" ]; then touch 
debian/stamp-patched; fi
  if [ "reverse-patches" != "reverse-patches" ] ; then \
/usr/bin/make -f debian/rules update-config ; \
  fi
  for dir in debian/patches ; do \
  rm -f $dir/*.log ; \
  done
  dh_clean 
  dh_clean: Compatibility levels before 5 are no longer supported (level 4 
requested)
  /usr/share/cdbs/1/rules/debhelper.mk:217: recipe for target 'clean' failed
  make: *** [clean] Error 25

  [..]

The full build log is attached.


Regards,

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


acepack.1.3.3.3-1.unstable.amd64.log.txt.gz
Description: Binary data
--- End Message ---
--- Begin Message ---
Source: acepack
Source-Version: 1.3.3.3-2

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

Debian distribution maintenance software
pp.
Dirk Eddelbuettel  (supplier of updated acepack 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: Fri, 01 Jul 2016 19:01:03 -0500
Source: acepack
Binary: r-cran-acepack
Architecture: source amd64
Version: 1.3.3.3-2
Distribution: unstable
Urgency: medium
Maintainer: Dirk Eddelbuettel 
Changed-By: Dirk Eddelbuettel 
Description:
 r-cran-acepack - GNU R package for regression transformations
Closes: 829109
Changes:
 acepack (1.3.3.3-2) unstable; urgency=medium
 .
   * debian/compat: Change level to 7

Bug#829023: marked as done (r-cran-runit: FTBFS: dh_clean: Please specify the compatibility level in debian/compat)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jul 2016 00:22:02 +
with message-id 
and subject line Bug#829023: fixed in r-cran-runit 0.4.31-2
has caused the Debian Bug report #829023,
regarding r-cran-runit: FTBFS: dh_clean: Please specify the compatibility level 
in debian/compat
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.)


-- 
829023: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829023
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: r-cran-runit
Version: 0.4.31-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,

r-cran-runit fails to build from source in unstable/amd64:

  [..]

  Preparing to unpack .../x11-common_1%3a7.7+15_all.deb ...
  Unpacking x11-common (1:7.7+15) ...
  Selecting previously unselected package libice6:amd64.
  Preparing to unpack .../libice6_2%3a1.0.9-1+b1_amd64.deb ...
  Unpacking libice6:amd64 (2:1.0.9-1+b1) ...
  Selecting previously unselected package libjpeg62-turbo:amd64.
  Preparing to unpack .../libjpeg62-turbo_1%3a1.5.0-1_amd64.deb ...
  Unpacking libjpeg62-turbo:amd64 (1:1.5.0-1) ...
  Selecting previously unselected package liblapack3.
  Preparing to unpack .../liblapack3_3.6.1-1_amd64.deb ...
  Unpacking liblapack3 (3.6.1-1) ...
  Selecting previously unselected package fontconfig.
  Preparing to unpack .../fontconfig_2.11.0-6.4_amd64.deb ...
  Unpacking fontconfig (2.11.0-6.4) ...
  Selecting previously unselected package libthai-data.
  Preparing to unpack .../libthai-data_0.1.25-1_all.deb ...
  Unpacking libthai-data (0.1.25-1) ...
  Selecting previously unselected package libdatrie1:amd64.
  Preparing to unpack .../libdatrie1_0.2.10-2_amd64.deb ...
  Unpacking libdatrie1:amd64 (0.2.10-2) ...
  Selecting previously unselected package libthai0:amd64.
  Preparing to unpack .../libthai0_0.1.25-1_amd64.deb ...
  Unpacking libthai0:amd64 (0.1.25-1) ...
  Selecting previously unselected package libpango-1.0-0:amd64.
  Preparing to unpack .../libpango-1.0-0_1.40.1-1_amd64.deb ...
  Unpacking libpango-1.0-0:amd64 (1.40.1-1) ...
  Selecting previously unselected package libgraphite2-3:amd64.
  Preparing to unpack .../libgraphite2-3_1.3.8-1_amd64.deb ...
  Unpacking libgraphite2-3:amd64 (1.3.8-1) ...
  Selecting previously unselected package libharfbuzz0b:amd64.
  Preparing to unpack .../libharfbuzz0b_1.2.6-2_amd64.deb ...
  Unpacking libharfbuzz0b:amd64 (1.2.6-2) ...
  Selecting previously unselected package libpangoft2-1.0-0:amd64.
  Preparing to unpack .../libpangoft2-1.0-0_1.40.1-1_amd64.deb ...
  Unpacking libpangoft2-1.0-0:amd64 (1.40.1-1) ...
  Selecting previously unselected package libpangocairo-1.0-0:amd64.
  Preparing to unpack .../libpangocairo-1.0-0_1.40.1-1_amd64.deb ...
  Unpacking libpangocairo-1.0-0:amd64 (1.40.1-1) ...
  Selecting previously unselected package libsm6:amd64.
  Preparing to unpack .../libsm6_2%3a1.2.2-1+b1_amd64.deb ...
  Unpacking libsm6:amd64 (2:1.2.2-1+b1) ...
  Selecting previously unselected package libtcl8.6:amd64.
  Preparing to unpack .../libtcl8.6_8.6.5+dfsg-2_amd64.deb ...
  Unpacking libtcl8.6:amd64 (8.6.5+dfsg-2) ...
  Selecting previously unselected package libjbig0:amd64.
  Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ...
  Unpacking libjbig0:amd64 (2.1-3.1) ...
  Selecting previously unselected package libtiff5:amd64.
  Preparing to unpack .../libtiff5_4.0.6-1_amd64.deb ...
  Unpacking libtiff5:amd64 (4.0.6-1) ...
  Selecting previously unselected package libxft2:amd64.
  Preparing to unpack .../libxft2_2.3.2-1_amd64.deb ...
  Unpacking libxft2:amd64 (2.3.2-1) ...
  Selecting previously unselected package libxss1:amd64.
  Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ...
  Unpacking libxss1:amd64 (1:1.2.2-1) ...
  Selecting previously unselected package libtk8.6:amd64.
  Preparing to unpack .../libtk8.6_8.6.5-1_amd64.deb ...
  Unpacking libtk8.6:amd64 (8.6.5-1) ...
  Selecting previously unselected package libxt6:amd64.
  Preparing to unpack .../libxt6_1%3a1.1.5-1_amd64.deb ...
  Unpacking libxt6:amd64 (1:1.1.5-1) ...
  Selecting previously unselected package openssl.
  Preparing to unpack .../openssl_1.0.2h-1_amd64.deb ...
  Unpacking openssl (1.0.2h-1) ...
  Selecting previously unselected package ca-certificates.
  Preparing to unpack .../ca-certificates_20160104_all.deb ...
  Unpacking ca-certificates (20160104) ...
  Selecting previously unselected package r-base-core.
  Preparing to unpack 

Bug#828882: marked as done (mgcv: FTBFS: dh_clean: Please specify the compatibility level in debian/compat)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jul 2016 00:21:13 +
with message-id 
and subject line Bug#828882: fixed in mgcv 1.8-12-2
has caused the Debian Bug report #828882,
regarding mgcv: FTBFS: dh_clean: Please specify the compatibility level in 
debian/compat
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.)


-- 
828882: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828882
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mgcv
Version: 1.8-12-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,

mgcv fails to build from source in unstable/amd64:

  [..]

  Preparing to unpack .../fontconfig_2.11.0-6.4_amd64.deb ...
  Unpacking fontconfig (2.11.0-6.4) ...
  Selecting previously unselected package libthai-data.
  Preparing to unpack .../libthai-data_0.1.24-2_all.deb ...
  Unpacking libthai-data (0.1.24-2) ...
  Selecting previously unselected package libdatrie1:amd64.
  Preparing to unpack .../libdatrie1_0.2.10-2_amd64.deb ...
  Unpacking libdatrie1:amd64 (0.2.10-2) ...
  Selecting previously unselected package libthai0:amd64.
  Preparing to unpack .../libthai0_0.1.24-2_amd64.deb ...
  Unpacking libthai0:amd64 (0.1.24-2) ...
  Selecting previously unselected package libpango-1.0-0:amd64.
  Preparing to unpack .../libpango-1.0-0_1.40.1-1_amd64.deb ...
  Unpacking libpango-1.0-0:amd64 (1.40.1-1) ...
  Selecting previously unselected package libgraphite2-3:amd64.
  Preparing to unpack .../libgraphite2-3_1.3.8-1_amd64.deb ...
  Unpacking libgraphite2-3:amd64 (1.3.8-1) ...
  Selecting previously unselected package libharfbuzz0b:amd64.
  Preparing to unpack .../libharfbuzz0b_1.2.6-2_amd64.deb ...
  Unpacking libharfbuzz0b:amd64 (1.2.6-2) ...
  Selecting previously unselected package libpangoft2-1.0-0:amd64.
  Preparing to unpack .../libpangoft2-1.0-0_1.40.1-1_amd64.deb ...
  Unpacking libpangoft2-1.0-0:amd64 (1.40.1-1) ...
  Selecting previously unselected package libpangocairo-1.0-0:amd64.
  Preparing to unpack .../libpangocairo-1.0-0_1.40.1-1_amd64.deb ...
  Unpacking libpangocairo-1.0-0:amd64 (1.40.1-1) ...
  Selecting previously unselected package libsm6:amd64.
  Preparing to unpack .../libsm6_2%3a1.2.2-1+b1_amd64.deb ...
  Unpacking libsm6:amd64 (2:1.2.2-1+b1) ...
  Selecting previously unselected package libtcl8.6:amd64.
  Preparing to unpack .../libtcl8.6_8.6.5+dfsg-2_amd64.deb ...
  Unpacking libtcl8.6:amd64 (8.6.5+dfsg-2) ...
  Selecting previously unselected package libjbig0:amd64.
  Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ...
  Unpacking libjbig0:amd64 (2.1-3.1) ...
  Selecting previously unselected package libtiff5:amd64.
  Preparing to unpack .../libtiff5_4.0.6-1_amd64.deb ...
  Unpacking libtiff5:amd64 (4.0.6-1) ...
  Selecting previously unselected package libxft2:amd64.
  Preparing to unpack .../libxft2_2.3.2-1_amd64.deb ...
  Unpacking libxft2:amd64 (2.3.2-1) ...
  Selecting previously unselected package libxss1:amd64.
  Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ...
  Unpacking libxss1:amd64 (1:1.2.2-1) ...
  Selecting previously unselected package libtk8.6:amd64.
  Preparing to unpack .../libtk8.6_8.6.5-1_amd64.deb ...
  Unpacking libtk8.6:amd64 (8.6.5-1) ...
  Selecting previously unselected package libxt6:amd64.
  Preparing to unpack .../libxt6_1%3a1.1.5-1_amd64.deb ...
  Unpacking libxt6:amd64 (1:1.1.5-1) ...
  Selecting previously unselected package openssl.
  Preparing to unpack .../openssl_1.0.2h-1_amd64.deb ...
  Unpacking openssl (1.0.2h-1) ...
  Selecting previously unselected package ca-certificates.
  Preparing to unpack .../ca-certificates_20160104_all.deb ...
  Unpacking ca-certificates (20160104) ...
  Selecting previously unselected package r-base-core.
  Preparing to unpack .../r-base-core_3.3.1-1_amd64.deb ...
  Unpacking r-base-core (3.3.1-1) ...
  Selecting previously unselected package libgfortran-5-dev:amd64.
  Preparing to unpack .../libgfortran-5-dev_5.4.0-4_amd64.deb ...
  Unpacking libgfortran-5-dev:amd64 (5.4.0-4) ...
  Selecting previously unselected package gfortran-5.
  Preparing to unpack .../gfortran-5_5.4.0-4_amd64.deb ...
  Unpacking gfortran-5 (5.4.0-4) ...
  Selecting previously unselected package gfortran.
  Preparing to unpack .../gfortran_4%3a5.3.1-3_amd64.deb ...
  Unpacking gfortran (4:5.3.1-3) ...
  Selecting previously unselected package libblas-dev.
  Preparing to unpack .../libblas-dev_3.6.1-1_amd64.deb ...
  Unpacking libblas-dev 

Bug#820877: marked as done (votca-csg-scripts: depends on unknown package perl5)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Fri, 01 Jul 2016 23:35:27 +
with message-id 
and subject line Bug#820877: fixed in votca-csg 1.3.0-1.1
has caused the Debian Bug report #820877,
regarding votca-csg-scripts: depends on unknown package perl5
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.)


-- 
820877: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820877
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: votca-csg-scripts
Version: 1.3.0-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package is no longer
installable in sid:

votca-csg-scripts/amd64 unsatisfiable Depends: perl5
votca-csg-scripts/i386 unsatisfiable Depends: perl5


Cheers,

Andreas
--- End Message ---
--- Begin Message ---
Source: votca-csg
Source-Version: 1.3.0-1.1

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 820...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve Langasek  (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: SHA512

Format: 1.8
Date: Fri, 01 Jul 2016 22:36:32 +
Source: votca-csg
Binary: libvotca-csg-dev libvotca-csg3 votca-csg-scripts votca-csg-tutorials 
votca-csg
Architecture: source amd64 all
Version: 1.3.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debichem Team 
Changed-By: Steve Langasek 
Description:
 libvotca-csg-dev - VOTCA's coarse-graining library, development kit
 libvotca-csg3 - VOTCA's coarse-graining library
 votca-csg  - VOTCA's coarse-graining engine
 votca-csg-scripts - VOTCA's coarse-graining scripts
 votca-csg-tutorials - VOTCA's coarse-graining tutorials
Closes: 820877
Changes:
 votca-csg (1.3.0-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Depend on perl, not perl5 which is long obsolete.  Closes: #820877.
Checksums-Sha1:
 9abe7541f2b05f1754f1cbe2eb2663094f2ccfc2 2685 votca-csg_1.3.0-1.1.dsc
 b3e8ed62fdde52ca5d0139c12dc56615cf95ca78 3716 votca-csg_1.3.0-1.1.debian.tar.xz
 ceb249ead3d6b402e5be4192c4a895f35a8806fe 28010 
libvotca-csg-dev_1.3.0-1.1_amd64.deb
 dd70372202a31940205e4d0f713afb644fcf36f8 3894548 
libvotca-csg3-dbgsym_1.3.0-1.1_amd64.deb
 7c1ee3cef9b474e92fcc6ff7481de6bf5f70c4c5 215556 
libvotca-csg3_1.3.0-1.1_amd64.deb
 72e466abf01d1d5421a1c8fdf6a53f230e648cc4 3922542 
votca-csg-dbgsym_1.3.0-1.1_amd64.deb
 4e7a075af61ff2715391bf2d46a7ac0c39ed0142 69760 
votca-csg-scripts_1.3.0-1.1_all.deb
 61357b062e06a6143a59952685428b6451b66190 3574486 
votca-csg-tutorials_1.3.0-1.1_all.deb
 e0d448554aa65bfa0eb1e3a8fe5492a738e0696b 320820 votca-csg_1.3.0-1.1_amd64.deb
Checksums-Sha256:
 93de769ff2009703411efbff72dde82e2bac07dc8e8b94a2570cb6ca5bd3d89b 2685 
votca-csg_1.3.0-1.1.dsc
 5f6f76d5e5d90011bc2d8a86912087f77735bbf33c877f1f76d2bf2f8f0e44cc 3716 
votca-csg_1.3.0-1.1.debian.tar.xz
 5be8ee4c9b76db4cf97bbfd03e1b99aa7d5d2b7ddefa8118c28a8ff655d841e9 28010 
libvotca-csg-dev_1.3.0-1.1_amd64.deb
 ef5fccc0bf4b44ac26c84ced236fd4297f06ae0cb4e9b2de393cb9b85485c693 3894548 
libvotca-csg3-dbgsym_1.3.0-1.1_amd64.deb
 92ef93ccd01a4be13efe934286b235f618359f90af9e5bbfddad6a793d2ac975 215556 
libvotca-csg3_1.3.0-1.1_amd64.deb
 932dce6334a5addc68c6963bc9806c2ef63ce9d3b9942f26dcb0666a5882fe2b 3922542 
votca-csg-dbgsym_1.3.0-1.1_amd64.deb
 296ba9bff0bfdd66162144ae0e6596467e39ce4f4c751d490bc246ac5fae654f 69760 
votca-csg-scripts_1.3.0-1.1_all.deb
 cb02dc7f456db32a0c1240a0dc445d29bc7d349fc3d5d664069ef29f15ed31fd 3574486 
votca-csg-tutorials_1.3.0-1.1_all.deb
 6768fdc90a8c3014ac964dc25aeb3b05932d56055edf803271be3fca5bfd0b96 320820 
votca-csg_1.3.0-1.1_amd64.deb
Files:
 14e3e553363ceea33b3c052bf30614ae 2685 science optional votca-csg_1.3.0-1.1.dsc
 affe05acc6d1ca7d12c63b68451ed373 3716 science optional 
votca-csg_1.3.0-1.1.debian.tar.xz
 e52ce4f05ff6e4ffccbfddfd85479b05 28010 libdevel optional 
libvotca-csg-dev_1.3.0-1.1_amd64.deb
 6d0edc302c4d21cfd07bf958ee0fa3d8 3894548 debug extra 

Bug#817778: marked as done (silkscreen font is not DFSG compliant)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Fri, 01 Jul 2016 23:30:35 +
with message-id 
and subject line Bug#817778: fixed in info-beamer 1.0~pre3+dfsg-0.1
has caused the Debian Bug report #817778,
regarding silkscreen font is not DFSG compliant
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.)


-- 
817778: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817778
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: info-beamer
Version: 1.0~pre3-1.1
Severity: serious

The silkscreen font present in the samples is not free. Quoting from its
README/"license":

"This font is free for personal and corporate use and may be redistributed in
this unmodified form on your Web site. I would ask that you *not modify and
then redistribute* this font...although you may modify it for your own
personal use."

My emphasis.

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

Kernel: Linux 4.4.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 info-beamer depends on:
ii  libavcodec-ffmpeg56   7:2.8.6-1+b1
ii  libavformat-ffmpeg56  7:2.8.6-1+b1
ii  libavutil-ffmpeg547:2.8.6-1+b1
ii  libc6 2.21-9
ii  libdevil1c2   1.7.8-10
ii  libevent-2.0-52.0.21-stable-2+b1
ii  libftgl2  2.1.3~rc5-4+nmu1
ii  libgl1-mesa-glx [libgl1]  11.1.2-1
ii  libglew1.13   1.13.0-2
ii  libglfw2  2.7.9-1
ii  libglu1-mesa [libglu1]9.0.0-2.1
ii  liblua5.1-0   5.1.5-8
ii  libswscale-ffmpeg37:2.8.6-1+b1
ii  zlib1g1:1.2.8.dfsg-2+b1

info-beamer recommends no packages.

info-beamer suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: info-beamer
Source-Version: 1.0~pre3+dfsg-0.1

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

Debian distribution maintenance software
pp.
James Cowgill  (supplier of updated info-beamer package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 29 Jun 2016 01:46:17 +0100
Source: info-beamer
Binary: info-beamer
Architecture: source
Version: 1.0~pre3+dfsg-0.1
Distribution: unstable
Urgency: medium
Maintainer: Noël Köthe 
Changed-By: James Cowgill 
Description:
 info-beamer - interactive multimedia presentation framework
Closes: 817778 826288
Changes:
 info-beamer (1.0~pre3+dfsg-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Remove non-free silkscreen.ttf font. (Closes: #817778)
 - Also remove .git folder from upstream tarball which is likely to
   contain copy of the font.
   * Remove use of git from the build system.
 - It no longer works after the .git directory was removed.
   * Port to GLFW 3. (Closes: #826288)
Checksums-Sha1:
 f5b45118900a5b419333f49d64ab122e68d7c95a 1923 info-beamer_1.0~pre3+dfsg-0.1.dsc
 fc46d47994bf9a3a1300b65c1a763597bbfc615c 120032 
info-beamer_1.0~pre3+dfsg.orig.tar.gz
 6447b3220271acad210a4bd736c65ce9dd1105ef 5700 
info-beamer_1.0~pre3+dfsg-0.1.debian.tar.xz
Checksums-Sha256:
 82c9075d96a60843e0ece8f9fbc3d7c455ac91e2784a9612431f5e7a6ba04652 1923 
info-beamer_1.0~pre3+dfsg-0.1.dsc
 573d99f045015904b28e9aac7207af5b34d71b4c063e27fb6812d9bce884db6b 120032 
info-beamer_1.0~pre3+dfsg.orig.tar.gz
 5cae9c3aef91bfacdd1255286e30edcbfe4d46e94a2b052d1bc909de7d732dca 5700 
info-beamer_1.0~pre3+dfsg-0.1.debian.tar.xz
Files:
 e2ab95f557fd73aaa2faf60bdddf15cd 1923 misc optional 
info-beamer_1.0~pre3+dfsg-0.1.dsc
 716160284fbcbb7b63693bea4889a434 120032 misc optional 
info-beamer_1.0~pre3+dfsg.orig.tar.gz
 8dbb52d607e53845767ca3f0335fc805 5700 misc optional 
info-beamer_1.0~pre3+dfsg-0.1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2


Bug#816568: marked as done (caps: FTBFS with GCC 6: call of overloaded... is ambiguous)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Fri, 01 Jul 2016 23:27:36 +
with message-id 
and subject line Bug#816568: fixed in caps 0.9.24-2
has caused the Debian Bug report #816568,
regarding caps: FTBFS with GCC 6: call of overloaded... is ambiguous
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.)


-- 
816568: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816568
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: caps
Version: 0.9.24-1
Severity: normal
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-overloaded-ambiguous

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

You can find a snapshot of GCC 6 in experimental.  To build with
GCC 6, you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> g++  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -O3 
> -ffast-math -funroll-loops -Wall -fPIC -DPIC   -o AutoFilter.o -c 
> AutoFilter.cc
> AutoFilter.cc: In member function 'void AutoFilter::cycle(uint)':
> AutoFilter.cc:72:35: error: call of overloaded 'div(uint&, uint&)' is 
> ambiguous
>   div_t qr = div (frames, blocksize);
>^
> In file included from /usr/include/c++/6/cstdlib:75:0,
>  from /usr/include/c++/6/stdlib.h:36,
>  from basics.h:41,
>  from AutoFilter.cc:31:
> /usr/include/stdlib.h:788:14: note: candidate: div_t div(int, int)
>  extern div_t div (int __numer, int __denom)
>   ^~~
> In file included from /usr/include/c++/6/stdlib.h:36:0,
>  from basics.h:41,
>  from AutoFilter.cc:31:
> /usr/include/c++/6/cstdlib:233:3: note: candidate: lldiv_t 
> __gnu_cxx::div(long long int, long long int)
>div(long long __n, long long __d)
>^~~
> /usr/include/c++/6/cstdlib:175:3: note: candidate: ldiv_t std::div(long int, 
> long int)
>div(long __i, long __j) { return ldiv(__i, __j); }
>^~~
> Makefile:59: recipe for target 'AutoFilter.o' failed
> make[1]: *** [AutoFilter.o] Error 1
> make[1]: Leaving directory '/<>'
> dh_auto_build: make -j1 returned exit code 2

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: caps
Source-Version: 0.9.24-2

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

Debian distribution maintenance software
pp.
Felipe Sateler  (supplier of updated caps 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: Fri, 01 Jul 2016 19:21:02 -0400
Source: caps
Binary: caps
Architecture: source
Version: 0.9.24-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: Felipe Sateler 
Description:
 caps   - C* Audio Plugin Suite
Closes: 816568
Changes:
 caps (0.9.24-2) unstable; urgency=medium
 .
   * Avoid ambiguity in div invocation (Closes: #816568)
   * Use canonical Vcs-* urls
Checksums-Sha1:
 ba6a7af904c9a4adb93b2efc7efb4e1aa341739f 1958 caps_0.9.24-2.dsc
 74cbb84e9222d70d59927a2b579d86b33cbc8a80 2924 caps_0.9.24-2.debian.tar.xz
Checksums-Sha256:
 d3b3491afc992eea835d691ace85ae172ef4380134f437dd9d626cd471e4e715 1958 
caps_0.9.24-2.dsc
 59b5d03e34d931d8750acd9e38e73ae8d9a01f55381300586803508244fe5e09 2924 
caps_0.9.24-2.debian.tar.xz
Files:
 08fe317cf94d940de041318c90ad2f42 1958 sound optional caps_0.9.24-2.dsc
 991b1a58ed43330283989a57192210cf 2924 sound optional 
caps_0.9.24-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJXdvr2AAoJEKO6uuJAjdbPsH4P/AxBM9qGSdWZSIEU8UiPyXS6
A3ASqLVOkeV+8tp0AgonSVvp+jibKmUv2V3lROJTrVesX/w339k0Vtjycw9KIszc
Gu6dDGcz/JgckO1vVPqPJpdM6iQxRDHxNbdAtckllkzbydahJbEUaqaheJ1v7HlR

Processed: Bug#816568 marked as pending

2016-07-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 816568 pending
Bug #816568 [caps] caps: FTBFS with GCC 6: call of overloaded... is ambiguous
Added tag(s) pending.
> thanks
Stopping processing here.

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



Bug#816568: marked as pending

2016-07-01 Thread Felipe Sateler
tag 816568 pending
thanks

Hello,

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

http://git.debian.org/?p=pkg-multimedia/caps.git;a=commitdiff;h=5da291e

---
commit 5da291e1e144b1f0b0f8a665f702b9b33d1e940d
Author: Felipe Sateler 
Date:   Fri Jul 1 19:21:15 2016 -0400

Release

diff --git a/debian/changelog b/debian/changelog
index 9b4babf..eff24f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+caps (0.9.24-2) unstable; urgency=medium
+
+  * Avoid ambiguity in div invocation (Closes: #816568)
+  * Use canonical Vcs-* urls
+
+ -- Felipe Sateler   Fri, 01 Jul 2016 19:21:02 -0400
+
 caps (0.9.24-1) unstable; urgency=low
 
   * Imported Upstream version 0.9.24



Processed: Re: votca-csg-scripts: depends on unknown package perl5

2016-07-01 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 patch pending
Bug #820877 [votca-csg-scripts] votca-csg-scripts: depends on unknown package 
perl5
Added tag(s) pending and patch.

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



Bug#820877: votca-csg-scripts: depends on unknown package perl5

2016-07-01 Thread Steve Langasek
Control: tags -1 patch pending

Hi folks,

This bug was already fixed once in NMU (1.2.4-2.1, bug #808321); but it
seems this fix was never included in the maintainer repository and has been
dropped in the latest upload.

I'm uploading a new NMU for this, directly to unstable (not delayed), with
the attached patch.  Please consider applying this fix in subversion as
well, so that your future uploads will be releasable :-)

Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org
diff -Nru votca-csg-1.3.0/debian/changelog votca-csg-1.3.0/debian/changelog
--- votca-csg-1.3.0/debian/changelog	2016-03-02 23:59:44.0 +
+++ votca-csg-1.3.0/debian/changelog	2016-07-01 22:36:33.0 +
@@ -1,3 +1,10 @@
+votca-csg (1.3.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Depend on perl, not perl5 which is long obsolete.  Closes: #820877.
+
+ -- Steve Langasek   Fri, 01 Jul 2016 22:36:32 +
+
 votca-csg (1.3.0-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru votca-csg-1.3.0/debian/control votca-csg-1.3.0/debian/control
--- votca-csg-1.3.0/debian/control	2016-03-02 23:59:24.0 +
+++ votca-csg-1.3.0/debian/control	2016-07-01 22:36:25.0 +
@@ -52,7 +52,7 @@
 
 Package: votca-csg-scripts
 Architecture: all
-Depends: bash (>= 4), perl5, ${misc:Depends}, ${python:Depends}
+Depends: bash (>= 4), perl, ${misc:Depends}, ${python:Depends}
 Description: VOTCA's coarse-graining scripts
  VOTCA is a software package which focuses on the analysis of molecular
  dynamics data, the development of systematic coarse-graining techniques as


signature.asc
Description: PGP signature


Bug#817778: info-beamer: nmu 1.0~pre3+dfsg-0.1

2016-07-01 Thread James Cowgill
Hi,

On Thu, 2016-06-30 at 19:56 +0200, Noël Köthe wrote:
> Hello James,
> 
> Am Mittwoch, den 29.06.2016, 02:14 +0100 schrieb James Cowgill:
> 
> > I have uploaded an NMU to DELAYED/10 to fix the following bugs.
> > Please tell me if I should cancel / delay it.
> >  #817778 silkscreen font is not DFSG compliant
> >  #826288 info-beamer: please use glfw3
> 
> Thanks for your work! You can upload it again without delay if you
> like.

Thanks, I've rescheduled the NMU to the 0-day queue so it should be
processed anytime now.

James

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


Bug#829038: marked as done (owncloud-client: FTBFS in testing (LaTeX Error: File `iftex.sty' not found))

2016-07-01 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jul 2016 00:15:00 +0200
with message-id <8737nt3t0b@meteor.durcheinandertal.bofh>
and subject line Fix for owncloud FTBS now also uploaded to unstable
has caused the Debian Bug report #829038,
regarding owncloud-client: FTBFS in testing (LaTeX Error: File `iftex.sty' not 
found)
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.)


-- 
829038: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829038
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:owncloud-client
Version: 2.2.1+dfsg-1
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
Severity: serious

Dear maintainer:

This package currently fails to build in stretch:


[...]
make[6]: Entering directory 
'/<>/owncloud-client-2.2.1+dfsg/obj-x86_64-linux-gnu/doc/latex'
pdflatex  'ownCloudClientManual.tex'
This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/Debian) 
(preloaded format=pdflatex)
 restricted \write18 enabled.
entering extended mode
(./ownCloudClientManual.tex
LaTeX2e <2016/03/31> patch level 1
Babel <3.9r> and hyphenation patterns for 3 language(s) loaded.
(./sphinxmanual.cls
Document Class: sphinxmanual 2009/06/02 Document class (Sphinx manual)
(/usr/share/texlive/texmf-dist/tex/latex/base/report.cls
Document Class: report 2014/09/29 v1.4h Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo)))

! LaTeX Error: File `iftex.sty' not found.


A full build log will be available here:

https://tests.reproducible-builds.org/debian/rbuild/testing/amd64/owncloud-client_2.2.1+dfsg-1.rbuild.log

Thanks.
--- End Message ---
--- Begin Message ---
Version: 2.2.1+dfsg-2

As a version fixing this bug has now been uploaded to unstable I'm
closing this bug report.

Gaudenz--- End Message ---


Bug#811644: marked as done (FTBFS with GCC 6: cannot convert x to y)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Fri, 01 Jul 2016 22:22:03 +
with message-id 
and subject line Bug#811644: fixed in idba 1.1.2-2
has caused the Debian Bug report #811644,
regarding FTBFS with GCC 6: cannot convert x to y
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.)


-- 
811644: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811644
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: idba
Version: 1.1.2-1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-cannot-convert

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I../gtest_src   -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wall -O3 -fopenmp -pthread -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -c -o 
> sequence_reader.o `test -f '../src/sequence/sequence_reader.cpp' || echo 
> './'`../src/sequence/sequence_reader.cpp
> ../src/sequence/sequence_reader.cpp: In member function 'virtual bool 
> FastaReader::ReadRecord(Sequence&, std::__cxx11::string&, 
> std::__cxx11::string&)':
> ../src/sequence/sequence_reader.cpp:50:40: error: cannot convert 
> 'std::istream {aka std::basic_istream}' to 'bool' in return
>  return ReadFasta(*is_, seq, comment);
> ^
> 
> ../src/sequence/sequence_reader.cpp: In member function 'virtual bool 
> FastqReader::ReadRecord(Sequence&, std::__cxx11::string&, 
> std::__cxx11::string&)':
> ../src/sequence/sequence_reader.cpp:55:49: error: cannot convert 
> 'std::istream {aka std::basic_istream}' to 'bool' in return
>  return ReadFastq(*is_, seq, comment, quality);
>  ^
> 
> Makefile:441: recipe for target 'sequence_reader.o' failed

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: idba
Source-Version: 1.1.2-2

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

Debian distribution maintenance software
pp.
Gert Wollny  (supplier of updated idba 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: Fri, 01 Jul 2016 17:10:01 +0200
Source: idba
Binary: idba
Architecture: source amd64
Version: 1.1.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 

Changed-By: Gert Wollny 
Description:
 idba   - iterative De Bruijn Graph De Novo short read assembler for transc
Closes: 811644
Changes:
 idba (1.1.2-2) unstable; urgency=medium
 .
   [Gert Wollny]
   * Team upload
   * d/p/gcc-6: Add patch to compile with g++-6, Closes: #811644
   * d/p/run_tests, d/rules, d/control: Run the test suite during
 package build
   * Update standards version to 3.9.8
   * d/p/clang: disable this patch, it seems to have been applied upstream
   * d/p/use-atomic-*: update patch
   * d/rules: enable parallel builds
 .
   [Andreas Tille]
   * Fix source code location
   * Move packaging from SVN to Git
   * DEP5 fix
   * Fix homepage
   * hardening=+all
   * Spelling fixes
Checksums-Sha1:
 e029a73439bd1f10936dee65d0d781ddcfcc1bc2 1884 idba_1.1.2-2.dsc
 45a36b2d770471a6eba688428713aa5ec10f4609 5532 idba_1.1.2-2.debian.tar.xz
 21a163eeacc6fc27637701cae22c6a8583714051 3128180 idba-dbgsym_1.1.2-2_amd64.deb
 682aa46d5f0bf41dc24069810104d2e15f29bfdd 277806 idba_1.1.2-2_amd64.deb
Checksums-Sha256:
 ea913b2025969782a0049f3183fb4316dd234f99b799ccc09c64ff1c9975020d 1884 
idba_1.1.2-2.dsc
 85ff67a94ce1750ef82f757ea828740fa1cabf0ae9b967fc9d49c2b4919f43f7 5532 
idba_1.1.2-2.debian.tar.xz
 

Bug#827534: marked as done (kaffeine must depend on vlc)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Fri, 01 Jul 2016 22:22:09 +
with message-id 
and subject line Bug#827534: fixed in kaffeine 2.0.4-1
has caused the Debian Bug report #827534,
regarding kaffeine must depend on vlc
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.)


-- 
827534: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827534
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kaffeine
Version: 2.0.3-1
Severity: grave

kaffeine 2.0.3 uses vlc, and needs a dependency on the vlc package for
providing video output.

The severity is grave, since kaffeine without video output is pretty
useless (and even audio output needs at least vlc-nox).


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

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

Versions of packages kaffeine depends on:
ii  libc6  2.22-6
ii  libdvbv5-0 1.10.1-1
ii  libkf5configcore5  5.22.0-1
ii  libkf5configwidgets5   5.22.0-1
ii  libkf5coreaddons5  5.22.0-1
ii  libkf5dbusaddons5  5.22.0-1
ii  libkf5i18n55.22.1-1
ii  libkf5kiocore5 5.22.0-1
ii  libkf5kiofilewidgets5  5.22.0-1
ii  libkf5solid5   5.22.0-1
ii  libkf5widgetsaddons5   5.22.0-1
ii  libkf5xmlgui5  5.22.0-1
ii  libqt5core5a   5.5.1+dfsg-16
ii  libqt5dbus55.5.1+dfsg-16
ii  libqt5gui5 5.5.1+dfsg-16
ii  libqt5network5 5.5.1+dfsg-16
ii  libqt5sql5 5.5.1+dfsg-16
ii  libqt5sql5-sqlite  5.5.1+dfsg-17
ii  libqt5widgets5 5.5.1+dfsg-16
ii  libqt5x11extras5   5.5.1-3
ii  libqt5xml5 5.5.1+dfsg-16
ii  libstdc++6 6.1.1-4
ii  libvlc52.2.4-2
ii  libxss11:1.2.2-1
--- End Message ---
--- Begin Message ---
Source: kaffeine
Source-Version: 2.0.4-1

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

Debian distribution maintenance software
pp.
Pino Toscano  (supplier of updated kaffeine 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: Fri, 01 Jul 2016 22:47:57 +0200
Source: kaffeine
Binary: kaffeine
Architecture: source
Version: 2.0.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian KDE Extras Team 
Changed-By: Pino Toscano 
Description:
 kaffeine   - versatile media player for KDE
Closes: 692643 827531 827534 827631
Changes:
 kaffeine (2.0.4-1) unstable; urgency=medium
 .
   * New upstream release:
 - a basic man page is provided (Closes: #827531)
   * Depend on vlc, since it contains the video output modules (and not only
 those). (Closes: #827534)
   * Update the description. (Closes: #692643, #827631)
   * Add myself as Uploader.
Checksums-Sha1:
 98038707f0bb11e13c28e802cb4131ee228ca6a6 2424 kaffeine_2.0.4-1.dsc
 dada34fb104392dfbe73580f0cc42f66fb7fc1cb 1993776 kaffeine_2.0.4.orig.tar.xz
 ccfa5644db6010a899be0271a65064934a46c04b 10016 kaffeine_2.0.4-1.debian.tar.xz
Checksums-Sha256:
 2489547b6cd2cf84c1986e4e2c64abd4af4edbc6aae844d7a11059c7bbe9f19c 2424 
kaffeine_2.0.4-1.dsc
 b9b22a1e8503a49bcf70feaa5443a30c3c99a9da6e3d5b7fe82c1d98602c0166 1993776 
kaffeine_2.0.4.orig.tar.xz
 feafaa38b33b536b50cd0589b7f1a80451ae31b3c54dfe551e5ddc7349f76416 10016 
kaffeine_2.0.4-1.debian.tar.xz
Files:
 308b1594fddf2ce75d9b4925e0af3b73 2424 video optional kaffeine_2.0.4-1.dsc
 0188f7480734e7798a63c017e8be74ac 1993776 video optional 
kaffeine_2.0.4.orig.tar.xz
 d2cd506e46b37b77dae2f9644e1023ba 10016 video optional 
kaffeine_2.0.4-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBV3bZbS0ZHIhDsT9NAQKA5w//YvT+SRq8OEcPP6fNLnNd1EgHn6B8X1Pd
ri82GgrfVNGqyGCy+cqrz02pj7HCCMpY1QDpnb4QKWZOlog+hZDWfkx9uOOBFtZD

Processed: severity of 821409 is important

2016-07-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 821409 important
Bug #821409 [src:gtk+3.0] gtk+3.0: gtk3 apps seem to be graphically broken 
since the most recent updates
Bug #824891 [src:gtk+3.0] gtk+3.0: latest version breaks external themes
Severity set to 'important' from 'serious'
Severity set to 'important' from 'serious'
> thanks
Stopping processing here.

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



Processed: limit source to debhelper, tagging 829142

2016-07-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

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

> tags 829142 + pending
Bug #829142 [debhelper] debhelper: dh_strip triggers fatal lintian error for 
packages with multiple hardlinks
Added tag(s) pending.
> thanks
Stopping processing here.

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



Bug#829269: ufw: fails with ERROR: initcaps, dmesg: ip6_tables: disagrees about version of symbol xt_compat_match_from_user in a fresh install

2016-07-01 Thread PulM
Source: ufw
Version: 0.33-2
Severity: grave
Tags: ipv6
Justification: renders package unusable

when enable ufw:
ERROR: initcaps
[Errno 2] modprobe: ERROR: could not insert 'ip6_tables': Unknown symbol in 
module, or unknown parameter (see dmesg)
ip6tables v1.4.21: can't initialize ip6tables table `filter': Table does not 
exist (do you need to insmod?)
Perhaps ip6tables or your kernel needs to be upgraded.

dmesg output:
ip6_tables: disagrees about version of symbol xt_compat_match_from_user
ip6_tables: Unknown symbol xt_compat_match_from_user (err -22)
ip6_tables: Unknown symbol xt_compat_check_entry_offsets (err 0)
ip6_tables: Unknown symbol xt_check_entry_offsets (err 0)
ip6_tables: Unknown symbol xt_copy_counters_from_user (err 0)
ip6_tables: disagrees about version of symbol xt_compat_match_from_user
ip6_tables: Unknown symbol xt_compat_match_from_user (err -22)
ip6_tables: Unknown symbol xt_compat_check_entry_offsets (err 0)
ip6_tables: Unknown symbol xt_check_entry_offsets (err 0)
ip6_tables: Unknown symbol xt_copy_counters_from_user (err 0)
ip6_tables: disagrees about version of symbol xt_compat_match_from_user
ip6_tables: Unknown symbol xt_compat_match_from_user (err -22)
ip6_tables: Unknown symbol xt_compat_check_entry_offsets (err 0)
ip6_tables: Unknown symbol xt_check_entry_offsets (err 0)
ip6_tables: Unknown symbol xt_copy_counters_from_user (err 0)

Solution that work for me:
I edited /etc/default/ufw and change the option IPV6=yes to IPV6=no.


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

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



Bug#821795: lttng-modules-dkms: module FTBFS in jessie against Linux 3.16: error: conflicting types for 'trace_mm_page_alloc_extfrag'

2016-07-01 Thread Jon Bernard
* Michael Jeanson  wrote:
> Hi,
> 
> Here is a debdiff against the current package fixing the build
> failure, I'll ask Jon to make a new upload.

Hey Michael,

I just attempted a build with your diff and I'm seeing the attached
errors.  It looks like the debian-specific ifdefs are not quite right,
does any of this look familiar?  I'll look at it closer over the holiday
if you don't get to it sooner.

Cheers,

-- 
Jon
DKMS make.log for lttng-modules-2.5.1 for kernel 3.16.0-4-amd64 (x86_64)
Fri Jul  1 20:22:45 GMT 2016
make: Entering directory '/usr/src/linux-headers-3.16.0-4-amd64'
Makefile:10: *** mixed implicit and normal rules: deprecated syntax
make[1]: Entering directory `/usr/src/linux-headers-3.16.0-4-amd64'
  CC [M]  
/var/lib/dkms/lttng-modules/2.5.1/build/lttng-ring-buffer-client-discard.o
  CC [M]  
/var/lib/dkms/lttng-modules/2.5.1/build/lttng-ring-buffer-client-overwrite.o
  CC [M]  
/var/lib/dkms/lttng-modules/2.5.1/build/lttng-ring-buffer-metadata-client.o
  CC [M]  
/var/lib/dkms/lttng-modules/2.5.1/build/lttng-ring-buffer-client-mmap-discard.o
  CC [M]  
/var/lib/dkms/lttng-modules/2.5.1/build/lttng-ring-buffer-client-mmap-overwrite.o
  CC [M]  
/var/lib/dkms/lttng-modules/2.5.1/build/lttng-ring-buffer-metadata-mmap-client.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/lttng-statedump-impl.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/wrapper/irqdesc.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/wrapper/fdtable.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/lttng-events.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/lttng-abi.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/lttng-probes.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/lttng-context.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/lttng-context-pid.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/lttng-context-procname.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/lttng-context-prio.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/lttng-context-nice.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/lttng-context-vpid.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/lttng-context-tid.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/lttng-context-vtid.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/lttng-context-ppid.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/lttng-context-vppid.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/lttng-calibrate.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/lttng-context-hostname.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/wrapper/random.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/probes/lttng.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/lttng-syscalls.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/probes/lttng-probe-user.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/lttng-context-perf-counters.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/lttng-tracepoint.o
  LD [M]  /var/lib/dkms/lttng-modules/2.5.1/build/lttng-tracer.o
  LD [M]  /var/lib/dkms/lttng-modules/2.5.1/build/lttng-statedump.o
  CC [M]  
/var/lib/dkms/lttng-modules/2.5.1/build/lib/ringbuffer/ring_buffer_backend.o
  CC [M]  
/var/lib/dkms/lttng-modules/2.5.1/build/lib/ringbuffer/ring_buffer_frontend.o
  CC [M]  
/var/lib/dkms/lttng-modules/2.5.1/build/lib/ringbuffer/ring_buffer_iterator.o
  CC [M]  
/var/lib/dkms/lttng-modules/2.5.1/build/lib/ringbuffer/ring_buffer_vfs.o
  CC [M]  
/var/lib/dkms/lttng-modules/2.5.1/build/lib/ringbuffer/ring_buffer_splice.o
  CC [M]  
/var/lib/dkms/lttng-modules/2.5.1/build/lib/ringbuffer/ring_buffer_mmap.o
  CC [M]  
/var/lib/dkms/lttng-modules/2.5.1/build/lib/prio_heap/lttng_prio_heap.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/lib/../wrapper/splice.o
  LD [M]  /var/lib/dkms/lttng-modules/2.5.1/build/lib/lttng-lib-ring-buffer.o
/var/lib/dkms/lttng-modules/2.5.1/build/probes/Makefile:30: File 
/usr/src/linux-headers-3.16.0-4-common/virt/kvm/iodev.h not found. Probe "kvm" 
x86-specific is disabled. Use full kernel source tree to enable it.
/var/lib/dkms/lttng-modules/2.5.1/build/probes/Makefile:142: Files 
/usr/src/linux-headers-3.16.0-4-common/fs/btrfs/*.h not found. Probe "btrfs" is 
disabled. Use full kernel source tree to enable it.
/var/lib/dkms/lttng-modules/2.5.1/build/probes/Makefile:158: Files 
/usr/src/linux-headers-3.16.0-4-common/fs/ext4/*.h not found. Probe "ext4" is 
disabled. Use full kernel source tree to enable it.
/var/lib/dkms/lttng-modules/2.5.1/build/probes/Makefile:214: 
CONFIG_KALLSYMS_ALL is disabled, therefore probe "writeback" is disabled. 
Rebuild your kernel with this configuration option enabled in order to trace 
this subsystem.
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/probes/lttng-probe-sched.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/probes/lttng-types.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/probes/lttng-probe-irq.o
  CC [M]  /var/lib/dkms/lttng-modules/2.5.1/build/probes/lttng-probe-timer.o
  CC 

Bug#828991: Turns out I do have an initrd that does not mount /usr => system unbootable

2016-07-01 Thread Eric Valette


So the fact that you have an initrd is not a sufficient warranty beacuse 
on some machine and setup it does not mount /usr...


-- eric



Processed (with 6 errors): Re: Bug#829224: ruby-redis-actionpack: FTBFS: Could not find 'pkg-config' (~> 1.1.7) among 32 total gem(s) (Gem::LoadError)

2016-07-01 Thread Debian Bug Tracking System
Processing control commands:

> forcemerge 829175 829224
Bug #829175 {Done: Antonio Terceiro } [ruby-nokogiri] 
Missing dependency on ruby-pkg-config
Unable to merge bugs because:
package of #829224 is 'src:ruby-redis-actionpack' not 'ruby-nokogiri'
Failed to forcibly merge 829175: Did not alter merged bugs.

> forcemerge 829175 829225
Failed to forcibly merge 829175: failed to get lock on 
/org/bugs.debian.org/spool/lock/829175 -- Unable to lock 
/org/bugs.debian.org/spool/lock/829175 Resource temporarily unavailable.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
$locks = {
   'locks' => {}
 };
 at /usr/local/lib/site_perl/Debbugs/Common.pm line 587.

> forcemerge 829175 829226
Failed to forcibly merge 829175: failed to get lock on 
/org/bugs.debian.org/spool/lock/829175 -- Unable to lock 
/org/bugs.debian.org/spool/lock/829175 Resource temporarily unavailable.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
$locks = {
   'locks' => {}
 };
 at /usr/local/lib/site_perl/Debbugs/Common.pm line 587.

> forcemerge 829175 829227
Failed to forcibly merge 829175: failed to get lock on 
/org/bugs.debian.org/spool/lock/829175 -- Unable to lock 
/org/bugs.debian.org/spool/lock/829175 Resource temporarily unavailable.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource 

Processed (with 6 errors): Re: Bug#829224: ruby-redis-actionpack: FTBFS: Could not find 'pkg-config' (~> 1.1.7) among 32 total gem(s) (Gem::LoadError)

2016-07-01 Thread Debian Bug Tracking System
Processing control commands:

> forcemerge 829175 829224
Bug #829175 {Done: Antonio Terceiro } [ruby-nokogiri] 
Missing dependency on ruby-pkg-config
Unable to merge bugs because:
package of #829224 is 'src:ruby-redis-actionpack' not 'ruby-nokogiri'
Failed to forcibly merge 829175: Did not alter merged bugs.

> forcemerge 829175 829225
Failed to forcibly merge 829175: failed to get lock on 
/org/bugs.debian.org/spool/lock/829175 -- Unable to lock 
/org/bugs.debian.org/spool/lock/829175 Resource temporarily unavailable.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
$locks = {
   'locks' => {}
 };
 at /usr/local/lib/site_perl/Debbugs/Common.pm line 587.

> forcemerge 829175 829226
Failed to forcibly merge 829175: failed to get lock on 
/org/bugs.debian.org/spool/lock/829175 -- Unable to lock 
/org/bugs.debian.org/spool/lock/829175 Resource temporarily unavailable.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
$locks = {
   'locks' => {}
 };
 at /usr/local/lib/site_perl/Debbugs/Common.pm line 587.

> forcemerge 829175 829227
Failed to forcibly merge 829175: failed to get lock on 
/org/bugs.debian.org/spool/lock/829175 -- Unable to lock 
/org/bugs.debian.org/spool/lock/829175 Resource temporarily unavailable.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource 

Processed (with 6 errors): Re: Bug#829224: ruby-redis-actionpack: FTBFS: Could not find 'pkg-config' (~> 1.1.7) among 32 total gem(s) (Gem::LoadError)

2016-07-01 Thread Debian Bug Tracking System
Processing control commands:

> forcemerge 829175 829224
Bug #829175 {Done: Antonio Terceiro } [ruby-nokogiri] 
Missing dependency on ruby-pkg-config
Unable to merge bugs because:
package of #829224 is 'src:ruby-redis-actionpack' not 'ruby-nokogiri'
Failed to forcibly merge 829175: Did not alter merged bugs.

> forcemerge 829175 829225
Failed to forcibly merge 829175: failed to get lock on 
/org/bugs.debian.org/spool/lock/829175 -- Unable to lock 
/org/bugs.debian.org/spool/lock/829175 Resource temporarily unavailable.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
$locks = {
   'locks' => {}
 };
 at /usr/local/lib/site_perl/Debbugs/Common.pm line 587.

> forcemerge 829175 829226
Failed to forcibly merge 829175: failed to get lock on 
/org/bugs.debian.org/spool/lock/829175 -- Unable to lock 
/org/bugs.debian.org/spool/lock/829175 Resource temporarily unavailable.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
$locks = {
   'locks' => {}
 };
 at /usr/local/lib/site_perl/Debbugs/Common.pm line 587.

> forcemerge 829175 829227
Failed to forcibly merge 829175: failed to get lock on 
/org/bugs.debian.org/spool/lock/829175 -- Unable to lock 
/org/bugs.debian.org/spool/lock/829175 Resource temporarily unavailable.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource 

Processed (with 6 errors): Re: Bug#829224: ruby-redis-actionpack: FTBFS: Could not find 'pkg-config' (~> 1.1.7) among 32 total gem(s) (Gem::LoadError)

2016-07-01 Thread Debian Bug Tracking System
Processing control commands:

> forcemerge 829175 829224
Bug #829175 {Done: Antonio Terceiro } [ruby-nokogiri] 
Missing dependency on ruby-pkg-config
Unable to merge bugs because:
package of #829224 is 'src:ruby-redis-actionpack' not 'ruby-nokogiri'
Failed to forcibly merge 829175: Did not alter merged bugs.

> forcemerge 829175 829225
Failed to forcibly merge 829175: failed to get lock on 
/org/bugs.debian.org/spool/lock/829175 -- Unable to lock 
/org/bugs.debian.org/spool/lock/829175 Resource temporarily unavailable.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
$locks = {
   'locks' => {}
 };
 at /usr/local/lib/site_perl/Debbugs/Common.pm line 587.

> forcemerge 829175 829226
Failed to forcibly merge 829175: failed to get lock on 
/org/bugs.debian.org/spool/lock/829175 -- Unable to lock 
/org/bugs.debian.org/spool/lock/829175 Resource temporarily unavailable.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
$locks = {
   'locks' => {}
 };
 at /usr/local/lib/site_perl/Debbugs/Common.pm line 587.

> forcemerge 829175 829227
Failed to forcibly merge 829175: failed to get lock on 
/org/bugs.debian.org/spool/lock/829175 -- Unable to lock 
/org/bugs.debian.org/spool/lock/829175 Resource temporarily unavailable.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource 

Processed (with 6 errors): Re: Bug#829224: ruby-redis-actionpack: FTBFS: Could not find 'pkg-config' (~> 1.1.7) among 32 total gem(s) (Gem::LoadError)

2016-07-01 Thread Debian Bug Tracking System
Processing control commands:

> forcemerge 829175 829224
Bug #829175 {Done: Antonio Terceiro } [ruby-nokogiri] 
Missing dependency on ruby-pkg-config
Unable to merge bugs because:
package of #829224 is 'src:ruby-redis-actionpack' not 'ruby-nokogiri'
Failed to forcibly merge 829175: Did not alter merged bugs.

> forcemerge 829175 829225
Failed to forcibly merge 829175: failed to get lock on 
/org/bugs.debian.org/spool/lock/829175 -- Unable to lock 
/org/bugs.debian.org/spool/lock/829175 Resource temporarily unavailable.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
$locks = {
   'locks' => {}
 };
 at /usr/local/lib/site_perl/Debbugs/Common.pm line 587.

> forcemerge 829175 829226
Failed to forcibly merge 829175: failed to get lock on 
/org/bugs.debian.org/spool/lock/829175 -- Unable to lock 
/org/bugs.debian.org/spool/lock/829175 Resource temporarily unavailable.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
$locks = {
   'locks' => {}
 };
 at /usr/local/lib/site_perl/Debbugs/Common.pm line 587.

> forcemerge 829175 829227
Failed to forcibly merge 829175: failed to get lock on 
/org/bugs.debian.org/spool/lock/829175 -- Unable to lock 
/org/bugs.debian.org/spool/lock/829175 Resource temporarily unavailable.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource 

Bug#829224: ruby-redis-actionpack: FTBFS: Could not find 'pkg-config' (~> 1.1.7) among 32 total gem(s) (Gem::LoadError)

2016-07-01 Thread Antonio Terceiro
Control: forcemerge 829175 829224
Control: forcemerge 829175 829225
Control: forcemerge 829175 829226
Control: forcemerge 829175 829227
Control: forcemerge 829175 829229
Control: forcemerge 829175 829234

All these issues have been fixed at their source which was
ruby-nokogiri. 1.6.8-1 missed a dependency and that was fixed in
1.6.8-2.


signature.asc
Description: PGP signature


Processed (with 6 errors): Re: Bug#829224: ruby-redis-actionpack: FTBFS: Could not find 'pkg-config' (~> 1.1.7) among 32 total gem(s) (Gem::LoadError)

2016-07-01 Thread Debian Bug Tracking System
Processing control commands:

> forcemerge 829175 829224
Bug #829175 {Done: Antonio Terceiro } [ruby-nokogiri] 
Missing dependency on ruby-pkg-config
Unable to merge bugs because:
package of #829224 is 'src:ruby-redis-actionpack' not 'ruby-nokogiri'
Failed to forcibly merge 829175: Did not alter merged bugs.

> forcemerge 829175 829225
Failed to forcibly merge 829175: failed to get lock on 
/org/bugs.debian.org/spool/lock/829175 -- Unable to lock 
/org/bugs.debian.org/spool/lock/829175 Resource temporarily unavailable.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
$locks = {
   'locks' => {}
 };
 at /usr/local/lib/site_perl/Debbugs/Common.pm line 587.

> forcemerge 829175 829226
Failed to forcibly merge 829175: failed to get lock on 
/org/bugs.debian.org/spool/lock/829175 -- Unable to lock 
/org/bugs.debian.org/spool/lock/829175 Resource temporarily unavailable.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
$locks = {
   'locks' => {}
 };
 at /usr/local/lib/site_perl/Debbugs/Common.pm line 587.

> forcemerge 829175 829227
Failed to forcibly merge 829175: failed to get lock on 
/org/bugs.debian.org/spool/lock/829175 -- Unable to lock 
/org/bugs.debian.org/spool/lock/829175 Resource temporarily unavailable.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/829175 Resource 

Bug#811876: disulfinder: FTBFS with GCC 6: no matching function for call to

2016-07-01 Thread Andreas Tille
Hi Tanya,

On Fri, Jul 01, 2016 at 06:27:03PM +0300, merlettaia wrote:
> Thank you for notifying, I'll check.

Do you plan to do more significant work on the package?  I'm just
asking because I'd like to upload packages with RC bugs soon.  So
if you think you might need some more time (which is fine) I'm
tempted to upload the package as is and we might upload a package
with full test suite later giving you as much time as you might
need.

What do you think?

Kind regards

Andreas.

-- 
http://fam-tille.de



Bug#829236: [Pkg-julia-devel] Bug#829236: utf8proc: FTBFS: line 16413: normalization failed for ? -> 配

2016-07-01 Thread Peter Colberg
On Fri, Jul 01, 2016 at 04:40:52PM +0200, Chris Lamb wrote:
>   test/normtest data/NormalizationTest.txt
>   line 16413: normalization failed for  -> 配

The test fails due to unicode-data having been updated to Unicode 9.0.

This has been resolved upstream but not released yet.

Peter



Processed: Re: [Pkg-julia-devel] Bug#829236: utf8proc: FTBFS: line 16413: normalization failed for ? -> 配

2016-07-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 829236 + confirmed upstream fixed-upstream
Bug #829236 [src:utf8proc] utf8proc: FTBFS: line 16413: normalization failed 
for  -> 配
Added tag(s) fixed-upstream, confirmed, and upstream.
> forwarded 829236 https://github.com/JuliaLang/utf8proc/pull/70
Bug #829236 [src:utf8proc] utf8proc: FTBFS: line 16413: normalization failed 
for  -> 配
Set Bug forwarded-to-address to 'https://github.com/JuliaLang/utf8proc/pull/70'.
>
End of message, stopping processing here.

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



Bug#811768: marked as done (log4cxx: FTBFS with GCC 6: narrowing conversion)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Fri, 01 Jul 2016 18:51:55 +
with message-id 
and subject line Bug#811768: fixed in log4cxx 0.10.0-11
has caused the Debian Bug report #811768,
regarding log4cxx: FTBFS with GCC 6: narrowing conversion
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.)


-- 
811768: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811768
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: log4cxx
Version: 0.10.0-10
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-narrowing

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> libtool: compile:  g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
> -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
> -DPACKAGE_URL=\"\" -DPACKAGE=\"log4cxx\" -DVERSION=\"0.10.0\" 
> -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
> -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" 
> -DHAVE_MBSRTOWCS=1 -DHAVE_WCSTOMBS=1 -DHAVE_SYSLOG=1 -DHAVE_FWIDE=1 -I. 
> -I../../../src/main/include -I../../../src/main/include -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 
> -I/usr/include/apr-1.0 -I/usr/include -g -O2 -fstack-protector-strong 
> -Wformat -Werror=format-security -c loggerpatternconverter.cpp -o 
> loggerpatternconverter.o >/dev/null 2>&1
> locationinfo.cpp: In member function 'void 
> log4cxx::spi::LocationInfo::write(log4cxx::helpers::ObjectOutputStream&, 
> log4cxx::helpers::Pool&) const':
> locationinfo.cpp:163:21: error: narrowing conversion of '237' from 'int' to 
> 'char' inside { } [-Wnarrowing]
>   0x78, 0x70 };
>  ^
> 
> locationinfo.cpp:163:21: error: narrowing conversion of '153' from 'int' to 
> 'char' inside { } [-Wnarrowing]
> locationinfo.cpp:163:21: error: narrowing conversion of '187' from 'int' to 
> 'char' inside { } [-Wnarrowing]
> locationinfo.cpp:163:21: error: narrowing conversion of '225' from 'int' to 
> 'char' inside { } [-Wnarrowing]
> locationinfo.cpp:163:21: error: narrowing conversion of '145' from 'int' to 
> 'char' inside { } [-Wnarrowing]
> locationinfo.cpp:163:21: error: narrowing conversion of '165' from 'int' to 
> 'char' inside { } [-Wnarrowing]

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: log4cxx
Source-Version: 0.10.0-11

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

Debian distribution maintenance software
pp.
Tobias Frost  (supplier of updated log4cxx 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: Fri, 01 Jul 2016 20:01:33 +0200
Source: log4cxx
Binary: liblog4cxx10-dev liblog4cxx-dev liblog4cxx10v5 liblog4cxx10-doc 
liblog4cxx-doc
Architecture: source
Version: 0.10.0-11
Distribution: sid
Urgency: medium
Maintainer: Tobias Frost 
Changed-By: Tobias Frost 
Description:
 liblog4cxx-dev - Logging library for C++ (development files)
 liblog4cxx-doc - Documentation for log4cxx
 liblog4cxx10-dev - Logging library for C++ (development files) -- transitional 
packa
 liblog4cxx10-doc - Documentation for log4cxx -- transitional dummy package
 liblog4cxx10v5 - Logging library for C++
Closes: 811768
Changes:
 log4cxx (0.10.0-11) sid; urgency=medium
 .
   * Fix FTBFS with GCC-6. (Closes: #811768)
   * Bump S-V to 3.9.8, no changes required.
   * Drop explicit versioned B-D on g++5 and 

Bug#811757: marked as done (teeworlds: FTBFS with GCC 6: narrowing conversion)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Fri, 01 Jul 2016 18:31:17 +
with message-id 
and subject line Bug#811757: fixed in teeworlds 0.6.3+dfsg-2
has caused the Debian Bug report #811757,
regarding teeworlds: FTBFS with GCC 6: narrowing conversion
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.)


-- 
811757: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811757
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: teeworlds
Version: 0.6.2+dfsg-2
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-narrowing

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> [ 49/139] #1 c++ src/mastersrv/mastersrv.cpp
> g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
> -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions  -c -DCONF_RELEASE -I 
> "src"  -o objs/mastersrv/mastersrv.o src/mastersrv/mastersrv.cpp
> src/mastersrv/mastersrv.cpp: In function 'void BuildPackets()':
> src/mastersrv/mastersrv.cpp:120:106: error: narrowing conversion of '255' 
> from 'int' to 'char' inside { } [-Wnarrowing]
>  static char IPV4Mapping[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
> 0x00, 0x00, 0x00, 0xFF, 0xFF };
>   
> ^
> 
> src/mastersrv/mastersrv.cpp:120:106: error: narrowing conversion of '255' 
> from 'int' to 'char' inside { } [-Wnarrowing]
> bam: ret=256 g++ -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-exceptions 
>  -c -DCONF_RELEASE -I "src"  -o objs/mastersrv/mastersrv.o 
> src/mastersrv/mastersrv.cpp
> bam: 'objs/mastersrv/mastersrv.o' error 256
> bam: error: a build step failed
> debian/rules:14: recipe for target 'override_dh_auto_build' failed

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: teeworlds
Source-Version: 0.6.3+dfsg-2

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

Debian distribution maintenance software
pp.
Felix Geyer  (supplier of updated teeworlds 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: Fri, 01 Jul 2016 19:29:57 +0200
Source: teeworlds
Binary: teeworlds teeworlds-server teeworlds-data
Architecture: source
Version: 0.6.3+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team 
Changed-By: Felix Geyer 
Description:
 teeworlds  - online multi-player platform 2D shooter
 teeworlds-data - data for Teeworlds; an online multi-player platform 2D shooter
 teeworlds-server - server for Teeworlds; an online multi-player platform 2D 
shooter
Closes: 811757
Changes:
 teeworlds (0.6.3+dfsg-2) unstable; urgency=medium
 .
   * Fix FTBFS with GCC 6. (Closes: #811757)
 - Add fix-gcc6-rename-round.patch
 - Add fix-gcc6-var-types.patch
Checksums-Sha1:
 82d877a7798e319d7904860b6d7525bcbd7dcdf8 2251 teeworlds_0.6.3+dfsg-2.dsc
 c09a7424e02bf1800d4fa595632f0d0152939d72 10088 
teeworlds_0.6.3+dfsg-2.debian.tar.xz
Checksums-Sha256:
 f53dfa9d514103c8b2fdd14ba02a115f912ad354ada13a2f6750650189510da8 2251 
teeworlds_0.6.3+dfsg-2.dsc
 c2858f05902350263b856e8f7e1bf92fb7060fcd25b3f38c40af499cf707015b 10088 
teeworlds_0.6.3+dfsg-2.debian.tar.xz
Files:
 b72b8ad3bd6674ada45cb017977047a0 2251 games optional teeworlds_0.6.3+dfsg-2.dsc
 6745b2437e9717cfa458df4f9f6d2661 10088 games optional 
teeworlds_0.6.3+dfsg-2.debian.tar.xz

-BEGIN PGP SIGNATURE-


Bug#811616: marked as done (FTBFS with GCC 6: cannot convert x to y)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Fri, 01 Jul 2016 18:31:47 +
with message-id 
and subject line Bug#811616: fixed in warmux 1:11.04.1+repack2-2
has caused the Debian Bug report #811616,
regarding FTBFS with GCC 6: cannot convert x to y
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.)


-- 
811616: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811616
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: warmux
Version: 1:11.04.1+repack2-1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-cannot-convert

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> g++ -DHAVE_CONFIG_H -I. -I../lib/warmux/include   -Wdate-time 
> -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I ../src 
> -DINSTALL_DATADIR=\"/usr/share/games/warmux/\" 
> -DINSTALL_LOCALEDIR=\"/usr/share/locale\" 
> -DFONT_FILE=\"/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf\" 
> -DPACKAGE_VERSION=\"11.04\" -I../lib/warmux/include -I../lib/fixedpoint -Wall 
> -Wextra -Wall -Wextra -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT 
> -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/fribidi 
> -fno-rtti -fno-exceptions -c -o network_menu.o `test -f 
> 'menu/network_menu.cpp' || echo './'`menu/network_menu.cpp
> interface/weapon_menu.cpp: In member function 'AffineTransform2D 
> WeaponsMenu::ComputeToolTransformation()':
> interface/weapon_menu.cpp:334:8: warning: variable 'scroll_border' set but 
> not used [-Wunused-but-set-variable]
>uint scroll_border = 0;
> ^
> 
> interface/weapon_menu.cpp: In member function 'AffineTransform2D 
> WeaponsMenu::ComputeWeaponTransformation()':
> interface/weapon_menu.cpp:352:8: warning: variable 'scroll_border' set but 
> not used [-Wunused-but-set-variable]
>uint scroll_border = 0;
> ^
> 
> interface/weapon_menu.cpp: In member function 'Weapon* 
> WeaponsMenu::UpdateCurrentOverflyItem(const Polygon*)':
> interface/weapon_menu.cpp:394:12: error: cannot convert 'bool' to 'Weapon*' 
> in return
>  return false;
> ^
> 
> map/tile.cpp: In member function 'Tile::SynchTileList 
> Tile::GetTilesToSynch()':
> map/tile.cpp:676:50: warning: narrowing conversion of 'i' from 'uint {aka 
> unsigned int}' to 'uint16_t {aka short unsigned int}' inside { } [-Wnarrowing]
>SynchTileInfo info = { i, t->GetSynchsum() };
>   ^

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: warmux
Source-Version: 1:11.04.1+repack2-2

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

Debian distribution maintenance software
pp.
Felix Geyer  (supplier of updated warmux 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: Fri, 01 Jul 2016 18:48:33 +0200
Source: warmux
Binary: warmux warmux-servers warmux-data warmux-dbg
Architecture: source
Version: 1:11.04.1+repack2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team 
Changed-By: Felix Geyer 
Description:
 warmux - turn-based artillery game on 2D maps
 warmux-data - data files for the WarMUX game
 warmux-dbg - debugging symbols for the WarMUX game
 warmux-servers - stand alone server and game index server for WarMUX
Closes: 811616
Changes:
 warmux (1:11.04.1+repack2-2) unstable; urgency=medium
 .
   * Drop Debian menu entry.
   * Fix FTBFS with GCC 6. (Closes: #811616)
Checksums-Sha1:
 

Bug#829174: marked as done (beast-mcmc: depends on package in contrib)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Fri, 01 Jul 2016 18:00:42 +
with message-id 
and subject line Bug#829174: fixed in beast-mcmc 1.8.4+dfsg.1-1
has caused the Debian Bug report #829174,
regarding beast-mcmc: depends on package in contrib
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.)


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

Source: beast-mcmc
Version: 1.8.4+dfsg-1
Severity: grave

beast-mcmc is main, but it depends on libnucleotidelikelihoodcore0, 
which is in contrib.


This is violation of Policy §2.2.1, and it makes the package 
uninstallable for users who didn't enable contrib.


--
Jakub Wilk
--- End Message ---
--- Begin Message ---
Source: beast-mcmc
Source-Version: 1.8.4+dfsg.1-1

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

Debian distribution maintenance software
pp.
Andreas Tille  (supplier of updated beast-mcmc 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: Fri, 01 Jul 2016 11:08:37 +0200
Source: beast-mcmc
Binary: beast-mcmc libnucleotidelikelihoodcore0 beast-mcmc-examples 
beast-mcmc-doc
Architecture: source all amd64
Version: 1.8.4+dfsg.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 

Changed-By: Andreas Tille 
Description:
 beast-mcmc - Bayesian MCMC phylogenetic inference
 beast-mcmc-doc - Bayesian MCMC phylogenetic inference - documentation
 beast-mcmc-examples - Bayesian MCMC phylogenetic inference - example data
 libnucleotidelikelihoodcore0 - implementation of LikelihoodCore for 
nucleotides used by beast-mc
Closes: 829174
Changes:
 beast-mcmc (1.8.4+dfsg.1-1) unstable; urgency=medium
 .
   * Drop packaging tools from upstream source
   * Add missing copyright
   * Fix section for all binary packages
 Closes: #829174
Checksums-Sha1:
 c629fd0e64c9004ccdb5f6305fe2c77ce0d3785b 2557 beast-mcmc_1.8.4+dfsg.1-1.dsc
 b2e79cc456c554d2eee28c2f071f27260fec1db0 34387068 
beast-mcmc_1.8.4+dfsg.1.orig.tar.xz
 6fb2e8b49b8779728b70d14ae4e00738f07a99f4 17380 
beast-mcmc_1.8.4+dfsg.1-1.debian.tar.xz
 a914eb716525f3c42b4cbbaf7b1fd68c0acb870d 1842074 
beast-mcmc-doc_1.8.4+dfsg.1-1_all.deb
 e10b9258dfbef3d2437cf7489445dc1c86510fcf 1997280 
beast-mcmc-examples_1.8.4+dfsg.1-1_all.deb
 14f2eea2f90efc9e0b39bcbd5d41ccf9f75fbed3 7150802 
beast-mcmc_1.8.4+dfsg.1-1_all.deb
 3ae2ef97de614d8790de36f25d3f0ffd90a4b7c6 2178 
libnucleotidelikelihoodcore0-dbgsym_1.8.4+dfsg.1-1_amd64.deb
 c82d71f1159a29eb0df0b14b7498cb3711ba189f 8460 
libnucleotidelikelihoodcore0_1.8.4+dfsg.1-1_amd64.deb
Checksums-Sha256:
 e0bd838826a86b58de75f680ad912127c14611806ac63bdeca000c127b2209b2 2557 
beast-mcmc_1.8.4+dfsg.1-1.dsc
 641464aab852d97a22833329db8b6ae78a70762c6d55139ecfc2e10f260ba721 34387068 
beast-mcmc_1.8.4+dfsg.1.orig.tar.xz
 66087b5ed9b6fdc62d3c3786a9837be8cbc9db75f3ebb7590ea2005de07046bf 17380 
beast-mcmc_1.8.4+dfsg.1-1.debian.tar.xz
 47347c6a4bace4ceb296155dc16df2c614dc7a5d90472b905dfadb84c9950f50 1842074 
beast-mcmc-doc_1.8.4+dfsg.1-1_all.deb
 ac8992395bce4b50df5792e26815997ec2a86106a76bf2e32b5f19d9bc6748cb 1997280 
beast-mcmc-examples_1.8.4+dfsg.1-1_all.deb
 e34a5c7862dfd294e4e0f740cf4b8abb8f9b330a3fad290482c111d9f99299b0 7150802 
beast-mcmc_1.8.4+dfsg.1-1_all.deb
 adef9393a168a0b1800ef494ed6373c4117f8ccca5944b32f6c0fd70654e1c39 2178 
libnucleotidelikelihoodcore0-dbgsym_1.8.4+dfsg.1-1_amd64.deb
 64aa7487fac523a14961bb6eae96015950be1b4347f73057204b6c4283dd14da 8460 
libnucleotidelikelihoodcore0_1.8.4+dfsg.1-1_amd64.deb
Files:
 9ba5b926786d0e7b080f9a6442fa7f17 2557 science optional 
beast-mcmc_1.8.4+dfsg.1-1.dsc
 5de4174ede4f69e9c016321c2d4a9123 34387068 science optional 
beast-mcmc_1.8.4+dfsg.1.orig.tar.xz
 0ee9d8385536f77d2b1cc8e17b46b3e8 17380 science optional 
beast-mcmc_1.8.4+dfsg.1-1.debian.tar.xz
 27e01f444e486c839b1684ee5ee2f116 1842074 doc optional 
beast-mcmc-doc_1.8.4+dfsg.1-1_all.deb
 

Bug#826592: marked as done (gnustep-gui: FTBFS: 22 Failed builds)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Fri, 01 Jul 2016 18:01:29 +
with message-id 
and subject line Bug#826592: fixed in gnustep-gui 0.25.0-1
has caused the Debian Bug report #826592,
regarding gnustep-gui: FTBFS: 22 Failed builds
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.)


-- 
826592: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=826592
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gnustep-gui
Version: 0.24.0-3.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,

gnustep-gui fails to build from source in unstable/amd64:

  [..]

if [ -f .//$l.lproj/$f -o -d .//$l.lproj/$f ]; then \
  cp -fr .//$l.lproj/$f \
./StandardPicker.bundle/Resources/$l.lproj/; \
else \
  echo "Warning: .//$l.lproj/$f not found - ignoring"; \
fi; \
  done; \
else \
  echo "Warning: .//$l.lproj not found - ignoring"; \
fi; \
  done
  echo "OLD_GNUSTEP_STAMP_ASTRING = _GSStandardColorPicker-" > 
./StandardPicker.bundle/stamp.make
  (echo "{"; echo '  NOTE = "Automatically generated, do not edit!";'; \
echo "  NSExecutable = \"StandardPicker\";"; \
echo "  NSMainNibFile = \"\";"; \
echo "  NSPrincipalClass = \"GSStandardColorPicker\";"; \
echo "}") >StandardPicker.bundle/Resources/Info-gnustep.plist
  if [ -r "" ]; then \
plmerge StandardPicker.bundle/Resources/Info-gnustep.plist ; \
  fi
  Making all for bundle NamedPicker...
  cd .; \
  /usr/share/GNUstep/Makefiles/mkinstalldirs ./obj/NamedPicker.obj/
  /usr/share/GNUstep/Makefiles/mkinstalldirs NamedPicker.bundle/.
  gcc GSNamedColorPicker.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DGNUSTEP 
-DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 
-DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions 
-D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE 
-Wno-import -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime 
-fconstant-string-class=NSConstantString -I../Headers/Additions -I../Headers 
-I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
 -o obj/NamedPicker.obj/GSNamedColorPicker.m.o
  gcc -shared  -rdynamic -Wl,-z,relro -Wl,-z,defs -Wl,--as-needed -pthread  
-fexceptions -o ./NamedPicker.bundle/./NamedPicker 
./obj/NamedPicker.obj/GSNamedColorPicker.m.o   -L../Source/./obj 
-L../Models/./obj-L/usr/local/lib -L/usr/lib  -lgnustep-gui
-lgnustep-base-lobjc   -lm
  /usr/share/GNUstep/Makefiles/mkinstalldirs NamedPicker.bundle/Resources
  for f in GSNamedColorPicker.tiff; do \
if [ -f .//$f -o -d .//$f ]; then \
  cp -fr .//$f ./NamedPicker.bundle/Resources/; \
else \
  echo "Warning: .//$f not found - ignoring"; \
fi; \
  done
  echo "OLD_GNUSTEP_STAMP_ASTRING = _GSNamedColorPicker-" > 
./NamedPicker.bundle/stamp.make
  (echo "{"; echo '  NOTE = "Automatically generated, do not edit!";'; \
echo "  NSExecutable = \"NamedPicker\";"; \
echo "  NSMainNibFile = \"\";"; \
echo "  NSPrincipalClass = \"GSNamedColorPicker\";"; \
echo "}") >NamedPicker.bundle/Resources/Info-gnustep.plist
  if [ -r "" ]; then \
plmerge NamedPicker.bundle/Resources/Info-gnustep.plist ; \
  fi
  Making all for bundle WheelPicker...
  cd .; \
  /usr/share/GNUstep/Makefiles/mkinstalldirs ./obj/WheelPicker.obj/
  /usr/share/GNUstep/Makefiles/mkinstalldirs WheelPicker.bundle/.
  gcc GSWheelColorPicker.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DGNUSTEP 
-DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 
-DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions 
-D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE 
-Wno-import -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime 
-fconstant-string-class=NSConstantString -I../Headers/Additions -I../Headers 
-I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
 -o obj/WheelPicker.obj/GSWheelColorPicker.m.o
  gcc GSColorSliderCell.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DGNUSTEP 
-DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 
-DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions 
-D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall 

Bug#789381: libpoe-api-peek-perl: FTBFS with perl 5.22: test failures

2016-07-01 Thread gregor herrmann
On Fri, 01 Jul 2016 11:59:57 -0400, Prof. Ernesto Hernández-Novich wrote:

> They were not aware of the issue because they haven't tested WebGUI
> with 5.22. They will be reviewing the actual dependency to see if it is
> indeed needed or not. Perhaps we coud wait a week or so before removing
> the packages.

Sounds good to me, thanks for checking with them!

Maybe they also want to test their software with perl 5.24 which was
released almost 2 months ago :)


Cheers,
gregor

-- 
 .''`.  Homepage https://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
   `-   


signature.asc
Description: Digital Signature


Bug#812041: thrift-compiler: diff for NMU version 0.9.1-2.1

2016-07-01 Thread GCS
Hi Tony,

On Fri, Jul 1, 2016 at 6:42 AM, tony mancill  wrote:
> I've prepared an NMU for thrift-compiler (versioned as 0.9.1-2.1) and
> uploaded it to DELAYED/10. Please feel free to tell me if I
> should delay it longer or if you would like me to dcut the upload.
 Sure, I should have fixed it before. Your update seems fine. I'm at
DebConf16 with a bad enough link; also I travel without my GnuPG key.
I can't do an update myself for the next ten days and even I don't
have any more fixes to add. Go ahead with your NMU as you wish.

> Also, I would be interested in collaborating on an update to a newer
> version of the thrift compiler.  Please let me know if you are amenable
> to that.
 Did you try the experimental package version from 'thrift' source? It
has a self-test issue on several architectures, but otherwise should
be fine and up-to-date.

Cheers,
Laszlo/GCS



Bug#827630: marked as done (soundscaperenderer: FTBFS in testing (Class scrartcl Error: undefined old font command `bf'.))

2016-07-01 Thread Debian Bug Tracking System
Your message dated Fri, 01 Jul 2016 17:15:37 +
with message-id 
and subject line Bug#827630: fixed in soundscaperenderer 0.4.2~dfsg-6
has caused the Debian Bug report #827630,
regarding soundscaperenderer: FTBFS in testing (Class scrartcl Error: undefined 
old font command `bf'.)
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.)


-- 
827630: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827630
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:soundscaperenderer
Version: 0.4.2~dfsg-5
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
Severity: serious

Dear maintainer:

This package currently fails to build in stretch:


[...]

LaTeX Warning: Reference `sec:asdf' on page 4 undefined on input line 88.



! Class scrartcl Error: undefined old font command `\bf'.

See the scrartcl class documentation for explanation.
Type  H   for immediate help.
 ...  
  
l.111 ...linewidth]{images/coordinate_system.eps}}
   \hfill
? 
! Emergency stop.
 ...  
  
l.111 ...linewidth]{images/coordinate_system.eps}}
   \hfill
Output written on SoundScapeRenderer.dvi (3 pages, 10364 bytes).
Transcript written on SoundScapeRenderer.log.
Latexmk: List of undefined refs and citations:
  Citation `Geier08:AES' on page 3 undefined on input line 21
  Citation `geier2012ssr' on page 3 undefined on input line 21
  Reference `sec:asdf' on page 4 undefined on input line 88
  Reference `sec:renderers' on page 3 undefined on input line 14
  Reference `sec:running_ssr' on page 4 undefined on input line 64
  Reference `sec:running_ssr' on page 4 undefined on input line 81
Latexmk: Summary of warnings:
  Latex failed to resolve 4 reference(s)
  Latex failed to resolve 2 citation(s)
Collected error summary (may duplicate other messages):
  latex: Command for 'latex' gave return code 256
Latexmk: Use the -f option to force complete processing,
 unless error was exceeding maximum runs of latex/pdflatex.
Latexmk: Errors, so I did not complete making targets
debian/rules:53: recipe for target 'build/soundscaperenderer-common' failed


Because packages in stretch must be buildable in stretch, this is RC for 
stretch.

You can find a full build log here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/soundscaperenderer.html

Thanks.
--- End Message ---
--- Begin Message ---
Source: soundscaperenderer
Source-Version: 0.4.2~dfsg-6

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

Debian distribution maintenance software
pp.
IOhannes m zmölnig (Debian/GNU)  (supplier of updated 
soundscaperenderer 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: Fri, 01 Jul 2016 16:13:19 +0200
Source: soundscaperenderer
Binary: soundscaperenderer-nox soundscaperenderer soundscaperenderer-common
Architecture: source
Version: 0.4.2~dfsg-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: IOhannes m zmölnig (Debian/GNU) 
Description:
 soundscaperenderer - tool for real-time spatial audio reproduction
 soundscaperenderer-common - tool for real-time spatial audio reproduction 
(common-files)
 soundscaperenderer-nox - tool for real-time spatial audio reproduction 
(without X support)
Closes: 827630
Changes:
 soundscaperenderer (0.4.2~dfsg-6) unstable; urgency=medium
 .
   * Added tex-override to resurrect missing '\bf' (Closes: #827630)
   * Document git-tuneclone.sh in debian/README.source
   * Removed duplicate 

Processed: bug 829235 is forwarded to https://github.com/jquast/wcwidth/issues/17, tagging 829235

2016-07-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 829235 https://github.com/jquast/wcwidth/issues/17
Bug #829235 [src:wcwidth] wcwidth: FTBFS: UnicodeDecodeError: 'ascii' codec 
can't decode byte 0xc2 in position 2: ordinal not in range(128)
Set Bug forwarded-to-address to 'https://github.com/jquast/wcwidth/issues/17'.
> tags 829235 + upstream
Bug #829235 [src:wcwidth] wcwidth: FTBFS: UnicodeDecodeError: 'ascii' codec 
can't decode byte 0xc2 in position 2: ordinal not in range(128)
Added tag(s) upstream.
> thanks
Stopping processing here.

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



Bug#814914: NMU khronos-api: FTBFS due to missing build-dependencies

2016-07-01 Thread Jens Reyer
Hi Mike,

I'm currently at DebConf and got some sponsors around for fixing this
bug. Please find attached the debdiff. It will be uploaded in short time
nmu "delayed/10". Please let us know if we should delay it further.

Greets
jre
diff -Nru khronos-api-0~svn29735/debian/changelog 
khronos-api-0~svn29735/debian/changelog
--- khronos-api-0~svn29735/debian/changelog 2016-01-31 01:59:02.0 
+0100
+++ khronos-api-0~svn29735/debian/changelog 2016-07-01 18:05:56.0 
+0200
@@ -1,3 +1,11 @@
+khronos-api (0~svn29735-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload. "DebConf upload."
+  * Fix FTBFS. Add build-depends python-debian and python-dateutil
+(closes: #814914).
+
+ -- Jens Reyer   Fri, 01 Jul 2016 16:46:18 +0200
+
 khronos-api (0~svn29735-1) unstable; urgency=medium
 
   * Fix a lintian warning.
diff -Nru khronos-api-0~svn29735/debian/control 
khronos-api-0~svn29735/debian/control
--- khronos-api-0~svn29735/debian/control   2016-01-31 00:57:41.0 
+0100
+++ khronos-api-0~svn29735/debian/control   2016-07-01 18:20:09.0 
+0200
@@ -6,6 +6,8 @@
  debhelper (>= 9),
  doc-base,
  python-lxml,
+ python-debian,
+ python-dateutil,
  texlive-latex-extra,
  texlive-fonts-recommended,
  texlive-generic-recommended,


Bug#810671: #810671: ifupdown-scripts-zg2: fails to install in chroot

2016-07-01 Thread Christian Hofstaedtler
ifupdown has stopped providing /etc/network/run in 2012. Apparently
on existing installs, the upgrade code did not work correctly so
most existing installs still have the compatibility symlink.

-- 
 ,''`.  Christian Hofstaedtler 
: :' :  Debian Developer
`. `'   7D1A CFFA D9E0 806C 9C4C  D392 5C13 D6DB 9305 2E03
  `-



Bug#829255: oss4-dkms: Fails to build for 4.6.0-1-amd64

2016-07-01 Thread Christian Hofstaedtler
Package: oss4-dkms
Version: 4.2-build2010-5
Severity: serious

Dear Maintainer,

the oss4 modules fail to build for the current sid kernel (4.6.0-1) on amd64:

In file included from 
/var/lib/dkms/oss4/4.2-build2010/build/drivers/oss_ali5455module.c:21:0:
/var/lib/dkms/oss4/4.2-build2010/build/drivers/module.inc:52:13: error: 
initialization from incompatible pointer type 
[-Werror=incompatible-pointer-types]
[...]
/usr/src/linux-headers-4.6.0-1-common/scripts/Makefile.build:296: recipe for 
target '/var/lib/dkms/oss4/4.2-build2010/build/drivers/oss_ali5455module.o' 
failed

Best,
Chris


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

Kernel: Linux 4.6.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)



Bug#829251: marked as done (nbd: FTBFS: override_dh_auto_configure [..] test -d .git && test $(git status --porcelain | wc -l) -le 0)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Fri, 1 Jul 2016 18:10:34 +0200
with message-id <20160701161034.ga19...@grep.be>
and subject line Re: Bug#829251: nbd: FTBFS: override_dh_auto_configure [..] 
test -d .git && test $(git status --porcelain | wc -l) -le 0
has caused the Debian Bug report #829251,
regarding nbd: FTBFS: override_dh_auto_configure [..] test -d .git && test 
$(git status --porcelain | wc -l) -le 0
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.)


-- 
829251: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829251
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: nbd
Version: 1:3.14-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,

nbd fails to build from source in unstable/amd64:

  [..]

  
  
**
  ** Starting build 
  **
  
**
  
   Package:  nbd
   Version:  3.14-1
   Build architecture:   amd64
   Date: Fri, 01 Jul 2016 17:53:07 +0200
   Hostname: 72ad9f98284a
   Uname:Linux 72ad9f98284a 4.6.0-1-amd64 #1 SMP Debian 4.6.2-2 
(2016-06-25) x86_64 GNU/Linux
   /etc/timezone:Africa/Johannesburg
  
  
**
  ** Installing build dependencies  
  **
  
**
  
  dh_testdir
  dh_testroot
  dh_prep
  dh_testdir
  dh_testroot
  dh_install
  dh_installdocs
  dh_installchangelogs
  dh_compress
  dh_fixperms
  dh_installdeb
  dh_gencontrol
  dh_md5sums
  dh_builddeb
  dpkg-deb: building package 'nbd-build-deps' in 
'../nbd-build-deps_3.14-1_all.deb'.
  
  The package has been created.
  Attention, the package has been created in the current directory,
  not in ".." as indicated by the message above!
  Selecting previously unselected package nbd-build-deps.
  (Reading database ... 23081 files and directories currently installed.)
  Preparing to unpack nbd-build-deps_3.14-1_all.deb ...
  Unpacking nbd-build-deps (1:3.14-1) ...
  Reading package lists...
  Building dependency tree...
  Reading state information...
  Correcting dependencies... Done
  The following additional packages will be installed:
libelf1 libglib2.0-bin libglib2.0-data libglib2.0-dev libpcre16-3
libpcre3-dev libpcre32-3 libpcrecpp0v5 pkg-config zlib1g-dev
  Suggested packages:
libglib2.0-doc
  The following NEW packages will be installed:
libelf1 libglib2.0-bin libglib2.0-data libglib2.0-dev libpcre16-3
libpcre3-dev libpcre32-3 libpcrecpp0v5 pkg-config zlib1g-dev
  0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
  1 not fully installed or removed.
  Need to get 8809 kB of archives.
  After this operation, 26.7 MB of additional disk space will be used.
  Get:1 http://httpredir.debian.org/debian sid/main amd64 libelf1 amd64 0.165-3 
[169 kB]
  Get:2 http://httpredir.debian.org/debian sid/main amd64 libglib2.0-data all 
2.48.1-1 [2503 kB]
  Get:3 http://httpredir.debian.org/debian sid/main amd64 libglib2.0-bin amd64 
2.48.1-1 [1626 kB]
  Get:4 http://httpredir.debian.org/debian sid/main amd64 libpcre16-3 amd64 
2:8.38-3.1 [252 kB]
  Get:5 http://httpredir.debian.org/debian sid/main amd64 libpcre32-3 amd64 
2:8.38-3.1 [244 kB]
  Get:6 http://httpredir.debian.org/debian sid/main amd64 libpcrecpp0v5 amd64 
2:8.38-3.1 [150 kB]
  Get:7 http://httpredir.debian.org/debian sid/main amd64 libpcre3-dev amd64 
2:8.38-3.1 [633 kB]
  Get:8 http://httpredir.debian.org/debian sid/main amd64 pkg-config amd64 
0.29-4 [62.5 kB]
  Get:9 http://httpredir.debian.org/debian sid/main amd64 zlib1g-dev amd64 
1:1.2.8.dfsg-2+b1 [206 kB]
  Get:10 http://httpredir.debian.org/debian sid/main amd64 libglib2.0-dev amd64 
2.48.1-1 [2963 kB]
  Fetched 8809 kB in 0s (60.9 MB/s)
  Selecting previously unselected package libelf1:amd64.
  (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%

Bug#789381: libpoe-api-peek-perl: FTBFS with perl 5.22: test failures

2016-07-01 Thread Prof. Ernesto Hernández-Novich
On Sun, 26 Jun 2016 15:27:05 +0200
intrigeri  wrote:

> Hi,
> 
> Prof. Ernesto Hernández-Novich wrote (23 May 2016 11:49:55 GMT) :
> > On Sat, 21 May 2016 19:03:54 +0300 Niko Tyni 
> > wrote: webgui has never been part of any stable release. WebGUI's
> > upstream has been very slow for the last year or so, with only a
> > couple of releases. The latest release, about a month and a half
> > ago, still lists POE::Component::IKC as a dependency and it's used
> > for a core workflow component -- it requires 0.2001
> 
> > I've written upstream about their thoughts on the issue.
> 
> Did you get any feedback from them yet?

I've gotten feedback.

They were not aware of the issue because they haven't tested WebGUI
with 5.22. They will be reviewing the actual dependency to see if it is
indeed needed or not. Perhaps we coud wait a week or so before removing
the packages.
-- 
Prof. Ernesto Hernández-Novich - MYS-220C - @iamemhn
Geek by nature, Linux by choice, Debian of course.
If you can't aptitude it, it isn't useful or doesn't exist.
GPG Key Fingerprint = 0064 ADF5 EB5C DE16 99C1 6C56 F2A3 86B5 A757 E5A1



Bug#829251: nbd: FTBFS: override_dh_auto_configure [..] test -d .git && test $(git status --porcelain | wc -l) -le 0

2016-07-01 Thread Chris Lamb
Source: nbd
Version: 1:3.14-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,

nbd fails to build from source in unstable/amd64:

  [..]

  
  
**
  ** Starting build 
  **
  
**
  
   Package:  nbd
   Version:  3.14-1
   Build architecture:   amd64
   Date: Fri, 01 Jul 2016 17:53:07 +0200
   Hostname: 72ad9f98284a
   Uname:Linux 72ad9f98284a 4.6.0-1-amd64 #1 SMP Debian 4.6.2-2 
(2016-06-25) x86_64 GNU/Linux
   /etc/timezone:Africa/Johannesburg
  
  
**
  ** Installing build dependencies  
  **
  
**
  
  dh_testdir
  dh_testroot
  dh_prep
  dh_testdir
  dh_testroot
  dh_install
  dh_installdocs
  dh_installchangelogs
  dh_compress
  dh_fixperms
  dh_installdeb
  dh_gencontrol
  dh_md5sums
  dh_builddeb
  dpkg-deb: building package 'nbd-build-deps' in 
'../nbd-build-deps_3.14-1_all.deb'.
  
  The package has been created.
  Attention, the package has been created in the current directory,
  not in ".." as indicated by the message above!
  Selecting previously unselected package nbd-build-deps.
  (Reading database ... 23081 files and directories currently installed.)
  Preparing to unpack nbd-build-deps_3.14-1_all.deb ...
  Unpacking nbd-build-deps (1:3.14-1) ...
  Reading package lists...
  Building dependency tree...
  Reading state information...
  Correcting dependencies... Done
  The following additional packages will be installed:
libelf1 libglib2.0-bin libglib2.0-data libglib2.0-dev libpcre16-3
libpcre3-dev libpcre32-3 libpcrecpp0v5 pkg-config zlib1g-dev
  Suggested packages:
libglib2.0-doc
  The following NEW packages will be installed:
libelf1 libglib2.0-bin libglib2.0-data libglib2.0-dev libpcre16-3
libpcre3-dev libpcre32-3 libpcrecpp0v5 pkg-config zlib1g-dev
  0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
  1 not fully installed or removed.
  Need to get 8809 kB of archives.
  After this operation, 26.7 MB of additional disk space will be used.
  Get:1 http://httpredir.debian.org/debian sid/main amd64 libelf1 amd64 0.165-3 
[169 kB]
  Get:2 http://httpredir.debian.org/debian sid/main amd64 libglib2.0-data all 
2.48.1-1 [2503 kB]
  Get:3 http://httpredir.debian.org/debian sid/main amd64 libglib2.0-bin amd64 
2.48.1-1 [1626 kB]
  Get:4 http://httpredir.debian.org/debian sid/main amd64 libpcre16-3 amd64 
2:8.38-3.1 [252 kB]
  Get:5 http://httpredir.debian.org/debian sid/main amd64 libpcre32-3 amd64 
2:8.38-3.1 [244 kB]
  Get:6 http://httpredir.debian.org/debian sid/main amd64 libpcrecpp0v5 amd64 
2:8.38-3.1 [150 kB]
  Get:7 http://httpredir.debian.org/debian sid/main amd64 libpcre3-dev amd64 
2:8.38-3.1 [633 kB]
  Get:8 http://httpredir.debian.org/debian sid/main amd64 pkg-config amd64 
0.29-4 [62.5 kB]
  Get:9 http://httpredir.debian.org/debian sid/main amd64 zlib1g-dev amd64 
1:1.2.8.dfsg-2+b1 [206 kB]
  Get:10 http://httpredir.debian.org/debian sid/main amd64 libglib2.0-dev amd64 
2.48.1-1 [2963 kB]
  Fetched 8809 kB in 0s (60.9 MB/s)
  Selecting previously unselected package libelf1:amd64.
  (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23085 files and directories currently installed.)
  Preparing to unpack .../libelf1_0.165-3_amd64.deb ...
  Unpacking libelf1:amd64 (0.165-3) ...
  Selecting previously unselected package libglib2.0-data.
  Preparing to unpack .../libglib2.0-data_2.48.1-1_all.deb ...
  Unpacking libglib2.0-data (2.48.1-1) ...
  Selecting previously unselected package libglib2.0-bin.
  Preparing to unpack .../libglib2.0-bin_2.48.1-1_amd64.deb ...
  Unpacking libglib2.0-bin (2.48.1-1) ...
  Selecting previously unselected package libpcre16-3:amd64.
  Preparing to unpack .../libpcre16-3_2%3a8.38-3.1_amd64.deb ...
  Unpacking libpcre16-3:amd64 (2:8.38-3.1) ...
  Selecting previously unselected package libpcre32-3:amd64.
  Preparing to unpack 

Bug#824046: libtkx-perl: FTBFS: Tcl error 'Foo at /usr/lib/x86_64-linux-gnu/perl5/5.22/Tcl.pm line 585.\n' while invoking scalar result call

2016-07-01 Thread intrigeri
Hi,

that's a leaf package, with 2 votes on popcon, that made it into one
single stable release ⇒ unless I missed a compelling reason to keep
it, I would simply get the package remove from sid.

Cheers,
--
intrigeri



Bug#811876: disulfinder: FTBFS with GCC 6: no matching function for call to

2016-07-01 Thread merlettaia
Hi Gert,

Thank you for notifying, I'll check.

2016-07-01 18:05 GMT+03:00 Gert Wollny :

> Control: tags -1 pending
>
> Hi,
>
> I've added a patch in the svn to fix this bug and have also enabled
> parallel builds.
>
> Tatiana, when you continue to work on the package please take note that
> you should run "svn up" first.
>
> Best,
> Gert
>
>
>


-- 
Best wishes,
Tanya.


Bug#811876: disulfinder: FTBFS with GCC 6: no matching function for call to

2016-07-01 Thread Gert Wollny
Control: tags -1 pending 

Hi, 

I've added a patch in the svn to fix this bug and have also enabled
parallel builds. 

Tatiana, when you continue to work on the package please take note that
you should run "svn up" first. 

Best, 
Gert



Processed: Re: disulfinder: FTBFS with GCC 6: no matching function for call to

2016-07-01 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 pending 
Bug #811876 [disulfinder] disulfinder: FTBFS with GCC 6: no matching function 
for call to
Added tag(s) pending.

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



Bug#829222: marked as done (mgt: FTBFS: dh_clean: Please specify the compatibility level in debian/compat)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Fri, 01 Jul 2016 16:47:56 +0200
with message-id 
<1467384476.3406762.654276257.66bcc...@webmail.messagingengine.com>
and subject line 
has caused the Debian Bug report #829222,
regarding mgt: FTBFS: dh_clean: Please specify the compatibility level in 
debian/compat
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.)


-- 
829222: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829222
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mgt
Version: 2.31-6
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,

mgt fails to build from source in unstable/amd64:

   dpkg-buildpackage -rfakeroot -D -us -uc -b
  dpkg-buildpackage: info: source package mgt
  dpkg-buildpackage: info: source version 2.31-6
  dpkg-buildpackage: info: source distribution unstable
  dpkg-buildpackage: info: source changed by Steve M. Robbins 
   dpkg-source --before-build mgt-2.31
  dpkg-buildpackage: info: host architecture amd64
   fakeroot debian/rules clean
  test -x debian/rules
  rm -f debian/stamp-makefile-build debian/stamp-makefile-install
  /usr/bin/make -C . CFLAGS="-g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security" CXXFLAGS="-g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" 
LDFLAGS="-Wl,-z,relro" -k clean
  make[1]: Entering directory 
'/home/lamby/temp/cdt.20160701161749.ZpsOqzUgRI.mgt/mgt-2.31'
  removing extra files...
  done.
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20160701161749.ZpsOqzUgRI.mgt/mgt-2.31'
  dh_clean 
  dh_clean: Please specify the compatibility level in debian/compat
  /usr/share/cdbs/1/rules/debhelper.mk:217: recipe for target 'clean' failed
  make: *** [clean] Error 2

  [..]

The full build log is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
--- End Message ---
--- Begin Message ---
Closing duplicate - blame DebConf flakey wifi!--- End Message ---


Bug#829223: marked as done (mgt: FTBFS: dh_clean: Please specify the compatibility level in debian/compat)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Fri, 01 Jul 2016 16:47:56 +0200
with message-id 
<1467384476.3406762.654276257.66bcc...@webmail.messagingengine.com>
and subject line 
has caused the Debian Bug report #829223,
regarding mgt: FTBFS: dh_clean: Please specify the compatibility level in 
debian/compat
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.)


-- 
829223: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829223
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mgt
Version: 2.31-6
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,

mgt fails to build from source in unstable/amd64:

   dpkg-buildpackage -rfakeroot -D -us -uc -b
  dpkg-buildpackage: info: source package mgt
  dpkg-buildpackage: info: source version 2.31-6
  dpkg-buildpackage: info: source distribution unstable
  dpkg-buildpackage: info: source changed by Steve M. Robbins 
   dpkg-source --before-build mgt-2.31
  dpkg-buildpackage: info: host architecture amd64
   fakeroot debian/rules clean
  test -x debian/rules
  rm -f debian/stamp-makefile-build debian/stamp-makefile-install
  /usr/bin/make -C . CFLAGS="-g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security" CXXFLAGS="-g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" 
LDFLAGS="-Wl,-z,relro" -k clean
  make[1]: Entering directory 
'/home/lamby/temp/cdt.20160701161749.ZpsOqzUgRI.mgt/mgt-2.31'
  removing extra files...
  done.
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20160701161749.ZpsOqzUgRI.mgt/mgt-2.31'
  dh_clean 
  dh_clean: Please specify the compatibility level in debian/compat
  /usr/share/cdbs/1/rules/debhelper.mk:217: recipe for target 'clean' failed
  make: *** [clean] Error 2

  [..]

The full build log is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
--- End Message ---
--- Begin Message ---
Closing duplicate - blame DebConf flakey wifi!--- End Message ---


Bug#829237: systemd-docker: FTBFS: main.go:19:2: cannot find package "github.com/docker/docker/pkg/mflag"

2016-07-01 Thread Chris Lamb
Source: systemd-docker
Version: 0.2.1+dfsg-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,

systemd-docker fails to build from source in unstable/amd64:

  [..]

golang-github-sirupsen-logrus-dev golang-github-stretchr-objx-dev
golang-github-stretchr-testify-dev golang-github-vishvananda-netlink-dev
golang-github-vishvananda-netns-dev golang-github-xeipuuv-gojsonpointer-dev
golang-github-xeipuuv-gojsonreference-dev
golang-github-xeipuuv-gojsonschema-dev golang-go golang-gocapability-dev
golang-golang-x-crypto-dev golang-golang-x-net-dev golang-golang-x-sys-dev
golang-golang-x-text-dev golang-gopkg-check.v1-dev golang-gopkg-yaml.v2-dev
golang-goprotobuf-dev golang-logrus-dev golang-src golang-x-text-dev
golang-yaml.v2-dev libprotobuf9v5 libprotoc9v5 libseccomp-dev libsystemd-dev
pkg-config protobuf-compiler
  0 upgraded, 43 newly installed, 0 to remove and 0 not upgraded.
  1 not fully installed or removed.
  Need to get 33.2 MB of archives.
  After this operation, 231 MB of additional disk space will be used.
  Get:1 http://httpredir.debian.org/debian sid/main amd64 dh-golang all 1.18 
[9278 B]
  Get:2 http://httpredir.debian.org/debian sid/main amd64 golang-1.6-src amd64 
1.6.2-2 [6784 kB]
  Get:3 http://httpredir.debian.org/debian sid/main amd64 golang-1.6-go amd64 
1.6.2-2 [19.7 MB]
  Get:4 http://httpredir.debian.org/debian sid/main amd64 golang-src amd64 
2:1.6.1+1 [2974 B]
  Get:5 http://httpredir.debian.org/debian sid/main amd64 golang-go amd64 
2:1.6.1+1 [21.9 kB]
  Get:6 http://httpredir.debian.org/debian sid/main amd64 
golang-github-davecgh-go-spew-dev all 0.0~git20151106.5215b55-1 [29.3 kB]
  Get:7 http://httpredir.debian.org/debian sid/main amd64 
golang-github-pmezard-go-difflib-dev all 0.0~git20160110.0.792786c-2 [11.6 kB]
  Get:8 http://httpredir.debian.org/debian sid/main amd64 
golang-github-stretchr-objx-dev all 0.0~git20150928.0.1a9d0bb-1 [20.9 kB]
  Get:9 http://httpredir.debian.org/debian sid/main amd64 
golang-github-stretchr-testify-dev all 1.1.3+git20160418.12.c5d7a69+ds-1 [35.4 
kB]
  Get:10 http://httpredir.debian.org/debian sid/main amd64 
golang-github-sirupsen-logrus-dev all 0.10.0-2 [24.6 kB]
  Get:11 http://httpredir.debian.org/debian sid/main amd64 golang-logrus-dev 
all 0.10.0-2 [3522 B]
  Get:12 http://httpredir.debian.org/debian sid/main amd64 
golang-github-docker-go-units-dev all 0.3.0-1 [11.8 kB]
  Get:13 http://httpredir.debian.org/debian sid/main amd64 golang-dbus-dev all 
3-1 [39.4 kB]
  Get:14 http://httpredir.debian.org/debian sid/main amd64 
golang-github-codegangsta-cli-dev all 0.0~git20151221-1 [21.0 kB]
  Get:15 http://httpredir.debian.org/debian sid/main amd64 
golang-golang-x-text-dev all 0.0~git20160606.0.a4d77b4-1 [2158 kB]
  Get:16 http://httpredir.debian.org/debian sid/main amd64 golang-x-text-dev 
all 0.0~git20160606.0.a4d77b4-1 [2726 B]
  Get:17 http://httpredir.debian.org/debian sid/main amd64 
golang-golang-x-net-dev all 1:0.0+git20160518.b3e9c8f+dfsg-2 [520 kB]
  Get:18 http://httpredir.debian.org/debian sid/main amd64 
golang-golang-x-crypto-dev all 1:0.0~git20160607.0.77f4136-1 [915 kB]
  Get:19 http://httpredir.debian.org/debian sid/main amd64 
golang-gopkg-check.v1-dev all 0.0+git20160105.0.4f90aea-2 [29.9 kB]
  Get:20 http://httpredir.debian.org/debian sid/main amd64 
golang-gopkg-yaml.v2-dev all 0.0+git20160301.0.a83829b-2 [52.6 kB]
  Get:21 http://httpredir.debian.org/debian sid/main amd64 golang-yaml.v2-dev 
all 0.0+git20160301.0.a83829b-2 [3220 B]
  Get:22 http://httpredir.debian.org/debian sid/main amd64 
golang-github-coreos-pkg-dev all 2-1 [22.9 kB]
  Get:23 http://httpredir.debian.org/debian sid/main amd64 libsystemd-dev amd64 
230-3 [216 kB]
  Get:24 http://httpredir.debian.org/debian sid/main amd64 pkg-config amd64 
0.29-4 [62.5 kB]
  Get:25 http://httpredir.debian.org/debian sid/main amd64 
golang-github-coreos-go-systemd-dev all 10-1 [36.0 kB]
  Get:26 http://httpredir.debian.org/debian sid/main amd64 
golang-github-xeipuuv-gojsonpointer-dev all 0.0~git20151027.0.e0fe6f6-1 [4418 B]
  Get:27 http://httpredir.debian.org/debian sid/main amd64 
golang-github-xeipuuv-gojsonreference-dev all 0.0~git20150808.0.e02fc20-1 [4424 
B]
  Get:28 http://httpredir.debian.org/debian sid/main amd64 
golang-github-xeipuuv-gojsonschema-dev all 0.0~git20160323.0.93e72a7-1 [23.5 kB]
  Get:29 http://httpredir.debian.org/debian sid/main amd64 
golang-github-opencontainers-specs-dev all 0.5.0-1 [12.1 kB]
  Get:30 http://httpredir.debian.org/debian sid/main amd64 libseccomp-dev amd64 
2.3.1-2 [60.4 kB]
  Get:31 http://httpredir.debian.org/debian sid/main amd64 
golang-github-seccomp-libseccomp-golang-dev all 0.0~git20150813.0.1b506fc-1 
[12.9 kB]
  Get:32 http://httpredir.debian.org/debian sid/main amd64 
golang-github-vishvananda-netns-dev all 

Bug#829236: utf8proc: FTBFS: line 16413: normalization failed for  -> 配

2016-07-01 Thread Chris Lamb
Source: utf8proc
Version: 1.3.1-2
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

utf8proc fails to build from source in unstable/amd64:

  [..]

  
  
**
  ** Starting build 
  **
  
**
  
   Package:  utf8proc
   Version:  1.3.1-2
   Build architecture:   amd64
   Date: Fri, 01 Jul 2016 16:32:31 +0200
   Hostname: e4e90b3bec9d
   Uname:Linux e4e90b3bec9d 4.6.0-1-amd64 #1 SMP Debian 4.6.2-2 
(2016-06-25) x86_64 GNU/Linux
   /etc/timezone:Africa/Johannesburg
  
  
**
  ** Installing build dependencies  
  **
  
**
  
  dh_testdir
  dh_testroot
  dh_prep
  dh_testdir
  dh_testroot
  dh_install
  dh_installdocs
  dh_installchangelogs
  dh_compress
  dh_fixperms
  dh_installdeb
  dh_gencontrol
  dh_md5sums
  dh_builddeb
  dpkg-deb: building package 'utf8proc-build-deps' in 
'../utf8proc-build-deps_1.3.1-2_all.deb'.
  
  The package has been created.
  Attention, the package has been created in the current directory,
  not in ".." as indicated by the message above!
  Selecting previously unselected package utf8proc-build-deps.
  (Reading database ... 23081 files and directories currently installed.)
  Preparing to unpack utf8proc-build-deps_1.3.1-2_all.deb ...
  Unpacking utf8proc-build-deps (1.3.1-2) ...
  Reading package lists...
  Building dependency tree...
  Reading state information...
  Correcting dependencies... Done
  The following additional packages will be installed:
unicode-data
  The following NEW packages will be installed:
unicode-data
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  1 not fully installed or removed.
  Need to get 7080 kB of archives.
  After this operation, 33.6 MB of additional disk space will be used.
  Get:1 http://httpredir.debian.org/debian sid/main amd64 unicode-data all 
9.0-1 [7080 kB]
  Fetched 7080 kB in 0s (80.4 MB/s)
  Selecting previously unselected package unicode-data.
  (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23085 files and directories currently installed.)
  Preparing to unpack .../unicode-data_9.0-1_all.deb ...
  Unpacking unicode-data (9.0-1) ...
  Setting up unicode-data (9.0-1) ...
  Setting up utf8proc-build-deps (1.3.1-2) ...
  
  
**
  ** Environment
  **
  
**
  
  
PATH=/home/lamby/git/projects/dotfiles/dotfiles/..//bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  HOSTNAME=e4e90b3bec9d
  TERM=xterm
  PAGER=more
  DISPLAY=:0
  DOCKER_IMAGE=lamby-debian-sid
  DEB_BUILD_OPTIONS=parallel=9
  PIP_DOWNLOAD_CACHE=/home/lamby/.cache/pip
  HOME=/home/lamby
  LOGNAME=lamby
  SHLVL=1
  PWD=/home/lamby/temp/cdt.20160701163230.HFv6vFglbM.utf8proc/utf8proc-1.3.1
  OLDPWD=/home/lamby/temp/cdt.20160701163230.HFv6vFglbM.utf8proc
  GPG_TTY=/dev/console
  QUILT_PATCHES=debian/patches
  QUILT_NO_DIFF_INDEX=1
  QUILT_REFRESH_ARGS=-p ab --no-timestamps --no-index
  DEBEMAIL=la...@debian.org
  DEBFULLNAME=Chris Lamb
  EDITOR=vim
  LESS=-cgiFx4M
  BLASTER=A220 I5 D1 H5 P330 T6
  _=/usr/bin/env
  
  
**
  ** Building utf8proc 1.3.1-2 on amd64 
  **
  
**
  
   dpkg-buildpackage -rfakeroot -D -us -uc -b
  dpkg-buildpackage: info: source package utf8proc
  dpkg-buildpackage: info: source version 1.3.1-2
  dpkg-buildpackage: info: source distribution unstable
  dpkg-buildpackage: info: source changed by Peter Colberg 
   dpkg-source --before-build utf8proc-1.3.1
  dpkg-buildpackage: info: host 

Bug#829234: vagrant-libvirt: FTBFS: Could not find 'pkg-config' (~> 1.1.7) among 52 total gem(s) (Gem::LoadError)

2016-07-01 Thread Chris Lamb
Source: vagrant-libvirt
Version: 0.0.33-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,

vagrant-libvirt fails to build from source in unstable/amd64:

  [..]

  Setting up libavahi-client3:amd64 (0.6.32-1) ...
  Setting up libnl-3-200:amd64 (3.2.27-1) ...
  Setting up libnl-route-3-200:amd64 (3.2.27-1) ...
  Setting up libnuma1:amd64 (2.0.11-1) ...
  Setting up libxenstore3.0:amd64 (4.6.0-1+nmu2) ...
  Setting up libyajl2:amd64 (2.1.0-2) ...
  Setting up libxen-4.6:amd64 (4.6.0-1+nmu2) ...
  Setting up libvirt0 (1.3.5-1) ...
  Setting up liblzo2-2:amd64 (2.08-1.2) ...
  Setting up libarchive13:amd64 (3.2.1-1) ...
  Setting up bsdtar (3.2.1-1) ...
  Setting up curl (7.47.0-1) ...
  Setting up libedit2:amd64 (3.1-20150325-1+b1) ...
  Setting up openssh-client (1:7.2p2-5) ...
  Setting up rake (10.5.0-2) ...
  Setting up libruby2.3:amd64 (2.3.1-5) ...
  Setting up ruby2.3 (2.3.1-5) ...
  Setting up ruby2.3-dev:amd64 (2.3.1-5) ...
  Setting up ruby-all-dev:amd64 (1:2.3.0+4) ...
  Setting up ruby (1:2.3.0+4) ...
  Setting up gem2deb-test-runner (0.30.3) ...
  Setting up ruby-setup (3.4.1-9) ...
  Setting up gem2deb (0.30.3) ...
  Setting up ruby-blankslate (3.1.3-1) ...
  Setting up ruby-builder (3.2.2-4) ...
  Setting up ruby-excon (0.49.0-2) ...
  Setting up ruby-formatador (0.2.1-2) ...
  Setting up ruby-mime-types (2.6.1-1) ...
  Setting up ruby-net-ssh (1:3.0.1-3) ...
  Setting up ruby-net-scp (1.2.1-3) ...
  Setting up ruby-fog-core (1.40.0-2) ...
  Setting up ruby-multi-json (1.11.2-3) ...
  Setting up ruby-fog-json (1.0.0-1) ...
  Setting up ruby-nokogiri (1.6.8-1) ...
  Setting up ruby-fog-xml (0.1.1-5) ...
  Setting up ruby-json (1.8.3-1+b3) ...
  Setting up ruby-libvirt (0.6.0-2) ...
  Setting up ruby-fog-libvirt (0.0.3-1) ...
  Setting up ruby-diff-lcs (1.2.5-2) ...
  Setting up ruby-rspec-support (3.4.0c3e0m1s1-1) ...
  Setting up ruby-rspec-expectations (3.4.0c3e0m1s1-1) ...
  Setting up ruby-rspec-mocks (3.4.0c3e0m1s1-1) ...
  Setting up ruby-thread-order (1.1.0-1) ...
  Setting up ruby-rspec-core (3.4.0c3e0m1s1-1) ...
  Setting up ruby-rspec (3.4.0c3e0m1s1-1) ...
  Setting up ruby-molinillo (0.4.5-1) ...
  Setting up ruby-net-http-persistent (2.9.4-1) ...
  Setting up ruby-thor (0.19.1-2) ...
  Setting up ruby-bundler (1.12.5-1) ...
  Setting up ruby-ffi (1.9.10debian-1+b2) ...
  Setting up ruby-childprocess (0.5.9-1) ...
  Setting up ruby-erubis (2.7.0-3) ...
  Setting up ruby-i18n (0.7.0-2) ...
  Setting up ruby-rb-inotify (0.9.7-1) ...
  Setting up ruby-listen (3.0.3-3) ...
  Setting up ruby-log4r (1.1.10-4) ...
  Setting up ruby-net-sftp (1:2.1.2-3) ...
  Setting up ruby-unf-ext (0.0.7.2-1+b2) ...
  Setting up ruby-unf (0.1.4-1) ...
  Setting up ruby-domain-name (0.5.20160216-2) ...
  Setting up ruby-http-cookie (1.0.2-1) ...
  Setting up ruby-netrc (0.10.3-1) ...
  Setting up ruby-rest-client (1.8.0-3) ...
  Setting up vagrant (1.8.4+dfsg-1) ...
  Setting up vagrant-libvirt-build-deps (0.0.33-1) ...
  Processing triggers for ca-certificates (20160104) ...
  Updating certificates in /etc/ssl/certs...
  173 added, 0 removed; done.
  Running hooks in /etc/ca-certificates/update.d...
  done.
  Processing triggers for libc-bin (2.22-13) ...
  
  
**
  ** Environment
  **
  
**
  
  
PATH=/home/lamby/git/projects/dotfiles/dotfiles/..//bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  HOSTNAME=eee66afaa3d3
  TERM=xterm
  PAGER=more
  DISPLAY=:0
  DOCKER_IMAGE=lamby-debian-sid
  DEB_BUILD_OPTIONS=parallel=9
  PIP_DOWNLOAD_CACHE=/home/lamby/.cache/pip
  HOME=/home/lamby
  LOGNAME=lamby
  SHLVL=1
  
PWD=/home/lamby/temp/cdt.20160701163242.J9SFTF5px7.vagrant-libvirt/vagrant-libvirt-0.0.33
  OLDPWD=/home/lamby/temp/cdt.20160701163242.J9SFTF5px7.vagrant-libvirt
  GPG_TTY=/dev/console
  QUILT_PATCHES=debian/patches
  QUILT_NO_DIFF_INDEX=1
  QUILT_REFRESH_ARGS=-p ab --no-timestamps --no-index
  DEBEMAIL=la...@debian.org
  DEBFULLNAME=Chris Lamb
  EDITOR=vim
  LESS=-cgiFx4M
  BLASTER=A220 I5 D1 H5 P330 T6
  _=/usr/bin/env
  
  
**
  ** Building vagrant-libvirt 0.0.33-1 on amd64 
  **
  
**
  
   dpkg-buildpackage -rfakeroot -D -us -uc -b
  dpkg-buildpackage: info: source package vagrant-libvirt
  dpkg-buildpackage: info: source version 0.0.33-1
  dpkg-buildpackage: info: source distribution unstable
  dpkg-buildpackage: info: source changed by Antonio Terceiro 

   dpkg-source 

Bug#829235: wcwidth: FTBFS: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 2: ordinal not in range(128)

2016-07-01 Thread Chris Lamb
Source: wcwidth
Version: 0.1.6+dfsg1-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,

wcwidth fails to build from source in unstable/amd64:

  [..]

  
  
**
  ** Starting build 
  **
  
**
  
   Package:  wcwidth
   Version:  0.1.6+dfsg1-1
   Build architecture:   amd64
   Date: Fri, 01 Jul 2016 16:33:19 +0200
   Hostname: e438c59c37c4
   Uname:Linux e438c59c37c4 4.6.0-1-amd64 #1 SMP Debian 4.6.2-2 
(2016-06-25) x86_64 GNU/Linux
   /etc/timezone:Africa/Johannesburg
  
  
**
  ** Installing build dependencies  
  **
  
**
  
  dh_testdir
  dh_testroot
  dh_prep
  dh_testdir
  dh_testroot
  dh_install
  dh_installdocs
  dh_installchangelogs
  dh_compress
  dh_fixperms
  dh_installdeb
  dh_gencontrol
  dh_md5sums
  dh_builddeb
  dpkg-deb: building package 'wcwidth-build-deps' in 
'../wcwidth-build-deps_0.1.6+dfsg1-1_all.deb'.
  
  The package has been created.
  Attention, the package has been created in the current directory,
  not in ".." as indicated by the message above!
  Selecting previously unselected package wcwidth-build-deps.
  (Reading database ... 23081 files and directories currently installed.)
  Preparing to unpack wcwidth-build-deps_0.1.6+dfsg1-1_all.deb ...
  Unpacking wcwidth-build-deps (0.1.6+dfsg1-1) ...
  Reading package lists...
  Building dependency tree...
  Reading state information...
  Correcting dependencies... Done
  The following additional packages will be installed:
python-all python-py python-pytest python-setuptools python3-all
python3-pkg-resources python3-py python3-pytest python3-setuptools
unicode-data
  Suggested packages:
subversion python-pytest-xdist python-mock python-setuptools-doc
  The following NEW packages will be installed:
python-all python-py python-pytest python-setuptools python3-all
python3-pkg-resources python3-py python3-pytest python3-setuptools
unicode-data
  0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
  1 not fully installed or removed.
  Need to get 8015 kB of archives.
  After this operation, 36.9 MB of additional disk space will be used.
  Get:1 http://httpredir.debian.org/debian sid/main amd64 python-all amd64 
2.7.11-2 [938 B]
  Get:2 http://httpredir.debian.org/debian sid/main amd64 python3-all amd64 
3.5.1-4 [928 B]
  Get:3 http://httpredir.debian.org/debian sid/main amd64 python-setuptools all 
20.10.1-1.1 [203 kB]
  Get:4 http://httpredir.debian.org/debian sid/main amd64 python3-pkg-resources 
all 20.10.1-1.1 [112 kB]
  Get:5 http://httpredir.debian.org/debian sid/main amd64 python3-setuptools 
all 20.10.1-1.1 [122 kB]
  Get:6 http://httpredir.debian.org/debian sid/main amd64 python-py all 
1.4.31-1 [81.8 kB]
  Get:7 http://httpredir.debian.org/debian sid/main amd64 python-pytest all 
2.9.2-1 [166 kB]
  Get:8 http://httpredir.debian.org/debian sid/main amd64 python3-py all 
1.4.31-1 [81.9 kB]
  Get:9 http://httpredir.debian.org/debian sid/main amd64 python3-pytest all 
2.9.2-1 [167 kB]
  Get:10 http://httpredir.debian.org/debian sid/main amd64 unicode-data all 
9.0-1 [7080 kB]
  Fetched 8015 kB in 0s (89.7 MB/s)
  Selecting previously unselected package python-all.
  (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23085 files and directories currently installed.)
  Preparing to unpack .../python-all_2.7.11-2_amd64.deb ...
  Unpacking python-all (2.7.11-2) ...
  Selecting previously unselected package python3-all.
  Preparing to unpack .../python3-all_3.5.1-4_amd64.deb ...
  Unpacking python3-all (3.5.1-4) ...
  Selecting previously unselected package python-setuptools.
  Preparing to unpack .../python-setuptools_20.10.1-1.1_all.deb ...
  Unpacking python-setuptools (20.10.1-1.1) ...
  Selecting previously unselected package python3-pkg-resources.
  Preparing to unpack .../python3-pkg-resources_20.10.1-1.1_all.deb ...
  

Bug#821150: cmucl: non-DFSG license

2016-07-01 Thread Peter Van Eynde
Hello Dmitry,

As mentioned before: the community considers this an 'optional request'
not a requirement. Unless you have further comments I intend to close
this bug in a few weeks.

Best regards, Peter


-- 
signature -at- pvaneynd.mailworks.org
http://pvaneynd.dreamwidth.org/
God, root, what is difference?-Pitr|God is more forgiving.-Dave Aronson|



signature.asc
Description: OpenPGP digital signature


Processed: jhdf: FTBFS: dh_clean: Please specify the compatibility level in debian/compat

2016-07-01 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 patch
Bug #829166 [src:jhdf] jhdf: FTBFS: dh_clean: Please specify the compatibility 
level in debian/compat
Added tag(s) patch.

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



Bug#829166: jhdf: FTBFS: dh_clean: Please specify the compatibility level in debian/compat

2016-07-01 Thread Sebastiaan Couwenberg
Control: tags -1 patch

Please create the compat file as suggested, or add the attached one.

It fixes the build failure.

Kind Regards,

Bas
7


Bug#827630: marked as pending

2016-07-01 Thread IOhannes m zmölnig
tag 827630 pending
thanks

Hello,

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


http://git.debian.org/?p=pkg-multimedia/soundscaperenderer.git;a=commitdiff;h=e024acc

---
commit e024accb1ae8b511a32ca36314875e033fac377f
Author: IOhannes m zmölnig 
Date:   Fri Jul 1 16:14:30 2016 +0200

Ready for upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 43a59ff..a3c0773 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+soundscaperenderer (0.4.2~dfsg-6) unstable; urgency=medium
+
+  * Added tex-override to resurrect missing '\bf' (Closes: #827630)
+  * Document git-tuneclone.sh in debian/README.source
+  * Removed duplicate shebang
+  * Refreshed d/copyright(_hints)
+  * Switched Vcs-Git stanza to https://
+  * Bumped standards to 3.9.8
+
+ -- IOhannes m zmölnig (Debian/GNU)   Fri, 01 Jul 2016 
16:13:19 +0200
+
 soundscaperenderer (0.4.2~dfsg-5) unstable; urgency=medium
 
   * Override date string in documentation to a reproducible value.



Processed: Bug#827630 marked as pending

2016-07-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 827630 pending
Bug #827630 [src:soundscaperenderer] soundscaperenderer: FTBFS in testing 
(Class scrartcl Error: undefined old font command `bf'.)
Added tag(s) pending.
> thanks
Stopping processing here.

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



Bug#829230: cloud-sptheme: FTBFS: index_styling.py [..] ValueError: too many values to unpack

2016-07-01 Thread Chris Lamb
Source: cloud-sptheme
Version: 1.6-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,

cloud-sptheme fails to build from source in unstable/amd64:

  [..]

  Unpacking python-roman (2.0.0-2) ...
  Selecting previously unselected package sgml-base.
  Preparing to unpack .../sgml-base_1.28_all.deb ...
  Unpacking sgml-base (1.28) ...
  Selecting previously unselected package xml-core.
  Preparing to unpack .../xml-core_0.13+nmu2_all.deb ...
  Unpacking xml-core (0.13+nmu2) ...
  Selecting previously unselected package docutils-common.
  Preparing to unpack .../docutils-common_0.12+dfsg-1_all.deb ...
  Unpacking docutils-common (0.12+dfsg-1) ...
  Selecting previously unselected package python-docutils.
  Preparing to unpack .../python-docutils_0.12+dfsg-1_all.deb ...
  Unpacking python-docutils (0.12+dfsg-1) ...
  Selecting previously unselected package python-imagesize.
  Preparing to unpack .../python-imagesize_0.7.1-1_all.deb ...
  Unpacking python-imagesize (0.7.1-1) ...
  Selecting previously unselected package python-markupsafe.
  Preparing to unpack .../python-markupsafe_0.23-2+b2_amd64.deb ...
  Unpacking python-markupsafe (0.23-2+b2) ...
  Selecting previously unselected package python-jinja2.
  Preparing to unpack .../python-jinja2_2.8-1_all.deb ...
  Unpacking python-jinja2 (2.8-1) ...
  Selecting previously unselected package python-pygments.
  Preparing to unpack .../python-pygments_2.1.3+dfsg-1_all.deb ...
  Unpacking python-pygments (2.1.3+dfsg-1) ...
  Selecting previously unselected package libjs-jquery.
  Preparing to unpack .../libjs-jquery_1.12.4-1_all.deb ...
  Unpacking libjs-jquery (1.12.4-1) ...
  Selecting previously unselected package libjs-underscore.
  Preparing to unpack .../libjs-underscore_1.7.0~dfsg-1_all.deb ...
  Unpacking libjs-underscore (1.7.0~dfsg-1) ...
  Selecting previously unselected package libjs-sphinxdoc.
  Preparing to unpack .../libjs-sphinxdoc_1.4.4-2_all.deb ...
  Unpacking libjs-sphinxdoc (1.4.4-2) ...
  Selecting previously unselected package sphinx-common.
  Preparing to unpack .../sphinx-common_1.4.4-2_all.deb ...
  Unpacking sphinx-common (1.4.4-2) ...
  Selecting previously unselected package python-sphinx.
  Preparing to unpack .../python-sphinx_1.4.4-2_all.deb ...
  Unpacking python-sphinx (1.4.4-2) ...
  Selecting previously unselected package python3-six.
  Preparing to unpack .../python3-six_1.10.0-3_all.deb ...
  Unpacking python3-six (1.10.0-3) ...
  Selecting previously unselected package python3-roman.
  Preparing to unpack .../python3-roman_2.0.0-2_all.deb ...
  Unpacking python3-roman (2.0.0-2) ...
  Selecting previously unselected package python3-docutils.
  Preparing to unpack .../python3-docutils_0.12+dfsg-1_all.deb ...
  Unpacking python3-docutils (0.12+dfsg-1) ...
  Selecting previously unselected package python3-pygments.
  Preparing to unpack .../python3-pygments_2.1.3+dfsg-1_all.deb ...
  Unpacking python3-pygments (2.1.3+dfsg-1) ...
  Selecting previously unselected package python3-markupsafe.
  Preparing to unpack .../python3-markupsafe_0.23-2+b2_amd64.deb ...
  Unpacking python3-markupsafe (0.23-2+b2) ...
  Selecting previously unselected package python3-jinja2.
  Preparing to unpack .../python3-jinja2_2.8-1_all.deb ...
  Unpacking python3-jinja2 (2.8-1) ...
  Selecting previously unselected package python3-pkg-resources.
  Preparing to unpack .../python3-pkg-resources_20.10.1-1.1_all.deb ...
  Unpacking python3-pkg-resources (20.10.1-1.1) ...
  Selecting previously unselected package python3-tz.
  Preparing to unpack .../python3-tz_2015.7+dfsg-0.1_all.deb ...
  Unpacking python3-tz (2015.7+dfsg-0.1) ...
  Selecting previously unselected package python3-babel.
  Preparing to unpack .../python3-babel_2.3.4+dfsg.1-2_all.deb ...
  Unpacking python3-babel (2.3.4+dfsg.1-2) ...
  Selecting previously unselected package python3-alabaster.
  Preparing to unpack .../python3-alabaster_0.7.8-1_all.deb ...
  Unpacking python3-alabaster (0.7.8-1) ...
  Selecting previously unselected package python3-imagesize.
  Preparing to unpack .../python3-imagesize_0.7.1-1_all.deb ...
  Unpacking python3-imagesize (0.7.1-1) ...
  Selecting previously unselected package python3-sphinx.
  Preparing to unpack .../python3-sphinx_1.4.4-2_all.deb ...
  Unpacking python3-sphinx (1.4.4-2) ...
  Selecting previously unselected package python-setuptools.
  Preparing to unpack .../python-setuptools_20.10.1-1.1_all.deb ...
  Unpacking python-setuptools (20.10.1-1.1) ...
  Selecting previously unselected package python3-setuptools.
  Preparing to unpack .../python3-setuptools_20.10.1-1.1_all.deb ...
  Unpacking python3-setuptools (20.10.1-1.1) ...
  Processing triggers for man-db (2.7.5-1) ...
  Setting up python-all (2.7.11-2) ...
  Setting up python3-all (3.5.1-4) ...
  Setting up python-alabaster (0.7.8-1) ...
  

Bug#829231: snow: FTBFS: dh_clean: Please specify the compatibility level in debian/compat

2016-07-01 Thread Chris Lamb
Source: snow
Version: 1:0.4.1-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,

snow fails to build from source in unstable/amd64:

  [..]

  Preparing to unpack .../x11-common_1%3a7.7+15_all.deb ...
  Unpacking x11-common (1:7.7+15) ...
  Selecting previously unselected package libice6:amd64.
  Preparing to unpack .../libice6_2%3a1.0.9-1+b1_amd64.deb ...
  Unpacking libice6:amd64 (2:1.0.9-1+b1) ...
  Selecting previously unselected package libjpeg62-turbo:amd64.
  Preparing to unpack .../libjpeg62-turbo_1%3a1.5.0-1_amd64.deb ...
  Unpacking libjpeg62-turbo:amd64 (1:1.5.0-1) ...
  Selecting previously unselected package liblapack3.
  Preparing to unpack .../liblapack3_3.6.1-1_amd64.deb ...
  Unpacking liblapack3 (3.6.1-1) ...
  Selecting previously unselected package fontconfig.
  Preparing to unpack .../fontconfig_2.11.0-6.4_amd64.deb ...
  Unpacking fontconfig (2.11.0-6.4) ...
  Selecting previously unselected package libthai-data.
  Preparing to unpack .../libthai-data_0.1.25-1_all.deb ...
  Unpacking libthai-data (0.1.25-1) ...
  Selecting previously unselected package libdatrie1:amd64.
  Preparing to unpack .../libdatrie1_0.2.10-2_amd64.deb ...
  Unpacking libdatrie1:amd64 (0.2.10-2) ...
  Selecting previously unselected package libthai0:amd64.
  Preparing to unpack .../libthai0_0.1.25-1_amd64.deb ...
  Unpacking libthai0:amd64 (0.1.25-1) ...
  Selecting previously unselected package libpango-1.0-0:amd64.
  Preparing to unpack .../libpango-1.0-0_1.40.1-1_amd64.deb ...
  Unpacking libpango-1.0-0:amd64 (1.40.1-1) ...
  Selecting previously unselected package libgraphite2-3:amd64.
  Preparing to unpack .../libgraphite2-3_1.3.8-1_amd64.deb ...
  Unpacking libgraphite2-3:amd64 (1.3.8-1) ...
  Selecting previously unselected package libharfbuzz0b:amd64.
  Preparing to unpack .../libharfbuzz0b_1.2.6-2_amd64.deb ...
  Unpacking libharfbuzz0b:amd64 (1.2.6-2) ...
  Selecting previously unselected package libpangoft2-1.0-0:amd64.
  Preparing to unpack .../libpangoft2-1.0-0_1.40.1-1_amd64.deb ...
  Unpacking libpangoft2-1.0-0:amd64 (1.40.1-1) ...
  Selecting previously unselected package libpangocairo-1.0-0:amd64.
  Preparing to unpack .../libpangocairo-1.0-0_1.40.1-1_amd64.deb ...
  Unpacking libpangocairo-1.0-0:amd64 (1.40.1-1) ...
  Selecting previously unselected package libsm6:amd64.
  Preparing to unpack .../libsm6_2%3a1.2.2-1+b1_amd64.deb ...
  Unpacking libsm6:amd64 (2:1.2.2-1+b1) ...
  Selecting previously unselected package libtcl8.6:amd64.
  Preparing to unpack .../libtcl8.6_8.6.5+dfsg-2_amd64.deb ...
  Unpacking libtcl8.6:amd64 (8.6.5+dfsg-2) ...
  Selecting previously unselected package libjbig0:amd64.
  Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ...
  Unpacking libjbig0:amd64 (2.1-3.1) ...
  Selecting previously unselected package libtiff5:amd64.
  Preparing to unpack .../libtiff5_4.0.6-1_amd64.deb ...
  Unpacking libtiff5:amd64 (4.0.6-1) ...
  Selecting previously unselected package libxft2:amd64.
  Preparing to unpack .../libxft2_2.3.2-1_amd64.deb ...
  Unpacking libxft2:amd64 (2.3.2-1) ...
  Selecting previously unselected package libxss1:amd64.
  Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ...
  Unpacking libxss1:amd64 (1:1.2.2-1) ...
  Selecting previously unselected package libtk8.6:amd64.
  Preparing to unpack .../libtk8.6_8.6.5-1_amd64.deb ...
  Unpacking libtk8.6:amd64 (8.6.5-1) ...
  Selecting previously unselected package libxt6:amd64.
  Preparing to unpack .../libxt6_1%3a1.1.5-1_amd64.deb ...
  Unpacking libxt6:amd64 (1:1.1.5-1) ...
  Selecting previously unselected package openssl.
  Preparing to unpack .../openssl_1.0.2h-1_amd64.deb ...
  Unpacking openssl (1.0.2h-1) ...
  Selecting previously unselected package ca-certificates.
  Preparing to unpack .../ca-certificates_20160104_all.deb ...
  Unpacking ca-certificates (20160104) ...
  Selecting previously unselected package r-base-core.
  Preparing to unpack .../r-base-core_3.3.1-1_amd64.deb ...
  Unpacking r-base-core (3.3.1-1) ...
  Selecting previously unselected package libgfortran-5-dev:amd64.
  Preparing to unpack .../libgfortran-5-dev_5.4.0-5_amd64.deb ...
  Unpacking libgfortran-5-dev:amd64 (5.4.0-5) ...
  Selecting previously unselected package gfortran-5.
  Preparing to unpack .../gfortran-5_5.4.0-5_amd64.deb ...
  Unpacking gfortran-5 (5.4.0-5) ...
  Selecting previously unselected package gfortran.
  Preparing to unpack .../gfortran_4%3a5.3.1-3_amd64.deb ...
  Unpacking gfortran (4:5.3.1-3) ...
  Selecting previously unselected package libblas-dev.
  Preparing to unpack .../libblas-dev_3.6.1-1_amd64.deb ...
  Unpacking libblas-dev (3.6.1-1) ...
  Selecting previously unselected package liblapack-dev.
  Preparing to unpack .../liblapack-dev_3.6.1-1_amd64.deb ...
  Unpacking liblapack-dev (3.6.1-1) ...
  Selecting previously unselected package 

Bug#829228: r-cran-getopt: FTBFS: dh_clean: Please specify the compatibility level in debian/compat

2016-07-01 Thread Chris Lamb
Source: r-cran-getopt
Version: 1.20.0-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,

r-cran-getopt fails to build from source in unstable/amd64:

  [..]

  Preparing to unpack .../x11-common_1%3a7.7+15_all.deb ...
  Unpacking x11-common (1:7.7+15) ...
  Selecting previously unselected package libice6:amd64.
  Preparing to unpack .../libice6_2%3a1.0.9-1+b1_amd64.deb ...
  Unpacking libice6:amd64 (2:1.0.9-1+b1) ...
  Selecting previously unselected package libjpeg62-turbo:amd64.
  Preparing to unpack .../libjpeg62-turbo_1%3a1.5.0-1_amd64.deb ...
  Unpacking libjpeg62-turbo:amd64 (1:1.5.0-1) ...
  Selecting previously unselected package liblapack3.
  Preparing to unpack .../liblapack3_3.6.1-1_amd64.deb ...
  Unpacking liblapack3 (3.6.1-1) ...
  Selecting previously unselected package fontconfig.
  Preparing to unpack .../fontconfig_2.11.0-6.4_amd64.deb ...
  Unpacking fontconfig (2.11.0-6.4) ...
  Selecting previously unselected package libthai-data.
  Preparing to unpack .../libthai-data_0.1.25-1_all.deb ...
  Unpacking libthai-data (0.1.25-1) ...
  Selecting previously unselected package libdatrie1:amd64.
  Preparing to unpack .../libdatrie1_0.2.10-2_amd64.deb ...
  Unpacking libdatrie1:amd64 (0.2.10-2) ...
  Selecting previously unselected package libthai0:amd64.
  Preparing to unpack .../libthai0_0.1.25-1_amd64.deb ...
  Unpacking libthai0:amd64 (0.1.25-1) ...
  Selecting previously unselected package libpango-1.0-0:amd64.
  Preparing to unpack .../libpango-1.0-0_1.40.1-1_amd64.deb ...
  Unpacking libpango-1.0-0:amd64 (1.40.1-1) ...
  Selecting previously unselected package libgraphite2-3:amd64.
  Preparing to unpack .../libgraphite2-3_1.3.8-1_amd64.deb ...
  Unpacking libgraphite2-3:amd64 (1.3.8-1) ...
  Selecting previously unselected package libharfbuzz0b:amd64.
  Preparing to unpack .../libharfbuzz0b_1.2.6-2_amd64.deb ...
  Unpacking libharfbuzz0b:amd64 (1.2.6-2) ...
  Selecting previously unselected package libpangoft2-1.0-0:amd64.
  Preparing to unpack .../libpangoft2-1.0-0_1.40.1-1_amd64.deb ...
  Unpacking libpangoft2-1.0-0:amd64 (1.40.1-1) ...
  Selecting previously unselected package libpangocairo-1.0-0:amd64.
  Preparing to unpack .../libpangocairo-1.0-0_1.40.1-1_amd64.deb ...
  Unpacking libpangocairo-1.0-0:amd64 (1.40.1-1) ...
  Selecting previously unselected package libsm6:amd64.
  Preparing to unpack .../libsm6_2%3a1.2.2-1+b1_amd64.deb ...
  Unpacking libsm6:amd64 (2:1.2.2-1+b1) ...
  Selecting previously unselected package libtcl8.6:amd64.
  Preparing to unpack .../libtcl8.6_8.6.5+dfsg-2_amd64.deb ...
  Unpacking libtcl8.6:amd64 (8.6.5+dfsg-2) ...
  Selecting previously unselected package libjbig0:amd64.
  Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ...
  Unpacking libjbig0:amd64 (2.1-3.1) ...
  Selecting previously unselected package libtiff5:amd64.
  Preparing to unpack .../libtiff5_4.0.6-1_amd64.deb ...
  Unpacking libtiff5:amd64 (4.0.6-1) ...
  Selecting previously unselected package libxft2:amd64.
  Preparing to unpack .../libxft2_2.3.2-1_amd64.deb ...
  Unpacking libxft2:amd64 (2.3.2-1) ...
  Selecting previously unselected package libxss1:amd64.
  Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ...
  Unpacking libxss1:amd64 (1:1.2.2-1) ...
  Selecting previously unselected package libtk8.6:amd64.
  Preparing to unpack .../libtk8.6_8.6.5-1_amd64.deb ...
  Unpacking libtk8.6:amd64 (8.6.5-1) ...
  Selecting previously unselected package libxt6:amd64.
  Preparing to unpack .../libxt6_1%3a1.1.5-1_amd64.deb ...
  Unpacking libxt6:amd64 (1:1.1.5-1) ...
  Selecting previously unselected package openssl.
  Preparing to unpack .../openssl_1.0.2h-1_amd64.deb ...
  Unpacking openssl (1.0.2h-1) ...
  Selecting previously unselected package ca-certificates.
  Preparing to unpack .../ca-certificates_20160104_all.deb ...
  Unpacking ca-certificates (20160104) ...
  Selecting previously unselected package r-base-core.
  Preparing to unpack .../r-base-core_3.3.1-1_amd64.deb ...
  Unpacking r-base-core (3.3.1-1) ...
  Selecting previously unselected package libgfortran-5-dev:amd64.
  Preparing to unpack .../libgfortran-5-dev_5.4.0-5_amd64.deb ...
  Unpacking libgfortran-5-dev:amd64 (5.4.0-5) ...
  Selecting previously unselected package gfortran-5.
  Preparing to unpack .../gfortran-5_5.4.0-5_amd64.deb ...
  Unpacking gfortran-5 (5.4.0-5) ...
  Selecting previously unselected package gfortran.
  Preparing to unpack .../gfortran_4%3a5.3.1-3_amd64.deb ...
  Unpacking gfortran (4:5.3.1-3) ...
  Selecting previously unselected package libblas-dev.
  Preparing to unpack .../libblas-dev_3.6.1-1_amd64.deb ...
  Unpacking libblas-dev (3.6.1-1) ...
  Selecting previously unselected package liblapack-dev.
  Preparing to unpack .../liblapack-dev_3.6.1-1_amd64.deb ...
  Unpacking liblapack-dev (3.6.1-1) ...
  Selecting previously unselected 

Bug#829224: ruby-redis-actionpack: FTBFS: Could not find 'pkg-config' (~> 1.1.7) among 32 total gem(s) (Gem::LoadError)

2016-07-01 Thread Chris Lamb
Source: ruby-redis-actionpack
Version: 4.0.0-2
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

ruby-redis-actionpack fails to build from source in unstable/amd64:

  [..]
  
   dpkg-buildpackage -rfakeroot -D -us -uc -b
  dpkg-buildpackage: info: source package ruby-redis-actionpack
  dpkg-buildpackage: info: source version 4.0.0-2
  dpkg-buildpackage: info: source distribution unstable
  dpkg-buildpackage: info: source changed by Christian Hofstaedtler 

   dpkg-source --before-build ruby-redis-actionpack-4.0.0
  dpkg-buildpackage: info: host architecture amd64
   fakeroot debian/rules clean
  dh clean --buildsystem=ruby --with ruby
 dh_testdir -O--buildsystem=ruby
 dh_auto_clean -O--buildsystem=ruby
dh_ruby --clean
 dh_ruby --clean
 dh_clean -O--buildsystem=ruby
   debian/rules build
  dh build --buildsystem=ruby --with ruby
 dh_testdir -O--buildsystem=ruby
 dh_update_autotools_config -O--buildsystem=ruby
 dh_auto_configure -O--buildsystem=ruby
dh_ruby --configure
 dh_auto_build -O--buildsystem=ruby
dh_ruby --build
 dh_ruby --build
 dh_auto_test -O--buildsystem=ruby
dh_ruby --test
   fakeroot debian/rules binary
  dh binary --buildsystem=ruby --with ruby
 dh_testroot -O--buildsystem=ruby
 dh_prep -O--buildsystem=ruby
 dh_auto_install -O--buildsystem=ruby
dh_ruby --install 
/home/lamby/temp/cdt.20160701162247.ic6SLi0yp0.ruby-redis-actionpack/ruby-redis-actionpack-4.0.0/debian/ruby-redis-actionpack
 dh_ruby --install
  
  
┌──┐
  │ Install files   
 │
  
└──┘
  
  install -d 
/home/lamby/temp/cdt.20160701162247.ic6SLi0yp0.ruby-redis-actionpack/ruby-redis-actionpack-4.0.0/debian/ruby-redis-actionpack/usr/lib/ruby/vendor_ruby
  install -D -m644 
/home/lamby/temp/cdt.20160701162247.ic6SLi0yp0.ruby-redis-actionpack/ruby-redis-actionpack-4.0.0/lib/redis/actionpack/version.rb
 
/home/lamby/temp/cdt.20160701162247.ic6SLi0yp0.ruby-redis-actionpack/ruby-redis-actionpack-4.0.0/debian/ruby-redis-actionpack/usr/lib/ruby/vendor_ruby/redis/actionpack/version.rb
  install -D -m644 
/home/lamby/temp/cdt.20160701162247.ic6SLi0yp0.ruby-redis-actionpack/ruby-redis-actionpack-4.0.0/lib/action_dispatch/middleware/session/redis_store.rb
 
/home/lamby/temp/cdt.20160701162247.ic6SLi0yp0.ruby-redis-actionpack/ruby-redis-actionpack-4.0.0/debian/ruby-redis-actionpack/usr/lib/ruby/vendor_ruby/action_dispatch/middleware/session/redis_store.rb
  install -D -m644 
/home/lamby/temp/cdt.20160701162247.ic6SLi0yp0.ruby-redis-actionpack/ruby-redis-actionpack-4.0.0/lib/redis-actionpack.rb
 
/home/lamby/temp/cdt.20160701162247.ic6SLi0yp0.ruby-redis-actionpack/ruby-redis-actionpack-4.0.0/debian/ruby-redis-actionpack/usr/lib/ruby/vendor_ruby/redis-actionpack.rb
  
  
┌──┐
  │ Install Rubygems integration metadata   
 │
  
└──┘
  
  generating gemspec at 
/home/lamby/temp/cdt.20160701162247.ic6SLi0yp0.ruby-redis-actionpack/ruby-redis-actionpack-4.0.0/debian/ruby-redis-actionpack/usr/share/rubygems-integration/all/specifications/redis-actionpack-4.0.0.gemspec
  /usr/bin/ruby2.3 /usr/bin/gem2deb-test-runner
  
  
┌──┐
  │ Checking Rubygems dependency resolution on ruby2.3  
 │
  
└──┘
  
  
GEM_PATH=debian/ruby-redis-actionpack/usr/share/rubygems-integration/all:/home/lamby/.gem/ruby/2.3.0:/var/lib/gems/2.3.0:/usr/lib/x86_64-linux-gnu/rubygems-integration/2.3.0:/usr/share/rubygems-integration/2.3.0:/usr/share/rubygems-integration/all
 ruby2.3 -e gem\ \"redis-actionpack\"
  /usr/lib/ruby/2.3.0/rubygems/dependency.rb:319:in `to_specs': Could not find 
'pkg-config' (~> 1.1.7) among 32 total gem(s) (Gem::LoadError)
  Checked in 
'GEM_PATH=debian/ruby-redis-actionpack/usr/share/rubygems-integration/all:/home/lamby/.gem/ruby/2.3.0:/var/lib/gems/2.3.0:/usr/lib/x86_64-linux-gnu/rubygems-integration/2.3.0:/usr/share/rubygems-integration/2.3.0:/usr/share/rubygems-integration/all',
 execute `gem env` for more information
from /usr/lib/ruby/2.3.0/rubygems/specification.rb:1438:in `block in 
activate_dependencies'
from /usr/lib/ruby/2.3.0/rubygems/specification.rb:1427:in `each'
from /usr/lib/ruby/2.3.0/rubygems/specification.rb:1427:in 
`activate_dependencies'
from 

Bug#829227: ruby-jquery-rails: FTBFS: Could not find 'pkg-config' (~> 1.1.7) among 31 total gem(s) (Gem::LoadError)

2016-07-01 Thread Chris Lamb
Source: ruby-jquery-rails
Version: 4.0.5-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,

ruby-jquery-rails fails to build from source in unstable/amd64:

  [..]

  Selecting previously unselected package ruby2.3.
  Preparing to unpack .../ruby2.3_2.3.1-5_amd64.deb ...
  Unpacking ruby2.3 (2.3.1-5) ...
  Selecting previously unselected package ruby.
  Preparing to unpack .../ruby_1%3a2.3.0+4_amd64.deb ...
  Unpacking ruby (1:2.3.0+4) ...
  Selecting previously unselected package rake.
  Preparing to unpack .../archives/rake_10.5.0-2_all.deb ...
  Unpacking rake (10.5.0-2) ...
  Selecting previously unselected package gem2deb-test-runner.
  Preparing to unpack .../gem2deb-test-runner_0.30.3_amd64.deb ...
  Unpacking gem2deb-test-runner (0.30.3) ...
  Selecting previously unselected package libgmpxx4ldbl:amd64.
  Preparing to unpack .../libgmpxx4ldbl_2%3a6.1.1+dfsg-1_amd64.deb ...
  Unpacking libgmpxx4ldbl:amd64 (2:6.1.1+dfsg-1) ...
  Selecting previously unselected package libgmp-dev:amd64.
  Preparing to unpack .../libgmp-dev_2%3a6.1.1+dfsg-1_amd64.deb ...
  Unpacking libgmp-dev:amd64 (2:6.1.1+dfsg-1) ...
  Selecting previously unselected package ruby2.3-dev:amd64.
  Preparing to unpack .../ruby2.3-dev_2.3.1-5_amd64.deb ...
  Unpacking ruby2.3-dev:amd64 (2.3.1-5) ...
  Selecting previously unselected package ruby-all-dev:amd64.
  Preparing to unpack .../ruby-all-dev_1%3a2.3.0+4_amd64.deb ...
  Unpacking ruby-all-dev:amd64 (1:2.3.0+4) ...
  Selecting previously unselected package ruby-setup.
  Preparing to unpack .../ruby-setup_3.4.1-9_all.deb ...
  Unpacking ruby-setup (3.4.1-9) ...
  Selecting previously unselected package gem2deb.
  Preparing to unpack .../gem2deb_0.30.3_amd64.deb ...
  Unpacking gem2deb (0.30.3) ...
  Selecting previously unselected package ruby-i18n.
  Preparing to unpack .../ruby-i18n_0.7.0-2_all.deb ...
  Unpacking ruby-i18n (0.7.0-2) ...
  Selecting previously unselected package ruby-json.
  Preparing to unpack .../ruby-json_1.8.3-1+b3_amd64.deb ...
  Unpacking ruby-json (1.8.3-1+b3) ...
  Selecting previously unselected package ruby-atomic.
  Preparing to unpack .../ruby-atomic_1.1.16-2+b6_amd64.deb ...
  Unpacking ruby-atomic (1.1.16-2+b6) ...
  Selecting previously unselected package ruby-thread-safe.
  Preparing to unpack .../ruby-thread-safe_0.3.5-3_all.deb ...
  Unpacking ruby-thread-safe (0.3.5-3) ...
  Selecting previously unselected package ruby-tzinfo.
  Preparing to unpack .../ruby-tzinfo_1.2.2-1_all.deb ...
  Unpacking ruby-tzinfo (1.2.2-1) ...
  Selecting previously unselected package ruby-activesupport.
  Preparing to unpack .../ruby-activesupport_2%3a4.2.6-1_all.deb ...
  Unpacking ruby-activesupport (2:4.2.6-1) ...
  Selecting previously unselected package libxslt1.1:amd64.
  Preparing to unpack .../libxslt1.1_1.1.28-4_amd64.deb ...
  Unpacking libxslt1.1:amd64 (1.1.28-4) ...
  Selecting previously unselected package ruby-nokogiri.
  Preparing to unpack .../ruby-nokogiri_1.6.8-1_amd64.deb ...
  Unpacking ruby-nokogiri (1.6.8-1) ...
  Selecting previously unselected package ruby-rails-deprecated-sanitizer.
  Preparing to unpack .../ruby-rails-deprecated-sanitizer_1.0.3-2_all.deb ...
  Unpacking ruby-rails-deprecated-sanitizer (1.0.3-2) ...
  Selecting previously unselected package ruby-rails-dom-testing.
  Preparing to unpack .../ruby-rails-dom-testing_1.0.6-1_all.deb ...
  Unpacking ruby-rails-dom-testing (1.0.6-1) ...
  Selecting previously unselected package ruby-blankslate.
  Preparing to unpack .../ruby-blankslate_3.1.3-1_all.deb ...
  Unpacking ruby-blankslate (3.1.3-1) ...
  Selecting previously unselected package ruby-builder.
  Preparing to unpack .../ruby-builder_3.2.2-4_all.deb ...
  Unpacking ruby-builder (3.2.2-4) ...
  Selecting previously unselected package ruby-erubis.
  Preparing to unpack .../ruby-erubis_2.7.0-3_all.deb ...
  Unpacking ruby-erubis (2.7.0-3) ...
  Selecting previously unselected package ruby-loofah.
  Preparing to unpack .../ruby-loofah_2.0.3-2_all.deb ...
  Unpacking ruby-loofah (2.0.3-2) ...
  Selecting previously unselected package ruby-rails-html-sanitizer.
  Preparing to unpack .../ruby-rails-html-sanitizer_1.0.3-2_all.deb ...
  Unpacking ruby-rails-html-sanitizer (1.0.3-2) ...
  Selecting previously unselected package ruby-actionview.
  Preparing to unpack .../ruby-actionview_2%3a4.2.6-1_all.deb ...
  Unpacking ruby-actionview (2:4.2.6-1) ...
  Selecting previously unselected package ruby-rack.
  Preparing to unpack .../ruby-rack_1.6.4-3_all.deb ...
  Unpacking ruby-rack (1.6.4-3) ...
  Selecting previously unselected package ruby-rack-test.
  Preparing to unpack .../ruby-rack-test_0.6.3-1_all.deb ...
  Unpacking ruby-rack-test (0.6.3-1) ...
  Selecting previously unselected package ruby-actionpack.
  Preparing to unpack .../ruby-actionpack_2%3a4.2.6-1_all.deb ...
  

Bug#829229: ruby-rbvmomi: FTBFS: Could not find 'pkg-config' (~> 1.1.7) among 16 total gem(s) (Gem::LoadError)

2016-07-01 Thread Chris Lamb
Source: ruby-rbvmomi
Version: 1.8.2-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

ruby-rbvmomi fails to build from source in unstable/amd64:

  [..]

  Get:1 http://httpredir.debian.org/debian sid/main amd64 openssl amd64 
1.0.2h-1 [681 kB]
  Get:2 http://httpredir.debian.org/debian sid/main amd64 ca-certificates all 
20160104 [200 kB]
  Get:3 http://httpredir.debian.org/debian sid/main amd64 rubygems-integration 
all 1.10 [4882 B]
  Get:4 http://httpredir.debian.org/debian sid/main amd64 ruby-did-you-mean all 
1.0.0-2 [11.2 kB]
  Get:5 http://httpredir.debian.org/debian sid/main amd64 ruby-minitest all 
5.9.0-1 [51.1 kB]
  Get:6 http://httpredir.debian.org/debian sid/main amd64 ruby-net-telnet all 
0.1.1-2 [12.5 kB]
  Get:7 http://httpredir.debian.org/debian sid/main amd64 ruby-power-assert all 
0.3.0-1 [7902 B]
  Get:8 http://httpredir.debian.org/debian sid/main amd64 ruby-test-unit all 
3.1.7-2 [69.6 kB]
  Get:9 http://httpredir.debian.org/debian sid/main amd64 libyaml-0-2 amd64 
0.1.6-3 [50.4 kB]
  Get:10 http://httpredir.debian.org/debian sid/main amd64 libruby2.3 amd64 
2.3.1-5 [3093 kB]
  Get:11 http://httpredir.debian.org/debian sid/main amd64 ruby2.3 amd64 
2.3.1-5 [178 kB]
  Get:12 http://httpredir.debian.org/debian sid/main amd64 ruby amd64 1:2.3.0+4 
[10.5 kB]
  Get:13 http://httpredir.debian.org/debian sid/main amd64 rake all 10.5.0-2 
[49.4 kB]
  Get:14 http://httpredir.debian.org/debian sid/main amd64 gem2deb-test-runner 
amd64 0.30.3 [19.7 kB]
  Get:15 http://httpredir.debian.org/debian sid/main amd64 libgmpxx4ldbl amd64 
2:6.1.1+dfsg-1 [22.3 kB]
  Get:16 http://httpredir.debian.org/debian sid/main amd64 libgmp-dev amd64 
2:6.1.1+dfsg-1 [629 kB]
  Get:17 http://httpredir.debian.org/debian sid/main amd64 ruby2.3-dev amd64 
2.3.1-5 [1170 kB]
  Get:18 http://httpredir.debian.org/debian sid/main amd64 ruby-all-dev amd64 
1:2.3.0+4 [9996 B]
  Get:19 http://httpredir.debian.org/debian sid/main amd64 ruby-setup all 
3.4.1-9 [34.2 kB]
  Get:20 http://httpredir.debian.org/debian sid/main amd64 gem2deb amd64 0.30.3 
[55.6 kB]
  Get:21 http://httpredir.debian.org/debian sid/main amd64 ruby-blankslate all 
3.1.3-1 [4594 B]
  Get:22 http://httpredir.debian.org/debian sid/main amd64 ruby-builder all 
3.2.2-4 [14.4 kB]
  Get:23 http://httpredir.debian.org/debian sid/main amd64 libxslt1.1 amd64 
1.1.28-4 [231 kB]
  Get:24 http://httpredir.debian.org/debian sid/main amd64 ruby-nokogiri amd64 
1.6.8-1 [106 kB]
  Get:25 http://httpredir.debian.org/debian sid/main amd64 ruby-trollop all 
2.0-2 [16.8 kB]
  Fetched 6731 kB in 0s (97.3 MB/s)
  Selecting previously unselected package openssl.
  (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23085 files and directories currently installed.)
  Preparing to unpack .../openssl_1.0.2h-1_amd64.deb ...
  Unpacking openssl (1.0.2h-1) ...
  Selecting previously unselected package ca-certificates.
  Preparing to unpack .../ca-certificates_20160104_all.deb ...
  Unpacking ca-certificates (20160104) ...
  Selecting previously unselected package rubygems-integration.
  Preparing to unpack .../rubygems-integration_1.10_all.deb ...
  Unpacking rubygems-integration (1.10) ...
  Selecting previously unselected package ruby-did-you-mean.
  Preparing to unpack .../ruby-did-you-mean_1.0.0-2_all.deb ...
  Unpacking ruby-did-you-mean (1.0.0-2) ...
  Selecting previously unselected package ruby-minitest.
  Preparing to unpack .../ruby-minitest_5.9.0-1_all.deb ...
  Unpacking ruby-minitest (5.9.0-1) ...
  Selecting previously unselected package ruby-net-telnet.
  Preparing to unpack .../ruby-net-telnet_0.1.1-2_all.deb ...
  Unpacking ruby-net-telnet (0.1.1-2) ...
  Selecting previously unselected package ruby-power-assert.
  Preparing to unpack .../ruby-power-assert_0.3.0-1_all.deb ...
  Unpacking ruby-power-assert (0.3.0-1) ...
  Selecting previously unselected package ruby-test-unit.
  Preparing to unpack .../ruby-test-unit_3.1.7-2_all.deb ...
  Unpacking ruby-test-unit (3.1.7-2) ...
  Selecting previously unselected package libyaml-0-2:amd64.
  Preparing to unpack .../libyaml-0-2_0.1.6-3_amd64.deb ...
  Unpacking libyaml-0-2:amd64 (0.1.6-3) ...
  Selecting previously unselected package libruby2.3:amd64.
  Preparing to unpack .../libruby2.3_2.3.1-5_amd64.deb ...
  Unpacking libruby2.3:amd64 (2.3.1-5) ...
  Selecting 

Bug#829226: ruby-fog-libvirt: FTBFS: Could not find 'pkg-config' (~> 1.1.7) among 26 total gem(s) (Gem::LoadError)

2016-07-01 Thread Chris Lamb
Source: ruby-fog-libvirt
Version: 0.0.3-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,

ruby-fog-libvirt fails to build from source in unstable/amd64:

  [..]

  Preparing to unpack .../ruby-mime-types_2.6.1-1_all.deb ...
  Unpacking ruby-mime-types (2.6.1-1) ...
  Selecting previously unselected package ruby-net-ssh.
  Preparing to unpack .../ruby-net-ssh_1%3a3.0.1-3_all.deb ...
  Unpacking ruby-net-ssh (1:3.0.1-3) ...
  Selecting previously unselected package ruby-net-scp.
  Preparing to unpack .../ruby-net-scp_1.2.1-3_all.deb ...
  Unpacking ruby-net-scp (1.2.1-3) ...
  Selecting previously unselected package ruby-fog-core.
  Preparing to unpack .../ruby-fog-core_1.40.0-2_all.deb ...
  Unpacking ruby-fog-core (1.40.0-2) ...
  Selecting previously unselected package ruby-multi-json.
  Preparing to unpack .../ruby-multi-json_1.11.2-3_all.deb ...
  Unpacking ruby-multi-json (1.11.2-3) ...
  Selecting previously unselected package ruby-fog-json.
  Preparing to unpack .../ruby-fog-json_1.0.0-1_all.deb ...
  Unpacking ruby-fog-json (1.0.0-1) ...
  Selecting previously unselected package libxslt1.1:amd64.
  Preparing to unpack .../libxslt1.1_1.1.28-4_amd64.deb ...
  Unpacking libxslt1.1:amd64 (1.1.28-4) ...
  Selecting previously unselected package ruby-nokogiri.
  Preparing to unpack .../ruby-nokogiri_1.6.8-1_amd64.deb ...
  Unpacking ruby-nokogiri (1.6.8-1) ...
  Selecting previously unselected package ruby-fog-xml.
  Preparing to unpack .../ruby-fog-xml_0.1.1-5_all.deb ...
  Unpacking ruby-fog-xml (0.1.1-5) ...
  Selecting previously unselected package ruby-json.
  Preparing to unpack .../ruby-json_1.8.3-1+b3_amd64.deb ...
  Unpacking ruby-json (1.8.3-1+b3) ...
  Selecting previously unselected package libavahi-common-data:amd64.
  Preparing to unpack .../libavahi-common-data_0.6.32-1_amd64.deb ...
  Unpacking libavahi-common-data:amd64 (0.6.32-1) ...
  Selecting previously unselected package libavahi-common3:amd64.
  Preparing to unpack .../libavahi-common3_0.6.32-1_amd64.deb ...
  Unpacking libavahi-common3:amd64 (0.6.32-1) ...
  Selecting previously unselected package libdbus-1-3:amd64.
  Preparing to unpack .../libdbus-1-3_1.10.8-1_amd64.deb ...
  Unpacking libdbus-1-3:amd64 (1.10.8-1) ...
  Selecting previously unselected package libavahi-client3:amd64.
  Preparing to unpack .../libavahi-client3_0.6.32-1_amd64.deb ...
  Unpacking libavahi-client3:amd64 (0.6.32-1) ...
  Selecting previously unselected package libnl-3-200:amd64.
  Preparing to unpack .../libnl-3-200_3.2.27-1_amd64.deb ...
  Unpacking libnl-3-200:amd64 (3.2.27-1) ...
  Selecting previously unselected package libnl-route-3-200:amd64.
  Preparing to unpack .../libnl-route-3-200_3.2.27-1_amd64.deb ...
  Unpacking libnl-route-3-200:amd64 (3.2.27-1) ...
  Selecting previously unselected package libnuma1:amd64.
  Preparing to unpack .../libnuma1_2.0.11-1_amd64.deb ...
  Unpacking libnuma1:amd64 (2.0.11-1) ...
  Selecting previously unselected package libxenstore3.0:amd64.
  Preparing to unpack .../libxenstore3.0_4.6.0-1+nmu2_amd64.deb ...
  Unpacking libxenstore3.0:amd64 (4.6.0-1+nmu2) ...
  Selecting previously unselected package libyajl2:amd64.
  Preparing to unpack .../libyajl2_2.1.0-2_amd64.deb ...
  Unpacking libyajl2:amd64 (2.1.0-2) ...
  Selecting previously unselected package libxen-4.6:amd64.
  Preparing to unpack .../libxen-4.6_4.6.0-1+nmu2_amd64.deb ...
  Unpacking libxen-4.6:amd64 (4.6.0-1+nmu2) ...
  Selecting previously unselected package libvirt0.
  Preparing to unpack .../libvirt0_1.3.5-1_amd64.deb ...
  Unpacking libvirt0 (1.3.5-1) ...
  Selecting previously unselected package ruby-libvirt.
  Preparing to unpack .../ruby-libvirt_0.6.0-2_amd64.deb ...
  Unpacking ruby-libvirt (0.6.0-2) ...
  Selecting previously unselected package ruby-shindo.
  Preparing to unpack .../ruby-shindo_0.3.8-1_all.deb ...
  Unpacking ruby-shindo (0.3.8-1) ...
  Processing triggers for man-db (2.7.5-1) ...
  Processing triggers for libc-bin (2.22-13) ...
  Setting up openssl (1.0.2h-1) ...
  Setting up ca-certificates (20160104) ...
  Setting up rubygems-integration (1.10) ...
  Setting up ruby-did-you-mean (1.0.0-2) ...
  Setting up ruby-minitest (5.9.0-1) ...
  Setting up ruby-net-telnet (0.1.1-2) ...
  Setting up ruby-power-assert (0.3.0-1) ...
  Setting up ruby-test-unit (3.1.7-2) ...
  Setting up libyaml-0-2:amd64 (0.1.6-3) ...
  Setting up libgmpxx4ldbl:amd64 (2:6.1.1+dfsg-1) ...
  Setting up libgmp-dev:amd64 (2:6.1.1+dfsg-1) ...
  Setting up libxslt1.1:amd64 (1.1.28-4) ...
  Setting up libavahi-common-data:amd64 (0.6.32-1) ...
  Setting up libavahi-common3:amd64 (0.6.32-1) ...
  Setting up libdbus-1-3:amd64 (1.10.8-1) ...
  Setting up libavahi-client3:amd64 (0.6.32-1) ...
  Setting up libnl-3-200:amd64 (3.2.27-1) ...
  Setting up libnl-route-3-200:amd64 (3.2.27-1) ...
  Setting up 

Bug#829225: ruby-web-console: FTBFS: Could not find 'pkg-config' (~> 1.1.7) among 39 total gem(s) (Gem::LoadError)

2016-07-01 Thread Chris Lamb
Source: ruby-web-console
Version: 2.2.1-2
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

ruby-web-console fails to build from source in unstable/amd64:

  [..]

  Preparing to unpack .../ruby-binding-of-caller_0.7.2+debian1-3_all.deb ...
  Unpacking ruby-binding-of-caller (0.7.2+debian1-3) ...
  Selecting previously unselected package ruby-erubis.
  Preparing to unpack .../ruby-erubis_2.7.0-3_all.deb ...
  Unpacking ruby-erubis (2.7.0-3) ...
  Selecting previously unselected package libxslt1.1:amd64.
  Preparing to unpack .../libxslt1.1_1.1.28-4_amd64.deb ...
  Unpacking libxslt1.1:amd64 (1.1.28-4) ...
  Selecting previously unselected package ruby-nokogiri.
  Preparing to unpack .../ruby-nokogiri_1.6.8-1_amd64.deb ...
  Unpacking ruby-nokogiri (1.6.8-1) ...
  Selecting previously unselected package ruby-rails-deprecated-sanitizer.
  Preparing to unpack .../ruby-rails-deprecated-sanitizer_1.0.3-2_all.deb ...
  Unpacking ruby-rails-deprecated-sanitizer (1.0.3-2) ...
  Selecting previously unselected package ruby-rails-dom-testing.
  Preparing to unpack .../ruby-rails-dom-testing_1.0.6-1_all.deb ...
  Unpacking ruby-rails-dom-testing (1.0.6-1) ...
  Selecting previously unselected package ruby-loofah.
  Preparing to unpack .../ruby-loofah_2.0.3-2_all.deb ...
  Unpacking ruby-loofah (2.0.3-2) ...
  Selecting previously unselected package ruby-rails-html-sanitizer.
  Preparing to unpack .../ruby-rails-html-sanitizer_1.0.3-2_all.deb ...
  Unpacking ruby-rails-html-sanitizer (1.0.3-2) ...
  Selecting previously unselected package ruby-actionview.
  Preparing to unpack .../ruby-actionview_2%3a4.2.6-1_all.deb ...
  Unpacking ruby-actionview (2:4.2.6-1) ...
  Selecting previously unselected package ruby-rack.
  Preparing to unpack .../ruby-rack_1.6.4-3_all.deb ...
  Unpacking ruby-rack (1.6.4-3) ...
  Selecting previously unselected package ruby-rack-test.
  Preparing to unpack .../ruby-rack-test_0.6.3-1_all.deb ...
  Unpacking ruby-rack-test (0.6.3-1) ...
  Selecting previously unselected package ruby-actionpack.
  Preparing to unpack .../ruby-actionpack_2%3a4.2.6-1_all.deb ...
  Unpacking ruby-actionpack (2:4.2.6-1) ...
  Selecting previously unselected package ruby-thor.
  Preparing to unpack .../ruby-thor_0.19.1-2_all.deb ...
  Unpacking ruby-thor (0.19.1-2) ...
  Selecting previously unselected package ruby-railties.
  Preparing to unpack .../ruby-railties_2%3a4.2.6-1_all.deb ...
  Unpacking ruby-railties (2:4.2.6-1) ...
  Selecting previously unselected package ruby-hike.
  Preparing to unpack .../ruby-hike_1.2.1-3_all.deb ...
  Unpacking ruby-hike (1.2.1-3) ...
  Selecting previously unselected package ruby-multi-json.
  Preparing to unpack .../ruby-multi-json_1.11.2-3_all.deb ...
  Unpacking ruby-multi-json (1.11.2-3) ...
  Selecting previously unselected package ruby-tilt.
  Preparing to unpack .../ruby-tilt_2.0.1-2_all.deb ...
  Unpacking ruby-tilt (2.0.1-2) ...
  Selecting previously unselected package ruby-sprockets.
  Preparing to unpack .../ruby-sprockets_3.3.0-1_all.deb ...
  Unpacking ruby-sprockets (3.3.0-1) ...
  Selecting previously unselected package ruby-sprockets-rails.
  Preparing to unpack .../ruby-sprockets-rails_2.3.2-1_all.deb ...
  Unpacking ruby-sprockets-rails (2.3.2-1) ...
  Processing triggers for man-db (2.7.5-1) ...
  Processing triggers for libc-bin (2.22-13) ...
  Setting up openssl (1.0.2h-1) ...
  Setting up ca-certificates (20160104) ...
  Setting up rubygems-integration (1.10) ...
  Setting up ruby-did-you-mean (1.0.0-2) ...
  Setting up ruby-minitest (5.9.0-1) ...
  Setting up ruby-net-telnet (0.1.1-2) ...
  Setting up ruby-power-assert (0.3.0-1) ...
  Setting up ruby-test-unit (3.1.7-2) ...
  Setting up libyaml-0-2:amd64 (0.1.6-3) ...
  Setting up libgmpxx4ldbl:amd64 (2:6.1.1+dfsg-1) ...
  Setting up libgmp-dev:amd64 (2:6.1.1+dfsg-1) ...
  Setting up libxslt1.1:amd64 (1.1.28-4) ...
  Setting up rake (10.5.0-2) ...
  Setting up libruby2.3:amd64 (2.3.1-5) ...
  Setting up ruby2.3 (2.3.1-5) ...
  Setting up ruby2.3-dev:amd64 (2.3.1-5) ...
  Setting up ruby-all-dev:amd64 (1:2.3.0+4) ...
  Setting up ruby (1:2.3.0+4) ...
  Setting up gem2deb-test-runner (0.30.3) ...
  Setting up ruby-setup (3.4.1-9) ...
  Setting up gem2deb (0.30.3) ...
  Setting up ruby-i18n (0.7.0-2) ...
  Setting up ruby-json (1.8.3-1+b3) ...
  Setting up ruby-atomic (1.1.16-2+b6) ...
  Setting up ruby-thread-safe (0.3.5-3) ...
  Setting up ruby-tzinfo (1.2.2-1) ...
  Setting up ruby-activesupport (2:4.2.6-1) ...
  Setting up ruby-blankslate (3.1.3-1) ...
  Setting up ruby-builder (3.2.2-4) ...
  Setting up ruby-activemodel (2:4.2.6-1) ...
  Setting up ruby-debug-inspector (0.0.2-1.1+b3) ...
  Setting up ruby-binding-of-caller (0.7.2+debian1-3) ...
  Setting up ruby-erubis (2.7.0-3) ...
  Setting up ruby-nokogiri (1.6.8-1) ...
  Setting up 

Bug#829223: mgt: FTBFS: dh_clean: Please specify the compatibility level in debian/compat

2016-07-01 Thread Chris Lamb
Source: mgt
Version: 2.31-6
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,

mgt fails to build from source in unstable/amd64:

   dpkg-buildpackage -rfakeroot -D -us -uc -b
  dpkg-buildpackage: info: source package mgt
  dpkg-buildpackage: info: source version 2.31-6
  dpkg-buildpackage: info: source distribution unstable
  dpkg-buildpackage: info: source changed by Steve M. Robbins 
   dpkg-source --before-build mgt-2.31
  dpkg-buildpackage: info: host architecture amd64
   fakeroot debian/rules clean
  test -x debian/rules
  rm -f debian/stamp-makefile-build debian/stamp-makefile-install
  /usr/bin/make -C . CFLAGS="-g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security" CXXFLAGS="-g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" 
LDFLAGS="-Wl,-z,relro" -k clean
  make[1]: Entering directory 
'/home/lamby/temp/cdt.20160701161749.ZpsOqzUgRI.mgt/mgt-2.31'
  removing extra files...
  done.
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20160701161749.ZpsOqzUgRI.mgt/mgt-2.31'
  dh_clean 
  dh_clean: Please specify the compatibility level in debian/compat
  /usr/share/cdbs/1/rules/debhelper.mk:217: recipe for target 'clean' failed
  make: *** [clean] Error 2

  [..]

The full build log is attached.


Regards,

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



Bug#829221: mgt: FTBFS: dh_clean: Please specify the compatibility level in debian/compat

2016-07-01 Thread Chris Lamb
Source: mgt
Version: 2.31-6
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,

mgt fails to build from source in unstable/amd64:

   dpkg-buildpackage -rfakeroot -D -us -uc -b
  dpkg-buildpackage: info: source package mgt
  dpkg-buildpackage: info: source version 2.31-6
  dpkg-buildpackage: info: source distribution unstable
  dpkg-buildpackage: info: source changed by Steve M. Robbins 
   dpkg-source --before-build mgt-2.31
  dpkg-buildpackage: info: host architecture amd64
   fakeroot debian/rules clean
  test -x debian/rules
  rm -f debian/stamp-makefile-build debian/stamp-makefile-install
  /usr/bin/make -C . CFLAGS="-g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security" CXXFLAGS="-g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" 
LDFLAGS="-Wl,-z,relro" -k clean
  make[1]: Entering directory 
'/home/lamby/temp/cdt.20160701161749.ZpsOqzUgRI.mgt/mgt-2.31'
  removing extra files...
  done.
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20160701161749.ZpsOqzUgRI.mgt/mgt-2.31'
  dh_clean 
  dh_clean: Please specify the compatibility level in debian/compat
  /usr/share/cdbs/1/rules/debhelper.mk:217: recipe for target 'clean' failed
  make: *** [clean] Error 2

  [..]

The full build log is attached.


Regards,

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


mgt.2.31-6.unstable.amd64.log.txt.gz
Description: Binary data


Bug#829222: mgt: FTBFS: dh_clean: Please specify the compatibility level in debian/compat

2016-07-01 Thread Chris Lamb
Source: mgt
Version: 2.31-6
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,

mgt fails to build from source in unstable/amd64:

   dpkg-buildpackage -rfakeroot -D -us -uc -b
  dpkg-buildpackage: info: source package mgt
  dpkg-buildpackage: info: source version 2.31-6
  dpkg-buildpackage: info: source distribution unstable
  dpkg-buildpackage: info: source changed by Steve M. Robbins 
   dpkg-source --before-build mgt-2.31
  dpkg-buildpackage: info: host architecture amd64
   fakeroot debian/rules clean
  test -x debian/rules
  rm -f debian/stamp-makefile-build debian/stamp-makefile-install
  /usr/bin/make -C . CFLAGS="-g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security" CXXFLAGS="-g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" 
LDFLAGS="-Wl,-z,relro" -k clean
  make[1]: Entering directory 
'/home/lamby/temp/cdt.20160701161749.ZpsOqzUgRI.mgt/mgt-2.31'
  removing extra files...
  done.
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20160701161749.ZpsOqzUgRI.mgt/mgt-2.31'
  dh_clean 
  dh_clean: Please specify the compatibility level in debian/compat
  /usr/share/cdbs/1/rules/debhelper.mk:217: recipe for target 'clean' failed
  make: *** [clean] Error 2

  [..]

The full build log is attached.


Regards,

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



Processed: tagging 821150

2016-07-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 821150 + moreinfo
Bug #821150 [src:cmucl] cmucl: non-DFSG license
Added tag(s) moreinfo.
> thanks
Stopping processing here.

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



Bug#829164: marked as done (influxdb: FTBFS: github.com/influxdata/influxdb/uuid returned exit code 1)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Fri, 01 Jul 2016 13:20:27 +
with message-id 
and subject line Bug#829164: fixed in influxdb 0.13.0+dfsg1-2
has caused the Debian Bug report #829164,
regarding influxdb: FTBFS: github.com/influxdata/influxdb/uuid returned exit 
code 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.)


-- 
829164: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829164
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: influxdb
Version: 0.13.0+dfsg1-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,

influxdb fails to build from source in unstable/amd64:

  [..]

  
'/home/lamby/temp/cdt.20160701082113.7tx85Pp39v.influxdb/influxdb-0.13.0+dfsg1/debian//..//services/admin/assets/css/dropdowns-enhancement.css'
 -> 
'_build/src/github.com/influxdata/influxdb/services/admin/assets/css/dropdowns-enhancement.css'
  
'/home/lamby/temp/cdt.20160701082113.7tx85Pp39v.influxdb/influxdb-0.13.0+dfsg1/debian//..//services/admin/assets/fonts'
 -> '_build/src/github.com/influxdata/influxdb/services/admin/assets/fonts'
  
'/home/lamby/temp/cdt.20160701082113.7tx85Pp39v.influxdb/influxdb-0.13.0+dfsg1/debian//..//services/admin/assets/fonts/glyphicons-halflings-regular.eot'
 -> 
'_build/src/github.com/influxdata/influxdb/services/admin/assets/fonts/glyphicons-halflings-regular.eot'
  
'/home/lamby/temp/cdt.20160701082113.7tx85Pp39v.influxdb/influxdb-0.13.0+dfsg1/debian//..//services/admin/assets/fonts/glyphicons-halflings-regular.svg'
 -> 
'_build/src/github.com/influxdata/influxdb/services/admin/assets/fonts/glyphicons-halflings-regular.svg'
  
'/home/lamby/temp/cdt.20160701082113.7tx85Pp39v.influxdb/influxdb-0.13.0+dfsg1/debian//..//services/admin/assets/fonts/glyphicons-halflings-regular.ttf'
 -> 
'_build/src/github.com/influxdata/influxdb/services/admin/assets/fonts/glyphicons-halflings-regular.ttf'
  
'/home/lamby/temp/cdt.20160701082113.7tx85Pp39v.influxdb/influxdb-0.13.0+dfsg1/debian//..//services/admin/assets/fonts/glyphicons-halflings-regular.woff'
 -> 
'_build/src/github.com/influxdata/influxdb/services/admin/assets/fonts/glyphicons-halflings-regular.woff'
  
'/home/lamby/temp/cdt.20160701082113.7tx85Pp39v.influxdb/influxdb-0.13.0+dfsg1/debian//..//services/admin/assets/fonts/glyphicons-halflings-regular.woff2'
 -> 
'_build/src/github.com/influxdata/influxdb/services/admin/assets/fonts/glyphicons-halflings-regular.woff2'
  
'/home/lamby/temp/cdt.20160701082113.7tx85Pp39v.influxdb/influxdb-0.13.0+dfsg1/debian//..//services/admin/assets/img'
 -> '_build/src/github.com/influxdata/influxdb/services/admin/assets/img'
  
'/home/lamby/temp/cdt.20160701082113.7tx85Pp39v.influxdb/influxdb-0.13.0+dfsg1/debian//..//services/admin/assets/img/influxdb-light400.png'
 -> 
'_build/src/github.com/influxdata/influxdb/services/admin/assets/img/influxdb-light400.png'
  
'/home/lamby/temp/cdt.20160701082113.7tx85Pp39v.influxdb/influxdb-0.13.0+dfsg1/debian//..//services/admin/assets/js'
 -> '_build/src/github.com/influxdata/influxdb/services/admin/assets/js'
  
'/home/lamby/temp/cdt.20160701082113.7tx85Pp39v.influxdb/influxdb-0.13.0+dfsg1/debian//..//services/admin/assets/js/admin.js'
 -> 
'_build/src/github.com/influxdata/influxdb/services/admin/assets/js/admin.js'
  # Replace bundled javascript/css with our own
  mkdir -v 
_build/src/github.com/influxdata/influxdb/services/admin/assets/js/vendor
  mkdir: created directory 
'_build/src/github.com/influxdata/influxdb/services/admin/assets/js/vendor'
  ln -v -s /usr/share/javascript/bootstrap/js/bootstrap.min.js 
_build/src/github.com/influxdata/influxdb/services/admin/assets/js/vendor/bootstrap-3.3.5.min.js
  
'_build/src/github.com/influxdata/influxdb/services/admin/assets/js/vendor/bootstrap-3.3.5.min.js'
 -> '/usr/share/javascript/bootstrap/js/bootstrap.min.js'
  ln -v -s /usr/share/javascript/jquery/jquery.min.js 
_build/src/github.com/influxdata/influxdb/services/admin/assets/js/vendor/jquery-2.1.4.min.js
  
'_build/src/github.com/influxdata/influxdb/services/admin/assets/js/vendor/jquery-2.1.4.min.js'
 -> '/usr/share/javascript/jquery/jquery.min.js'
  uglifyjs 
/home/lamby/temp/cdt.20160701082113.7tx85Pp39v.influxdb/influxdb-0.13.0+dfsg1/debian//missing-sources/react-0.13.3.js
 --output 
_build/src/github.com/influxdata/influxdb/services/admin/assets/js/vendor/react-0.13.3.min.js
  ln -v -s /usr/share/javascript/bootstrap/css/bootstrap.css 

Bug#811644: FTBFS with GCC 6: cannot convert x to y

2016-07-01 Thread Gert Wollny
Control: tags -1 pending 

Hi, 

I've uploaded a patch fixing this compiler problem, and I also added
another patch that makes sure the test suite is actually run during
package build. 

I don't ask for sponsoring though, because the package is somewhat
fishy:

In the source one gets by using 

  apt source idba 

no patches are applied or even listed. In the svn are two patches
however that are from 2014. They seem to be partially applied now, so
I've disabled one, and rebased the other. 

Also, when I run 

  svn-buildpackage 

the source tarball is not properly unpacked leaving me with an empty
tree and finally with an empty package. However, when I do 

   svn-buildpackage -S 

then the resulting source package is fine - i.e. I can unpack with
dpkg-source -x and compile it. 

Best, 
Gert 



Processed: re: FTBFS with GCC 6: cannot convert x to y

2016-07-01 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 pending 
Bug #811644 [idba] FTBFS with GCC 6: cannot convert x to y
Added tag(s) pending.

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



Bug#811814: marked as done (sinfo: FTBFS with GCC 6: no match for)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Fri, 01 Jul 2016 12:51:47 +
with message-id 
and subject line Bug#811814: fixed in sinfo 0.0.48-1
has caused the Debian Bug report #811814,
regarding sinfo: FTBFS with GCC 6: no match for
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.)


-- 
811814: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811814
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sinfo
Version: 0.0.47-4
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-no-match

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> libtool: compile:  g++ -DPACKAGE_NAME=\"sinfo\" -DPACKAGE_TARNAME=\"sinfo\" 
> -DPACKAGE_VERSION=\"0.0.47\" "-DPACKAGE_STRING=\"sinfo 0.0.47\"" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sinfo\" 
> -DVERSION=\"0.0.47\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
> -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSIMPLE_USER_CACHE=1 -DENABLEIPv6=1 
> -DCPUNO_ADJUST=1 -DHAVE_CURSES_H=1 -DHAVEDEFAULTCOLORS=1 -DHAVE_DIRENT_H=1 
> -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_ARPA_INET_H=1 -DHAVE_FCNTL_H=1 
> -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_STDLIB_H=1 
> -DHAVE_STRING_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SOCKET_H=1 
> -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UTMP_H=1 -DHAVE_GETOPT_H=1 
> -DTIME_WITH_SYS_TIME=1 -DHAVE_DECL_GETOPT=1 -DHAVE_LIBNSL=1 -DHAVE_FORK=1 
> -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_S
> TDLIB_H=1 -DHAVE_MALLOC=1 -DRETSIGTYPE=void -DHAVE_GETOPT_LONG=1 
> -DHAVE_DAEMON=1 -DHAVE_LIBRESOLV=1 -DHAVE_HSTRERROR=1 -DHAVE_ATEXIT=1 
> -DHAVE_GETHOSTBYADDR=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETPAGESIZE=1 
> -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 
> -DHAVE_SOCKET=1 -DHAVE_STRERROR=1 -DHAVE_STRSTR=1 -DHAVE_UNAME=1 -I. 
> -I../libmessage -I../libmessageiobase -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -c 
> tcpmessageserverconnection.cc  -fPIC -DPIC -o 
> .libs/tcpmessageserverconnection.o
> In file included from ../libmessageiobase/serverconnectorbase.h:5:0,
>  from ../libmessageiobase/serverconnectorfactorybase.h:4,
>  from tcpmessageserverconnection.h:11,
>  from tcpmessageserverconnection.cc:3:
> /usr/include/boost/signal.hpp:17:4: warning: #warning "Boost.Signals is no 
> longer being maintained and is now deprecated. Please switch to 
> Boost.Signals2. To disable this warning message, define 
> BOOST_SIGNALS_NO_DEPRECATION_WARNING." [-Wcpp]
>  #  warning  "Boost.Signals is no longer being maintained and 
> is now deprecated. Please switch to Boost.Signals2. To disable this warning 
> message, define BOOST_SIGNALS_NO_DEPRECATION_WARNING."
> ^~~
> 
> In file included from /usr/include/boost/bind.hpp:22:0,
>  from tcpmessageserverconnection.cc:2:
> /usr/include/boost/bind/bind.hpp: In instantiation of 'void 
> boost::_bi::list2::operator()(boost::_bi::type, F&, A&, int) 
> [with F = boost::_mfi::mf1; A = 
> boost::_bi::list1; A1 = 
> boost::_bi::value; A2 = boost::arg<1>]':
> /usr/include/boost/bind/bind.hpp:905:50:   required from 
> 'boost::_bi::bind_t::result_type boost::_bi::bind_t L>::operator()(A1&&) [with A1 = Message; R = void; F = boost::_mfi::mf1 TCPMessageServerConnection, Message&>; L = 
> boost::_bi::list2, 
> boost::arg<1> >; boost::_bi::bind_t::result_type = void]'
> /usr/include/boost/function/function_template.hpp:159:11:   required from 
> 'static void boost::detail::function::void_function_obj_invoker1 R, T0>::invoke(boost::detail::function::function_buffer&, T0) [with 
> FunctionObj = boost::_bi::bind_t TCPMessageServerConnection, Message&>, 
> 

Bug#829175: marked as done (Missing dependency on ruby-pkg-config)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Fri, 01 Jul 2016 11:45:27 +
with message-id 
and subject line Bug#829175: fixed in ruby-nokogiri 1.6.8-2
has caused the Debian Bug report #829175,
regarding Missing dependency on ruby-pkg-config
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.)


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


Quack,

-
$ vagrant up
Vagrant experienced a version conflict with some installed plugins!
This usually happens if you recently upgraded Vagrant. As part of the
upgrade process, some existing plugins are no longer compatible with
this version of Vagrant. The recommended way to fix this is to remove
your existing plugins and reinstall them one-by-one. To remove all
plugins:

rm -r ~/.vagrant.d/plugins.json ~/.vagrant.d/gems

Note if you have an alternate VAGRANT_HOME environmental variable
set, the folders above will be in that directory rather than your
user's home directory.

The error message is shown below:

Bundler could not find compatible versions for gem "pkg-config":
  In Gemfile:
vagrant (= 1.8.4) was resolved to 1.8.4, which depends on
  nokogiri was resolved to 1.6.8, which depends on
pkg-config (~> 1.1.7)

Could not find gem 'pkg-config (~> 1.1.7)', which is required by gem
'nokogiri', in any of the sources.
-

Indeed installing ruby-pkg-config solves the problem.

You can see the runtime dep in:

/usr/share/rubygems-integration/2.3.0/specifications/nokogiri-1.6.8.gemspec
but the package lacks it.

\_o<
--- End Message ---
--- Begin Message ---
Source: ruby-nokogiri
Source-Version: 1.6.8-2

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

Debian distribution maintenance software
pp.
Antonio Terceiro  (supplier of updated ruby-nokogiri 
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: Fri, 01 Jul 2016 07:57:18 -0300
Source: ruby-nokogiri
Binary: ruby-nokogiri
Architecture: source
Version: 1.6.8-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 

Changed-By: Antonio Terceiro 
Description:
 ruby-nokogiri - HTML, XML, SAX, and Reader parser for Ruby
Closes: 829171 829175
Changes:
 ruby-nokogiri (1.6.8-2) unstable; urgency=medium
 .
   * Add missing dependency on ruby-pkg-config (Closes: #829171, #829175)
Checksums-Sha1:
 28ff1aff4ed183d0cf11c6a9a45f861cb8f586e0 2185 ruby-nokogiri_1.6.8-2.dsc
 a38478c670bcf2bf35c11b56da6d6203cb512d0a 7232 
ruby-nokogiri_1.6.8-2.debian.tar.xz
Checksums-Sha256:
 a1ff66d78e9f79d89f72fa59e5bb7bbffbb62d67cd1cebe2ea87868480922418 2185 
ruby-nokogiri_1.6.8-2.dsc
 f1f19488796ba985645a2c17799021e0a55461641841d93bfa7a80aab83a81c7 7232 
ruby-nokogiri_1.6.8-2.debian.tar.xz
Files:
 7800b9a5b4869d56f098fe6b4ba87c13 2185 ruby optional ruby-nokogiri_1.6.8-2.dsc
 8cb361e35fa483d4d30ea0f24b491931 7232 ruby optional 
ruby-nokogiri_1.6.8-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJXdk6EAAoJEPwNsbvNRgveNCEP/2laMBVdvy+h9t1n9+g7ppDJ
TasTpTR3j/B4P8n3NkxIACK7F+MpZNokwuTMh1Ur8GbXCheU55JXtNASE86KxPas
8Q3jVcfhnLpMGX5jFBTvvHXch/B8ZUNW9W5V8hHvrpPHrr5XrC/+86BnfJYDRFg9
NUiD+Er2Rmv88n0GqFuVkGYAcepvt+TsTeV8pWxiPoFUucv2mkNyRupEcFHd+whE
t4Yz84/0TQj4lvTkJccYrF2X4ydhBHryY4XYWcfVN6jHa+sxbvAbsTuZXfmgXyf/
x2hNpoHYVMMnULhjkCu9bRPNIGufaj+2n6JJpkn6DAe6UQaT2vD8xzkhsw8j9Z7G
ddMSs3EG+LstNEiFw4BpVUCkxGOtMumS9gWAwrcjhFVlCd+r/3NJP5zMO1ZC/aHm
lxK8zLh/AA8WYhMYL/MGSExyxxm1eTKk4MRoqbPr7FOMbGpm3neW5qDinMgAGfVu
/kkc3yp4SKw5U/7zM/kxno3W3ex2VXil0HSQcJhm1cc2RsKntkbpEv1zH9JA7QNC
iwLWWhmWKRlI5Y2TzTL1k3HMKMGyZkFqqvsUfVCIaCwOEliFNuIyD4loHEduaM7x
pgMYDCkIPOgMNJzancGVVVu+1GIf6W5h9j3z9+u8tVh9pibr4k28y2XX3eZpRPCx
R4rzcd+h+0+VCbuo5GTR
=uDOz
-END PGP 

Bug#828987: marked as done (libpetsc3.6-dev: Updating openmpi breaks usage of PETSc)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Fri, 01 Jul 2016 11:44:30 +
with message-id 
and subject line Bug#828987: fixed in petsc 3.6.4.dfsg1-3
has caused the Debian Bug report #828987,
regarding libpetsc3.6-dev: Updating openmpi breaks usage of PETSc
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.)


-- 
828987: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828987
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libpetsc3.6-dev
Version: 3.6.4.dfsg1-2
Severity: grave
Justification: renders package unusable

Dear Maintainer,

Every time package openmpi is updated PETSc is rendered unusable by an
internal preprocessor directive, resulting in the error

/usr/lib/petscdir/3.6.4/x86_64-linux-gnu-real/include/petscsys.h:133:6:
error: #error "PETSc was configured with one OpenMPI mpi.h version but
now appears to be compiling using a different OpenMPI mpi.h version"
 #error "PETSc was configured with one OpenMPI mpi.h version but now
 #appears to be compiling using a different OpenMPI mpi.h version"

PETSc needs to be re-configured and re-built with the new openmpi
version.

Thanks for your help.

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

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

Versions of packages libpetsc3.6-dev depends on:
ii  libpetsc3.6.4-dev  3.6.4.dfsg1-2

libpetsc3.6-dev recommends no packages.

libpetsc3.6-dev suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: petsc
Source-Version: 3.6.4.dfsg1-3

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

Debian distribution maintenance software
pp.
Drew Parsons  (supplier of updated petsc 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: Fri, 01 Jul 2016 15:59:30 +0800
Source: petsc
Binary: libpetsc3.6-dev libpetsc3.6.4-dev petsc-dev libpetsc3.6.4 
libpetsc3.6.4-dbg petsc3.6.4-doc libpetsc-complex-3.6-dev 
libpetsc-complex-3.6.4-dev libpetsc-complex-3.6.4 libpetsc-complex-3.6.4-dbg
Architecture: source amd64 all
Version: 3.6.4.dfsg1-3
Distribution: unstable
Urgency: high
Maintainer: Drew Parsons 
Changed-By: Drew Parsons 
Description:
 libpetsc-complex-3.6-dev - Static libraries, shared links, header files for 
PETSc
 libpetsc-complex-3.6.4 - Shared libraries for version 3.6 of PETSc with 
Complex Numbers
 libpetsc-complex-3.6.4-dbg - Debugging libraries for PETSc
 libpetsc-complex-3.6.4-dev - Static libraries, shared links, header files for 
PETSc
 libpetsc3.6-dev - Static libraries, shared links, header files for PETSc
 libpetsc3.6.4 - Shared libraries for version 3.6 of PETSc
 libpetsc3.6.4-dbg - Debugging libraries for PETSc
 libpetsc3.6.4-dev - Static libraries, shared links, header files for PETSc
 petsc-dev  - Virtual package depending on latest PETSc development package
 petsc3.6.4-doc - Documentation and examples for PETSc
Closes: 828987
Changes:
 petsc (3.6.4.dfsg1-3) unstable; urgency=high
 .
   * Set tight PETSc dev package dependency on MPI version. Closes: #828987.
Checksums-Sha1:
 301a4f1d8d22a9c58969c137baa4516a55570835 3143 petsc_3.6.4.dfsg1-3.dsc
 72c106854fc8c469a39b0b4c36d00628130d2c6f 34164 
petsc_3.6.4.dfsg1-3.debian.tar.xz
 f4e48d68578492727f59b5f74a917e474c2a695d 19492 
libpetsc-complex-3.6-dev_3.6.4.dfsg1-3_amd64.deb
 e76ae0e98a7fb788845202054d110e292794f0a5 15073120 
libpetsc-complex-3.6.4-dbg_3.6.4.dfsg1-3_amd64.deb
 b3411744c874e1f8051e4c78b1192b5259c2980c 3228424 
libpetsc-complex-3.6.4-dev_3.6.4.dfsg1-3_amd64.deb
 510cff23bc2de2337bbc3b14af1ad6c52d87ddea 3650450 
libpetsc-complex-3.6.4_3.6.4.dfsg1-3_amd64.deb
 b44ccb06a5e60682c63c70b59be00de689df3d0a 22666 
libpetsc3.6-dev_3.6.4.dfsg1-3_amd64.deb
 

Bug#826736: marked as done (network-manager-ssh-gnome: Fails to upgrade from 0.9.4-1 to 1.2.0-1 due to missing Replaces header)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Fri, 01 Jul 2016 11:43:52 +
with message-id 
and subject line Bug#826736: fixed in network-manager-ssh 1.2.0-2
has caused the Debian Bug report #826736,
regarding network-manager-ssh-gnome: Fails to upgrade from 0.9.4-1 to 1.2.0-1 
due to missing Replaces header
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.)


-- 
826736: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=826736
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: network-manager-ssh-gnome
Version: 1.2.0-1
Severity: serious

Hi,

sorry for the late bug report, had no time to write it when I
encountered it the first time a few weeks ago and put the package(s) on
hold since then.

Upgrading network-manager-ssh-gnome and network-manager-ssh in the same
run fails for me since network-manager-ssh-gnome 1.2.0-1 is unpacked
first and tries to overwrite a file from the not yet upgraded
network-manager-ssh 0.9.4-1:

Preparing to unpack .../network-manager-ssh-gnome_1.2.0-1_amd64.deb ...
Unpacking network-manager-ssh-gnome (1.2.0-1) over (0.9.4-1) ...
dpkg: error processing archive 
/var/cache/apt/archives/network-manager-ssh-gnome_1.2.0-1_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/NetworkManager/nm-ssh-auth-dialog', which is 
also in package network-manager-ssh 0.9.4-1
Preparing to unpack .../network-manager-ssh_1.2.0-1_amd64.deb ...
Unpacking network-manager-ssh (1.2.0-1) over (0.9.4-1) ...
Processing triggers for dbus (1.10.8-1) ...
Errors were encountered while processing:
 /var/cache/apt/archives/network-manager-ssh-gnome_1.2.0-1_amd64.deb

This likely can be fixed by adding the following two headers to
network-manager-ssh-gnome's stanza in debian/control:

Replaces: network-manager-ssh (<< 1.2.0-1~)
Breaks: network-manager-ssh (<< 1.2.0-1~)

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (980, 'unstable-debug'), (600, 'testing'), 
(111, 'buildd-unstable'), (111, 'buildd-experimental'), (110, 'experimental'), 
(105, 'experimental-debug')
Architecture: amd64 (x86_64)

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

Versions of packages network-manager-ssh depends on:
ii  libc6   2.22-11
ii  libglib2.0-02.48.1-1
ii  libnm0  1.2.2-2
ii  openssh-client  1:7.2p2-5
ii  sshpass 1.05-1

Versions of packages network-manager-ssh recommends:
ii  network-manager-ssh-gnome  0.9.4-1

network-manager-ssh suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: network-manager-ssh
Source-Version: 1.2.0-2

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

Debian distribution maintenance software
pp.
Lennart Weller  (supplier of updated network-manager-ssh 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: Fri, 01 Jul 2016 11:40:34 +0200
Source: network-manager-ssh
Binary: network-manager-ssh network-manager-ssh-gnome
Architecture: source amd64
Version: 1.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Lennart Weller 
Changed-By: Lennart Weller 
Description:
 network-manager-ssh - network management framework (SSH plugin core)
 network-manager-ssh-gnome - network management framework (SSH plugin GNOME GUI)
Closes: 826736
Changes:
 network-manager-ssh (1.2.0-2) unstable; urgency=medium
 .
   * Added Replace and Breaks to network-manager-ssh-gnome  (Closes: 
#826736)
Checksums-Sha1:
 e0db2cb0f23d94ef9eefa9a9caa1bf00d8c1b63e 2279 network-manager-ssh_1.2.0-2.dsc
 762895e0d14da1bf429e1fae4da606fa95f6b2d6 2612 
network-manager-ssh_1.2.0-2.debian.tar.xz
 278cc1bdb6df400abd6dad23976be0b558b435d8 27900 
network-manager-ssh-dbgsym_1.2.0-2_amd64.deb
 5a8aa1a433eecedd50b8306417ecf112dc71d5e1 84116 
network-manager-ssh-gnome-dbgsym_1.2.0-2_amd64.deb
 

Bug#828984: marked as done (dune-functions: FTBFS: 63% tests passed, 3 tests failed out of 8)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Fri, 01 Jul 2016 11:38:33 +
with message-id 
and subject line Bug#828984: fixed in dune-functions 2.4~20160507g3dd041d-1
has caused the Debian Bug report #828984,
regarding dune-functions: FTBFS: 63% tests passed, 3 tests failed out of 8
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.)


-- 
828984: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828984
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dune-functions
Version: 2.4~20160406ge6b3b4c-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,

dune-functions fails to build from source in unstable/amd64:

  [..]

  make[3]: Entering directory 
'/home/lamby/temp/cdt.20160629153731.qPUdNMHeCo.dune-functions/dune-functions-2.4~20160406ge6b3b4c/obj-x86_64-linux-gnu'
  cd 
"/home/lamby/temp/cdt.20160629153731.qPUdNMHeCo.dune-functions/dune-functions-2.4~20160406ge6b3b4c/obj-x86_64-linux-gnu"
 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" 
"/home/lamby/temp/cdt.20160629153731.qPUdNMHeCo.dune-functions/dune-functions-2.4~20160406ge6b3b4c"
 
"/home/lamby/temp/cdt.20160629153731.qPUdNMHeCo.dune-functions/dune-functions-2.4~20160406ge6b3b4c/examples"
 
"/home/lamby/temp/cdt.20160629153731.qPUdNMHeCo.dune-functions/dune-functions-2.4~20160406ge6b3b4c/obj-x86_64-linux-gnu"
 
"/home/lamby/temp/cdt.20160629153731.qPUdNMHeCo.dune-functions/dune-functions-2.4~20160406ge6b3b4c/obj-x86_64-linux-gnu/examples"
 
"/home/lamby/temp/cdt.20160629153731.qPUdNMHeCo.dune-functions/dune-functions-2.4~20160406ge6b3b4c/obj-x86_64-linux-gnu/examples/CMakeFiles/stokes-taylorhood.dir/DependInfo.cmake"
 --color=
  make[3]: Entering directory 
'/home/lamby/temp/cdt.20160629153731.qPUdNMHeCo.dune-functions/dune-functions-2.4~20160406ge6b3b4c/obj-x86_64-linux-gnu'
  cd 
"/home/lamby/temp/cdt.20160629153731.qPUdNMHeCo.dune-functions/dune-functions-2.4~20160406ge6b3b4c/obj-x86_64-linux-gnu"
 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" 
"/home/lamby/temp/cdt.20160629153731.qPUdNMHeCo.dune-functions/dune-functions-2.4~20160406ge6b3b4c"
 
"/home/lamby/temp/cdt.20160629153731.qPUdNMHeCo.dune-functions/dune-functions-2.4~20160406ge6b3b4c/examples"
 
"/home/lamby/temp/cdt.20160629153731.qPUdNMHeCo.dune-functions/dune-functions-2.4~20160406ge6b3b4c/obj-x86_64-linux-gnu"
 
"/home/lamby/temp/cdt.20160629153731.qPUdNMHeCo.dune-functions/dune-functions-2.4~20160406ge6b3b4c/obj-x86_64-linux-gnu/examples"
 
"/home/lamby/temp/cdt.20160629153731.qPUdNMHeCo.dune-functions/dune-functions-2.4~20160406ge6b3b4c/obj-x86_64-linux-gnu/examples/CMakeFiles/advection-reaction-dg.dir/DependInfo.cmake"
 --color=
  make[3]: Entering directory 
'/home/lamby/temp/cdt.20160629153731.qPUdNMHeCo.dune-functions/dune-functions-2.4~20160406ge6b3b4c/obj-x86_64-linux-gnu'
  cd 
"/home/lamby/temp/cdt.20160629153731.qPUdNMHeCo.dune-functions/dune-functions-2.4~20160406ge6b3b4c/obj-x86_64-linux-gnu"
 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" 
"/home/lamby/temp/cdt.20160629153731.qPUdNMHeCo.dune-functions/dune-functions-2.4~20160406ge6b3b4c"
 
"/home/lamby/temp/cdt.20160629153731.qPUdNMHeCo.dune-functions/dune-functions-2.4~20160406ge6b3b4c/examples"
 
"/home/lamby/temp/cdt.20160629153731.qPUdNMHeCo.dune-functions/dune-functions-2.4~20160406ge6b3b4c/obj-x86_64-linux-gnu"
 
"/home/lamby/temp/cdt.20160629153731.qPUdNMHeCo.dune-functions/dune-functions-2.4~20160406ge6b3b4c/obj-x86_64-linux-gnu/examples"
 
"/home/lamby/temp/cdt.20160629153731.qPUdNMHeCo.dune-functions/dune-functions-2.4~20160406ge6b3b4c/obj-x86_64-linux-gnu/examples/CMakeFiles/poisson-pq2.dir/DependInfo.cmake"
 --color=
  Scanning dependencies of target poisson-pq2
  make[3]: Leaving directory 
'/home/lamby/temp/cdt.20160629153731.qPUdNMHeCo.dune-functions/dune-functions-2.4~20160406ge6b3b4c/obj-x86_64-linux-gnu'
  make -f examples/CMakeFiles/poisson-pq2.dir/build.make 
examples/CMakeFiles/poisson-pq2.dir/build
  make[3]: Entering directory 
'/home/lamby/temp/cdt.20160629153731.qPUdNMHeCo.dune-functions/dune-functions-2.4~20160406ge6b3b4c/obj-x86_64-linux-gnu'
  Scanning dependencies of target stokes-taylorhood
  Scanning dependencies of target advection-reaction-dg
  make[3]: Leaving directory 
'/home/lamby/temp/cdt.20160629153731.qPUdNMHeCo.dune-functions/dune-functions-2.4~20160406ge6b3b4c/obj-x86_64-linux-gnu'
  make[3]: Leaving directory 

Bug#811676: FTBFS with GCC 6: could not convert a from x to y

2016-07-01 Thread Robert Bihlmeyer
Package: fbreader
Followup-For: Bug #811676

Looks legit. Simple fix attached.
diff -ru fbreader-0.12.10dfsg2/fbreader/src/database/booksdb/BooksDB.cpp fbreader-0.12.10dfsg2+/fbreader/src/database/booksdb/BooksDB.cpp
--- fbreader-0.12.10dfsg2/fbreader/src/database/booksdb/BooksDB.cpp	2010-04-01 15:14:24.0 +0200
+++ fbreader-0.12.10dfsg2+/fbreader/src/database/booksdb/BooksDB.cpp	2016-07-01 13:24:36.919070856 +0200
@@ -145,7 +145,7 @@
 
 	myFindFileId->setFileName(fileName);
 	if (!myFindFileId->run()) {
-		return false;
+		return 0;
 	}
 	((DBIntValue&)*myLoadBook->parameter("@file_id").value()) = myFindFileId->fileId();
 	shared_ptr reader = myLoadBook->executeReader();


Processed: your mail

2016-07-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 811667 + patch
Bug #811667 [cal3d] FTBFS with GCC 6: cannot convert x to y
Added tag(s) patch.
> thanks
Stopping processing here.

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



Bug#811667: cal3d: Patch

2016-07-01 Thread Alberto Luaces
Source: cal3d
Followup-For: Bug #811667

I spoke too soon: recent code does not show those errors, but the rest
does have them.

Anyway, here is a patch that solves the issue.
diff -ruN cal3d-0.11.0/src/cal3d/loader.cpp cal3d-0.11.0-changes/src/cal3d/loader.cpp
--- cal3d-0.11.0/src/cal3d/loader.cpp	2006-06-08 17:12:13.0 +0200
+++ cal3d-0.11.0-changes/src/cal3d/loader.cpp	2016-07-01 13:04:45.732750815 +0200
@@ -886,7 +886,7 @@
   if(!dataSrc.ok())
   {
 dataSrc.setError();
-return false;
+return 0;
   }
 
   // allocate a new core keyframe instance
@@ -1338,13 +1338,13 @@
 		if(stricmp(skeleton->Attribute("MAGIC"),Cal::SKELETON_XMLFILE_MAGIC)!=0)
 		{
 			CalError::setLastError(CalError::INVALID_FILE_FORMAT, __FILE__, __LINE__, strFilename);
-			return false;
+			return 0;
 		}
 
 		if(atoi(skeleton->Attribute("VERSION")) < Cal::EARLIEST_COMPATIBLE_FILE_VERSION )
 		{
 			CalError::setLastError(CalError::INCOMPATIBLE_FILE_VERSION, __FILE__, __LINE__, strFilename);
-			return false;
+			return 0;
 		}
 
 		skeleton = skeleton->NextSiblingElement();
@@ -1353,19 +1353,19 @@
 	if(!skeleton || stricmp(skeleton->Value(),"SKELETON")!=0)
 	{
 		CalError::setLastError(CalError::INVALID_FILE_FORMAT, __FILE__, __LINE__, strFilename);
-		return false;
+		return 0;
 	}
 
 	if(skeleton->Attribute("MAGIC")!=NULL && stricmp(skeleton->Attribute("MAGIC"),Cal::SKELETON_XMLFILE_MAGIC)!=0)
 	{
 		CalError::setLastError(CalError::INVALID_FILE_FORMAT, __FILE__, __LINE__, strFilename);
-		return false;
+		return 0;
 	}
 
 	if(skeleton->Attribute("VERSION")!=NULL && atoi(skeleton->Attribute("VERSION")) < Cal::EARLIEST_COMPATIBLE_FILE_VERSION )
 	{
 		CalError::setLastError(CalError::INCOMPATIBLE_FILE_VERSION, __FILE__, __LINE__, strFilename);
-		return false;
+		return 0;
 	}
 
 
@@ -1383,7 +1383,7 @@
 		if(stricmp(bone->Value(),"BONE")!=0)
 		{
 			CalError::setLastError(CalError::INVALID_FILE_FORMAT, __FILE__, __LINE__, strFilename);
-			return false;
+			return 0;
 		}
 
 		std::string strName=bone->Attribute("NAME");
@@ -1395,7 +1395,7 @@
 		if(!translation || stricmp( translation->Value(),"TRANSLATION")!=0)
 		{
 			CalError::setLastError(CalError::INVALID_FILE_FORMAT, __FILE__, __LINE__, strFilename);
-			return false;
+			return 0;
 		}
 
 		float tx, ty, tz;
@@ -1404,13 +1404,13 @@
 		if(!node)
 		{
 			CalError::setLastError(CalError::INVALID_FILE_FORMAT, __FILE__, __LINE__, strFilename);
-			return false;
+			return 0;
 		}
 		TiXmlText* translationdata = node->ToText();
 		if(!translationdata)
 		{
 			CalError::setLastError(CalError::INVALID_FILE_FORMAT, __FILE__, __LINE__, strFilename);
-			return false;
+			return 0;
 		}
 		str.clear();
 		str << translationdata->Value();
@@ -1422,7 +1422,7 @@
 		if(!rotation || stricmp(rotation->Value(),"ROTATION")!=0)
 		{
 			CalError::setLastError(CalError::INVALID_FILE_FORMAT, __FILE__, __LINE__, strFilename);
-			return false;
+			return 0;
 		}
 
 		float rx, ry, rz, rw;
@@ -1431,13 +1431,13 @@
 		if(!node)
 		{
 			CalError::setLastError(CalError::INVALID_FILE_FORMAT, __FILE__, __LINE__, strFilename);
-			return false;
+			return 0;
 		}
 		TiXmlText* rotationdata = node->ToText();
 		if(!rotationdata)
 		{
 			CalError::setLastError(CalError::INVALID_FILE_FORMAT, __FILE__, __LINE__, strFilename);
-			return false;
+			return 0;
 		}
 		str.clear();
 		str << rotationdata->Value();
@@ -1450,7 +1450,7 @@
 		if(!rotation || stricmp(translationBoneSpace->Value(),"LOCALTRANSLATION")!=0)
 		{
 			CalError::setLastError(CalError::INVALID_FILE_FORMAT, __FILE__, __LINE__, strFilename);
-			return false;
+			return 0;
 		}
 
 		float txBoneSpace, tyBoneSpace, tzBoneSpace;
@@ -1459,13 +1459,13 @@
 		if(!node)
 		{
 			CalError::setLastError(CalError::INVALID_FILE_FORMAT, __FILE__, __LINE__, strFilename);
-			return false;
+			return 0;
 		}
 		TiXmlText* translationBoneSpacedata = node->ToText();
 		if(!translationBoneSpacedata)
 		{
 			CalError::setLastError(CalError::INVALID_FILE_FORMAT, __FILE__, __LINE__, strFilename);
-			return false;
+			return 0;
 		}
 		str.clear();
 		str << translationBoneSpacedata->Value();
@@ -1477,7 +1477,7 @@
 		if(!rotationBoneSpace || stricmp(rotationBoneSpace->Value(),"LOCALROTATION")!=0)
 		{
 			CalError::setLastError(CalError::INVALID_FILE_FORMAT, __FILE__, __LINE__, strFilename);
-			return false;
+			return 0;
 		}
 
 		float rxBoneSpace, ryBoneSpace, rzBoneSpace, rwBoneSpace;
@@ -1486,13 +1486,13 @@
 		if(!node)
 		{
 			CalError::setLastError(CalError::INVALID_FILE_FORMAT, __FILE__, __LINE__, strFilename);
-			return false;
+			return 0;
 		}
 		TiXmlText* rotationBoneSpacedata = node->ToText();
 		if(!rotationBoneSpacedata)
 		{
 			CalError::setLastError(CalError::INVALID_FILE_FORMAT, __FILE__, __LINE__, strFilename);
-			return false;
+			return 0;
 		}
 		str.clear();
 		str << rotationBoneSpacedata->Value();
@@ -1504,7 +1504,7 @@
 		if(!parent ||stricmp(parent->Value(),"PARENTID")!=0)
 		{
 			

Bug#829140: marked as done (mutter: FTBFS on ILP32 architectures: format '%ld' expects 'long int', but argument 3 has type 'gint64 {aka long long int}')

2016-07-01 Thread Debian Bug Tracking System
Your message dated Fri, 01 Jul 2016 11:01:11 +
with message-id 
and subject line Bug#829140: fixed in mutter 3.20.3-2
has caused the Debian Bug report #829140,
regarding mutter: FTBFS on ILP32 architectures: format '%ld' expects 'long 
int', but argument 3 has type 'gint64 {aka long long int}'
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.)


-- 
829140: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829140
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mutter
Version: 3.20.3-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)
Tags: upstream patch
Forwarded: https://bugzilla.gnome.org/show_bug.cgi?id=762407

Since converting to dh, mutter fails to build on what appear to be all
32-bit architectures. I believe the patch attached to upstream bug
https://bugzilla.gnome.org/show_bug.cgi?id=762407 is the correct solution.

S
--- a/src/core/startup-notification.c	2016-06-06 12:13:27.100251933 +0200
+++ a/src/core/startup-notification.c	2016-06-06 12:13:42.554956773 +0200
@@ -418,7 +418,7 @@ 
   elapsed = ctod->now - timestamp;
 
   meta_topic (META_DEBUG_STARTUP,
-  "Sequence used %ld ms vs. %d max: %s\n",
+  "Sequence used %" G_GINT64_FORMAT " ms vs. %d max: %s\n",
   elapsed, STARTUP_TIMEOUT,
   meta_startup_notification_sequence_get_id (sequence));
 
--- End Message ---
--- Begin Message ---
Source: mutter
Source-Version: 3.20.3-2

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

Debian distribution maintenance software
pp.
Michael Biebl  (supplier of updated mutter 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: Fri, 01 Jul 2016 10:18:59 +0200
Source: mutter
Binary: mutter libmutter0h mutter-common libmutter-dev gir1.2-mutter-3.0
Architecture: source
Version: 3.20.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Michael Biebl 
Description:
 gir1.2-mutter-3.0 - GObject introspection data for Mutter
 libmutter-dev - Development files for the Mutter window manager
 libmutter0h - window manager library from the Mutter window manager
 mutter - lightweight GTK+ window manager
 mutter-common - shared files for the Mutter window manager
Closes: 829140
Changes:
 mutter (3.20.3-2) unstable; urgency=medium
 .
   [ Simon McVittie ]
   * d/p/fix-gint64-format.patch: Add patch from Luca Bruno fixing a format
 string on ILP32 architectures
   * d/rules: add a missing backslash so we build with the intended
 configure options, and in particular not -Werror (Closes: #829140)
 .
   [ Jeremy Bicha ]
   * Replace old mutter libraries too instead of only conflicting with them
Checksums-Sha1:
 b9a4b52a667b2a0b1559ec5875d5ff1350047746 3234 mutter_3.20.3-2.dsc
 98e29806988390e50ed4edd962bf3764c54dc8c6 20008 mutter_3.20.3-2.debian.tar.xz
Checksums-Sha256:
 46c4d9780926d7cc0471a51c634418dc8e050026d1dfb479b2b8c71e8c8e0673 3234 
mutter_3.20.3-2.dsc
 9c3f461845ff53d2655dd5cbbfd02f2e9c6e3b9c6dd0fcc881a06a5d96348246 20008 
mutter_3.20.3-2.debian.tar.xz
Files:
 9db4c560da1cd40ed4049c4e3e7fd0fb 3234 x11 optional mutter_3.20.3-2.dsc
 7484a35d711df66c8e248b4bed16f17e 20008 x11 optional 
mutter_3.20.3-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJXdilDAAoJEGrh3w1gjyLcXmkP/RX/7YfVCS840IAmO2osejuM
KOSpw1HTDNgym+IlwOCeSVLAg0lu/NTU2ltzUwVonoB0KZpaP3HmL4eh/1AvUvwy
X+apSgJUrCShfEJURQFjsNkLXAyzeri5yxKA6AmmwFVqXmVseu3ZKpwCDQM6WhrR
0L9aPfJEz20Sq891gzpckC2aanQ6nOrIuyxBEOX/8J9XklRwvixgt7lqA9RDYpR7
M2sB2iYIIs1ADNoM2EEUeSH0ADGYN32SWiXWHoIv+iVcfa6hxvzRqommpo4Ti5R/
keSqZg73/F8fc5MUszWH2+PHSNr/ki9TdNl2Mhb+OPSVmvRRSoIXsoNim6oscugM
r1B8jhiTbNHzxPA39kb0k/JVFrs+fCxc5R6ClYjgl/yFvuGB9B/uyl/2g2pQGKfJ
Dkj6uEoGYplYV6ucvELGylgBtuciALFKBVMaqZ+vLjdWvE3knum+oN3m1eYOtoir
es0TosrzRN2WB6jjiwLxJz1pxYgBbItSY7v3+iKV4JL6v7LT61XHoAi6sa23AC1s

Bug#811682: Updated patch

2016-07-01 Thread Gert Wollny
Hi,

I've updated the patch according to my last comment and also tested it
with g++-5 (i.e. without -std=c++11) and it  builds successfully. 

Note however that their are lintian errors: 

E: libgtkmathview-dev: pkg-config-multi-arch-wrong-dir
usr/lib/pkgconfig/gtkmathview-gmetadom.pc full text contains
architecture specific dir x86_64-linux-gnu

E: libgtkmathview-dev: pkg-config-multi-arch-wrong-dir 
usr/lib/pkgconfig/mathview-frontend-gmetadom.pc full text contains
architecture specific dir x86_64-linux-gnu

Best, 
Gert 
 
From: Gert Wollny 
Date: Sun, 26 Jun 2016 13:25:00 +0200
Description: gcc 6.0 build fixes
Bug: https://bugs.debian.org/811682

--- a/src/engine/common/View.cc
+++ b/src/engine/common/View.cc
@@ -291,7 +291,7 @@
 	  }
 }
 
-  return false;
+  return SmartPtr();
 }
 
 bool
--- a/src/backend/common/tfm/TFM.hh
+++ b/src/backend/common/tfm/TFM.hh
@@ -37,7 +37,7 @@
 unsigned char face;
 const char* codingScheme;
 int designSize;
-int checksum;
+unsigned int checksum;
 unsigned int nDimensions;
 unsigned int nCharacters;
   };
@@ -52,7 +52,7 @@
   struct Kerning
   {
 UChar8 index;
-int value;
+unsigned int value;
   };
 
   struct Ligature
@@ -67,7 +67,7 @@
 UChar8 index;
 int width;
 int height;
-int depth;
+unsigned int depth;
 int italicCorrection;
 unsigned char nKernings;
 const Kerning* kerning;
--- a/src/backend/common/ComputerModernShaper.cc
+++ b/src/backend/common/ComputerModernShaper.cc
@@ -578,7 +578,7 @@
   };
 #endif
 
-static ComputerModernShaper::PlainChar cmsMap[] =
+static ComputerModernShaper::PlainChar32 cmsMap[] =
   {
 { 0x007B, 0x66 },  // LEFT CURLY BRACKET
 { 0x007D, 0x67 },  // RIGHT CURLY BRACKET
--- a/src/backend/common/StandardSymbolsShaper.hh
+++ b/src/backend/common/StandardSymbolsShaper.hh
@@ -32,20 +32,20 @@
   struct HStretchyChar
   {
 Char16 ch;
-Char8 normal;
-Char8 left;
-Char8 glue;
-Char8 right;
+UChar8 normal;
+UChar8 left;
+UChar8 glue;
+UChar8 right;
   };
   
   struct VStretchyChar
   {
 Char16 ch;
-Char8 normal;
-Char8 top;
-Char8 glue;
-Char8 middle;
-Char8 bottom;
+UChar8 normal;
+UChar8 top;
+UChar8 glue;
+UChar8 middle;
+UChar8 bottom;
   };
 
 protected:
--- a/src/backend/common/StandardSymbolsShaper.cc
+++ b/src/backend/common/StandardSymbolsShaper.cc
@@ -29,7 +29,7 @@
 #include "ShapingContext.hh"
 
 struct GlyphMap {
-  Char8 index;
+  UChar8 index;
   Char16 ch;
 };
 


Bug#825845: mrpt: FTBFS on big-endian systems, with test suite errors

2016-07-01 Thread Gianfranco Costamagna
Hi,

>Sorry for the delay, but it's difficult for me to debug those tests
>because I can't run the tests in any local / remote machine...
>
>A few days after this bug report, I applied to become a DM (via my
>sponsor) in part as a way to be able to run these tests in Debian
>infraestructure.
>Do you know of another way to quickly do tests on those big-endian platforms?


I have an ongoing build of the current git master on zelenka.debian.org.
If you have tests/patches, ask me and I'll perform them
(build at 40%)

this is an s390x machine

>As an alternative, I can submit a patch to just skip those tests in
>big-endian platforms and leave this for future fix and in the
>meanwhile unblock the transition in Ubuntu.


if you can unblock the transition this would be great, just ping and I'll 
sponsor
it.
(I can also unblock just Ubuntu, and see Debian fixed properly, there is no 
real rush,
as soon as the transition lands in -release)

thanks!

G.


On Fri, Jul 1, 2016 at 12:07 PM, Gianfranco Costamagna
 wrote:
> Hi Jose, do you have any ETA for this issue?
>
> this is preventing the opencv decruft, and the transition in Ubuntu.
>
> thanks
>
> Gianfranco
>



Bug#825845: mrpt: FTBFS on big-endian systems, with test suite errors

2016-07-01 Thread JOSE LUIS BLANCO CLARACO
Hi Gianfranco ,

Sorry for the delay, but it's difficult for me to debug those tests
because I can't run the tests in any local / remote machine...

A few days after this bug report, I applied to become a DM (via my
sponsor) in part as a way to be able to run these tests in Debian
infraestructure.
Do you know of another way to quickly do tests on those big-endian platforms?

As an alternative, I can submit a patch to just skip those tests in
big-endian platforms and leave this for future fix and in the
meanwhile unblock the transition in Ubuntu.

JL


On Fri, Jul 1, 2016 at 12:07 PM, Gianfranco Costamagna
 wrote:
> Hi Jose, do you have any ETA for this issue?
>
> this is preventing the opencv decruft, and the transition in Ubuntu.
>
> thanks
>
> Gianfranco
>



Bug#829195: ruby-moneta: FTBFS: /usr/lib/ruby/2.3.0/fileutils.rb:1451:in `unlink': No such file or directory @ unlink_internal

2016-07-01 Thread Chris Lamb
Source: ruby-moneta
Version: 0.7.20-2.2
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

ruby-moneta fails to build from source in unstable/amd64:

  [..]

from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1359:in 
`load_spec_files'
from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:106:in `setup'
from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:92:in `run'
from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:78:in `run'
from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:45:in `invoke'
from /usr/bin/rspec:4:in `'
  rspec terminated with 1
  
/home/lamby/temp/cdt.20160701120841.WbzqAszk55.ruby-moneta/ruby-moneta-0.7.20/spec/helper.rb:52:in
 `block in ': undefined method `color_enabled=' for 
# (NoMethodError)
  Did you mean?  color_enabled?
from /usr/lib/ruby/vendor_ruby/rspec/core.rb:97:in `configure'
from 
/home/lamby/temp/cdt.20160701120841.WbzqAszk55.ruby-moneta/ruby-moneta-0.7.20/spec/helper.rb:50:in
 `'
from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in 
`require'
from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in 
`require'
from 
/home/lamby/temp/cdt.20160701120841.WbzqAszk55.ruby-moneta/ruby-moneta-0.7.20/spec/moneta/standard_daybreak_spec.rb:3:in
 `'
from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1361:in 
`load'
from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1361:in 
`block in load_spec_files'
from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1359:in 
`each'
from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1359:in 
`load_spec_files'
from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:106:in `setup'
from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:92:in `run'
from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:78:in `run'
from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:45:in `invoke'
from /usr/bin/rspec:4:in `'
  rspec terminated with 1
  
/home/lamby/temp/cdt.20160701120841.WbzqAszk55.ruby-moneta/ruby-moneta-0.7.20/spec/helper.rb:52:in
 `block in ': undefined method `color_enabled=' for 
# (NoMethodError)
  Did you mean?  color_enabled?
from /usr/lib/ruby/vendor_ruby/rspec/core.rb:97:in `configure'
from 
/home/lamby/temp/cdt.20160701120841.WbzqAszk55.ruby-moneta/ruby-moneta-0.7.20/spec/helper.rb:50:in
 `'
from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in 
`require'
from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in 
`require'
from 
/home/lamby/temp/cdt.20160701120841.WbzqAszk55.ruby-moneta/ruby-moneta-0.7.20/spec/moneta/transformer_marshal_sha384_spec.rb:3:in
 `'
from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1361:in 
`load'
from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1361:in 
`block in load_spec_files'
from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1359:in 
`each'
from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1359:in 
`load_spec_files'
from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:106:in `setup'
from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:92:in `run'
from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:78:in `run'
from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:45:in `invoke'
from /usr/bin/rspec:4:in `'
  rspec terminated with 1
  
/home/lamby/temp/cdt.20160701120841.WbzqAszk55.ruby-moneta/ruby-moneta-0.7.20/spec/helper.rb:52:in
 `block in ': undefined method `color_enabled=' for 
# (NoMethodError)
  Did you mean?  color_enabled?
from /usr/lib/ruby/vendor_ruby/rspec/core.rb:97:in `configure'
from 
/home/lamby/temp/cdt.20160701120841.WbzqAszk55.ruby-moneta/ruby-moneta-0.7.20/spec/helper.rb:50:in
 `'
from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in 
`require'
from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in 
`require'
from 
/home/lamby/temp/cdt.20160701120841.WbzqAszk55.ruby-moneta/ruby-moneta-0.7.20/spec/moneta/semaphore_spec.rb:3:in
 `'
from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1361:in 
`load'
from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1361:in 
`block in load_spec_files'
from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1359:in 
`each'
from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:1359:in 
`load_spec_files'
from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:106:in `setup'
from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:92:in `run'
from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:78:in `run'
from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:45:in `invoke'
from 

Bug#829194: ruby-kramdown-rfc2629: FTBFS: Could not find 'kramdown' (~> 1.10.0) - did find: [kramdown-1.11.1] (Gem::LoadError)

2016-07-01 Thread Chris Lamb
Source: ruby-kramdown-rfc2629
Version: 1.0.30-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,

ruby-kramdown-rfc2629 fails to build from source in unstable/amd64:

  [..]

  Get:8 http://httpredir.debian.org/debian sid/main amd64 ruby-test-unit all 
3.1.7-2 [69.6 kB]
  Get:9 http://httpredir.debian.org/debian sid/main amd64 libyaml-0-2 amd64 
0.1.6-3 [50.4 kB]
  Get:10 http://httpredir.debian.org/debian sid/main amd64 libruby2.3 amd64 
2.3.1-5 [3093 kB]
  Get:11 http://httpredir.debian.org/debian sid/main amd64 ruby2.3 amd64 
2.3.1-5 [178 kB]
  Get:12 http://httpredir.debian.org/debian sid/main amd64 ruby amd64 1:2.3.0+4 
[10.5 kB]
  Get:13 http://httpredir.debian.org/debian sid/main amd64 rake all 10.5.0-2 
[49.4 kB]
  Get:14 http://httpredir.debian.org/debian sid/main amd64 gem2deb-test-runner 
amd64 0.30.3 [19.7 kB]
  Get:15 http://httpredir.debian.org/debian sid/main amd64 libgmpxx4ldbl amd64 
2:6.1.1+dfsg-1 [22.3 kB]
  Get:16 http://httpredir.debian.org/debian sid/main amd64 libgmp-dev amd64 
2:6.1.1+dfsg-1 [629 kB]
  Get:17 http://httpredir.debian.org/debian sid/main amd64 ruby2.3-dev amd64 
2.3.1-5 [1170 kB]
  Get:18 http://httpredir.debian.org/debian sid/main amd64 ruby-all-dev amd64 
1:2.3.0+4 [9996 B]
  Get:19 http://httpredir.debian.org/debian sid/main amd64 ruby-setup all 
3.4.1-9 [34.2 kB]
  Get:20 http://httpredir.debian.org/debian sid/main amd64 gem2deb amd64 0.30.3 
[55.6 kB]
  Get:21 http://httpredir.debian.org/debian sid/main amd64 libjs-jquery all 
1.12.4-1 [167 kB]
  Get:22 http://httpredir.debian.org/debian sid/main amd64 ruby-coderay all 
1.1.1-1 [76.2 kB]
  Get:23 http://httpredir.debian.org/debian sid/main amd64 ruby-afm all 0.2.2-1 
[5506 B]
  Get:24 http://httpredir.debian.org/debian sid/main amd64 ruby-ascii85 all 
1.0.2-3 [9328 B]
  Get:25 http://httpredir.debian.org/debian sid/main amd64 ruby-hashery all 
2.1.2-1 [32.8 kB]
  Get:26 http://httpredir.debian.org/debian sid/main amd64 ruby-rc4 all 0.1.5-3 
[3992 B]
  Get:27 http://httpredir.debian.org/debian sid/main amd64 ruby-ttfunk all 
1.4.0-1 [24.0 kB]
  Get:28 http://httpredir.debian.org/debian sid/main amd64 ruby-pdf-reader all 
1.4.0-1 [129 kB]
  Get:29 http://httpredir.debian.org/debian sid/main amd64 ruby-pdf-core all 
0.6.1-1 [18.2 kB]
  Get:30 http://httpredir.debian.org/debian sid/main amd64 ruby-prawn all 
2.1.0+dfsg-1 [456 kB]
  Get:31 http://httpredir.debian.org/debian sid/main amd64 ruby-prawn-table all 
0.2.2-1 [98.2 kB]
  Get:32 http://httpredir.debian.org/debian sid/main amd64 ruby-rouge all 
1.11.0-1 [174 kB]
  Get:33 http://httpredir.debian.org/debian sid/main amd64 ruby-stringex all 
2.6.0-1 [80.6 kB]
  Get:34 http://httpredir.debian.org/debian sid/main amd64 ruby-kramdown all 
1.11.1-2 [248 kB]
  Fetched 7881 kB in 0s (53.9 MB/s)
  Selecting previously unselected package openssl.
  (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23085 files and directories currently installed.)
  Preparing to unpack .../openssl_1.0.2h-1_amd64.deb ...
  Unpacking openssl (1.0.2h-1) ...
  Selecting previously unselected package ca-certificates.
  Preparing to unpack .../ca-certificates_20160104_all.deb ...
  Unpacking ca-certificates (20160104) ...
  Selecting previously unselected package rubygems-integration.
  Preparing to unpack .../rubygems-integration_1.10_all.deb ...
  Unpacking rubygems-integration (1.10) ...
  Selecting previously unselected package ruby-did-you-mean.
  Preparing to unpack .../ruby-did-you-mean_1.0.0-2_all.deb ...
  Unpacking ruby-did-you-mean (1.0.0-2) ...
  Selecting previously unselected package ruby-minitest.
  Preparing to unpack .../ruby-minitest_5.9.0-1_all.deb ...
  Unpacking ruby-minitest (5.9.0-1) ...
  Selecting previously unselected package ruby-net-telnet.
  Preparing to unpack .../ruby-net-telnet_0.1.1-2_all.deb ...
  Unpacking ruby-net-telnet (0.1.1-2) ...
  Selecting previously unselected package ruby-power-assert.
  Preparing to unpack .../ruby-power-assert_0.3.0-1_all.deb ...
  Unpacking ruby-power-assert (0.3.0-1) ...
  Selecting previously unselected package ruby-test-unit.
  Preparing to unpack .../ruby-test-unit_3.1.7-2_all.deb ...
  Unpacking ruby-test-unit (3.1.7-2) ...
  Selecting previously unselected package libyaml-0-2:amd64.
  Preparing to unpack .../libyaml-0-2_0.1.6-3_amd64.deb ...
  Unpacking 

Bug#812277: marked as done (dune-grid: FTBFS with GCC 6: test suite failure)

2016-07-01 Thread Debian Bug Tracking System
Your message dated Fri, 01 Jul 2016 12:11:38 +0200
with message-id <87eg7d652d@deep-thought.43-1.org>
and subject line Re: Bug#812277: dune-grid: FTBFS with GCC 6: test suite failure
has caused the Debian Bug report #812277,
regarding dune-grid: FTBFS with GCC 6: test suite failure
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.)


-- 
812277: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812277
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dune-grid
Version: 2.4.0-1
Severity: normal
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-unknown

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Unfortunately, it's not clear from the log why the build failed.
It's possible there's a bug in this package or in GCC.  It's also
possible I reported a non-issue, although I tried to avoid that.
I apologize in advance if this is the case.

If you have some time to look into this issue, that'd be great.  If
not, I can re-test the package with GCC 6 in a few weeks time.

You can find a snapshot of GCC 6 in experimental.  To build with
GCC 6, you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> make[8]: Entering directory '/<>/dune/grid/io/file/test'
> make[9]: Entering directory '/<>/dune/grid/io/file/test'
> PASS: gnuplottest
> PASS: nonconformboundaryvtktest
> PASS: conformvolumevtktest
> PASS: gmshtest-alberta2d
> PASS: gmshtest-alberta3d
> PASS: starcdreadertest
> PASS: gmshtest
> SKIP: vtktest
> ../../../../../test-driver: line 107: 82276 Aborted "$@" > 
> $log_file 2>&1
> FAIL: subsamplingvtktest
> SKIP: mpivtktest
> PASS: vtksequencetest
> 
> Testsuite summary for dune-grid 2.4
> 
> # TOTAL: 11
> # PASS:  8
> # SKIP:  2
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> 
> See dune/grid/io/file/test/test-suite.log
> Please report to dune-de...@dune-project.org
> 
> Makefile:1250: recipe for target 'test-suite.log' failed
> make[9]: *** [test-suite.log] Error 1
> make[9]: Leaving directory '/<>/dune/grid/io/file/test'
> Makefile:1356: recipe for target 'check-TESTS' failed
> make[8]: *** [check-TESTS] Error 2
> make[8]: Leaving directory '/<>/dune/grid/io/file/test'
-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Martin Michlmayr  writes:
> This package fails to build with GCC 6.  GCC 6 has not been released
> yet, but it's expected that GCC 6 will become the default compiler for
> stretch.
>
> Unfortunately, it's not clear from the log why the build failed.
> It's possible there's a bug in this package or in GCC.  It's also
> possible I reported a non-issue, although I tried to avoid that.
> I apologize in advance if this is the case.

I tried rebuilding dune-grid with g++ (>= 4:6) from experimental
yesterday and the test suite passed.  So this was possibly a bug in gcc
that has since been fixed.

Feel free to reopen the bug if there is still a problem.

Ansgar--- End Message ---


Bug#829191: python-pydot-ng: FTBFS: pydot_ng/__init__.py:1958: InvocationException

2016-07-01 Thread Chris Lamb
Source: python-pydot-ng
Version: 1.0.0-2
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

python-pydot-ng fails to build from source in unstable/amd64:

  [..]

  pyversions: missing X(S)-Python-Version in control file, fall back to 
debian/pyversions
  pyversions: missing debian/pyversions file, fall back to supported versions
  py3versions: no X-Python3-Version in control file, using supported versions
  dh_clean -O--buildsystem=python_distutils
  rm -rf build
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20160701115412.iR2SLMJMIF.python-pydot-ng/python-pydot-ng-1.0.0'
   debian/rules build
  pyversions: missing X(S)-Python-Version in control file, fall back to 
debian/pyversions
  pyversions: missing debian/pyversions file, fall back to supported versions
  pyversions: missing X(S)-Python-Version in control file, fall back to 
debian/pyversions
  pyversions: missing debian/pyversions file, fall back to supported versions
  py3versions: no X-Python3-Version in control file, using supported versions
  dh build --buildsystem=python_distutils --with python2
 dh_testdir -O--buildsystem=python_distutils
 dh_update_autotools_config -O--buildsystem=python_distutils
 dh_auto_configure -O--buildsystem=python_distutils
 dh_auto_build -O--buildsystem=python_distutils
  pyversions: missing X(S)-Python-Version in control file, fall back to 
debian/pyversions
  pyversions: missing debian/pyversions file, fall back to supported versions
python setup.py build --force
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-2.7
  creating build/lib.linux-x86_64-2.7/pydot_ng
  copying pydot_ng/__init__.py -> build/lib.linux-x86_64-2.7/pydot_ng
  copying pydot_ng/_dotparser.py -> build/lib.linux-x86_64-2.7/pydot_ng
 debian/rules override_dh_auto_test
  make[1]: Entering directory 
'/home/lamby/temp/cdt.20160701115412.iR2SLMJMIF.python-pydot-ng/python-pydot-ng-1.0.0'
  pyversions: missing X(S)-Python-Version in control file, fall back to 
debian/pyversions
  pyversions: missing debian/pyversions file, fall back to supported versions
  pyversions: missing X(S)-Python-Version in control file, fall back to 
debian/pyversions
  pyversions: missing debian/pyversions file, fall back to supported versions
  py3versions: no X-Python3-Version in control file, using supported versions
  set -e ; for pyvers in 2.7 3.5; do \
python$pyvers -m pytest test ; \
  done
  = test session starts 
==
  platform linux2 -- Python 2.7.12, pytest-2.9.2, py-1.4.31, pluggy-0.3.1
  rootdir: 
/home/lamby/temp/cdt.20160701115412.iR2SLMJMIF.python-pydot-ng/python-pydot-ng-1.0.0,
 inifile: 
  collected 23 items
  
  test/test_pydot.py ss.FF..
  
  === FAILURES 
===
   TestGraphAPI.test_my_regression_tests 
_
  
  self = 
  
  def test_my_regression_tests(self):
  >   self._render_and_compare_dot_files(MY_REGRESSION_TESTS_DIR)
  
  test/test_pydot.py:222: 
  _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ 
  test/test_pydot.py:243: in _render_and_compare_dot_files
  parsed_data_hexdigest = self._render_with_pydot(fname)
  test/test_pydot.py:217: in _render_with_pydot
  jpe_data = NULL_SEP.join([_g.create(format='jpe') for _g in g])
  _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ 
  
  self = , prog = 'dot', format = 'jpe'
  
  def create(self, prog=None, format='ps'):
  """Creates and returns a Postscript representation of the graph.
  
  create will write the graph to a temporary dot file and process
  it with the program given by 'prog' (which defaults to 'twopi'),
  reading the Postscript output and returning it as a string is the
  operation is successful.
  On failure None is returned.
  
  There's also the preferred possibility of using:
  
  create_'format'(prog='program')
  
  which are automatically defined for all the supported formats.
  [create_ps(), create_gif(), create_dia(), ...]
  
  If 'prog' is a list instead of a string the fist item is expected
  to be the program name, followed by any optional command-line
  arguments for it:
  
  ['twopi', '-Tdot', '-s10']
  """
  
  if prog is None:
  prog = self.prog
  
  if isinstance(prog, (list, tuple)):
  prog, args = prog[0], prog[1:]
  else:
  args = []
  
  if self.progs is None:
  self.progs = find_graphviz()

Bug#829192: python-requests-toolbelt: FTBFS: sphinx_rtd_theme is no longer a hard dependency since version 1.4.0

2016-07-01 Thread Chris Lamb
Source: python-requests-toolbelt
Version: 0.6.0-2
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

python-requests-toolbelt fails to build from source in unstable/amd64:

  [..]

  running egg_info
  writing requirements to requests_toolbelt.egg-info/requires.txt
  writing requests_toolbelt.egg-info/PKG-INFO
  writing top-level names to requests_toolbelt.egg-info/top_level.txt
  writing dependency_links to requests_toolbelt.egg-info/dependency_links.txt
  reading manifest file 'requests_toolbelt.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  no previously-included directories found matching 'docs/_build'
  warning: no previously-included files matching '*.py[cdo]' found anywhere in 
distribution
  warning: no previously-included files matching '__pycache__' found anywhere 
in distribution
  warning: no previously-included files matching '*.so' found anywhere in 
distribution
  warning: no previously-included files matching '*.pyd' found anywhere in 
distribution
  writing manifest file 'requests_toolbelt.egg-info/SOURCES.txt'
  creating 
/home/lamby/temp/cdt.20160701115653.NJpUwenUVV.python-requests-toolbelt/python-requests-toolbelt-0.6.0/.pybuild/pythonX.Y_2.7/build/requests_toolbelt/cookies
  copying requests_toolbelt/cookies/__init__.py -> 
/home/lamby/temp/cdt.20160701115653.NJpUwenUVV.python-requests-toolbelt/python-requests-toolbelt-0.6.0/.pybuild/pythonX.Y_2.7/build/requests_toolbelt/cookies
  copying requests_toolbelt/cookies/forgetful.py -> 
/home/lamby/temp/cdt.20160701115653.NJpUwenUVV.python-requests-toolbelt/python-requests-toolbelt-0.6.0/.pybuild/pythonX.Y_2.7/build/requests_toolbelt/cookies
pybuild --build -i python{version} -p 3.5
  I: pybuild base:184: /usr/bin/python3 setup.py build 
  running build
  running build_py
  creating 
/home/lamby/temp/cdt.20160701115653.NJpUwenUVV.python-requests-toolbelt/python-requests-toolbelt-0.6.0/.pybuild/pythonX.Y_3.5/build/requests_toolbelt
  copying requests_toolbelt/__init__.py -> 
/home/lamby/temp/cdt.20160701115653.NJpUwenUVV.python-requests-toolbelt/python-requests-toolbelt-0.6.0/.pybuild/pythonX.Y_3.5/build/requests_toolbelt
  copying requests_toolbelt/_compat.py -> 
/home/lamby/temp/cdt.20160701115653.NJpUwenUVV.python-requests-toolbelt/python-requests-toolbelt-0.6.0/.pybuild/pythonX.Y_3.5/build/requests_toolbelt
  copying requests_toolbelt/streaming_iterator.py -> 
/home/lamby/temp/cdt.20160701115653.NJpUwenUVV.python-requests-toolbelt/python-requests-toolbelt-0.6.0/.pybuild/pythonX.Y_3.5/build/requests_toolbelt
  copying requests_toolbelt/exceptions.py -> 
/home/lamby/temp/cdt.20160701115653.NJpUwenUVV.python-requests-toolbelt/python-requests-toolbelt-0.6.0/.pybuild/pythonX.Y_3.5/build/requests_toolbelt
  creating 
/home/lamby/temp/cdt.20160701115653.NJpUwenUVV.python-requests-toolbelt/python-requests-toolbelt-0.6.0/.pybuild/pythonX.Y_3.5/build/requests_toolbelt/adapters
  copying requests_toolbelt/adapters/__init__.py -> 
/home/lamby/temp/cdt.20160701115653.NJpUwenUVV.python-requests-toolbelt/python-requests-toolbelt-0.6.0/.pybuild/pythonX.Y_3.5/build/requests_toolbelt/adapters
  copying requests_toolbelt/adapters/appengine.py -> 
/home/lamby/temp/cdt.20160701115653.NJpUwenUVV.python-requests-toolbelt/python-requests-toolbelt-0.6.0/.pybuild/pythonX.Y_3.5/build/requests_toolbelt/adapters
  copying requests_toolbelt/adapters/source.py -> 
/home/lamby/temp/cdt.20160701115653.NJpUwenUVV.python-requests-toolbelt/python-requests-toolbelt-0.6.0/.pybuild/pythonX.Y_3.5/build/requests_toolbelt/adapters
  copying requests_toolbelt/adapters/socket_options.py -> 
/home/lamby/temp/cdt.20160701115653.NJpUwenUVV.python-requests-toolbelt/python-requests-toolbelt-0.6.0/.pybuild/pythonX.Y_3.5/build/requests_toolbelt/adapters
  copying requests_toolbelt/adapters/fingerprint.py -> 
/home/lamby/temp/cdt.20160701115653.NJpUwenUVV.python-requests-toolbelt/python-requests-toolbelt-0.6.0/.pybuild/pythonX.Y_3.5/build/requests_toolbelt/adapters
  copying requests_toolbelt/adapters/ssl.py -> 
/home/lamby/temp/cdt.20160701115653.NJpUwenUVV.python-requests-toolbelt/python-requests-toolbelt-0.6.0/.pybuild/pythonX.Y_3.5/build/requests_toolbelt/adapters
  creating 
/home/lamby/temp/cdt.20160701115653.NJpUwenUVV.python-requests-toolbelt/python-requests-toolbelt-0.6.0/.pybuild/pythonX.Y_3.5/build/requests_toolbelt/auth
  copying requests_toolbelt/auth/__init__.py -> 
/home/lamby/temp/cdt.20160701115653.NJpUwenUVV.python-requests-toolbelt/python-requests-toolbelt-0.6.0/.pybuild/pythonX.Y_3.5/build/requests_toolbelt/auth
  copying requests_toolbelt/auth/handler.py -> 
/home/lamby/temp/cdt.20160701115653.NJpUwenUVV.python-requests-toolbelt/python-requests-toolbelt-0.6.0/.pybuild/pythonX.Y_3.5/build/requests_toolbelt/auth
  copying requests_toolbelt/auth/guess.py -> 

Bug#825845: mrpt: FTBFS on big-endian systems, with test suite errors

2016-07-01 Thread Gianfranco Costamagna
Hi Jose, do you have any ETA for this issue?

this is preventing the opencv decruft, and the transition in Ubuntu.

thanks

Gianfranco



signature.asc
Description: OpenPGP digital signature


  1   2   >