Bug#818516: marked as done (altos: FTBFS: fatal error: jni_md.h: No such file or directory)

2016-06-21 Thread Debian Bug Tracking System
Your message dated Tue, 21 Jun 2016 23:14:35 -0600 (MDT)
with message-id <20160622051435.18485bc3...@rover.gag.com>
and subject line fixed in newer versions
has caused the Debian Bug report #818516,
regarding altos: FTBFS: fatal error: jni_md.h: No such file or directory
to be marked as done.

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

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


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

This package fails to build in unstable.  Note that there's some
conversation in #760301 about the compatibility link, but it seems
this is intentional.

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> 1 warning
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
>   -DLINUX -DPOSIX_TTY -I/usr/lib/jvm/default-java/include -g -MT 
> libaltos_wrap.lo -MD -MP -MF .deps/libaltos_wrap.Tpo -c -o libaltos_wrap.lo 
> libaltos_wrap.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DLINUX -DPOSIX_TTY 
> -I/usr/lib/jvm/default-java/include -g -MT libaltos_wrap.lo -MD -MP -MF 
> .deps/libaltos_wrap.Tpo -c libaltos_wrap.c  -fPIC -DPIC -o 
> .libs/libaltos_wrap.o
> In file included from libaltos_wrap.c:148:0:
> /usr/lib/jvm/default-java/include/jni.h:45:20: fatal error: jni_md.h: No such 
> file or directory
> compilation terminated.
> Makefile:567: recipe for target 'libaltos_wrap.lo' failed
> make[3]: *** [libaltos_wrap.lo] Error 1
> make[3]: Leaving directory '/<>/libaltos'

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
The current version of altos in unstable is 1.6.4-1, and it autobuilt happily
for a number of architectures and runs fine with openjdk-8 installed, so I'm
assuming whatever was wrong in the 1.6.2 timeframe is now taken care of.

Bdale--- End Message ---


Processed: retitle 827846 to gitlab: fails to install: Errno::ENOENT: No such file or directory @ rb_sysopen - config.yml

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

> retitle 827846 gitlab: fails to install: Errno::ENOENT: No such file or 
> directory @ rb_sysopen - config.yml
Bug #827846 [gitlab] gitlab: fails to install: fatal: Not a git repository (or 
any of the parent directories): .git
Changed Bug title to 'gitlab: fails to install: Errno::ENOENT: No such file or 
directory @ rb_sysopen - config.yml' from 'gitlab: fails to install: fatal: Not 
a git repository (or any of the parent directories): .git'.
> thanks
Stopping processing here.

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



Bug#827881: #827881: using sysctl on Linux is bogus

2016-06-21 Thread Adam Borowski
> Severity: serious
> Justification: fails to build from source (but built successfully in the past)
>
> Builds of likwid 4.1 on x32 fail:

Usually, FTBFS on a non-release architecture is not a RC bug.
However, in this case, the new code is so bogus that IMHO keeping this
severity is warranted.

You're supposed to never use the sysctl syscall on Linux.  It hasn't been
removed outright only because ancient glibc uses it to query kernel's
version and "we don't break userspace".  Any other use will spam syslog.
"man 2 sysctl" has some information.

So how come likwid calls it?  Turns out someone had the brilliant idea of
using autoconf... once.  The resultant config from some random machine is
hardcoded in the source.  This syscall does exist on darwin and freebsd.

If you want a dirty patch that solves symptoms but not the cause, fixing
FTBFS on x32 and syslog spam on amd64:

--- a/ext/hwloc/include/private/autogen/config.h
+++ b/ext/hwloc/include/private/autogen/config.h
@@ -330,7 +330,9 @@
 #define HAVE_SYNC_BUILTINS 1
 
 /* Define to '1' if sysctl is present and usable */
+#ifndef __linux__
 #define HAVE_SYSCTL 1
+#endif
 
 /* Define to '1' if sysctlbyname is present and usable */
 /* #undef HAVE_SYSCTLBYNAME */
@@ -359,7 +361,9 @@
 #define HAVE_SYS_STAT_H 1
 
 /* Define to 1 if you have the  header file. */
+#ifndef __linux__
 #define HAVE_SYS_SYSCTL_H 1
+#endif
 
 /* Define to 1 if you have the  header file. */
 #define HAVE_SYS_TIME_H 1

-- 
An imaginary friend squared is a real enemy.



Processed: bug 795109 is forwarded to https://github.com/Emdek/plasmoid-adjustable-clock/issues/16

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

> forwarded 795109 https://github.com/Emdek/plasmoid-adjustable-clock/issues/16
Bug #795109 [src:plasma-widget-adjustableclock] plasma-widget-adjustableclock: 
Not usable anymore in Plasma5
Set Bug forwarded-to-address to 
'https://github.com/Emdek/plasmoid-adjustable-clock/issues/16'.
> thanks
Stopping processing here.

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



Bug#827881: likwid: FTBFS: sysctl system call is unsupported in x32 kernel

2016-06-21 Thread Aaron M. Ucko
Source: likwid
Version: 4.1.0+dfsg1-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Builds of likwid 4.1 on x32 fail:

  In file included from /usr/include/x86_64-linux-gnux32/sys/sysctl.h:63:0,
   from ./hwloc/topology.c:45:
  /usr/include/x86_64-linux-gnux32/bits/sysctl.h: At top level:
  /usr/include/x86_64-linux-gnux32/bits/sysctl.h:19:3: error: #error "sysctl 
system call is unsupported in x32 kernel"
   # error "sysctl system call is unsupported in x32 kernel"

It looks like hwloc_fallback_nbprocessors should wind up using sysconf
anyway, making this header (and hwloc_get_sysctl*) unnecessary; please
conditionalize them more tightly.

Thanks!



Bug#827705: (no subject)

2016-06-21 Thread inkbottle
When I did look at sysvinit-utils from Aptitude GUI, the problem was obvious, 
there was a deadlock, and of course the installation would not be possible.
However this is what happened:

# aptitude -t stretch install sysvinit-utils
The following packages will be upgraded: 
  initscripts sysvinit-utils 
2 packages upgraded, 0 newly installed, 0 to remove and 370 not upgraded.
Need to get 0 B/151 kB of archives. After unpacking 0 B will be used.
Do you want to continue? [Y/n/?] y
Retrieving bug reports... Done   
Parsing Found/Fixed information... Done
Reading changelogs... Done
(Reading database ... 190131 files and directories currently installed.)
Preparing to unpack .../initscripts_2.88dsf-59.6_amd64.deb ...
Unpacking initscripts (2.88dsf-59.6) over (2.88dsf-59.4) ...
Preparing to unpack .../sysvinit-utils_2.88dsf-59.6_amd64.deb ...
Unpacking sysvinit-utils (2.88dsf-59.6) over (2.88dsf-59.4) ...
Processing triggers for systemd (230-1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up sysvinit-utils (2.88dsf-59.6) ...
Setting up initscripts (2.88dsf-59.6) ...
 
Current status: 370 (-2) upgradable.

So, nothing special happened: the dreaded bug didn't show.
I did the rest of the upgrade, and rebooted before sending this mail, to be 
sure... no problem arose.

Chris



Bug#827847: marked as done (gcin: fails to install: dpkg: error: --compare-versions takes three arguments: )

2016-06-21 Thread Debian Bug Tracking System
Your message dated Wed, 22 Jun 2016 01:34:42 +
with message-id 
and subject line Bug#827847: fixed in gcin 2.8.4+dfsg1-5
has caused the Debian Bug report #827847,
regarding gcin: fails to install: dpkg: error: --compare-versions takes three 
arguments:   
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.)


-- 
827847: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827847
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gcin
Version: 2.8.4+dfsg1-4
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

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

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

  Selecting previously unselected package gcin.
  (Reading database ... 
(Reading database ... 15204 files and directories currently installed.)
  Preparing to unpack .../gcin_2.8.4+dfsg1-4_amd64.deb ...
  Unpacking gcin (2.8.4+dfsg1-4) ...
  Setting up gcin (2.8.4+dfsg1-4) ...
  dpkg: error: --compare-versions takes three arguments:   

  
  Type dpkg --help for help about installing and deinstalling packages [*];
  Use 'apt' or 'aptitude' for user-friendly package management;
  Type dpkg -Dhelp for a list of dpkg debug flag values;
  Type dpkg --force-help for a list of forcing options;
  Type dpkg-deb --help for help about manipulating *.deb files;
  
  Options marked [*] produce a lot of output - pipe it through 'less' or 'more' 
!
  dpkg: error processing package gcin (--configure):
   subprocess installed post-installation script returned error exit status 2
  Errors were encountered while processing:
   gcin


cheers,

Andreas


gcin_2.8.4+dfsg1-4.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Source: gcin
Source-Version: 2.8.4+dfsg1-5

We believe that the bug you reported is fixed in the latest version of
gcin, 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.
ChangZhuo Chen (陳昌倬)  (supplier of updated gcin 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, 22 Jun 2016 08:58:12 +0800
Source: gcin
Binary: gcin gcin-data gcin-tables libgcin gcin-gtk2-immodule 
gcin-gtk3-immodule gcin-qt4-immodule gcin-qt5-immodule gcin-anthy
Architecture: source amd64 all
Version: 2.8.4+dfsg1-5
Distribution: unstable
Urgency: medium
Maintainer: IME Packaging Team 
Changed-By: ChangZhuo Chen (陳昌倬) 
Description:
 gcin   - GTK+ based input method for Chinese users
 gcin-anthy - support library to use Anthy in gcin
 gcin-data  - icons and scripts for gcin
 gcin-gtk2-immodule - GTK2 input method module with gcin as backend
 gcin-gtk3-immodule - GTK3 input method module with gcin as backend
 gcin-qt4-immodule - Qt4 input method module with gcin as backend
 gcin-qt5-immodule - Qt5 input method module with gcin as backend
 gcin-tables - input method tables for gcin
 libgcin- library for gcin
Closes: 827847
Changes:
 gcin (2.8.4+dfsg1-5) unstable; urgency=medium
 .
   * Fix maintainer script error when install. (Closes: #827847)
Checksums-Sha1:
 1322de27e29b878ba859e6f18fc3b11cb675b040 2600 gcin_2.8.4+dfsg1-5.dsc
 816f0eedaed96449ff69a902a284d26c475aff1f 22676 gcin_2.8.4+dfsg1-5.debian.tar.xz
 a4fe0e5939daf32fa0c19e94f99122a4f7c0202c 24056 
gcin-anthy-dbgsym_2.8.4+dfsg1-5_amd64.deb
 f29c65380557e015e9d8b8773c086060ecdf7140 72890 
gcin-anthy_2.8.4+dfsg1-5_amd64.deb
 f0d94d3b3173c8bf6d753b4c87a42812790e03e0 139154 gcin-data_2.8.4+dfsg1-5_all.deb
 64b6ea270912d49a8ee80c68c28b427589ab298a 18276 
gcin-gtk2-immodule-dbgsym_2.8.4+dfsg1-5_amd64.deb
 a3fa26654b4c981115fbfdc2d13538d2c74a2560 63946 
gcin-gtk2-immodule_2.8.4+dfsg1-5_amd64.deb
 0523cbec7f424355e32215c11c80eb91f62a73e2 15734 
gcin-gtk3-immodule-dbgsym_2.8.4+dfsg1-5_amd64.deb
 9e2e37e766bb161d6ec2b2397352f221bcb5651b 63892 
gcin-gtk3-immodule_2.8.4+dfsg1-5_amd64.deb
 34a89dd0fed38b92b56305a753d6a6e8d950c692 

Bug#827845: marked as done (hime: fails to install: dpkg: error: --compare-versions takes three arguments: )

2016-06-21 Thread Debian Bug Tracking System
Your message dated Wed, 22 Jun 2016 01:22:36 +
with message-id 
and subject line Bug#827845: fixed in hime 0.9.10+git20150916+dfsg1-4
has caused the Debian Bug report #827845,
regarding hime: fails to install: dpkg: error: --compare-versions takes three 
arguments:   
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.)


-- 
827845: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827845
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: hime
Version: 0.9.10+git20150916+dfsg1-3
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

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

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

  Selecting previously unselected package hime.
  (Reading database ... 
(Reading database ... 8446 files and directories currently installed.)
  Preparing to unpack .../hime_0.9.10+git20150916+dfsg1-3_amd64.deb ...
  Unpacking hime (0.9.10+git20150916+dfsg1-3) ...
  Setting up hime (0.9.10+git20150916+dfsg1-3) ...
  dpkg: error: --compare-versions takes three arguments:   

  
  Type dpkg --help for help about installing and deinstalling packages [*];
  Use 'apt' or 'aptitude' for user-friendly package management;
  Type dpkg -Dhelp for a list of dpkg debug flag values;
  Type dpkg --force-help for a list of forcing options;
  Type dpkg-deb --help for help about manipulating *.deb files;
  
  Options marked [*] produce a lot of output - pipe it through 'less' or 'more' 
!
  dpkg: error processing package hime (--configure):
   subprocess installed post-installation script returned error exit status 2
  Errors were encountered while processing:
   hime


cheers,

Andreas


hime_0.9.10+git20150916+dfsg1-3.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Source: hime
Source-Version: 0.9.10+git20150916+dfsg1-4

We believe that the bug you reported is fixed in the latest version of
hime, 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.
ChangZhuo Chen (陳昌倬)  (supplier of updated hime 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, 22 Jun 2016 08:53:28 +0800
Source: hime
Binary: hime hime-data hime-tables libhime hime-gtk2-immodule 
hime-gtk3-immodule hime-qt4-immodule hime-qt5-immodule hime-anthy hime-chewing
Architecture: source amd64 all
Version: 0.9.10+git20150916+dfsg1-4
Distribution: unstable
Urgency: medium
Maintainer: IME Packaging Team 
Changed-By: ChangZhuo Chen (陳昌倬) 
Description:
 hime   - GTK+ based input method for Chinese users
 hime-anthy - support library to use Anthy in HIME
 hime-chewing - support library to use Chewing in HIME
 hime-data  - icons, locales and scripts for HIME
 hime-gtk2-immodule - GTK2 input method module with HIME as backend
 hime-gtk3-immodule - GTK3 input method module with HIME as backend
 hime-qt4-immodule - Qt4 input method module with HIME as backend
 hime-qt5-immodule - Qt5 input method module with HIME as backend
 hime-tables - input method tables for HIME
 libhime- library for HIME
Closes: 827845
Changes:
 hime (0.9.10+git20150916+dfsg1-4) unstable; urgency=medium
 .
   * Fix maintainer script error when install. (Closes: #827845)
   * Do not recommend im-switch.
Checksums-Sha1:
 588ea336b913ab9e6cc2254a5f5ca03a72218341 2776 
hime_0.9.10+git20150916+dfsg1-4.dsc
 d159ea1f45abe42b7e49370a3b9c0c4030fd39ae 10160 
hime_0.9.10+git20150916+dfsg1-4.debian.tar.xz
 7a80be8f1cbc8017a56680cc0917d6725572fc78 26232 
hime-anthy-dbgsym_0.9.10+git20150916+dfsg1-4_amd64.deb
 d6c3405846d3f5958ea2454fe8c939c34181d918 26536 
hime-anthy_0.9.10+git20150916+dfsg1-4_amd64.deb
 3031c5fc4231ad229adad03267de018cbfb8efe3 35730 
hime-chewing-dbgsym_0.9.10+git20150916+dfsg1-4_amd64.deb
 1f45942f27ffdbbafe1446e8e356cd81a4456663 21222 
hime-chewing_0.9.10+git20150916+dfsg1-4_amd64.deb
 

Bug#817614: marked as done (parprouted: Removal of debhelper compat 4)

2016-06-21 Thread Debian Bug Tracking System
Your message dated Tue, 21 Jun 2016 23:26:44 +
with message-id 
and subject line Bug#817614: fixed in parprouted 0.70-2
has caused the Debian Bug report #817614,
regarding parprouted: Removal of debhelper compat 4
to be marked as done.

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

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


-- 
817614: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817614
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: parprouted
Severity: important
Usertags: compat-4-removal

Hi,

The package parprouted uses debhelper with a compat level of 4,
which is deprecated and scheduled for removal.

 * Please bump the debhelper compat at your earliest convenience.
   on the 15th of June.
   - Compat 9 is recommended
   - Compat 5 is the bare minimum
   - If the package has been relying on dh_install being lenient about
 missing files, please see "MIGRATING TO COMPAT 5 OR LATER" in [1].

 * Compat level 4 will be removed on the first debhelper upload after
   the 15th of June.

Thanks,
~Niels

[1] https://lists.debian.org/debian-devel/2015/09/msg00257.html
--- End Message ---
--- Begin Message ---
Source: parprouted
Source-Version: 0.70-2

We believe that the bug you reported is fixed in the latest version of
parprouted, 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.
Luciano Bello  (supplier of updated parprouted package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 21 Jun 2016 23:07:27 +0200
Source: parprouted
Binary: parprouted
Architecture: source amd64
Version: 0.70-2
Distribution: unstable
Urgency: high
Maintainer: Luciano Bello 
Changed-By: Luciano Bello 
Description:
 parprouted - transparent IP (Layer 3) proxy ARP bridging tool
Closes: 817614
Changes:
 parprouted (0.70-2) unstable; urgency=high
 .
   * Migrated to debhelper 9 (Closes: #817614)
   * Standards-Version updated.
   * debian/rules refactored.
   * Spelling mistake in the description.
   * DESTDIR-in-Makefile.patch: honors DESTDIR
   * LDFLAGS-in-Makefile.patch: honors LDFLAGS
   * Watch file added.
Checksums-Sha1:
 e8ffc0e4bb3a1e88ca262567ed5be6db2c4dfdb4 1839 parprouted_0.70-2.dsc
 03cc30009549841f9a25984ad22e6c00457201bf 2168 parprouted_0.70-2.debian.tar.xz
 c74265bed7ede9f253e846e327bd6d19f4a887e0 19982 
parprouted-dbgsym_0.70-2_amd64.deb
 c6a27972eece8494408d01486ed33b9e0d238caa 14732 parprouted_0.70-2_amd64.deb
Checksums-Sha256:
 3a3779830d5386403cd41db596df809d97ffb04528c0be1a1c393aa9fb54f996 1839 
parprouted_0.70-2.dsc
 9932aa67e82a5ba351101891c446c37f95d04d4f8751716875b01beeca9332fe 2168 
parprouted_0.70-2.debian.tar.xz
 f6a9c6dcaa96c923ab16e7a012330226878d2042f1fc6bc2dfa6fca0b073135d 19982 
parprouted-dbgsym_0.70-2_amd64.deb
 71cb16b16f40dc9c9e7db868cf81f3fb4b87db3b74720650ba94725ffbee4a6c 14732 
parprouted_0.70-2_amd64.deb
Files:
 5efec539633d800fa3f0252eaf28c1dc 1839 net optional parprouted_0.70-2.dsc
 8a039c85c05c6e93e08d6c1ba8267dfa 2168 net optional 
parprouted_0.70-2.debian.tar.xz
 bb2a4a30dac549e02c490dd126cd1820 19982 debug extra 
parprouted-dbgsym_0.70-2_amd64.deb
 a17ab447c500724c15fe24428384ced0 14732 net optional parprouted_0.70-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJXacgwAAoJEG7C3vaP/jd0aN8P/3IE6ch4MSZl1YafI4cHK+f2
eR1xxHJhcb9+rBa1AFNxueuEs8xKcm4ixv43xSqIbKPA5BecFHJd8nL2Z3w/t7qq
JMq2Yrq22HogoLHjcdiHkL6ZG8mZAxqSPPpSWXIlWhnKEnUqLfxjs9eWudiyvaZn
noaI/gqE9OSbw+h14j/YaOQoMoOyUH52vNW7WDjZ4Aqe8K70VkltW8n07ohY4krz
/ebZwysDB4U42OSvrK8vF28wS+JekizFHzXz6chOL2AyiNbjwoVE5WuHG7gEJ8M6
YwdiBDOrmKXhqhZ9st8psgzBBCIws90zCIpp4vO0Q14MeZtzJ9SVrMiMCXxrPkux
0Zb2XShcKXXn8CqtrEEWfGbpJnPZxfEZJNKCAO6NhX5wUzfhAHMz5YSmSUmGXNY0
LuDIi88ohLnBFRwFoLyTeG35YF6vxLAPOTIC7NjIbOGInB19guij8P6AzlFQU8UQ
rTcnh8lOAzxDZPfPHATMYnIoo4zSwRm35sgJKiRWbYUz+HRb1Frccf/hJvTWuGbL
v0U3LbjzkH752xilnxKXvT2AjsCqgtCaEoXsfGs08/Jwl63wkGwjrmW6c56QAkSf
i8UUEL/tb5tLctofMB8CR02rzmGLgl87Bc4oEP3sWSYFvg0EtJum5zbLtE/ZvtXK
cjvwx+ZFjZBR67rKaCNL
=JswS
-END PGP SIGNATURE End Message ---


Bug#827869: [mkvtoolnix-gui] mkvinfo-gui malloc

2016-06-21 Thread Valerio Passini
Package: mkvtoolnix-gui
Version: 9.2.0-1
Severity: grave

--- Please enter the report below this line. ---
mkvinfo used to work by starting from the context menu when right clicking on 
a *.mkv file. Now, it silently fails. It works from CLI without GUI, but if 
it's launched forcing the GUI use:
mkvinfo -g somethin.mkv
then it shows nothing except an error:
*** Error in `mkvinfo-gui': malloc(): memory corruption (fast): 
0x021b811f ***
backtrace: =
/lib/x86_64-linux-gnu/libc.so.6(+0x71fc5)[0x7f671c0c0fc5]
/lib/x86_64-linux-gnu/libc.so.6(+0x77966)[0x7f671c0c6966]
/lib/x86_64-linux-gnu/libc.so.6(+0x79f14)[0x7f671c0c8f14]
/lib/x86_64-linux-gnu/libc.so.6(__libc_malloc+0x54)[0x7f671c0ca4e4]
/usr/lib/x86_64-linux-gnu/libstdc++.so.6(_Znwm+0x18)[0x7f671c996678]
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5(+0x2b1263)[0x7f671cf38263]
/usr/lib/x86_64-linux-
gnu/libQt5Core.so.5(_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE+0x5ab)
[0x7f671cf3bb0b]
mkvinfo-gui[0x480215]
mkvinfo-gui[0x48268b]
mkvinfo-gui[0x4203b7]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7f671c06f5f0]
mkvinfo-gui[0x45d629]
=== Memory map: 
0040-005fd000 r-xp  08:06 1598078
/usr/bin/mkvinfo-gui
007fc000-00803000 r--p 001fc000 08:06 1598078
/usr/bin/mkvinfo-gui
00803000-00804000 rw-p 00203000 08:06 1598078
/usr/bin/mkvinfo-gui
00804000-00806000 rw-p  00:00 0 
01fdc000-02295000 rw-p  00:00 0  
[heap]
7f66f400-7f66f4021000 rw-p  00:00 0 
7f66f4021000-7f66f800 ---p  00:00 0 
7f66fc00-7f66fc021000 rw-p  00:00 0 
7f66fc021000-7f67 ---p  00:00 0 
7f6701506000-7f6701507000 rw-p  00:00 0 
7f6701507000-7f6701512000 r--p  08:06 524891 
/usr/share/fonts/truetype/oxygen/Oxygen-Sans.ttf
7f6701512000-7f6701519000 r--s  08:06 1197199
/var/cache/fontconfig/4be9850f182b35c1350b6bbf2e42601c-le64.cache-4
7f6701519000-7f670151b000 r--s  08:06 1200310
/var/cache/fontconfig/3bd6a00a1059ca9725da3f0d7afa935d-le64.cache-4
7f670151b000-7f6701526000 r--s  08:06 1198715
/var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-4
7f6701526000-7f6701529000 r--s  08:06 1198701
/var/cache/fontconfig/f24b2111ab8703b4e963115a8cf14259-le64.cache-4
7f6701529000-7f670152d000 r--s  08:06 1198559
/var/cache/fontconfig/de156ccd2eddbdc19d37a45b8b2aac9c-le64.cache-4
7f670152d000-7f6701555000 r--s  08:06 1191899
/var/cache/fontconfig/0bd3dc0958fa22058ebb13e2872b-le64.cache-4
7f6701555000-7f670159 r--s  08:06 1196778
/var/cache/fontconfig/365b55f210c0a22e9a19e35191240f32-le64.cache-4
7f670159-7f670159d000 r--s  08:06 1196306
/var/cache/fontconfig/e302478682accd753874ffa0d37e8e3c-le64.cache-4
7f670159d000-7f67015a4000 r--s  08:06 1196299
/var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-4
7f67015a4000-7f67015ac000 r--s  08:06 1196120
/var/cache/fontconfig/bf3b770c553c462765856025a94f1ce6-le64.cache-4
7f67015ac000-7f6701fbc000 rw-s  08:07 133819 
/home/valerio/.cache/icon-cache.kcache
7f6701fbc000-7f6701fbd000 ---p  00:00 0 
7f6701fbd000-7f67027bd000 rw-p  00:00 0 
7f67027bd000-7f67027c6000 r-xp  08:06 1590656
/usr/lib/x86_64-linux-gnu/libKF5Style.so.5.22.0
7f67027c6000-7f67029c5000 ---p 9000 08:06 1590656
/usr/lib/x86_64-linux-gnu/libKF5Style.so.5.22.0
7f67029c5000-7f67029c6000 r--p 8000 08:06 1590656
/usr/lib/x86_64-linux-gnu/libKF5Style.so.5.22.0
7f67029c6000-7f67029c7000 rw-p 9000 08:06 1590656
/usr/lib/x86_64-linux-gnu/libKF5Style.so.5.22.0
7f67029c7000-7f6702a3c000 r-xp  08:06 795000 
/usr/lib/x86_64-linux-gnu/qt5/plugins/styles/breeze.so
7f6702a3c000-7f6702c3c000 ---p 00075000 08:06 795000 
/usr/lib/x86_64-linux-gnu/qt5/plugins/styles/breeze.so
7f6702c3c000-7f6702c4 r--p 00075000 08:06 795000 
/usr/lib/x86_64-linux-gnu/qt5/plugins/styles/breeze.so
7f6702c4-7f6702c41000 rw-p 00079000 08:06 795000 
/usr/lib/x86_64-linux-gnu/qt5/plugins/styles/breeze.so
7f6702c41000-7f6702c6c000 r-xp  08:06 1572683
/usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.8
7f6702c6c000-7f6702e6b000 ---p 0002b000 08:06 1572683
/usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.8
7f6702e6b000-7f6702e6c000 r--p 0002a000 08:06 1572683
/usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.8
7f6702e6c000-7f6702e6d000 rw-p 0002b000 08:06 1572683  

Processed: user debian...@lists.debian.org, usertagging 827716, affects 827716

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

> user debian...@lists.debian.org
Setting user to debian...@lists.debian.org (was a...@debian.org).
> usertags 827716 piuparts
There were no usertags set.
Usertags are now: piuparts.
> affects 827716 + libopkele-dev
Bug #827716 [libtidy-dev] libtidy-dev: trying to overwrite '/usr/lib/libtidy.so'
Added indication that 827716 affects libopkele-dev
> thanks
Stopping processing here.

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



Bug#817539: marked as done (libmail-milter-perl: Removal of debhelper compat 4)

2016-06-21 Thread Debian Bug Tracking System
Your message dated Tue, 21 Jun 2016 22:22:45 +
with message-id 
and subject line Bug#817539: fixed in libmail-milter-perl 0.07-1
has caused the Debian Bug report #817539,
regarding libmail-milter-perl: Removal of debhelper compat 4
to be marked as done.

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

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


-- 
817539: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817539
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libmail-milter-perl
Severity: important
Usertags: compat-4-removal

Hi,

The package libmail-milter-perl uses debhelper with a compat level of 4,
which is deprecated and scheduled for removal.

 * Please bump the debhelper compat at your earliest convenience.
   on the 15th of June.
   - Compat 9 is recommended
   - Compat 5 is the bare minimum
   - If the package has been relying on dh_install being lenient about
 missing files, please see "MIGRATING TO COMPAT 5 OR LATER" in [1].

 * Compat level 4 will be removed on the first debhelper upload after
   the 15th of June.

Thanks,
~Niels

[1] https://lists.debian.org/debian-devel/2015/09/msg00257.html
--- End Message ---
--- Begin Message ---
Source: libmail-milter-perl
Source-Version: 0.07-1

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

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

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

Debian distribution maintenance software
pp.
Hilko Bengen  (supplier of updated libmail-milter-perl 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 21 Jun 2016 23:45:35 +0200
Source: libmail-milter-perl
Binary: libmail-milter-perl
Architecture: source
Version: 0.07-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group 
Changed-By: Hilko Bengen 
Description:
 libmail-milter-perl - Perl extension modules for mail filtering via milter
Closes: 817539
Changes:
 libmail-milter-perl (0.07-1) unstable; urgency=medium
 .
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
 .
   [ Hilko Bengen ]
   * Imported Upstream version 0.07
   * Gave package to the Debian Perl Group, added Vcs-* fields
   * Modernized package (Closes: #817539)
   * Updated copyright file
   * Added watch file
Checksums-Sha1:
 6542fa78e07f44758a3702c93864fa2f5be59f79 2045 libmail-milter-perl_0.07-1.dsc
 ee1809ec178982bfde9855bf7a0d1b48dbb10415 31445 
libmail-milter-perl_0.07.orig.tar.gz
 997b0ef40c37859c5df38a007e06fc82819c427f 2176 
libmail-milter-perl_0.07-1.debian.tar.xz
Checksums-Sha256:
 661feb495b7df287434192ec1912794ab75e9f4ed07909519b5bac3ce67a7759 2045 
libmail-milter-perl_0.07-1.dsc
 c5e0a50d8af57c8b3e792a8a103af2a2ab825a38d71f58c55a14e4988d360d09 31445 
libmail-milter-perl_0.07.orig.tar.gz
 2a7373409b00b0e38b4d34c76d25d73e4bd67b88e0fc41d77c3149ec9ecea268 2176 
libmail-milter-perl_0.07-1.debian.tar.xz
Files:
 39a0001975eabb3d589b552908ffa981 2045 perl optional 
libmail-milter-perl_0.07-1.dsc
 3992202cd697e7e602e8665b2174750d 31445 perl optional 
libmail-milter-perl_0.07.orig.tar.gz
 3abaef82bc52bb9a442e1b1b5f74a3b2 2176 perl optional 
libmail-milter-perl_0.07-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJXabYLAAoJEHW3EGNcITp+x/AP+gJ3iJKECXgWUHtrOi1UKAXt
bJGD4KMjp7vIoVfLpoXcddJ0VuA8Cgiy/QjQWzlC5dNqkO2Ng2U+rN+ouUakbO+6
f42Oo8KtIGOHsjwsyNIVgXLyYexKx0cFYzbMJXzbg28J1Ccb1tLdl2H6E3ePz3PA
crHUszbh44CK7gRE73v1r+xKZ7mXekhEdVOTkgax1205sZ8EU7IiWVoQV5vPhNfL
1NW4cAEtacAa1Ql7qBChdqEjuRW8ehEPKmcxBNOR3jbPyBzSXifAyTIUX9ggnTQh
Jgt3Ie97XPnEqK5xk4tHfym03nR4k4tmJI0NnnZorIGv8f96noQELEnf6lbatkqT
NeUkfjPT96m/27yD3Sp9mBktfvt7IgyAB0qtdPgsTSDLaAqFvZ9skwm8Jh/PaKka
eN1ZzDYAYSGTFLtXUPyKDheCT2NiPVatc6J0nE3IH9NR20elKdYDYNP3RogGgzN1
+Mfhj/nzOzaYqcPoZDsj/cRy6clDgtBDxVbNP4gNzEFjcuYGgRRS7b07fzXscCEU
5Ppw2lUQDkYHtcRG/WrdCnt7//Tniy8fdEIUItfJl1xo57cLoMiaYuhTaTTZwOrA
PXh+PhfDonW9+u/ZepDOoyAXgoO9c/Yz1lh6LQ1EsZm+Zw84EJDaMmmz+doJWUIx
qTryeKlUL3lPTXoXSDZn
=9r5s
-END PGP SIGNATURE End Message ---


Bug#827682: marked as done (libmail-milter-perl: FTBFS: dh_clean: Compatibility levels before 5 are no longer supported (level 4 requested))

2016-06-21 Thread Debian Bug Tracking System
Your message dated Tue, 21 Jun 2016 22:22:45 +
with message-id 
and subject line Bug#817539: fixed in libmail-milter-perl 0.07-1
has caused the Debian Bug report #817539,
regarding libmail-milter-perl: 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.)


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

libmail-milter-perl fails to build from source in unstable/amd64:

  [..]

  
  
**
  ** Starting build 
  **
  
**
  
   Package:  libmail-milter-perl
   Version:  0.06-1.1
   Build architecture:   amd64
   Date: Sun, 19 Jun 2016 17:17:37 +0100
   Hostname: 5e8974f5744d
   Uname:Linux 5e8974f5744d 4.5.0-2-amd64 #1 SMP Debian 4.5.4-1 
(2016-05-16) x86_64 GNU/Linux
   /etc/timezone:Europe/London
  
  
**
  ** 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 'libmail-milter-perl-build-deps' in 
'../libmail-milter-perl-build-deps_0.06-1.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 libmail-milter-perl-build-deps.
  (Reading database ... 23077 files and directories currently installed.)
  Preparing to unpack libmail-milter-perl-build-deps_0.06-1.1_all.deb ...
  Unpacking libmail-milter-perl-build-deps (0.06-1.1) ...
  Reading package lists...
  Building dependency tree...
  Reading state information...
  0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  1 not fully installed or removed.
  After this operation, 0 B of additional disk space will be used.
  Setting up libmail-milter-perl-build-deps (0.06-1.1) ...
  
  
**
  ** Environment
  **
  
**
  
  
PATH=/home/lamby/git/projects/dotfiles/dotfiles/..//bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  HOSTNAME=5e8974f5744d
  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.20160619171736.jiGDT56rX9.libmail-milter-perl/libmail-milter-perl-0.06
  OLDPWD=/home/lamby/temp/cdt.20160619171736.jiGDT56rX9.libmail-milter-perl
  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 libmail-milter-perl 0.06-1.1 on amd64 
  **
  
**
  
   dpkg-buildpackage -rfakeroot -D -us -uc -b
  dpkg-buildpackage: info: source package libmail-milter-perl
  dpkg-buildpackage: info: source version 0.06-1.1
  dpkg-buildpackage: info: source distribution unstable
  dpkg-buildpackage: info: source changed by Mark Hymers 
   dpkg-source --before-build libmail-milter-perl-0.06
  dpkg-buildpackage: info: host architecture amd64
   fakeroot debian/rules clean
  dh_testdir
  

Bug#827805: marked as done (onioncircuits: FTBFS: E: Please add apropriate interpreter package to Build-Depends, see pybuild(1) for details at /usr/share/perl5/Debian/Debhelper/Buildsystem/pybuild.pm

2016-06-21 Thread Debian Bug Tracking System
Your message dated Tue, 21 Jun 2016 22:24:40 +
with message-id 
and subject line Bug#827805: fixed in onioncircuits 0.4-2
has caused the Debian Bug report #827805,
regarding onioncircuits: FTBFS: E: Please add apropriate interpreter package to 
Build-Depends, see pybuild(1) for details at 
/usr/share/perl5/Debian/Debhelper/Buildsystem/pybuild.pm line 192.
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.)


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

onioncircuits fails to build from source in unstable/amd64:

  [..]

  Preparing to unpack .../glib-networking-common_2.48.2-1_all.deb ...
  Unpacking glib-networking-common (2.48.2-1) ...
  Selecting previously unselected package glib-networking-services.
  Preparing to unpack .../glib-networking-services_2.48.2-1_amd64.deb ...
  Unpacking glib-networking-services (2.48.2-1) ...
  Selecting previously unselected package gsettings-desktop-schemas.
  Preparing to unpack .../gsettings-desktop-schemas_3.20.0-3_all.deb ...
  Unpacking gsettings-desktop-schemas (3.20.0-3) ...
  Selecting previously unselected package glib-networking:amd64.
  Preparing to unpack .../glib-networking_2.48.2-1_amd64.deb ...
  Unpacking glib-networking:amd64 (2.48.2-1) ...
  Selecting previously unselected package libsoup2.4-1:amd64.
  Preparing to unpack .../libsoup2.4-1_2.54.1-1_amd64.deb ...
  Unpacking libsoup2.4-1:amd64 (2.54.1-1) ...
  Selecting previously unselected package libsoup-gnome2.4-1:amd64.
  Preparing to unpack .../libsoup-gnome2.4-1_2.54.1-1_amd64.deb ...
  Unpacking libsoup-gnome2.4-1:amd64 (2.54.1-1) ...
  Selecting previously unselected package librest-0.7-0:amd64.
  Preparing to unpack .../librest-0.7-0_0.8.0-1_amd64.deb ...
  Unpacking librest-0.7-0:amd64 (0.8.0-1) ...
  Selecting previously unselected package libwayland-client0:amd64.
  Preparing to unpack .../libwayland-client0_1.11.0-2_amd64.deb ...
  Unpacking libwayland-client0:amd64 (1.11.0-2) ...
  Selecting previously unselected package libwayland-cursor0:amd64.
  Preparing to unpack .../libwayland-cursor0_1.11.0-2_amd64.deb ...
  Unpacking libwayland-cursor0:amd64 (1.11.0-2) ...
  Selecting previously unselected package libdrm2:amd64.
  Preparing to unpack .../libdrm2_2.4.68-1_amd64.deb ...
  Unpacking libdrm2:amd64 (2.4.68-1) ...
  Selecting previously unselected package libwayland-server0:amd64.
  Preparing to unpack .../libwayland-server0_1.11.0-2_amd64.deb ...
  Unpacking libwayland-server0:amd64 (1.11.0-2) ...
  Selecting previously unselected package libgbm1:amd64.
  Preparing to unpack .../libgbm1_11.2.2-1_amd64.deb ...
  Unpacking libgbm1:amd64 (11.2.2-1) ...
  Selecting previously unselected package libx11-xcb1:amd64.
  Preparing to unpack .../libx11-xcb1_2%3a1.6.3-1_amd64.deb ...
  Unpacking libx11-xcb1:amd64 (2:1.6.3-1) ...
  Selecting previously unselected package libxcb-dri2-0:amd64.
  Preparing to unpack .../libxcb-dri2-0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-dri2-0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-dri3-0:amd64.
  Preparing to unpack .../libxcb-dri3-0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-dri3-0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-present0:amd64.
  Preparing to unpack .../libxcb-present0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-present0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-randr0:amd64.
  Preparing to unpack .../libxcb-randr0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-randr0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-shape0:amd64.
  Preparing to unpack .../libxcb-shape0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-shape0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-sync1:amd64.
  Preparing to unpack .../libxcb-sync1_1.11.1-1_amd64.deb ...
  Unpacking libxcb-sync1:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-xfixes0:amd64.
  Preparing to unpack .../libxcb-xfixes0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-xfixes0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxshmfence1:amd64.
  Preparing to unpack .../libxshmfence1_1.2-1_amd64.deb ...
  Unpacking libxshmfence1:amd64 (1.2-1) ...
  Selecting previously unselected package 

Bug#683417: marked as done (python-farsight: impossible to install)

2016-06-21 Thread Debian Bug Tracking System
Your message dated Tue, 21 Jun 2016 23:55:06 +0200
with message-id 
and subject line Re: python-farsight: impossible to install
has caused the Debian Bug report #683417,
regarding python-farsight: impossible to install
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.)


-- 
683417: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683417
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-farsight
Severity: grave
Justification: renders package unusable

Dear Maintainer,
Running debian Wheezy, it seems it is impossible to install
python-farsight package.
This package is necessary to use audio/video communication with
gajim.

The error when trying to install : 
python-farsight : Dépend: libgstfarsight0.10-0 (>= 0.0.14) mais ne sera pas 
installé
   Dépend: python (< 2.7) mais 2.7.3~rc2-1 devra être installé
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « 
garder en l'état ».

I guess a more recent version of this package is necessary?


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

Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
Version: 0.0.31-1+rm

On Tue, 31 Jul 2012 19:07:37 +0200 thuban  wrote:
> Source: python-farsight

> Dear Maintainer,
>   Running debian Wheezy, it seems it is impossible to install
>   python-farsight package.

python-farsight was last released with Debian squeeze and removed from
unstable in 2012, so it didn't make it into the wheezy release.
Closing this last and forgotten bug report now.


Andreas--- End Message ---


Bug#820026: icedove crashes suddenly

2016-06-21 Thread Philipp Pilhofer
Am 21.06.2016 um 07:49 schrieb Laurent:
> I have a problem those days with Icedove : when running (writting an email, 
> searching in a list or any simple operation), it crashes. This never happened 
> before.
> 

I do have the same/a similar issue. It seems to happen since the latest icedove 
update (to
45.1.0-1~deb8u1). For me it happens randomly when clicking on any mail, about 
10 times today. After
starting icedove again, there's no problem when opening the mail clicked on 
before.

The only installed addon is enigmail (from jessie repo: 1.8.2-4~deb8u1).

I'm using icedove on two other systems in very similar configuration, I did not 
experience crashes
there so far (but I wasn't using them too much lately).

Using thunderbird/icedove for more than a decade now, never had a similar 
problem so far.


Cheers,
Philipp



Processed: tagging 819836

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

> tags 819836 + patch
Bug #819836 [src:farstream-0.2] farstream-0.2: FTBFS in testing (failure 
building documentation)
Bug #822387 [src:farstream-0.2] farstream-0.2: FTBFS: mv: cannot stat 
'html/index.sgml': No such file or directory
Added tag(s) patch.
Added tag(s) patch.
> thanks
Stopping processing here.

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



Bug#649050: marked as done (cherokee: SCGI I: Failed)

2016-06-21 Thread Debian Bug Tracking System
Your message dated Tue, 21 Jun 2016 22:31:19 +0200
with message-id <6cd7e653-b5f6-2d44-66d3-3fdbce671...@debian.org>
and subject line cherokee was removed from Debian in 2012
has caused the Debian Bug report #646939,
regarding cherokee: SCGI I: 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.)


-- 
646939: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646939
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: cherokee
Version: 1.2.101-1
Severity: serious
Justification: fails to build from source

Hi,

cherokee FTBFS on some architecture.

 https://buildd.debian.org/status/package.php?p=cherokee
 http://buildd.debian-ports.org/status/package.php?p=cherokee=sid
-
SCGI I:  Failed
Name = SCGI I
Number   = 126
Protocol = HTTP/1.0
Config   =
vserver!1!rule!1260!match = directory
vserver!1!rule!1260!match!directory = /SCGI1/
vserver!1!rule!1260!handler = scgi
vserver!1!rule!1260!handler!balancer = round_robin
vserver!1!rule!1260!handler!balancer!source!1 = 2

source!2!type = interpreter
source!2!host = localhost:5001
source!2!interpreter = /usr/bin/python
/tmp/tmp7H_mGpcherokee_www/scgi_test1.scgi

Request  = GET /SCGI1/ HTTP/1.0
Expected = Code: 200
Expected = Content: Cherokee and SCGI rocks!
Forbidden= Content: ['pyscgi', 'SCGIServer', 'write']
Reply= HTTP/1.0 503 Service Unavailable
Connection: close
Date: Thu, 27 Oct 2011 03:24:19 GMT
Server: Cherokee/1.2.101 (Debian GNU/Linux)
Content-Length: 316
Content-Type: text/html
Cache-Control: no-cache
Pragma: no-cache
Body len = 316
Body = 

503 Service Unavailable



503 Service Unavailable



Cherokee web server 1.2.101 (Debian GNU/Linux), Port 1978





Skipped tests: 19
Sending SIGTERM..
-

Please check your package.

Best regards,
 Nobuhiro

--
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6


--- End Message ---
--- Begin Message ---
Version: 1.2.101-1+rm

cherokee was last released with Debian 6.0 (squeeze) in
February 2011 and removed from Debian sid/unstable in 2012 (see
http://bugs.debian.org/670298 for details on the removal). Since
support for squeeze and squeeze-LTS has now ended, I'm closing all the
remaining bugs reported against this package.


Andreas--- End Message ---


Bug#646939: marked as done (cherokee: FTBFS on several architectures: "SCGI I" test fails)

2016-06-21 Thread Debian Bug Tracking System
Your message dated Tue, 21 Jun 2016 22:31:19 +0200
with message-id <6cd7e653-b5f6-2d44-66d3-3fdbce671...@debian.org>
and subject line cherokee was removed from Debian in 2012
has caused the Debian Bug report #646939,
regarding cherokee: FTBFS on several architectures: "SCGI I" test fails
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.)


-- 
646939: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646939
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cherokee
Version: 1.2.101-1
Severity: does-not-build
Tags: upstream

Cherokee is failing to build on ARM, i386, IA64, PowerPC and S390:
They all die at the "SCGI I" test.

The issue has been reported upstream:

http://code.google.com/p/cherokee/issues/detail?id=1294

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

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cherokee depends on:
ii  libc62.13-21  
ii  libcherokee-base01.2.100-1
ii  libcherokee-server0  1.2.100-1
ii  libssl1.0.0  1.0.0e-2 
ii  logrotate3.7.8-6  

Versions of packages cherokee recommends:
ii  cherokee-admin  1.2.100-1
ii  spawn-fcgi  1.6.3-1  

Versions of packages cherokee suggests:
ii  cherokee-doc   1.2.100-1
ii  libcherokee-mod-geoip  1.2.100-1
ii  libcherokee-mod-ldap   1.2.100-1
ii  libcherokee-mod-libssl 1.2.100-1
ii  libcherokee-mod-mysql  1.2.100-1
ii  libcherokee-mod-rrd1.2.100-1
ii  libcherokee-mod-streaming  1.2.100-1

-- Configuration Files:
/etc/cherokee/cherokee.conf changed [not included]

-- debconf-show failed


--- End Message ---
--- Begin Message ---
Version: 1.2.101-1+rm

cherokee was last released with Debian 6.0 (squeeze) in
February 2011 and removed from Debian sid/unstable in 2012 (see
http://bugs.debian.org/670298 for details on the removal). Since
support for squeeze and squeeze-LTS has now ended, I'm closing all the
remaining bugs reported against this package.


Andreas--- End Message ---


Bug#661993: marked as done (CVE-2011-2191: persistent CSRF on admin interface)

2016-06-21 Thread Debian Bug Tracking System
Your message dated Tue, 21 Jun 2016 22:31:19 +0200
with message-id <6cd7e653-b5f6-2d44-66d3-3fdbce671...@debian.org>
and subject line cherokee was removed from Debian in 2012
has caused the Debian Bug report #661993,
regarding CVE-2011-2191: persistent CSRF on admin interface
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.)


-- 
661993: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661993
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: cherokee
Version: 1.2.101-1
Severity: serious
Tags: security

References:
CVE-2011-2191
https://bugs.launchpad.net/ubuntu/+source/cherokee/+bug/784632
https://bugzilla.redhat.com/show_bug.cgi?id=713304

Please verify whether the issue is still present in the package. A quick
look at admin/PageVServers.py suggests that this is the case, because
the Commit function stores new_nick without any validation. Even though
the value is escaped on some accesses admin/PageStatus.py Render_Content
does not perform escaping.

Helmut


--- End Message ---
--- Begin Message ---
Version: 1.2.101-1+rm

cherokee was last released with Debian 6.0 (squeeze) in
February 2011 and removed from Debian sid/unstable in 2012 (see
http://bugs.debian.org/670298 for details on the removal). Since
support for squeeze and squeeze-LTS has now ended, I'm closing all the
remaining bugs reported against this package.


Andreas--- End Message ---


Bug#827705: initscripts: Is this what you mean?

2016-06-21 Thread Manuel Bilderbeek
Package: initscripts
Version: 2.88dsf-59.4
Followup-For: Bug #827705

Hi,

Do you mean this situation I'm in now?

$ apt-cache policy initscripts
initscripts:
  Installed: 2.88dsf-59.4
  Candidate: 2.88dsf-59.6
  Version table:
 2.88dsf-59.6 500
500 http://ftp.nl.debian.org/debian testing/main amd64 Packages
 -1 http://ftp.nl.debian.org/debian unstable/main amd64 Packages
 *** 2.88dsf-59.4 100
100 /var/lib/dpkg/status
$ apt-cache policy sysvinit-utils
sysvinit-utils:
  Installed: 2.88dsf-59.4
  Candidate: 2.88dsf-59.4
  Version table:
 2.88dsf-59.6 500
500 http://ftp.nl.debian.org/debian testing/main amd64 Packages
 -1 http://ftp.nl.debian.org/debian unstable/main amd64 Packages
 *** 2.88dsf-59.4 3
100 /var/lib/dpkg/status

$ sudo aptitude dist-upgrade
The following packages will be upgraded: 
  initscripts{b} 
1 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/84,0 kB of archives. After unpacking 2048 B will be freed.
The following packages have unmet dependencies:
 initscripts : Depends: sysvinit-utils (>= 2.88dsf-59.5) but 2.88dsf-59.4 is 
installed.


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

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)

Versions of packages initscripts depends on:
ii  coreutils   8.25-2
ii  debianutils 4.7
ii  lsb-base9.20160601
ii  mount   2.28-5
ii  sysv-rc 2.88dsf-59.6
ii  sysvinit-utils  2.88dsf-59.4

Versions of packages initscripts recommends:
ii  e2fsprogs  1.43.1-1
ii  psmisc 22.21-2.1+b1

initscripts suggests no packages.

-- no debconf information



Bug#817701: marked as done (txt2pdbdoc: Removal of debhelper compat 4)

2016-06-21 Thread Debian Bug Tracking System
Your message dated Tue, 21 Jun 2016 19:20:42 +
with message-id 
and subject line Bug#817701: fixed in txt2pdbdoc 1.4.4-7
has caused the Debian Bug report #817701,
regarding txt2pdbdoc: Removal of debhelper compat 4
to be marked as done.

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

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


-- 
817701: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817701
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: txt2pdbdoc
Severity: important
Usertags: compat-4-removal

Hi,

The package txt2pdbdoc uses debhelper with a compat level of 4,
which is deprecated and scheduled for removal.

 * Please bump the debhelper compat at your earliest convenience.
   on the 15th of June.
   - Compat 9 is recommended
   - Compat 5 is the bare minimum
   - If the package has been relying on dh_install being lenient about
 missing files, please see "MIGRATING TO COMPAT 5 OR LATER" in [1].

 * Compat level 4 will be removed on the first debhelper upload after
   the 15th of June.

Thanks,
~Niels

[1] https://lists.debian.org/debian-devel/2015/09/msg00257.html
--- End Message ---
--- Begin Message ---
Source: txt2pdbdoc
Source-Version: 1.4.4-7

We believe that the bug you reported is fixed in the latest version of
txt2pdbdoc, 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.
Erik Schanze  (supplier of updated txt2pdbdoc package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 20 Jun 2016 21:15:08 +0200
Source: txt2pdbdoc
Binary: txt2pdbdoc
Architecture: source i386
Version: 1.4.4-7
Distribution: unstable
Urgency: low
Maintainer: Erik Schanze 
Changed-By: Erik Schanze 
Description:
 txt2pdbdoc - convert plain text files to Palm DOC (for PalmOS) and back
Closes: 817701
Changes:
 txt2pdbdoc (1.4.4-7) unstable; urgency=low
 .
   * Switch to debhelper compat 9, (Closes: #817701)
   * Switch to dpkg-source 3.0 (quilt) format
   * Updated Standards-Version to 3.9.8, Homepage field updated
   * debian/copyright: Update author mail address
   * removed outdated debian/watch file
Checksums-Sha1:
 63748f3a084fbc8a832589814abcfc8917f77819 1725 txt2pdbdoc_1.4.4-7.dsc
 1c22ca55094004e6be476231ebdfad74834bdbdc 10844 txt2pdbdoc_1.4.4-7.debian.tar.xz
 83a622c488f098041717cb5b32bfaecd82da2990 2616 
txt2pdbdoc-dbgsym_1.4.4-7_i386.deb
 0d802068015744cda39a5888b078246428f8f897 35334 txt2pdbdoc_1.4.4-7_i386.deb
Checksums-Sha256:
 a9f0e92d433e08e3fb37c4ca85428d9bf38b5e0403b96ee4538068e06a0dd87e 1725 
txt2pdbdoc_1.4.4-7.dsc
 4ae1421d83121fc63950c451b4cb81c154bf620d9e9e240a0d1e914786492a7d 10844 
txt2pdbdoc_1.4.4-7.debian.tar.xz
 d4028b072a18dce9186d2fb86f6547d7d08c0ea9ed5004e38f58ac71952a7c02 2616 
txt2pdbdoc-dbgsym_1.4.4-7_i386.deb
 d6146d6dc1c0a11a22cf4b5e4e9e5bd8430b376aa05d80231fc0b4c531ec6eb7 35334 
txt2pdbdoc_1.4.4-7_i386.deb
Files:
 88c634139fdd9b2dd251cd1d9a67c006 1725 otherosfs optional txt2pdbdoc_1.4.4-7.dsc
 9de2aa25a9dfe909892634d82d248224 10844 otherosfs optional 
txt2pdbdoc_1.4.4-7.debian.tar.xz
 b31637cde19cf8b264927ef1c610c4c8 2616 debug extra 
txt2pdbdoc-dbgsym_1.4.4-7_i386.deb
 8cfc8bf3d6439744da96603f7cb7e9a6 35334 otherosfs optional 
txt2pdbdoc_1.4.4-7_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJXaYzTAAoJEHJnRuDwvINlLjUQALTtw4CPQPV73y6e/GHYgZd/
/J/kXn7b9BcE/Kl8BBiorTINGLnJICnYHQZPdk/amHVAB1XwSkcGAiCxjwUb4qB6
R6xGh3OQvDcHk8SGXQXYipnnfosqUoijMYQ0FbLNcfqCNIjnf0MH+SCr0yAa3jZf
oPfwpcZGrENjgkCHsuKTYfOenbEa8vm0+F1/TMUe7nTv9nsBbqPtMhB3UC1Ao5eG
MDCT9t1uWJ/hhXELNinZ8HxHrBAJd8ofs7VGVi1ugTLZNr6c6bKXh5z9lEzaiZmP
phk8PgXXyErXbdS5IWHxoVbeNKivIhrhPxLJSmh170qSWlj+0glKF4RXjGBSVi66
5p37LCee2NrpHM3uWxVemD3DSCXMpDzHRO64eIPCQ/W+zFtfuKKxBq33dO2dC84T
ze6wKsRXcWXkVYiHzctFcnM4mLdasHvUWOyY1DFrPAIOXqPMX7xaT554zsHns6zn
g9lNS+0pFrOBMp4Q/vaYb7WWrlgXZYsmvQg98ZKJkWYmSXSPlrGww3VDWfQcqgfq
LVJWk8a9eyrSDAzXXjzAYGCeiu4R8kaQIzfWQEeJ2cFinchYwW4TogrPbHEvMWDg
74ohryIBpzno783XCbJebFgb/vfBBLLKhCnHHZsNsSvMbmfoYPx7bYv8bxTcsiP9
/271z2cPFs96iktp/ZVi
=icg2
-END PGP SIGNATURE End Message ---


Bug#800898: marked as done (skrooge-common: non-free images)

2016-06-21 Thread Debian Bug Tracking System
Your message dated Tue, 21 Jun 2016 19:20:36 +
with message-id 
and subject line Bug#800898: fixed in skrooge 2.4.0-1
has caused the Debian Bug report #800898,
regarding skrooge-common: non-free images
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.)


-- 
800898: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800898
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: skrooge-common
Version: 1.9.3-1
Severity: important

Dear maintainer,

The following images appears to be non-free:

/usr/share/icons/hicolor/scalable/actions/skrooge_less.svgz
/usr/share/icons/hicolor/scalable/actions/skrooge_more.svgz
/usr/share/icons/hicolor/scalable/actions/skrooge_much_less.svgz
/usr/share/icons/hicolor/scalable/actions/skrooge_much_more.svgz

According to their metadata:

LicenseProhibits: http://creativecommons.org/ns#CommercialUse
WorkLicense: http://creativecommons.org/licenses/by-nc-sa/3.0/

Please investigate.

-- 
All the best,
 Dmitry Smirnov
 GPG key : 4096R/53968D1B


signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Source: skrooge
Source-Version: 2.4.0-1

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

Debian distribution maintenance software
pp.
Pino Toscano  (supplier of updated skrooge package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 21 Jun 2016 20:49:40 +0200
Source: skrooge
Binary: skrooge skrooge-common
Architecture: source
Version: 2.4.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian KDE Extras Team 
Changed-By: Pino Toscano 
Description:
 skrooge- personal finance manager for KDE
 skrooge-common - Skrooge architecture independent files
Closes: 776202 784527 800898 802981
Changes:
 skrooge (2.4.0-1) experimental; urgency=medium
 .
   * Team upload.
   * New upstream release: (Closes: #776202, #802981)
 - switches from Qt4 (using QtWebKit) to Frameworks (Closes: #784527)
 - the skrooge_less.svgz and skrooge_more.svgz icons are open now
   (Closes: #800898)
   * Update the build dependencies following the port to Frameworks:
 - remove kdelibs5-dev, kdepimlibs5-dev, libkactivities-dev,
   libgrantlee-dev, libqca2-dev, libqjson-dev, and libqtwebkit-dev
 - add extra-cmake-modules, qtbase5-dev, qtbase5-private-dev,
   libqt5svg5-dev, qttools5-dev, libqt5webkit5-dev, qtdeclarative5-dev,
   libkf5activities-dev, libkf5archive-dev, libkf5completion-dev,
   libkf5config-dev, libkf5configwidgets-dev, libkf5coreaddons-dev,
   libkf5dbusaddons-dev, libkf5kdelibs4support-dev, kdoctools-dev,
   kgendesignerplugin, libkf5guiaddons-dev, libkf5i18n-dev,
   libkf5iconthemes-dev, libkf5itemviews-dev, libkf5jobwidgets-dev,
   kio-dev, libkf5newstuff-dev, libkf5notifications-dev,
   libkf5notifyconfig-dev, libkf5parts-dev, libkf5runner-dev,
   libkf5wallet-dev, libkf5widgetsaddons-dev, libkf5windowsystem-dev,
   libkf5xmlgui-dev, libgrantlee5-dev, and libqca-qt5-2-dev
   * Replace the libsqlite3-dev build dependency with libsqlcipher-dev.
   * Use the right dh addon:
 - switch from kde to kf5 dh addon
 - bump the pkg-kde-tools build dependency to >= 0.15.16
   * Disable the build and run of the tests for now, since it is not easy to
 run them.
   * Update install files.
   * Stop installing .so (unversioned) symlinks.
   * Update lintian overrides.
   * Update Vcs-Browser field.
   * Bump Standards-Version to 3.9.8, no changes required.
   * Link in as-needed mode.
   * Update/simplify watch file.
   * Remove unused libboost-dev build dependency.
   * Update the runtime dependencies:
 - replace libqca2-plugin-ossl with libqca-qt5-2-plugins
 - replace libqt4-sql-sqlite with libqt5sql5-sqlite
Checksums-Sha1:
 8223e8ffc20bc62831b753632c9fb7fc74e3695b 2844 skrooge_2.4.0-1.dsc
 

Bug#827724: closed by Andreas Metzler <ametz...@debian.org> (Bug#827724: fixed in findutils 4.6.0+git+20160517-4)

2016-06-21 Thread Andreas Metzler
On 2016-06-20 Maximiliano Curia  wrote:
> ¡Hola!

> El 2016-06-20 a las 18:36 +, Debian Bug Tracking System escribió:
> > This is an automatic notification regarding your Bug report which was
> > filed against the findutils package:
> > 
> > #827724: findutils: find -type f matches symlinks in armel armhf and mipsel
> > 
> > It has been closed by Andreas Metzler .

> As I mentioned in my previous mail, findutils also fails to build from
> source due to this issue, so it's now failing in armel, armhf, mipsel and
> hurd-i386. :(

> Are you planning to do a binary only upload for these arches?
[...]

This have been fixed with binNMUs. Thanks you, whoever did it.

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'



Bug#827859: cl-github-v3: Please remove this package, since it is useless

2016-06-21 Thread Salvatore Tomaselli
Package: cl-github-v3
Version: 20130312-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,
can you please consider removing this package?

The description states that it is useless, sort of a work in progress, and
upstream hasn't made a commit in 3 years, so I doubt it will ever become
an actually useful library.

So I think it should be removed from the archive.

Best

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

Kernel: Linux 4.6.2a (SMP w/4 CPU cores; PREEMPT)
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)



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

2016-06-21 Thread Debian Bug Tracking System
Your message dated Tue, 21 Jun 2016 13:36:47 -0500
with message-id <22377.35135.672690.605...@max.nulle.part>
and subject line Re: Bug#827855: fnonlinear: FTBFS: dh_clean: Please specify 
the compatibility level in debian/compat
has caused the Debian Bug report #827855,
regarding fnonlinear: 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.)


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

fnonlinear fails to build from source in unstable/amd64:

  [..]

  Unpacking r-cran-timeseries (3022.101.2-1) ...
  Selecting previously unselected package r-cran-stabledist.
  Preparing to unpack .../r-cran-stabledist_0.7-0-1_all.deb ...
  Unpacking r-cran-stabledist (0.7-0-1) ...
  Selecting previously unselected package r-cran-fbasics.
  Preparing to unpack .../r-cran-fbasics_3011.87-2_amd64.deb ...
  Unpacking r-cran-fbasics (3011.87-2) ...
  Selecting previously unselected package r-cran-fgarch.
  Preparing to unpack .../r-cran-fgarch_3010.82-1_amd64.deb ...
  Unpacking r-cran-fgarch (3010.82-1) ...
  Selecting previously unselected package xkb-data.
  Preparing to unpack .../xkb-data_2.17-1_all.deb ...
  Unpacking xkb-data (2.17-1) ...
  Selecting previously unselected package libxmu6:amd64.
  Preparing to unpack .../libxmu6_2%3a1.1.2-2_amd64.deb ...
  Unpacking libxmu6:amd64 (2:1.1.2-2) ...
  Selecting previously unselected package libxpm4:amd64.
  Preparing to unpack .../libxpm4_1%3a3.5.11-1+b1_amd64.deb ...
  Unpacking libxpm4:amd64 (1:3.5.11-1+b1) ...
  Selecting previously unselected package libxaw7:amd64.
  Preparing to unpack .../libxaw7_2%3a1.0.13-1_amd64.deb ...
  Unpacking libxaw7:amd64 (2:1.0.13-1) ...
  Selecting previously unselected package libxkbfile1:amd64.
  Preparing to unpack .../libxkbfile1_1%3a1.0.9-2_amd64.deb ...
  Unpacking libxkbfile1:amd64 (1:1.0.9-2) ...
  Selecting previously unselected package x11-xkb-utils.
  Preparing to unpack .../x11-xkb-utils_7.7+3_amd64.deb ...
  Unpacking x11-xkb-utils (7.7+3) ...
  Selecting previously unselected package xserver-common.
  Preparing to unpack .../xserver-common_2%3a1.18.3-1_all.deb ...
  Unpacking xserver-common (2:1.18.3-1) ...
  Selecting previously unselected package libdrm2:amd64.
  Preparing to unpack .../libdrm2_2.4.68-1_amd64.deb ...
  Unpacking libdrm2:amd64 (2.4.68-1) ...
  Selecting previously unselected package libglapi-mesa:amd64.
  Preparing to unpack .../libglapi-mesa_11.2.2-1_amd64.deb ...
  Unpacking libglapi-mesa:amd64 (11.2.2-1) ...
  Selecting previously unselected package libx11-xcb1:amd64.
  Preparing to unpack .../libx11-xcb1_2%3a1.6.3-1_amd64.deb ...
  Unpacking libx11-xcb1:amd64 (2:1.6.3-1) ...
  Selecting previously unselected package libxcb-dri2-0:amd64.
  Preparing to unpack .../libxcb-dri2-0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-dri2-0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-dri3-0:amd64.
  Preparing to unpack .../libxcb-dri3-0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-dri3-0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-glx0:amd64.
  Preparing to unpack .../libxcb-glx0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-glx0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-present0:amd64.
  Preparing to unpack .../libxcb-present0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-present0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-randr0:amd64.
  Preparing to unpack .../libxcb-randr0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-randr0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-shape0:amd64.
  Preparing to unpack .../libxcb-shape0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-shape0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-sync1:amd64.
  Preparing to unpack .../libxcb-sync1_1.11.1-1_amd64.deb ...
  Unpacking libxcb-sync1:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-xfixes0:amd64.
  Preparing to unpack .../libxcb-xfixes0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-xfixes0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxfixes3:amd64.
  Preparing to unpack .../libxfixes3_1%3a5.0.1-2+b2_amd64.deb ...
  Unpacking libxfixes3:amd64 (1:5.0.1-2+b2) ...
  

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

2016-06-21 Thread Debian Bug Tracking System
Your message dated Tue, 21 Jun 2016 13:38:16 -0500
with message-id <22377.35224.167921.820...@max.nulle.part>
and subject line Re: Bug#827856: fcopulae: FTBFS: dh_clean: Please specify the 
compatibility level in debian/compat
has caused the Debian Bug report #827856,
regarding fcopulae: 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.)


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

fcopulae fails to build from source in unstable/amd64:

  [..]

  Preparing to unpack .../r-cran-cubature_1.1-2-1_amd64.deb ...
  Unpacking r-cran-cubature (1.1-2-1) ...
  Selecting previously unselected package r-cran-fmultivar.
  Preparing to unpack .../r-cran-fmultivar_3011.78-1_all.deb ...
  Unpacking r-cran-fmultivar (3011.78-1) ...
  Selecting previously unselected package xkb-data.
  Preparing to unpack .../xkb-data_2.17-1_all.deb ...
  Unpacking xkb-data (2.17-1) ...
  Selecting previously unselected package libxmu6:amd64.
  Preparing to unpack .../libxmu6_2%3a1.1.2-2_amd64.deb ...
  Unpacking libxmu6:amd64 (2:1.1.2-2) ...
  Selecting previously unselected package libxpm4:amd64.
  Preparing to unpack .../libxpm4_1%3a3.5.11-1+b1_amd64.deb ...
  Unpacking libxpm4:amd64 (1:3.5.11-1+b1) ...
  Selecting previously unselected package libxaw7:amd64.
  Preparing to unpack .../libxaw7_2%3a1.0.13-1_amd64.deb ...
  Unpacking libxaw7:amd64 (2:1.0.13-1) ...
  Selecting previously unselected package libxkbfile1:amd64.
  Preparing to unpack .../libxkbfile1_1%3a1.0.9-2_amd64.deb ...
  Unpacking libxkbfile1:amd64 (1:1.0.9-2) ...
  Selecting previously unselected package x11-xkb-utils.
  Preparing to unpack .../x11-xkb-utils_7.7+3_amd64.deb ...
  Unpacking x11-xkb-utils (7.7+3) ...
  Selecting previously unselected package xserver-common.
  Preparing to unpack .../xserver-common_2%3a1.18.3-1_all.deb ...
  Unpacking xserver-common (2:1.18.3-1) ...
  Selecting previously unselected package libdrm2:amd64.
  Preparing to unpack .../libdrm2_2.4.68-1_amd64.deb ...
  Unpacking libdrm2:amd64 (2.4.68-1) ...
  Selecting previously unselected package libglapi-mesa:amd64.
  Preparing to unpack .../libglapi-mesa_11.2.2-1_amd64.deb ...
  Unpacking libglapi-mesa:amd64 (11.2.2-1) ...
  Selecting previously unselected package libx11-xcb1:amd64.
  Preparing to unpack .../libx11-xcb1_2%3a1.6.3-1_amd64.deb ...
  Unpacking libx11-xcb1:amd64 (2:1.6.3-1) ...
  Selecting previously unselected package libxcb-dri2-0:amd64.
  Preparing to unpack .../libxcb-dri2-0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-dri2-0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-dri3-0:amd64.
  Preparing to unpack .../libxcb-dri3-0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-dri3-0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-glx0:amd64.
  Preparing to unpack .../libxcb-glx0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-glx0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-present0:amd64.
  Preparing to unpack .../libxcb-present0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-present0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-randr0:amd64.
  Preparing to unpack .../libxcb-randr0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-randr0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-shape0:amd64.
  Preparing to unpack .../libxcb-shape0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-shape0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-sync1:amd64.
  Preparing to unpack .../libxcb-sync1_1.11.1-1_amd64.deb ...
  Unpacking libxcb-sync1:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-xfixes0:amd64.
  Preparing to unpack .../libxcb-xfixes0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-xfixes0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxfixes3:amd64.
  Preparing to unpack .../libxfixes3_1%3a5.0.1-2+b2_amd64.deb ...
  Unpacking libxfixes3:amd64 (1:5.0.1-2+b2) ...
  Selecting previously unselected package libxdamage1:amd64.
  Preparing to unpack .../libxdamage1_1%3a1.1.4-2+b1_amd64.deb ...
  Unpacking libxdamage1:amd64 (1:1.1.4-2+b1) ...
  Selecting previously unselected package libxshmfence1:amd64.
  Preparing to unpack 

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

2016-06-21 Thread Debian Bug Tracking System
Your message dated Tue, 21 Jun 2016 13:37:33 -0500
with message-id <22377.35181.256742.660...@max.nulle.part>
and subject line Re: Bug#827854: dbi: FTBFS: dh_clean: Please specify the 
compatibility level in debian/compat
has caused the Debian Bug report #827854,
regarding dbi: 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.)


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

dbi fails to build from source in unstable/amd64:

  [..]

  Preparing to unpack .../libcurl3_7.47.0-1_amd64.deb ...
  Unpacking libcurl3:amd64 (7.47.0-1) ...
  Selecting previously unselected package x11-common.
  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.0-2_amd64.deb ...
  Unpacking liblapack3 (3.6.0-2) ...
  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.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 

Bug#827804: marked as done (breathe: FTBFS: ValueError: too many values to unpack (expected 2))

2016-06-21 Thread Debian Bug Tracking System
Your message dated Tue, 21 Jun 2016 18:33:26 +
with message-id 
and subject line Bug#827804: fixed in breathe 4.2.0-2
has caused the Debian Bug report #827804,
regarding breathe: FTBFS: ValueError: too many values to unpack (expected 2)
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.)


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

breathe fails to build from source in unstable/amd64:

  [..]

doctestto run all doctests embedded in the documentation (if enabled)
  make[4]: Leaving directory 
'/home/lamby/temp/cdt.20160621103729.4bz1RgeTbD.breathe/breathe-4.2.0/documentation'
  /bin/sh: 1: cd: can't cd to ../../examples/tinyxml
  make[4]: Entering directory 
'/home/lamby/temp/cdt.20160621103729.4bz1RgeTbD.breathe/breathe-4.2.0/documentation'
  Please use `make ' where  is one of
html   to make standalone HTML files
dirhtmlto make HTML files named index.html in directories
singlehtml to make a single large HTML file
pickle to make pickle files
json   to make JSON files
htmlhelp   to make HTML files and a HTML help project
qthelp to make HTML files and a qthelp project
devhelpto make HTML files and a Devhelp project
epub   to make an epub
latex  to make LaTeX files, you can set PAPER=a4 or PAPER=letter
latexpdf   to make LaTeX files and run them through pdflatex
latexpdfja to make LaTeX files and run them through platex/dvipdfmx
text   to make text files
manto make manual pages
texinfoto make Texinfo files
info   to make Texinfo files and run them through makeinfo
gettextto make PO message catalogs
changesto make an overview of all changed/added/deprecated items
xmlto make Docutils-native XML files
pseudoxml  to make pseudoxml-XML files for display purposes
linkcheck  to check all external links for integrity
doctestto run all doctests embedded in the documentation (if enabled)
  make[4]: Leaving directory 
'/home/lamby/temp/cdt.20160621103729.4bz1RgeTbD.breathe/breathe-4.2.0/documentation'
  building [mo]: targets for 0 po files that are out of date
  building [html]: targets for 36 source files that are out of date
  updating environment: 36 added, 0 changed, 0 removed
  reading sources... [  2%] autofile
  reading sources... [  5%] autoindex
  reading sources... [  8%] class
  Exception occurred while building, starting debugger:
  Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/sphinx/cmdline.py", line 244, in main
  app.build(opts.force_all, filenames)
File "/usr/lib/python3/dist-packages/sphinx/application.py", line 298, in 
build
  self.builder.build_update()
File "/usr/lib/python3/dist-packages/sphinx/builders/__init__.py", line 
251, in build_update
  'out of date' % len(to_build))
File "/usr/lib/python3/dist-packages/sphinx/builders/__init__.py", line 
265, in build
  self.doctreedir, self.app))
File "/usr/lib/python3/dist-packages/sphinx/environment.py", line 564, in 
update
  self._read_serial(docnames, app)
File "/usr/lib/python3/dist-packages/sphinx/environment.py", line 584, in 
_read_serial
  self.read_doc(docname, app)
File "/usr/lib/python3/dist-packages/sphinx/environment.py", line 737, in 
read_doc
  pub.publish()
File "/usr/lib/python3/dist-packages/docutils/core.py", line 217, in publish
  self.settings)
File "/usr/lib/python3/dist-packages/sphinx/io.py", line 49, in read
  self.parse()
File "/usr/lib/python3/dist-packages/docutils/readers/__init__.py", line 
78, in parse
  self.parser.parse(self.input, document)
File "/usr/lib/python3/dist-packages/docutils/parsers/rst/__init__.py", 
line 172, in parse
  self.statemachine.run(inputlines, document, inliner=self.inliner)
File "/usr/lib/python3/dist-packages/docutils/parsers/rst/states.py", line 
171, in run
  input_source=document['source'])
File "/usr/lib/python3/dist-packages/docutils/statemachine.py", line 239, 
in run
  context, state, transitions)
File "/usr/lib/python3/dist-packages/docutils/statemachine.py", line 460, 
in check_line
  return method(match, context, next_state)
   

Bug#827854: dbi: FTBFS: dh_clean: Please specify the compatibility level in debian/compat

2016-06-21 Thread Chris Lamb
Source: dbi
Version: 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,

dbi fails to build from source in unstable/amd64:

  [..]

  Preparing to unpack .../libcurl3_7.47.0-1_amd64.deb ...
  Unpacking libcurl3:amd64 (7.47.0-1) ...
  Selecting previously unselected package x11-common.
  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.0-2_amd64.deb ...
  Unpacking liblapack3 (3.6.0-2) ...
  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.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.0.20160615-1_amd64.deb ...
  Unpacking r-base-core (3.3.0.20160615-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.0-2_amd64.deb ...
  Unpacking libblas-dev (3.6.0-2) ...
  Selecting previously unselected package 

Bug#827855: fnonlinear: FTBFS: dh_clean: Please specify the compatibility level in debian/compat

2016-06-21 Thread Chris Lamb
Source: fnonlinear
Version: 3010.78-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,

fnonlinear fails to build from source in unstable/amd64:

  [..]

  Unpacking r-cran-timeseries (3022.101.2-1) ...
  Selecting previously unselected package r-cran-stabledist.
  Preparing to unpack .../r-cran-stabledist_0.7-0-1_all.deb ...
  Unpacking r-cran-stabledist (0.7-0-1) ...
  Selecting previously unselected package r-cran-fbasics.
  Preparing to unpack .../r-cran-fbasics_3011.87-2_amd64.deb ...
  Unpacking r-cran-fbasics (3011.87-2) ...
  Selecting previously unselected package r-cran-fgarch.
  Preparing to unpack .../r-cran-fgarch_3010.82-1_amd64.deb ...
  Unpacking r-cran-fgarch (3010.82-1) ...
  Selecting previously unselected package xkb-data.
  Preparing to unpack .../xkb-data_2.17-1_all.deb ...
  Unpacking xkb-data (2.17-1) ...
  Selecting previously unselected package libxmu6:amd64.
  Preparing to unpack .../libxmu6_2%3a1.1.2-2_amd64.deb ...
  Unpacking libxmu6:amd64 (2:1.1.2-2) ...
  Selecting previously unselected package libxpm4:amd64.
  Preparing to unpack .../libxpm4_1%3a3.5.11-1+b1_amd64.deb ...
  Unpacking libxpm4:amd64 (1:3.5.11-1+b1) ...
  Selecting previously unselected package libxaw7:amd64.
  Preparing to unpack .../libxaw7_2%3a1.0.13-1_amd64.deb ...
  Unpacking libxaw7:amd64 (2:1.0.13-1) ...
  Selecting previously unselected package libxkbfile1:amd64.
  Preparing to unpack .../libxkbfile1_1%3a1.0.9-2_amd64.deb ...
  Unpacking libxkbfile1:amd64 (1:1.0.9-2) ...
  Selecting previously unselected package x11-xkb-utils.
  Preparing to unpack .../x11-xkb-utils_7.7+3_amd64.deb ...
  Unpacking x11-xkb-utils (7.7+3) ...
  Selecting previously unselected package xserver-common.
  Preparing to unpack .../xserver-common_2%3a1.18.3-1_all.deb ...
  Unpacking xserver-common (2:1.18.3-1) ...
  Selecting previously unselected package libdrm2:amd64.
  Preparing to unpack .../libdrm2_2.4.68-1_amd64.deb ...
  Unpacking libdrm2:amd64 (2.4.68-1) ...
  Selecting previously unselected package libglapi-mesa:amd64.
  Preparing to unpack .../libglapi-mesa_11.2.2-1_amd64.deb ...
  Unpacking libglapi-mesa:amd64 (11.2.2-1) ...
  Selecting previously unselected package libx11-xcb1:amd64.
  Preparing to unpack .../libx11-xcb1_2%3a1.6.3-1_amd64.deb ...
  Unpacking libx11-xcb1:amd64 (2:1.6.3-1) ...
  Selecting previously unselected package libxcb-dri2-0:amd64.
  Preparing to unpack .../libxcb-dri2-0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-dri2-0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-dri3-0:amd64.
  Preparing to unpack .../libxcb-dri3-0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-dri3-0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-glx0:amd64.
  Preparing to unpack .../libxcb-glx0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-glx0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-present0:amd64.
  Preparing to unpack .../libxcb-present0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-present0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-randr0:amd64.
  Preparing to unpack .../libxcb-randr0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-randr0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-shape0:amd64.
  Preparing to unpack .../libxcb-shape0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-shape0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-sync1:amd64.
  Preparing to unpack .../libxcb-sync1_1.11.1-1_amd64.deb ...
  Unpacking libxcb-sync1:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-xfixes0:amd64.
  Preparing to unpack .../libxcb-xfixes0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-xfixes0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxfixes3:amd64.
  Preparing to unpack .../libxfixes3_1%3a5.0.1-2+b2_amd64.deb ...
  Unpacking libxfixes3:amd64 (1:5.0.1-2+b2) ...
  Selecting previously unselected package libxdamage1:amd64.
  Preparing to unpack .../libxdamage1_1%3a1.1.4-2+b1_amd64.deb ...
  Unpacking libxdamage1:amd64 (1:1.1.4-2+b1) ...
  Selecting previously unselected package libxshmfence1:amd64.
  Preparing to unpack .../libxshmfence1_1.2-1_amd64.deb ...
  Unpacking libxshmfence1:amd64 (1.2-1) ...
  Selecting previously unselected package libxxf86vm1:amd64.
  Preparing to unpack .../libxxf86vm1_1%3a1.1.4-1_amd64.deb ...
  Unpacking libxxf86vm1:amd64 (1:1.1.4-1) ...
  Selecting previously unselected package libgl1-mesa-glx:amd64.
  Preparing to unpack .../libgl1-mesa-glx_11.2.2-1_amd64.deb ...
  Unpacking libgl1-mesa-glx:amd64 (11.2.2-1) ...
  Selecting previously unselected package libfontenc1:amd64.
  Preparing to unpack .../libfontenc1_1%3a1.1.3-1_amd64.deb ...
  Unpacking libfontenc1:amd64 (1:1.1.3-1) ...
  Selecting previously unselected package libxfont1:amd64.
  Preparing to unpack 

Bug#827856: fcopulae: FTBFS: dh_clean: Please specify the compatibility level in debian/compat

2016-06-21 Thread Chris Lamb
Source: fcopulae
Version: 3011.81-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,

fcopulae fails to build from source in unstable/amd64:

  [..]

  Preparing to unpack .../r-cran-cubature_1.1-2-1_amd64.deb ...
  Unpacking r-cran-cubature (1.1-2-1) ...
  Selecting previously unselected package r-cran-fmultivar.
  Preparing to unpack .../r-cran-fmultivar_3011.78-1_all.deb ...
  Unpacking r-cran-fmultivar (3011.78-1) ...
  Selecting previously unselected package xkb-data.
  Preparing to unpack .../xkb-data_2.17-1_all.deb ...
  Unpacking xkb-data (2.17-1) ...
  Selecting previously unselected package libxmu6:amd64.
  Preparing to unpack .../libxmu6_2%3a1.1.2-2_amd64.deb ...
  Unpacking libxmu6:amd64 (2:1.1.2-2) ...
  Selecting previously unselected package libxpm4:amd64.
  Preparing to unpack .../libxpm4_1%3a3.5.11-1+b1_amd64.deb ...
  Unpacking libxpm4:amd64 (1:3.5.11-1+b1) ...
  Selecting previously unselected package libxaw7:amd64.
  Preparing to unpack .../libxaw7_2%3a1.0.13-1_amd64.deb ...
  Unpacking libxaw7:amd64 (2:1.0.13-1) ...
  Selecting previously unselected package libxkbfile1:amd64.
  Preparing to unpack .../libxkbfile1_1%3a1.0.9-2_amd64.deb ...
  Unpacking libxkbfile1:amd64 (1:1.0.9-2) ...
  Selecting previously unselected package x11-xkb-utils.
  Preparing to unpack .../x11-xkb-utils_7.7+3_amd64.deb ...
  Unpacking x11-xkb-utils (7.7+3) ...
  Selecting previously unselected package xserver-common.
  Preparing to unpack .../xserver-common_2%3a1.18.3-1_all.deb ...
  Unpacking xserver-common (2:1.18.3-1) ...
  Selecting previously unselected package libdrm2:amd64.
  Preparing to unpack .../libdrm2_2.4.68-1_amd64.deb ...
  Unpacking libdrm2:amd64 (2.4.68-1) ...
  Selecting previously unselected package libglapi-mesa:amd64.
  Preparing to unpack .../libglapi-mesa_11.2.2-1_amd64.deb ...
  Unpacking libglapi-mesa:amd64 (11.2.2-1) ...
  Selecting previously unselected package libx11-xcb1:amd64.
  Preparing to unpack .../libx11-xcb1_2%3a1.6.3-1_amd64.deb ...
  Unpacking libx11-xcb1:amd64 (2:1.6.3-1) ...
  Selecting previously unselected package libxcb-dri2-0:amd64.
  Preparing to unpack .../libxcb-dri2-0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-dri2-0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-dri3-0:amd64.
  Preparing to unpack .../libxcb-dri3-0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-dri3-0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-glx0:amd64.
  Preparing to unpack .../libxcb-glx0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-glx0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-present0:amd64.
  Preparing to unpack .../libxcb-present0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-present0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-randr0:amd64.
  Preparing to unpack .../libxcb-randr0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-randr0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-shape0:amd64.
  Preparing to unpack .../libxcb-shape0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-shape0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-sync1:amd64.
  Preparing to unpack .../libxcb-sync1_1.11.1-1_amd64.deb ...
  Unpacking libxcb-sync1:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-xfixes0:amd64.
  Preparing to unpack .../libxcb-xfixes0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-xfixes0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxfixes3:amd64.
  Preparing to unpack .../libxfixes3_1%3a5.0.1-2+b2_amd64.deb ...
  Unpacking libxfixes3:amd64 (1:5.0.1-2+b2) ...
  Selecting previously unselected package libxdamage1:amd64.
  Preparing to unpack .../libxdamage1_1%3a1.1.4-2+b1_amd64.deb ...
  Unpacking libxdamage1:amd64 (1:1.1.4-2+b1) ...
  Selecting previously unselected package libxshmfence1:amd64.
  Preparing to unpack .../libxshmfence1_1.2-1_amd64.deb ...
  Unpacking libxshmfence1:amd64 (1.2-1) ...
  Selecting previously unselected package libxxf86vm1:amd64.
  Preparing to unpack .../libxxf86vm1_1%3a1.1.4-1_amd64.deb ...
  Unpacking libxxf86vm1:amd64 (1:1.1.4-1) ...
  Selecting previously unselected package libgl1-mesa-glx:amd64.
  Preparing to unpack .../libgl1-mesa-glx_11.2.2-1_amd64.deb ...
  Unpacking libgl1-mesa-glx:amd64 (11.2.2-1) ...
  Selecting previously unselected package libfontenc1:amd64.
  Preparing to unpack .../libfontenc1_1%3a1.1.3-1_amd64.deb ...
  Unpacking libfontenc1:amd64 (1:1.1.3-1) ...
  Selecting previously unselected package libxfont1:amd64.
  Preparing to unpack .../libxfont1_1%3a1.5.1-1_amd64.deb ...
  Unpacking libxfont1:amd64 (1:1.5.1-1) ...
  Selecting previously unselected package xvfb.
  Preparing to unpack .../xvfb_2%3a1.18.3-1_amd64.deb ...
  Unpacking xvfb (2:1.18.3-1) ...
  Selecting previously unselected package libxmuu1:amd64.
  Preparing 

Processed: tagging 800898

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

> tags 800898 + pending
Bug #800898 [skrooge-common] skrooge-common: non-free images
Added tag(s) pending.
> thanks
Stopping processing here.

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



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

2016-06-21 Thread Debian Bug Tracking System
Your message dated Tue, 21 Jun 2016 17:24:51 +
with message-id 
and subject line Bug#827833: fixed in rglpk 0.6-1-2
has caused the Debian Bug report #827833,
regarding rglpk: 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.)


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

rglpk fails to build from source in unstable/amd64:

  [..]

  Preparing to unpack .../liblapack-dev_3.6.0-2_amd64.deb ...
  Unpacking liblapack-dev (3.6.0-2) ...
  Selecting previously unselected package libtinfo-dev:amd64.
  Preparing to unpack .../libtinfo-dev_6.0+20160319-2_amd64.deb ...
  Unpacking libtinfo-dev:amd64 (6.0+20160319-2) ...
  Selecting previously unselected package libncurses5-dev:amd64.
  Preparing to unpack .../libncurses5-dev_6.0+20160319-2_amd64.deb ...
  Unpacking libncurses5-dev:amd64 (6.0+20160319-2) ...
  Selecting previously unselected package libreadline6-dev:amd64.
  Preparing to unpack .../libreadline6-dev_6.3-8+b4_amd64.deb ...
  Unpacking libreadline6-dev:amd64 (6.3-8+b4) ...
  Selecting previously unselected package libreadline-dev:amd64.
  Preparing to unpack .../libreadline-dev_6.3-8+b4_amd64.deb ...
  Unpacking libreadline-dev:amd64 (6.3-8+b4) ...
  Selecting previously unselected package libjpeg62-turbo-dev:amd64.
  Preparing to unpack .../libjpeg62-turbo-dev_1%3a1.5.0-1_amd64.deb ...
  Unpacking libjpeg62-turbo-dev:amd64 (1:1.5.0-1) ...
  Selecting previously unselected package libjpeg-dev.
  Preparing to unpack .../libjpeg-dev_1%3a1.5.0-1_all.deb ...
  Unpacking libjpeg-dev (1:1.5.0-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 .../libpcre32-3_2%3a8.38-3.1_amd64.deb ...
  Unpacking libpcre32-3:amd64 (2:8.38-3.1) ...
  Selecting previously unselected package libpcrecpp0v5:amd64.
  Preparing to unpack .../libpcrecpp0v5_2%3a8.38-3.1_amd64.deb ...
  Unpacking libpcrecpp0v5:amd64 (2:8.38-3.1) ...
  Selecting previously unselected package libpcre3-dev:amd64.
  Preparing to unpack .../libpcre3-dev_2%3a8.38-3.1_amd64.deb ...
  Unpacking libpcre3-dev:amd64 (2:8.38-3.1) ...
  Selecting previously unselected package zlib1g-dev:amd64.
  Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2+b1_amd64.deb ...
  Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2+b1) ...
  Selecting previously unselected package libpng-dev:amd64.
  Preparing to unpack .../libpng-dev_1.6.23-1_amd64.deb ...
  Unpacking libpng-dev:amd64 (1.6.23-1) ...
  Selecting previously unselected package libbz2-dev:amd64.
  Preparing to unpack .../libbz2-dev_1.0.6-8_amd64.deb ...
  Unpacking libbz2-dev:amd64 (1.0.6-8) ...
  Selecting previously unselected package liblzma-dev:amd64.
  Preparing to unpack .../liblzma-dev_5.1.1alpha+20120614-2.1_amd64.deb ...
  Unpacking liblzma-dev:amd64 (5.1.1alpha+20120614-2.1) ...
  Selecting previously unselected package icu-devtools.
  Preparing to unpack .../icu-devtools_55.1-7_amd64.deb ...
  Unpacking icu-devtools (55.1-7) ...
  Selecting previously unselected package libicu-dev:amd64.
  Preparing to unpack .../libicu-dev_55.1-7_amd64.deb ...
  Unpacking libicu-dev:amd64 (55.1-7) ...
  Selecting previously unselected package cdbs.
  Preparing to unpack .../archives/cdbs_0.4.142_all.deb ...
  Unpacking cdbs (0.4.142) ...
  Selecting previously unselected package r-base-dev.
  Preparing to unpack .../r-base-dev_3.3.0.20160615-1_all.deb ...
  Unpacking r-base-dev (3.3.0.20160615-1) ...
  Selecting previously unselected package r-cran-slam.
  Preparing to unpack .../r-cran-slam_0.1-34-1_amd64.deb ...
  Unpacking r-cran-slam (0.1-34-1) ...
  Selecting previously unselected package libsuitesparseconfig4:amd64.
  Preparing to unpack .../libsuitesparseconfig4_1%3a4.5.3-1_amd64.deb ...
  Unpacking libsuitesparseconfig4:amd64 (1:4.5.3-1) ...
  Selecting previously unselected package libamd2:amd64.
  Preparing to unpack .../libamd2_1%3a4.5.3-1_amd64.deb ...
  Unpacking libamd2:amd64 (1:4.5.3-1) ...
  Selecting previously unselected package libcolamd2:amd64.
  Preparing to unpack 

Bug#827851: refind: fails to install in chroot without /dev/[sh]d?

2016-06-21 Thread Andreas Beckmann
Package: refind
Version: 0.10.3-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

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

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

  Selecting previously unselected package refind.
  (Reading database ... 
(Reading database ... 6632 files and directories currently installed.)
  Preparing to unpack .../refind_0.10.3-1_amd64.deb ...
  Unpacking refind (0.10.3-1) ...
  Setting up refind (0.10.3-1) ...
  Installing rEFInd to the ESP...
  efibootmgr: EFI variables are not supported on this system.
  ls: cannot access '/dev/[sh]d?': No such file or directory
  dpkg: error processing package refind (--configure):
   subprocess installed post-installation script returned error exit status 1
  Errors were encountered while processing:
   refind


cheers,

Andreas


refind_0.10.3-1.log.gz
Description: application/gzip


Bug#827850: python3-magics++: fails to install: Sorry: TabError: inconsistent use of tabs and spaces in indentation (macro.py, line 93)

2016-06-21 Thread Andreas Beckmann
Package: python3-magics++
Version: 2.28.0-4
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

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

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

  Selecting previously unselected package python3-magics++.
  (Reading database ... 
(Reading database ... 22090 files and directories currently installed.)
  Preparing to unpack .../python3-magics++_2.28.0-4_amd64.deb ...
  Unpacking python3-magics++ (2.28.0-4) ...
  Setting up python3-magics++ (2.28.0-4) ...
  Sorry: TabError: inconsistent use of tabs and spaces in indentation 
(macro.py, line 93)
  dpkg: error processing package python3-magics++ (--configure):
   subprocess installed post-installation script returned error exit status 1
  Errors were encountered while processing:
   python3-magics++


cheers,

Andreas


python3-magics++_2.28.0-4.log.gz
Description: application/gzip


Bug#827849: ppc64-diag-doc: fails to install: ppc64-diag-doc.postinst: /etc/ppc64-diag/ppc64_diag_setup: not found

2016-06-21 Thread Andreas Beckmann
Package: ppc64-diag-doc
Version: 2.7.1-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

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

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

  Selecting previously unselected package ppc64-diag-doc.
  (Reading database ... 
(Reading database ... 6446 files and directories currently installed.)
  Preparing to unpack .../ppc64-diag-doc_2.7.1-1_all.deb ...
  Unpacking ppc64-diag-doc (2.7.1-1) ...
  Setting up ppc64-diag-doc (2.7.1-1) ...
  /var/lib/dpkg/info/ppc64-diag-doc.postinst: 10: 
/var/lib/dpkg/info/ppc64-diag-doc.postinst: /etc/ppc64-diag/ppc64_diag_setup: 
not found
  dpkg: error processing package ppc64-diag-doc (--configure):
   subprocess installed post-installation script returned error exit status 127
  Errors were encountered while processing:
   ppc64-diag-doc


cheers,

Andreas


ppc64-diag-doc_2.7.1-1.log.gz
Description: application/gzip


Bug#827847: gcin: fails to install: dpkg: error: --compare-versions takes three arguments:

2016-06-21 Thread Andreas Beckmann
Package: gcin
Version: 2.8.4+dfsg1-4
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

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

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

  Selecting previously unselected package gcin.
  (Reading database ... 
(Reading database ... 15204 files and directories currently installed.)
  Preparing to unpack .../gcin_2.8.4+dfsg1-4_amd64.deb ...
  Unpacking gcin (2.8.4+dfsg1-4) ...
  Setting up gcin (2.8.4+dfsg1-4) ...
  dpkg: error: --compare-versions takes three arguments:   

  
  Type dpkg --help for help about installing and deinstalling packages [*];
  Use 'apt' or 'aptitude' for user-friendly package management;
  Type dpkg -Dhelp for a list of dpkg debug flag values;
  Type dpkg --force-help for a list of forcing options;
  Type dpkg-deb --help for help about manipulating *.deb files;
  
  Options marked [*] produce a lot of output - pipe it through 'less' or 'more' 
!
  dpkg: error processing package gcin (--configure):
   subprocess installed post-installation script returned error exit status 2
  Errors were encountered while processing:
   gcin


cheers,

Andreas


gcin_2.8.4+dfsg1-4.log.gz
Description: application/gzip


Bug#827846: gitlab: fails to install: fatal: Not a git repository (or any of the parent directories): .git

2016-06-21 Thread Andreas Beckmann
Package: gitlab
Version: 8.8.2+dfsg-5
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

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

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

  Selecting previously unselected package gitlab.
  Preparing to unpack .../gitlab_8.8.2+dfsg-5_all.deb ...
  Unpacking gitlab (8.8.2+dfsg-5) ...
  Setting up gitlab (8.8.2+dfsg-5) ...
  Creating/updating gitlab user account...
  adduser: Warning: The home directory `/var/lib/gitlab' does not belong to the 
user you are currently creating.
  Creating runtime directories for gitlab...
  Updating file permissions...
  Configuring hostname and email...
  Registering /etc/gitlab/gitlab.yml via ucf
  
  Creating config file /etc/gitlab/gitlab.yml with new version
  Registering /etc/gitlab/gitlab-debian.conf via ucf
  
  Creating config file /etc/gitlab/gitlab-debian.conf with new version
  
  Creating config file /etc/nginx/sites-available/localhost with new version
  Reloading nginx configuration...
  /usr/sbin/invoke-rc.d: 1: /usr/sbin/invoke-rc.d: /sbin/runlevel: not found
  invoke-rc.d: could not determine current runlevel
  invoke-rc.d: policy-rc.d denied execution of reload.
  Create database if not present
  psql: FATAL:  database "gitlab_production" does not exist
  psql: FATAL:  role "gitlab" does not exist
  Create gitlab user with create database privillege...
  CREATE ROLE
  Make gitlab user owner of gitlab_production database...
  ALTER DATABASE
  Grant all privileges to gitlab user...
  GRANT
  CREATE EXTENSION
  Verifying we have all required libraries...
  Resolving dependencies...
  Using rake 10.5.0
  Using CFPropertyList 2.2.8
  Using RedCloth 4.2.9
  Using ace-rails-ap 4.0.2
  Using i18n 0.7.0
  Using json 1.8.3
  Using minitest 5.9.0
  Using thread_safe 0.3.5
  Using builder 3.2.2
  Using erubis 2.7.0
  Using nokogiri 1.6.7.2
  Using rack 1.6.4
  Using mime-types 2.6.1
  Using arel 6.0.3
  Using thor 0.19.1
  Using addressable 2.4.0
  Using akismet 2.0.0
  Using allocations 1.0.3
  Using multipart-post 1.2.0
  Using multi_json 1.11.2
  Using jwt 1.0.0
  Using multi_xml 0.5.5
  Using asciidoctor 1.5.4
  Using encryptor 3.0.0
  Using attr_required 1.0.0
  Using execjs 2.6.0
  Using ice_nine 0.11.1
  Using babosa 1.0.2
  Using base32 0.3.2
  Using bcrypt 3.1.11
  Using sass 3.4.22
  Using browser 1.0.1
  Using bundler 1.12.5
  Using cal-heatmap-rails 3.6.0
  Using charlock_holmes 0.7.3
  Using coffee-script-source 1.10.0
  Using colorize 0.7.7
  Using concurrent-ruby 1.0.0
  Using connection_pool 2.2.0
  Using safe_yaml 1.0.4
  Using creole 0.5.0
  Using orm_adapter 0.5.0
  Using rotp 2.1.1
  Using diff-lcs 1.2.5
  Using diffy 3.0.6
  Using email_reply_parser 0.5.8
  Using equalizer 0.0.10
  Using escape_utils 1.1.0
  Using eventmachine 1.0.7
  Using excon 0.49.0
  Using expression_parser 0.9.1
  Using formatador 0.2.1
  Using ipaddress 0.8.3
  Using inflecto 0.0.2
  Using rugged 0.24.0
  Using github-markup 1.4.0
  Using posix-spawn 0.3.11
  Using rouge 1.11.0
  Using stringex 2.5.2
  Using request_store 1.3.0
  Using hashie 3.4.4
  Using tilt 2.0.1
  Using sexp_processor 4.4.4
  Using mimemagic 0.3.0
  Using htmlentities 4.3.3
  Using http_parser.rb 0.6.0
  Using httpclient 2.7.1
  Using jquery-atwho-rails 1.3.2
  Using kgio 2.10.0
  Using systemu 2.6.5
  Using mail_room 0.7.0
  Using method_source 0.8.2
  Using mousetrap-rails 1.4.6
  Using nested_form 0.3.2
  Using net-ldap 0.12.1
  Using net-ssh 3.0.1
  Using oauth 0.4.7
  Using timfel-krb5-auth 0.8.3
  Using pyu-ruby-sasl 0.0.3.3
  Using rubyntlm 0.3.4
  Using rubypants 0.2.0
  Using pg 0.18.4
  Using rack-cors 0.4.0
  Using raindrops 0.16.0
  Using raphael-rails 2.1.2
  Using rdoc 4.2.1
  Using recaptcha 0.4.0
  Using redcarpet 3.3.4
  Using redis 3.2.2
  Using rinku 1.7.3
  Using rqrcode 0.4.2
  Using rufus-scheduler 3.1.10
  Using settingslogic 2.0.9
  Using simple_oauth 0.3.1
  Using six 0.2.0
  Using slack-notifier 1.2.1
  Using state_machines 0.4.0
  Using underscore-rails 1.8.2
  Using unf_ext 0.0.7.2
  Using version_sorter 2.0.0
  Using fission 0.5.0
  Using gemojione 2.2.1
  Using influxdb 0.2.3
  Using tzinfo 1.2.2
  Using descendants_tracker 0.0.4
  Using loofah 2.0.3
  Using sanitize 2.1.0
  Using rack-test 0.6.3
  Using warden 1.2.3
  Using sprockets 3.3.0
  Using rack-accept 0.4.5
  Using rack-mount 0.8.3
  Using rack-attack 4.3.1
  Using rack-protection 1.5.3
  Using mail 2.6.3
  Using select2-rails 3.5.9.3
  Using css_parser 1.3.6
  Using faraday 0.9.2
  Using fog-json 1.0.0
  Using httparty 0.13.7
  Using attr_encrypted 1.3.4
  Using autoprefixer-rails 6.3.3.1
  Using uglifier 2.7.2
  Using coffee-script 2.4.1
  Using crack 0.4.3
  Using fog-core 1.40.0
  Using gemnasium-gitlab-service 0.2.6
  Using github-linguist 4.7.2
  Using gollum-rugged_adapter 0.4.2
  Using licensee 

Bug#827845: hime: fails to install: dpkg: error: --compare-versions takes three arguments:

2016-06-21 Thread Andreas Beckmann
Package: hime
Version: 0.9.10+git20150916+dfsg1-3
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

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

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

  Selecting previously unselected package hime.
  (Reading database ... 
(Reading database ... 8446 files and directories currently installed.)
  Preparing to unpack .../hime_0.9.10+git20150916+dfsg1-3_amd64.deb ...
  Unpacking hime (0.9.10+git20150916+dfsg1-3) ...
  Setting up hime (0.9.10+git20150916+dfsg1-3) ...
  dpkg: error: --compare-versions takes three arguments:   

  
  Type dpkg --help for help about installing and deinstalling packages [*];
  Use 'apt' or 'aptitude' for user-friendly package management;
  Type dpkg -Dhelp for a list of dpkg debug flag values;
  Type dpkg --force-help for a list of forcing options;
  Type dpkg-deb --help for help about manipulating *.deb files;
  
  Options marked [*] produce a lot of output - pipe it through 'less' or 'more' 
!
  dpkg: error processing package hime (--configure):
   subprocess installed post-installation script returned error exit status 2
  Errors were encountered while processing:
   hime


cheers,

Andreas


hime_0.9.10+git20150916+dfsg1-3.log.gz
Description: application/gzip


Bug#826688: marked as done (python-openturns-dev: fails to upgrade from 'sid' - trying to overwrite /usr/include/openturns/swig/ANCOVA.i)

2016-06-21 Thread Debian Bug Tracking System
Your message dated Tue, 21 Jun 2016 16:28:16 +
with message-id 
and subject line Bug#826688: fixed in openturns 1.7-3
has caused the Debian Bug report #826688,
regarding python-openturns-dev: fails to upgrade from 'sid' - trying to 
overwrite /usr/include/openturns/swig/ANCOVA.i
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.)


-- 
826688: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=826688
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-openturns-dev
Version: 1.7-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

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

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

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

  Selecting previously unselected package python-openturns-dev.
  Preparing to unpack .../python-openturns-dev_1.7-1_all.deb ...
  Unpacking python-openturns-dev (1.7-1) ...
  dpkg: error processing archive 
/var/cache/apt/archives/python-openturns-dev_1.7-1_all.deb (--unpack):
   trying to overwrite '/usr/include/openturns/swig/ANCOVA.i', which is also in 
package libopenturns-dev 1.5-7+b2
  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  Errors were encountered while processing:
   /var/cache/apt/archives/python-openturns-dev_1.7-1_all.deb


cheers,

Andreas


libopenturns-dev=1.5-7+b2_python-openturns-dev=1.7-1.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Source: openturns
Source-Version: 1.7-3

We believe that the bug you reported is fixed in the latest version of
openturns, 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.
Mattia Rizzolo  (supplier of updated openturns package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 21 Jun 2016 08:16:28 +
Source: openturns
Binary: libopenturns0.8 libopenturns-dev libopenturns0.8-dbg python-openturns 
python3-openturns python-openturns-dev r-other-rot openturns-examples 
openturns-validation
Architecture: source
Version: 1.7-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Mattia Rizzolo 
Description:
 libopenturns-dev - headers and development libraries for OpenTURNS
 libopenturns0.8 - dynamic libraries for OpenTURNS
 libopenturns0.8-dbg - debug symbols for OpenTURNS
 openturns-examples - examples of OpenTURNS functionalities
 openturns-validation - validation files for OpenTURNS
 python-openturns - Python front-end of OpenTURNS (aka TUI)
 python-openturns-dev - Python front-end of OpenTURNS (transitional package)
 python3-openturns - Python3 front-end of OpenTURNS (aka TUI)
 r-other-rot - GNU R package of few tools needed by OpenTURNS
Closes: 826688
Changes:
 openturns (1.7-3) unstable; urgency=medium
 .
   * Team upload.
   * Keep swig files only in libopenturns-dev, not also in python-openturns-dev.
 Closes: #826688
Checksums-Sha1:
 f281c5c7b830789ede178b85be56d9e694194df9 2745 openturns_1.7-3.dsc
 1168781be1e1a9b31633ba51161e4a80a639baac 17332 openturns_1.7-3.debian.tar.xz
Checksums-Sha256:
 21ddd8b8e862c469fca200cf41a137cd7b5d194fb45a9b89108ecfc25a8666f2 2745 
openturns_1.7-3.dsc
 c3e6a582445f152aa8d61c774313c96b1adc1b3178c3c9014eb0c4d40061a69c 17332 
openturns_1.7-3.debian.tar.xz
Files:
 3f59c64d1c0ac8872f3d9d14821f6a38 2745 science extra openturns_1.7-3.dsc
 eb3d35eb8414ccc5f22b01893288625a 17332 science extra 
openturns_1.7-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJXaVl+AAoJEEsEP825REVAAO0P/3uckKlMOuFCQG8zGA/c3/Kh
/YPbJ8hS7Fq7neypVfczXgz37mL6gPUECHi5jZdIgVvOaX8sTRZtn4n9yHwK5/Er
XmObS4+xYU7Yk7zPvmXi9+zaLjlkRJPrTms//KbmuH/cb5ZdmUApzrex0AKv0pjC

Bug#827837: marked as done (python3-binwalk: fails to upgrade from 'testing' - trying to overwrite /usr/lib/python3/dist-packages/binwalk/__init__.py)

2016-06-21 Thread Debian Bug Tracking System
Your message dated Tue, 21 Jun 2016 16:20:00 +
with message-id 
and subject line Bug#827837: fixed in binwalk 2.1.1-8
has caused the Debian Bug report #827837,
regarding python3-binwalk: fails to upgrade from 'testing' - trying to 
overwrite /usr/lib/python3/dist-packages/binwalk/__init__.py
to be marked as done.

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

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


-- 
827837: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827837
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-binwalk
Version: 2.1.1-7
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

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

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

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

  Selecting previously unselected package python3-binwalk.
  Preparing to unpack .../python3-binwalk_2.1.1-7_all.deb ...
  Unpacking python3-binwalk (2.1.1-7) ...
  dpkg: error processing archive 
/var/cache/apt/archives/python3-binwalk_2.1.1-7_all.deb (--unpack):
   trying to overwrite '/usr/lib/python3/dist-packages/binwalk/__init__.py', 
which is also in package binwalk 2.1.1-6
  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  Errors were encountered while processing:
   /var/cache/apt/archives/python3-binwalk_2.1.1-7_all.deb

cheers,

Andreas


binwalk=2.1.1-6_python3-binwalk=2.1.1-7.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Source: binwalk
Source-Version: 2.1.1-8

We believe that the bug you reported is fixed in the latest version of
binwalk, 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.
Gianfranco Costamagna  (supplier of updated binwalk 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 21 Jun 2016 17:38:50 +0200
Source: binwalk
Binary: python3-binwalk binwalk
Architecture: source
Version: 2.1.1-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools Packaging Team 

Changed-By: Gianfranco Costamagna 
Description:
 binwalk- tool library for analyzing binary blobs and executable code
 python3-binwalk - Python3 library for analyzing binary blobs and executable 
code
Closes: 827837
Changes:
 binwalk (2.1.1-8) unstable; urgency=medium
 .
   * Fix version check (Closes: #827837)
 - thanks Andreas Beckmann for the report!
Checksums-Sha1:
 f2e1f06bfc2639a885948165c04383b2ed62fb21 2067 binwalk_2.1.1-8.dsc
 24f2d36a2bca1ddb8292a2f705d63971b8b2587c 6740 binwalk_2.1.1-8.debian.tar.xz
Checksums-Sha256:
 330c07c65f923a8c5718d9e7149fb0bf535f0a4f633f0fd69f67be8b926ca406 2067 
binwalk_2.1.1-8.dsc
 a5884c78c2c63bdff79a210848ffb85261be1df4a00f9b723c0fc8f71150c975 6740 
binwalk_2.1.1-8.debian.tar.xz
Files:
 d07b4437e91e71ea5049f421b09aa58c 2067 devel optional binwalk_2.1.1-8.dsc
 682ad3bf25521e0dd795034cf07df661 6740 devel optional 
binwalk_2.1.1-8.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJXaWBaAAoJEPNPCXROn13Zr90QAMs7lTqKoopbzgPhYn2KeRxo
NwGtZ41mdApkr8qWlT0Ul9XHnERfPRJEN3Hf7gFoJO2HcpzGk5bMsh/bS5YTk2lY
t9lXsvgOuwNjHrCPZwv5u/N0aF9avp5oiA1oPMI33EuDIQO06plDZeB/2i60Tvn6
UukIUHBeqeuZd0iH+lu8c1ZONhXCuhyKrPz4Pw2MUHn+zQmXeL277KLGYRE2uVn5
1wEsWGEKIkfYs7t3CMyG6C45FAZvRLQAQ8kNkvb49NN3lpnSMYCxA4QYsN5xnIK7
S1ZVDHyTuKgRNiEFtVHZa5VMANT0sTEo6THD1ePxCi4h45BRnutLtmjdnp1GHu6i
nQkIuqUU46FiSOYti0EvcpbNeb29fSWWCGbA6cAPC3p9CBaoOo0UQEZ25M1EqeOu
5wk/4DsPnEOrdssoHK6OJRH9ynLtgIJ9CvMNKp09mZmAHKyPW7cEBgjweCvDrwbi
lMwWcEC7xakeMSDBV9nETjV3E3XMjHY8ACkbvcPQlnKSFOMUGO5iwOWn+hTfjDLk
fEeHXT08YvG/dO91bspQWoDdvU8jtwhBXYaTsBQX3vsbfg3Lt8cF7gnmgAEV18pf
ge4D59ubeooTfPlBOR//2FvG0ZaU6xMoyL2+svvur8YjRwxyjRsRP5voRugHWvmp
IaQSGGz1ly+oi8WV7jGP
=ZxvL
-END PGP SIGNATURE End Message 

Bug#794316: can't unlock desktop

2016-06-21 Thread Quentin BUISSON-DEBON
Package: gdm3
Version: 3.14.1-7
Followup-For: Bug #794316

Hi,

>>My laptop screen had been locked for a while.  I typed the password and
>>nothing happened.  After a few seconds, the screen went blank again.

Same issue here but without the blank screen --> Just a freeze of gdm3 with the
login screen.

when i do a "CTRL+ALT+F2", log in with my user then type "sudo servie gdm3
restart", my laptop in unfreeze, I can log in again on Gnome3, but i loose my
sessins windows with this way

Hope it will help you



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

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

Versions of packages gdm3 depends on:
ii  accountsservice   0.6.37-3+b1
ii  adduser   3.113+nmu3
ii  cinnamon [x-window-manager]   2.2.16-5
ii  dconf-cli 0.22.0-1
ii  dconf-gsettings-backend   0.22.0-1
ii  debconf [debconf-2.0] 1.5.56
ii  gir1.2-gdm3   3.14.1-7
ii  gnome-session [x-session-manager] 3.14.0-2
ii  gnome-session-bin 3.14.0-2
ii  gnome-settings-daemon 3.14.2-3
ii  gnome-shell   3.14.4-1~deb8u1
ii  gnome-terminal [x-terminal-emulator]  3.14.1-1+deb8u1
ii  gsettings-desktop-schemas 3.14.1-1
ii  kde-window-manager [x-window-manager] 4:4.11.13-2
ii  konsole [x-terminal-emulator] 4:4.14.2-1
ii  libaccountsservice0   0.6.37-3+b1
ii  libaudit1 1:2.4-1+b1
ii  libc6 2.19-18+deb8u4
ii  libcanberra-gtk3-00.30-2.1
ii  libcanberra0  0.30-2.1
ii  libgdk-pixbuf2.0-02.31.1-2+deb8u5
ii  libgdm1   3.14.1-7
ii  libglib2.0-0  2.42.1-1+b1
ii  libglib2.0-bin2.42.1-1+b1
ii  libgtk-3-03.14.5-1+deb8u1
ii  libpam-modules1.1.8-3.1+deb8u1+b1
ii  libpam-runtime1.1.8-3.1+deb8u1
ii  libpam-systemd215-17+deb8u4
ii  libpam0g  1.1.8-3.1+deb8u1+b1
ii  librsvg2-common   2.40.5-1+deb8u2
ii  libselinux1   2.3-2
ii  libsystemd0   215-17+deb8u4
ii  libwrap0  7.6.q-25
ii  libx11-6  2:1.6.2-3
ii  libxau6   1:1.0.8-1
ii  libxdmcp6 1:1.1.1-1+b1
ii  libxrandr22:1.4.2-1+b1
ii  lsb-base  4.1+Debian13+nmu1
ii  lxsession [x-session-manager] 0.5.1-2
ii  lxterminal [x-terminal-emulator]  0.2.0-1
ii  marco [x-window-manager]  1.8.2+dfsg1-6
ii  mate-session-manager [x-session-manager]  1.8.1-8
ii  mate-terminal [x-terminal-emulator]   1.8.1+dfsg1-4
ii  metacity [x-window-manager]   1:3.14.3-1
ii  muffin [x-window-manager] 2.2.6-4
ii  mutter [x-window-manager] 3.14.4-1~deb8u1
ii  openbox [x-window-manager]3.5.2-8
ii  policykit-1   0.105-8
ii  terminator [x-terminal-emulator]  0.97-4
ii  ucf   3.0030
ii  x11-common1:7.7+7
ii  x11-xserver-utils 7.7+3+b1
ii  xfce4-session [x-session-manager] 4.10.1-10
ii  xfce4-terminal [x-terminal-emulator]  0.6.3-1+b1
ii  xfwm4 [x-window-manager]  4.10.1-3
ii  xterm [x-terminal-emulator]   312-2

Versions of packages gdm3 recommends:
ii  at-spi2-core   2.14.0-1
ii  desktop-base   8.0.2
ii  gnome-icon-theme   3.12.0-1
ii  gnome-icon-theme-symbolic  3.12.0-1
ii  x11-xkb-utils  7.7+1
ii  xserver-xephyr 2:1.16.4-1
ii  xserver-xorg   1:7.7+7
ii  zenity 3.14.0-1

Versions of packages gdm3 suggests:
ii  gnome-orca3.14.0-4+deb8u1
ii  libpam-gnome-keyring  3.14.0-1+b1

-- debconf information:
* shared/default-x-display-manager: gdm3
  gdm3/daemon_name: /usr/sbin/gdm3



Processed: tagging 827810

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

> tags 827810 + sid stretch
Bug #827810 [src:scanlogd] scanlogd: FTBFS: dh_clean: Please specify the 
compatibility level in debian/compat
Added tag(s) sid and stretch.
> thanks
Stopping processing here.

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



Bug#827837: marked as pending

2016-06-21 Thread Gianfranco Costamagna
tag 827837 pending
thanks

Hello,

Bug #827837 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-security/binwalk.git;a=commitdiff;h=7263cf4

---
commit 7263cf49e5c844dac9a70d4e7d502a0e3da417fc
Author: Gianfranco Costamagna 
Date:   Tue Jun 21 17:41:47 2016 +0200

Fix RC bug from Andreas Beckmann

diff --git a/debian/changelog b/debian/changelog
index 2f137c0..7a5afd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+binwalk (2.1.1-8) unstable; urgency=medium
+
+  * Fix version check (Closes: #827837)
+- thanks Andreas Beckmann for the report!
+
+ -- Gianfranco Costamagna   Tue, 21 Jun 2016 
17:38:50 +0200
+
 binwalk (2.1.1-7) unstable; urgency=medium
 
   * Provide a python3-binwalk package, together



Processed: Bug#827837 marked as pending

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

> tag 827837 pending
Bug #827837 [python3-binwalk] python3-binwalk: fails to upgrade from 'testing' 
- trying to overwrite /usr/lib/python3/dist-packages/binwalk/__init__.py
Added tag(s) pending.
> thanks
Stopping processing here.

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



Bug#827837: python3-binwalk: fails to upgrade from 'testing' - trying to overwrite /usr/lib/python3/dist-packages/binwalk/__init__.py

2016-06-21 Thread Andreas Beckmann
Package: python3-binwalk
Version: 2.1.1-7
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

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

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

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

  Selecting previously unselected package python3-binwalk.
  Preparing to unpack .../python3-binwalk_2.1.1-7_all.deb ...
  Unpacking python3-binwalk (2.1.1-7) ...
  dpkg: error processing archive 
/var/cache/apt/archives/python3-binwalk_2.1.1-7_all.deb (--unpack):
   trying to overwrite '/usr/lib/python3/dist-packages/binwalk/__init__.py', 
which is also in package binwalk 2.1.1-6
  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  Errors were encountered while processing:
   /var/cache/apt/archives/python3-binwalk_2.1.1-7_all.deb

cheers,

Andreas


binwalk=2.1.1-6_python3-binwalk=2.1.1-7.log.gz
Description: application/gzip


Bug#817532: Shouldn't Debian Perl team take over libgetopt-mixed-perl

2016-06-21 Thread Axel Beckert
Hi,

Andreas Tille wrote:
> I'm a bit astonished that there exist de-facto orphaned Perl packages

Maybe I'm just a little bit more cautious about the "de-facto" part of
that sentence...

> inside Debian and Debian Perl team has no grip on it ...

My first goal was to fix the issue, especially because multiple of my
packages are affected by this RC bug.

A potential takeover needs less streamlined politics than just an NMU.
But yes, a takeover is something I already thought about.

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



Processed: Re: Bug#827797: ncurses-bin: The files under /usr/bin/ are missing.

2016-06-21 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 grave
Bug #827797 [ncurses-bin] ncurses-bin: The files under /usr/bin/ are missing.
Severity set to 'grave' from 'important'

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



Bug#827829: giza-dev: file conflict with pgplot5: /usr/include/cpgplot.h

2016-06-21 Thread Ole Streicher
Control: severity -1 important

Hi Andreas,

to justify the severity: Since pgplot5 is in non-free which is formally
not part of Debian, why do you think it is a policy violation when
giza-dev has an undeclared conflict with it?

https://www.debian.org/doc/debian-policy/ch-archive.html#s-main

"The main archive area comprises the Debian distribution. Only the
packages in this area are considered part of the distribution."

Therefore, I would consider this as non-RC.

Best regards

Ole



Bug#827836: kde-l10n: missing Breaks+Replaces against kde-telepathy-call-ui

2016-06-21 Thread Andreas Beckmann
Source: kde-l10n
Version: 4:16.04.2-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

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

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

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

  Selecting previously unselected package kde-l10n-bg.
  Preparing to unpack .../kde-l10n-bg_4%3a16.04.2-1_all.deb ...
  Unpacking kde-l10n-bg (4:16.04.2-1) ...
  dpkg: error processing archive 
/var/cache/apt/archives/kde-l10n-bg_4%3a16.04.2-1_all.deb (--unpack):
   trying to overwrite '/usr/share/locale/bg/LC_MESSAGES/ktp-call-ui.mo', which 
is also in package kde-telepathy-call-ui 0.9.0-2+b2
  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  Errors were encountered while processing:
   /var/cache/apt/archives/kde-l10n-bg_4%3a16.04.2-1_all.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)


This happens in all kde-l10n-XX packages.


cheers,

Andreas



Bug#817550: Any news?

2016-06-21 Thread José Luis Tallón

On 06/21/2016 12:34 PM, Michael Meskes wrote:

Any news on this? I don't like seeing my packages removed from testing
because of this. Obviously I'd be willing to sponsor (or NMU) if
needed.


Either is fine with me, to be honest.

The changes needed are fairly minimal for libsieve, AFAIK.
(thank you for the guidelines, Niels)



Will try to follow up later today.



Processed: Re: giza-dev: file conflict with pgplot5: /usr/include/cpgplot.h

2016-06-21 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 important
Bug #827829 [giza-dev] giza-dev: file conflict with pgplot5: 
/usr/include/cpgplot.h
Severity set to 'important' from 'serious'

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



Bug#827835: ruby-xmlparser: FTBFS: xmlparser.so: undefined symbol: ENC_TO_ENCINDEX - [..]/ruby-xmlparser/ruby-xmlparser-0.7.3/debian/ruby-xmlparser/usr/lib/x86_64-linux-gnu/ruby/vendor_ruby/2.3.0/xmlp

2016-06-21 Thread Chris Lamb
 [-Wint-conversion]
 GET_PARSER(recv, parser);
^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1205:41: note: in definition of macro 
'Data_Get_Struct'
   ((sval) = (type*)rb_data_object_get(obj))
   ^
  xmlparser.c:955:3: note: in expansion of macro 'GET_PARSER'
 GET_PARSER(recv, parser);
 ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1397:1: note: expected 'VALUE {aka long 
unsigned int}' but argument is of type 'void *'
   rb_data_object_get(VALUE obj)
   ^
  xmlparser.c: In function 'myAttlistDeclHandler':
  xmlparser.c:970:14: warning: passing argument 1 of 'rb_data_object_get' makes 
integer from pointer without a cast [-Wint-conversion]
 GET_PARSER(recv, parser);
^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1205:41: note: in definition of macro 
'Data_Get_Struct'
   ((sval) = (type*)rb_data_object_get(obj))
   ^
  xmlparser.c:970:3: note: in expansion of macro 'GET_PARSER'
 GET_PARSER(recv, parser);
 ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1397:1: note: expected 'VALUE {aka long 
unsigned int}' but argument is of type 'void *'
   rb_data_object_get(VALUE obj)
   ^
  xmlparser.c: In function 'myXmlDeclHandler':
  xmlparser.c:986:14: warning: passing argument 1 of 'rb_data_object_get' makes 
integer from pointer without a cast [-Wint-conversion]
 GET_PARSER(recv, parser);
^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1205:41: note: in definition of macro 
'Data_Get_Struct'
   ((sval) = (type*)rb_data_object_get(obj))
   ^
  xmlparser.c:986:3: note: in expansion of macro 'GET_PARSER'
 GET_PARSER(recv, parser);
 ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1397:1: note: expected 'VALUE {aka long 
unsigned int}' but argument is of type 'void *'
   rb_data_object_get(VALUE obj)
   ^
  xmlparser.c: In function 'myEntityDeclHandler':
  xmlparser.c:1005:14: warning: passing argument 1 of 'rb_data_object_get' 
makes integer from pointer without a cast [-Wint-conversion]
 GET_PARSER(recv, parser);
^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1205:41: note: in definition of macro 
'Data_Get_Struct'
   ((sval) = (type*)rb_data_object_get(obj))
   ^
  xmlparser.c:1005:3: note: in expansion of macro 'GET_PARSER'
 GET_PARSER(recv, parser);
 ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1397:1: note: expected 'VALUE {aka long 
unsigned int}' but argument is of type 'void *'
   rb_data_object_get(VALUE obj)
   ^
  xmlparser.c: In function 'myUnknownEncodingHandler':
  xmlparser.c:1299:14: warning: passing argument 1 of 'rb_data_object_get' 
makes integer from pointer without a cast [-Wint-conversion]
 GET_PARSER(recv, parser);
^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1205:41: note: in definition of macro 
'Data_Get_Struct'
   ((sval) = (type*)rb_data_object_get(obj))
   ^
  xmlparser.c:1299:3: note: in expansion of macro 'GET_PARSER'
 GET_PARSER(recv, parser);
 ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1397:1: note: expected 'VALUE {aka long 
unsigned int}' but argument is of type 'void *'
   rb_data_object_get(VALUE obj)
   ^
  xmlparser.c: In function 'mySkippedEntityHandler':
  xmlparser.c:1355:14: warning: passing argument 1 of 'rb_data_object_get' 
makes integer from pointer without a cast [-Wint-conversion]
 GET_PARSER(recv, parser);
^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1205:41: note: in definition of macro 
'Data_Get_Struct'
   ((sval) = (type*)rb_data_object_get(obj))
   ^
  xmlparser.c:1355:3: note: in expansion of macro 'GET_PARSER'
 GET_PARSER(recv, parser);
 ^
  /usr/include/ruby-2.3.0/ruby/ruby.h:1397:1: note: expected 'VALUE {aka long 
unsigned int}' but argument is of type 'void *'
   rb_data_object_get(VALUE obj)
   ^
  xmlparser.c: In function 'XMLParser_parse':
  xmlparser.c:1806:16: warning: implicit declaration of function 
'ENC_TO_ENCINDEX' [-Wimplicit-function-declaration]
 if ((int)ENC_TO_ENCINDEX(enc) != rb_ascii8bit_encindex()) {
  ^
  rm -f xmlparser.so
  gcc -shared -o xmlparser.so xmlparser.o -L. -L/usr/lib/x86_64-linux-gnu -L. 
-Wl,-z,relro -Wl,-z,now -fstack-protector -rdynamic -Wl,-export-dynamic
-lruby-2.3 -lexpat  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  make[2]: Leaving directory 
'/home/lamby/temp/cdt.20160621160805.waMuOdADJH.ruby-xmlparser/ruby-xmlparser-0.7.3/ext'
  current directory: 
/home/lamby/temp/cdt.20160621160805.waMuOdADJH.ruby-xmlparser/ruby-xmlparser-0.7.3/ext
  make V=1 "DESTDIR=" install
  make[2]: Entering directory 
'/home/lamby/temp/cdt.20160621160805.waMuOdADJH.ruby-xmlparser/ruby-xmlparser-0.7.3/ext'
  /bin/mkdir -p . ./.gem.20160621-4068-3dd2un
  exit > .RUBYARCHDIR.time
  /usr/bin/install -c -m 0755 xmlparser.so ./.gem.20160621-4068-3d

Bug#827833: rglpk: FTBFS: dh_clean: Please specify the compatibility level in debian/compat

2016-06-21 Thread Chris Lamb
Source: rglpk
Version: 0.6-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,

rglpk fails to build from source in unstable/amd64:

  [..]

  Preparing to unpack .../liblapack-dev_3.6.0-2_amd64.deb ...
  Unpacking liblapack-dev (3.6.0-2) ...
  Selecting previously unselected package libtinfo-dev:amd64.
  Preparing to unpack .../libtinfo-dev_6.0+20160319-2_amd64.deb ...
  Unpacking libtinfo-dev:amd64 (6.0+20160319-2) ...
  Selecting previously unselected package libncurses5-dev:amd64.
  Preparing to unpack .../libncurses5-dev_6.0+20160319-2_amd64.deb ...
  Unpacking libncurses5-dev:amd64 (6.0+20160319-2) ...
  Selecting previously unselected package libreadline6-dev:amd64.
  Preparing to unpack .../libreadline6-dev_6.3-8+b4_amd64.deb ...
  Unpacking libreadline6-dev:amd64 (6.3-8+b4) ...
  Selecting previously unselected package libreadline-dev:amd64.
  Preparing to unpack .../libreadline-dev_6.3-8+b4_amd64.deb ...
  Unpacking libreadline-dev:amd64 (6.3-8+b4) ...
  Selecting previously unselected package libjpeg62-turbo-dev:amd64.
  Preparing to unpack .../libjpeg62-turbo-dev_1%3a1.5.0-1_amd64.deb ...
  Unpacking libjpeg62-turbo-dev:amd64 (1:1.5.0-1) ...
  Selecting previously unselected package libjpeg-dev.
  Preparing to unpack .../libjpeg-dev_1%3a1.5.0-1_all.deb ...
  Unpacking libjpeg-dev (1:1.5.0-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 .../libpcre32-3_2%3a8.38-3.1_amd64.deb ...
  Unpacking libpcre32-3:amd64 (2:8.38-3.1) ...
  Selecting previously unselected package libpcrecpp0v5:amd64.
  Preparing to unpack .../libpcrecpp0v5_2%3a8.38-3.1_amd64.deb ...
  Unpacking libpcrecpp0v5:amd64 (2:8.38-3.1) ...
  Selecting previously unselected package libpcre3-dev:amd64.
  Preparing to unpack .../libpcre3-dev_2%3a8.38-3.1_amd64.deb ...
  Unpacking libpcre3-dev:amd64 (2:8.38-3.1) ...
  Selecting previously unselected package zlib1g-dev:amd64.
  Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2+b1_amd64.deb ...
  Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2+b1) ...
  Selecting previously unselected package libpng-dev:amd64.
  Preparing to unpack .../libpng-dev_1.6.23-1_amd64.deb ...
  Unpacking libpng-dev:amd64 (1.6.23-1) ...
  Selecting previously unselected package libbz2-dev:amd64.
  Preparing to unpack .../libbz2-dev_1.0.6-8_amd64.deb ...
  Unpacking libbz2-dev:amd64 (1.0.6-8) ...
  Selecting previously unselected package liblzma-dev:amd64.
  Preparing to unpack .../liblzma-dev_5.1.1alpha+20120614-2.1_amd64.deb ...
  Unpacking liblzma-dev:amd64 (5.1.1alpha+20120614-2.1) ...
  Selecting previously unselected package icu-devtools.
  Preparing to unpack .../icu-devtools_55.1-7_amd64.deb ...
  Unpacking icu-devtools (55.1-7) ...
  Selecting previously unselected package libicu-dev:amd64.
  Preparing to unpack .../libicu-dev_55.1-7_amd64.deb ...
  Unpacking libicu-dev:amd64 (55.1-7) ...
  Selecting previously unselected package cdbs.
  Preparing to unpack .../archives/cdbs_0.4.142_all.deb ...
  Unpacking cdbs (0.4.142) ...
  Selecting previously unselected package r-base-dev.
  Preparing to unpack .../r-base-dev_3.3.0.20160615-1_all.deb ...
  Unpacking r-base-dev (3.3.0.20160615-1) ...
  Selecting previously unselected package r-cran-slam.
  Preparing to unpack .../r-cran-slam_0.1-34-1_amd64.deb ...
  Unpacking r-cran-slam (0.1-34-1) ...
  Selecting previously unselected package libsuitesparseconfig4:amd64.
  Preparing to unpack .../libsuitesparseconfig4_1%3a4.5.3-1_amd64.deb ...
  Unpacking libsuitesparseconfig4:amd64 (1:4.5.3-1) ...
  Selecting previously unselected package libamd2:amd64.
  Preparing to unpack .../libamd2_1%3a4.5.3-1_amd64.deb ...
  Unpacking libamd2:amd64 (1:4.5.3-1) ...
  Selecting previously unselected package libcolamd2:amd64.
  Preparing to unpack .../libcolamd2_1%3a4.5.3-1_amd64.deb ...
  Unpacking libcolamd2:amd64 (1:4.5.3-1) ...
  Selecting previously unselected package libltdl7:amd64.
  Preparing to unpack .../libltdl7_2.4.6-0.1_amd64.deb ...
  Unpacking libltdl7:amd64 (2.4.6-0.1) ...
  Selecting previously unselected package libglpk40:amd64.
  Preparing to unpack .../libglpk40_4.60-2+b1_amd64.deb ...
  Unpacking libglpk40:amd64 (4.60-2+b1) ...
  Selecting previously unselected package libgmpxx4ldbl:amd64.
  Preparing to unpack .../libgmpxx4ldbl_2%3a6.1.0+dfsg-2_amd64.deb ...
  Unpacking libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ...
  Selecting previously unselected package libgmp-dev:amd64.
  Preparing to unpack .../libgmp-dev_2%3a6.1.0+dfsg-2_amd64.deb ...
  Unpacking libgmp-dev:amd64 (2:6.1.0+dfsg-2) ...
  Selecting previously unselected package libcamd2:amd64.
  Preparing to unpack .../libcamd2_1%3a4.5.3-1_amd64.deb 

Bug#827834: ruby-state-machine: FTBFS: machine_test.rb:3264:in `': uninitialized constant MachineDrawingTest::Constants (NameError)

2016-06-21 Thread Chris Lamb
Source: ruby-state-machine
Version: 1.2.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-state-machine fails to build from source in unstable/amd64:

  [..]

  Preparing to unpack .../ruby-activemodel_2%3a4.2.6-1_all.deb ...
  Unpacking ruby-activemodel (2:4.2.6-1) ...
  Selecting previously unselected package ruby-arel.
  Preparing to unpack .../ruby-arel_6.0.3-2_all.deb ...
  Unpacking ruby-arel (6.0.3-2) ...
  Selecting previously unselected package ruby-activerecord.
  Preparing to unpack .../ruby-activerecord_2%3a4.2.6-1_all.deb ...
  Unpacking ruby-activerecord (2:4.2.6-1) ...
  Selecting previously unselected package ruby-sqlite3.
  Preparing to unpack .../ruby-sqlite3_1.3.11-2_amd64.deb ...
  Unpacking ruby-sqlite3 (1.3.11-2) ...
  Processing triggers for man-db (2.7.5-1) ...
  Processing triggers for libc-bin (2.22-12) ...
  Processing triggers for systemd (230-2) ...
  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.0+dfsg-2) ...
  Setting up libgmp-dev:amd64 (2:6.1.0+dfsg-2) ...
  Setting up libcdt5 (2.38.0-14) ...
  Setting up libcgraph6 (2.38.0-14) ...
  Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-1.2) ...
  Setting up libpng16-16:amd64 (1.6.23-1) ...
  Setting up libfreetype6:amd64 (2.6.3-3+b1) ...
  Setting up ucf (3.0036) ...
  Setting up fonts-dejavu-core (2.35-1) ...
  Setting up fontconfig-config (2.11.0-6.4) ...
  Setting up libfontconfig1:amd64 (2.11.0-6.4) ...
  Setting up libpixman-1-0:amd64 (0.33.6-1) ...
  Setting up libxau6:amd64 (1:1.0.8-1) ...
  Setting up libxdmcp6:amd64 (1:1.1.2-1.1) ...
  Setting up libxcb1:amd64 (1.11.1-1) ...
  Setting up libx11-data (2:1.6.3-1) ...
  Setting up libx11-6:amd64 (2:1.6.3-1) ...
  Setting up libxcb-render0:amd64 (1.11.1-1) ...
  Setting up libxcb-shm0:amd64 (1.11.1-1) ...
  Setting up libxext6:amd64 (2:1.3.3-1) ...
  Setting up libxrender1:amd64 (1:0.9.9-2) ...
  Setting up libcairo2:amd64 (1.14.6-1+b1) ...
  Setting up libjpeg62-turbo:amd64 (1:1.5.0-1) ...
  Setting up libjbig0:amd64 (2.1-3.1) ...
  Setting up libtiff5:amd64 (4.0.6-1) ...
  Setting up libwebp5:amd64 (0.4.4-1+b2) ...
  Setting up libxpm4:amd64 (1:3.5.11-1+b1) ...
  Setting up libgd3:amd64 (2.2.1-1) ...
  Setting up libltdl7:amd64 (2.4.6-0.1) ...
  Setting up fontconfig (2.11.0-6.4) ...
  Regenerating fonts cache... done.
  Setting up libthai-data (0.1.24-2) ...
  Setting up libdatrie1:amd64 (0.2.10-2) ...
  Setting up libthai0:amd64 (0.1.24-2) ...
  Setting up libpango-1.0-0:amd64 (1.40.1-1) ...
  Setting up libgraphite2-3:amd64 (1.3.8-1) ...
  Setting up libharfbuzz0b:amd64 (1.2.6-2) ...
  Setting up libpangoft2-1.0-0:amd64 (1.40.1-1) ...
  Setting up libpangocairo-1.0-0:amd64 (1.40.1-1) ...
  Setting up libpathplan4 (2.38.0-14) ...
  Setting up libxdot4 (2.38.0-14) ...
  Setting up libgvc6 (2.38.0-14) ...
  Setting up libgvpr2 (2.38.0-14) ...
  Setting up x11-common (1:7.7+15) ...
  update-rc.d: warning: start and stop actions are no longer supported; falling 
back to defaults
  invoke-rc.d: could not determine current runlevel
  invoke-rc.d: policy-rc.d denied execution of start.
  Setting up libice6:amd64 (2:1.0.9-1+b1) ...
  Setting up libsm6:amd64 (2:1.2.2-1+b1) ...
  Setting up libxt6:amd64 (1:1.1.5-1) ...
  Setting up libxmu6:amd64 (2:1.1.2-2) ...
  Setting up libxaw7:amd64 (2:1.0.13-1) ...
  Setting up graphviz (2.38.0-14) ...
  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-graphviz (1.2.2-1) ...
  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-arel (6.0.3-2) ...
  Setting up ruby-activerecord (2:4.2.6-1) ...
  Setting up ruby-sqlite3 (1.3.11-2) ...
  Setting up ruby-state-machine-build-deps (1.2.0-2) ...
  Processing triggers for ca-certificates (20160104) ...
  Updating certificates in /etc/ssl/certs...
  173 added, 0 removed; done.
  Running hooks in 

Bug#827831: python-proliantutils: FTBFS: ImportError: No module named 'mock'

2016-06-21 Thread Chris Lamb
Source: python-proliantutils
Version: 2.1.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,

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

  [..]

  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_bios_settings_resource
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_bios_settings_resource
 ... ok
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_bios_settings_resource_fail
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_bios_settings_resource_fail
 ... ok
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_bios_settings_resource_key_error
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_bios_settings_resource_key_error
 ... ok
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_iscsi_settings_resource
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_iscsi_settings_resource
 ... ok
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_iscsi_settings_resource_fail
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_iscsi_settings_resource_fail
 ... ok
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_iscsi_settings_resource_key_error
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_iscsi_settings_resource_key_error
 ... ok
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_persistent_boot_devices
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_persistent_boot_devices
 ... ok
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_persistent_boot_devices_no_boot_order
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_persistent_boot_devices_no_boot_order
 ... ok
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_persistent_boot_devices_no_bootsources
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_persistent_boot_devices_no_bootsources
 ... ok
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_vm_device_status
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_vm_device_status
 ... ok
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_vm_device_status_device_missing
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_vm_device_status_device_missing
 ... ok
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_vm_device_status_fail
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_vm_device_status_fail
 ... ok
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_vm_device_status_invalid_device
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_vm_device_status_invalid_device
 ... ok
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_vm_device_status_vmedia_not_supported
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__get_vm_device_status_vmedia_not_supported
 ... ok
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__is_boot_mode_uefi_bios
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__is_boot_mode_uefi_bios
 ... ok
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__is_boot_mode_uefi_uefi
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__is_boot_mode_uefi_uefi
 ... ok
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__rest_op_continous_redirection
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__rest_op_continous_redirection
 ... ok
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__rest_op_okay
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__rest_op_okay
 ... ok
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__rest_op_one_redirection
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__rest_op_one_redirection
 ... ok
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__rest_op_request_error
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__rest_op_request_error
 ... ok
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__rest_op_response_decode_error
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__rest_op_response_decode_error
 ... ok
  
proliantutils.tests.ilo.test_ris.TestRISOperationsPrivateMethods.test__rest_op_response_gzipped_response
  

Bug#827832: python-pytc: FTBFS: /bin/sh: 3: pythonpython2.7-dbg: not found

2016-06-21 Thread Chris Lamb
Source: python-pytc
Version: 0.8-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-pytc fails to build from source in unstable/amd64:

  [..]

  
  
**
  ** Starting build 
  **
  
**
  
   Package:  python-pytc
   Version:  0.8-2
   Build architecture:   amd64
   Date: Tue, 21 Jun 2016 16:06:13 +0100
   Hostname: 9f757beb9639
   Uname:Linux 9f757beb9639 4.5.0-2-amd64 #1 SMP Debian 4.5.4-1 
(2016-05-16) x86_64 GNU/Linux
   /etc/timezone:Europe/London
  
  
**
  ** 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 'python-pytc-build-deps' in 
'../python-pytc-build-deps_0.8-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 python-pytc-build-deps.
  (Reading database ... 23084 files and directories currently installed.)
  Preparing to unpack python-pytc-build-deps_0.8-2_all.deb ...
  Unpacking python-pytc-build-deps (0.8-2) ...
  Reading package lists...
  Building dependency tree...
  Reading state information...
  Correcting dependencies... Done
  The following additional packages will be installed:
cdbs libexpat1-dev libpython-all-dbg libpython-all-dev libpython-dbg
libpython-dev libpython2.7 libpython2.7-dbg libpython2.7-dev
libtokyocabinet-dev libtokyocabinet9 python-all python-all-dbg
python-all-dev python-dbg python-dev python2.7-dbg python2.7-dev
  Suggested packages:
python2.7-gdbm-dbg python2.7-tk-dbg python-gdbm-dbg python-tk-dbg
  The following NEW packages will be installed:
cdbs libexpat1-dev libpython-all-dbg libpython-all-dev libpython-dbg
libpython-dev libpython2.7 libpython2.7-dbg libpython2.7-dev
libtokyocabinet-dev libtokyocabinet9 python-all python-all-dbg
python-all-dev python-dbg python-dev python2.7-dbg python2.7-dev
  0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded.
  1 not fully installed or removed.
  Need to get 42.4 MB of archives.
  After this operation, 86.1 MB of additional disk space will be used.
  Get:1 http://httpredir.debian.org/debian sid/main amd64 cdbs all 0.4.142 
[80.7 kB]
  Get:2 http://httpredir.debian.org/debian sid/main amd64 python-all amd64 
2.7.11-2 [938 B]
  Get:3 http://httpredir.debian.org/debian sid/main amd64 libpython2.7 amd64 
2.7.12~rc1-2 [1068 kB]
  Get:4 http://httpredir.debian.org/debian sid/main amd64 libexpat1-dev amd64 
2.1.1-3 [127 kB]
  Get:5 http://httpredir.debian.org/debian sid/main amd64 libpython2.7-dev 
amd64 2.7.12~rc1-2 [27.8 MB]
  Get:6 http://httpredir.debian.org/debian sid/main amd64 libpython-dev amd64 
2.7.11-2 [19.8 kB]
  Get:7 http://httpredir.debian.org/debian sid/main amd64 libpython-all-dev 
amd64 2.7.11-2 [952 B]
  Get:8 http://httpredir.debian.org/debian sid/main amd64 python2.7-dev amd64 
2.7.12~rc1-2 [281 kB]
  Get:9 http://httpredir.debian.org/debian sid/main amd64 python-dev amd64 
2.7.11-2 [1128 B]
  Get:10 http://httpredir.debian.org/debian sid/main amd64 python-all-dev amd64 
2.7.11-2 [954 B]
  Get:11 http://httpredir.debian.org/debian sid/main amd64 libpython2.7-dbg 
amd64 2.7.12~rc1-2 [4409 kB]
  Get:12 http://httpredir.debian.org/debian sid/main amd64 libpython-dbg amd64 
2.7.11-2 [19.8 kB]
  Get:13 http://httpredir.debian.org/debian sid/main amd64 libpython-all-dbg 
amd64 2.7.11-2 [1074 B]
  Get:14 http://httpredir.debian.org/debian sid/main amd64 python2.7-dbg amd64 
2.7.12~rc1-2 [7768 kB]
  Get:15 http://httpredir.debian.org/debian sid/main amd64 python-dbg amd64 
2.7.11-2 [1204 B]
  Get:16 http://httpredir.debian.org/debian sid/main amd64 python-all-dbg amd64 
2.7.11-2 [956 B]
  Get:17 http://httpredir.debian.org/debian sid/main amd64 libtokyocabinet9 
amd64 1.4.48-10 [366 kB]
  Get:18 http://httpredir.debian.org/debian sid/main amd64 libtokyocabinet-dev 
amd64 1.4.48-10 [441 kB]
  Fetched 42.4 MB in 0s (55.6 MB/s)
  Selecting previously unselected package cdbs.
  (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 

Bug#827829: giza-dev: file conflict with pgplot5: /usr/include/cpgplot.h

2016-06-21 Thread Andreas Beckmann
Package: giza-dev
Version: 0.9.4-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

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

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

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

  Selecting previously unselected package giza-dev.
  Preparing to unpack .../giza-dev_0.9.4-1_amd64.deb ...
  Unpacking giza-dev (0.9.4-1) ...
  dpkg: error processing archive 
/var/cache/apt/archives/giza-dev_0.9.4-1_amd64.deb (--unpack):
   trying to overwrite '/usr/include/cpgplot.h', which is also in package 
pgplot5 5.2.2-19.2+b1
  Processing triggers for libc-bin (2.22-11) ...
  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  Errors were encountered while processing:
   /var/cache/apt/archives/giza-dev_0.9.4-1_amd64.deb


cheers,

Andreas



Bug#817532: Shouldn't Debian Perl team take over libgetopt-mixed-perl

2016-06-21 Thread Andreas Tille
Hi,

I'm a bit astonished that there exist de-facto orphaned Perl packages
inside Debian and Debian Perl team has no grip on it ...

Kind regards

  Andreas.

-- 
http://fam-tille.de



Bug#817385: marked as done (bytecode: Removal of debhelper compat 4)

2016-06-21 Thread Debian Bug Tracking System
Your message dated Tue, 21 Jun 2016 13:33:29 +
with message-id 
and subject line Bug#817385: fixed in bytecode 0.92.svn.20090106-2
has caused the Debian Bug report #817385,
regarding bytecode: Removal of debhelper compat 4
to be marked as done.

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

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


-- 
817385: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817385
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: bytecode
Severity: important
Usertags: compat-4-removal

Hi,

The package bytecode uses debhelper with a compat level of 4,
which is deprecated and scheduled for removal.

 * Please bump the debhelper compat at your earliest convenience.
   on the 15th of June.
   - Compat 9 is recommended
   - Compat 5 is the bare minimum
   - If the package has been relying on dh_install being lenient about
 missing files, please see "MIGRATING TO COMPAT 5 OR LATER" in [1].

 * Compat level 4 will be removed on the first debhelper upload after
   the 15th of June.

Thanks,
~Niels

[1] https://lists.debian.org/debian-devel/2015/09/msg00257.html
--- End Message ---
--- Begin Message ---
Source: bytecode
Source-Version: 0.92.svn.20090106-2

We believe that the bug you reported is fixed in the latest version of
bytecode, 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.
Olivier Sallou  (supplier of updated bytecode package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 21 Jun 2016 11:00:58 +0100
Source: bytecode
Binary: libbytecode-java libbytecode-java-doc
Architecture: source all
Version: 0.92.svn.20090106-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Olivier Sallou 
Description:
 libbytecode-java - Java bytecode manipulation library
 libbytecode-java-doc - Documentation for the API of the Java bytecode library
Closes: 817385
Changes:
 bytecode (0.92.svn.20090106-2) unstable; urgency=low
 .
   [ Andreas Tille ]
   * Use Homepage field instead of putting this information into
 long description.
   [ Team upload - O. Sallou ]
   * d/compat, d/patches: Use compat 9 (Closes: #817385).
   * Move package to pkg-java repository and team
   * d/rules, d/control: switch to debhelper
Checksums-Sha1:
 17a1fe72afd672eb743100fa220008e655de99cf 2104 bytecode_0.92.svn.20090106-2.dsc
 70e47c0451c3e9a1178d8489370c3eded6a7660c 5376 
bytecode_0.92.svn.20090106-2.debian.tar.xz
 38dd2732ff3e4770891440dd838ec613bed3 57116 
libbytecode-java-doc_0.92.svn.20090106-2_all.deb
 e683389fd17b4eaacfef7901aa9694ae1f7cbdcd 89062 
libbytecode-java_0.92.svn.20090106-2_all.deb
Checksums-Sha256:
 2813cf0d504d3e7a2b1ba589856464390b34f456aef3742fdaa04f6266e66703 2104 
bytecode_0.92.svn.20090106-2.dsc
 f96e799970a9c49c8e680579a225c2dedacb25e65611a71755eae4ee74831849 5376 
bytecode_0.92.svn.20090106-2.debian.tar.xz
 bce8976c0ffe7fffb453c530d96c9031d22f21cfcb4c374727b3f01fc6f425b6 57116 
libbytecode-java-doc_0.92.svn.20090106-2_all.deb
 0ea255000ecaa2dbe3ce810d8b83da03295325933a57f15e472276c623adba15 89062 
libbytecode-java_0.92.svn.20090106-2_all.deb
Files:
 e9e57f68eb70f2f94a2c0243dbaad5a6 2104 java optional 
bytecode_0.92.svn.20090106-2.dsc
 ffc990e95a91d07c33a07f5c9634c9fb 5376 java optional 
bytecode_0.92.svn.20090106-2.debian.tar.xz
 d1428f4fa9654d026d80c08840251e4f 57116 doc optional 
libbytecode-java-doc_0.92.svn.20090106-2_all.deb
 ab3b2d7b6bed80e97c20e24a538a2c07 89062 java optional 
libbytecode-java_0.92.svn.20090106-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJXaT8XAAoJEHjcaNsybYQ46/0P+wUqbxPVK4kD++oTduTVm3iF
sVP8Y7eCX7azjGJ0grbxGexraSRm/QyWTuM+IpyzrGWtdMHW7gqeoyPoj1NPBMrQ
sTI5gE33KZ40t6Rqk5tjNdL687tSUFkE/FrqFVjvbucWv0wxICIrtDTm2VR0ssdz
A1n6ekCGswqJ12zYjRMsDRn9DqrT/z6tq1BdirQ2Ntkm1Xlse5VVcCEFqaJn1Cpu
sFOPchPqqOwMlBtmWLeqL2NZsiyGScWWwZfdlud5t3s+9CJFq9mQVF+yfC4VzNYg
AMwvphhoZR53ISfTa22B24/g6GuC6ytWMPW25kkBEdpiDT/E9Za145u5bt784t/l
o7naGttlJZYd1HXeABlhA8cpI9k7vk+ZWdRAnTmrhpG0KHV65TFPjKVxF3DuSupO

Bug#817577: marked as done (mecab-jumandic: Removal of debhelper compat 4)

2016-06-21 Thread Debian Bug Tracking System
Your message dated Tue, 21 Jun 2016 12:21:17 +
with message-id 
and subject line Bug#817577: fixed in mecab-jumandic 5.1+20070304-4
has caused the Debian Bug report #817577,
regarding mecab-jumandic: Removal of debhelper compat 4
to be marked as done.

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

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


-- 
817577: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817577
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mecab-jumandic
Severity: important
Usertags: compat-4-removal

Hi,

The package mecab-jumandic uses debhelper with a compat level of 4,
which is deprecated and scheduled for removal.

 * Please bump the debhelper compat at your earliest convenience.
   on the 15th of June.
   - Compat 9 is recommended
   - Compat 5 is the bare minimum
   - If the package has been relying on dh_install being lenient about
 missing files, please see "MIGRATING TO COMPAT 5 OR LATER" in [1].

 * Compat level 4 will be removed on the first debhelper upload after
   the 15th of June.

Thanks,
~Niels

[1] https://lists.debian.org/debian-devel/2015/09/msg00257.html
--- End Message ---
--- Begin Message ---
Source: mecab-jumandic
Source-Version: 5.1+20070304-4

We believe that the bug you reported is fixed in the latest version of
mecab-jumandic, 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.
Hideki Yamane  (supplier of updated mecab-jumandic package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 21 Jun 2016 20:35:41 +0900
Source: mecab-jumandic
Binary: mecab-jumandic mecab-jumandic-utf8
Architecture: source all
Version: 5.1+20070304-4
Distribution: unstable
Urgency: medium
Maintainer: Natural Language Processing, Japanese 

Changed-By: Hideki Yamane 
Description:
 mecab-jumandic - Juman dictionary compiled for Mecab
 mecab-jumandic-utf8 - Juman dictionary encoded in UTF-8 compiled for Mecab
Closes: 817577
Changes:
 mecab-jumandic (5.1+20070304-4) unstable; urgency=medium
 .
   * debian/compat
 - set 9 (Closes: #817577)
   * debian/control
 - set Build-Depends: debhelper >= 9
 - set Standards-Version: 3.9.8
 - maintainer: pkg-nlp-ja-de...@lists.alioth.debian.org
Checksums-Sha1:
 3d2d0bc8c4243613a41d9c6ef774f39fcaa1a41b 1935 mecab-jumandic_5.1+20070304-4.dsc
 29c03fdd4fd80935a8295f51f318927c664b27d2 3612 
mecab-jumandic_5.1+20070304-4.diff.gz
 df1d038e2054bfb551e202b91700f3209e0121bf 3690 
mecab-jumandic-utf8_5.1+20070304-4_all.deb
 e923e972ad28638c3650b6f4b926ec50e304d09d 6023306 
mecab-jumandic_5.1+20070304-4_all.deb
Checksums-Sha256:
 aa07a1e2ea78a7cc87701ccce5f265c99d721b3d267bce1f07faf2043ee6f861 1935 
mecab-jumandic_5.1+20070304-4.dsc
 7cee24aec5ebd707d3838f57692a256d93d6dab6c2edc184882e9e5b872dce89 3612 
mecab-jumandic_5.1+20070304-4.diff.gz
 95b1003d6aadd32042aed0bf7b4b43694ea1dad1a3c0fe54c234050e0f1c1c06 3690 
mecab-jumandic-utf8_5.1+20070304-4_all.deb
 2fd66de3dc9723f5b128020aa48030d97803705c550d58ec9c6a4fae7cdd912d 6023306 
mecab-jumandic_5.1+20070304-4_all.deb
Files:
 9b30ccd64b77f9986cfcd51dbd711eba 1935 misc optional 
mecab-jumandic_5.1+20070304-4.dsc
 481679d85b5222ed98f833f93a74a4c0 3612 misc optional 
mecab-jumandic_5.1+20070304-4.diff.gz
 6da8d25cdaed7e21b1873f45d002e761 3690 misc optional 
mecab-jumandic-utf8_5.1+20070304-4_all.deb
 56a1fe9a485d6c918300115c8d3f45a5 6023306 misc optional 
mecab-jumandic_5.1+20070304-4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJXaS+kAAoJEF0yjQgqqrFAjL0P/3ZjzP/dAwjSE2tO040uhLgZ
5h8/95pY5fFCVjc9Y8vB9bgKUzqqvSkN0+qfure3f3QYwph3sh+97SDixZZs0fvM
hsycko06wFydoLJGYSYgl45+l5JqzBWkLb2v81/LZju/0wXhXjEgg/M6IBSyFBCA
f0buxgqC8auWmekZ/fsLZh2twtA458fkdFk825bdq8rUQFNrzgGL0XOLK6xmXK78
LaYYl61UozrJjbAmX12USkXjfYmmq8wwDAoSb0q6mczK8Wi26QfEqMo5EnSPskKU
/71sdcWi95rfENB2O+tULe748kgnlUbnJmRYO8kOAuDTo1nrOY+rFkd+oE1lfhzX
oOLqJBkWZ7rRusUWTuhT6stScnO1vwFWcy2Fuh4kOly6+BUOI9P49u1W4jLfl9Ev
2XYJIBnGVsOYfuAt91X3f1YkVOlPimXK8KNRtd5I9Wotgc2XGLCY+neEZVAJ4ydn

Bug#817550: Any news?

2016-06-21 Thread Niels Thykier
Michael Meskes:
> Any news on this? I don't like seeing my packages removed from testing
> because of this. Obviously I'd be willing to sponsor (or NMU) if
> needed.
> 
> Michael
> 

Sorry, I have not heard anything since I requested more information
about the patch from José.

Thanks,
~Niels



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

2016-06-21 Thread Debian Bug Tracking System
Your message dated Tue, 21 Jun 2016 10:53:00 +
with message-id 
and subject line Bug#827809: fixed in rgl 0.95.1441-2
has caused the Debian Bug report #827809,
regarding rgl: 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.)


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

rgl fails to build from source in unstable/amd64:

  [..]

  Unpacking libx11-xcb-dev:amd64 (2:1.6.3-1) ...
  Selecting previously unselected package libxcb-dri3-dev:amd64.
  Preparing to unpack .../libxcb-dri3-dev_1.11.1-1_amd64.deb ...
  Unpacking libxcb-dri3-dev:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-render0-dev:amd64.
  Preparing to unpack .../libxcb-render0-dev_1.11.1-1_amd64.deb ...
  Unpacking libxcb-render0-dev:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-randr0-dev:amd64.
  Preparing to unpack .../libxcb-randr0-dev_1.11.1-1_amd64.deb ...
  Unpacking libxcb-randr0-dev:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-shape0-dev:amd64.
  Preparing to unpack .../libxcb-shape0-dev_1.11.1-1_amd64.deb ...
  Unpacking libxcb-shape0-dev:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-xfixes0-dev:amd64.
  Preparing to unpack .../libxcb-xfixes0-dev_1.11.1-1_amd64.deb ...
  Unpacking libxcb-xfixes0-dev:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-sync-dev:amd64.
  Preparing to unpack .../libxcb-sync-dev_1.11.1-1_amd64.deb ...
  Unpacking libxcb-sync-dev:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-present-dev:amd64.
  Preparing to unpack .../libxcb-present-dev_1.11.1-1_amd64.deb ...
  Unpacking libxcb-present-dev:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxshmfence-dev:amd64.
  Preparing to unpack .../libxshmfence-dev_1.2-1_amd64.deb ...
  Unpacking libxshmfence-dev:amd64 (1.2-1) ...
  Selecting previously unselected package libxcb-dri2-0-dev:amd64.
  Preparing to unpack .../libxcb-dri2-0-dev_1.11.1-1_amd64.deb ...
  Unpacking libxcb-dri2-0-dev:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-glx0-dev:amd64.
  Preparing to unpack .../libxcb-glx0-dev_1.11.1-1_amd64.deb ...
  Unpacking libxcb-glx0-dev:amd64 (1.11.1-1) ...
  Selecting previously unselected package x11proto-xext-dev.
  Preparing to unpack .../x11proto-xext-dev_7.3.0-1_all.deb ...
  Unpacking x11proto-xext-dev (7.3.0-1) ...
  Selecting previously unselected package x11proto-fixes-dev.
  Preparing to unpack .../x11proto-fixes-dev_1%3a5.0-2_all.deb ...
  Unpacking x11proto-fixes-dev (1:5.0-2) ...
  Selecting previously unselected package libxfixes-dev:amd64.
  Preparing to unpack .../libxfixes-dev_1%3a5.0.1-2+b2_amd64.deb ...
  Unpacking libxfixes-dev:amd64 (1:5.0.1-2+b2) ...
  Selecting previously unselected package x11proto-damage-dev.
  Preparing to unpack .../x11proto-damage-dev_1%3a1.2.1-2_all.deb ...
  Unpacking x11proto-damage-dev (1:1.2.1-2) ...
  Selecting previously unselected package libxdamage-dev:amd64.
  Preparing to unpack .../libxdamage-dev_1%3a1.1.4-2+b1_amd64.deb ...
  Unpacking libxdamage-dev:amd64 (1:1.1.4-2+b1) ...
  Selecting previously unselected package libxext-dev:amd64.
  Preparing to unpack .../libxext-dev_2%3a1.3.3-1_amd64.deb ...
  Unpacking libxext-dev:amd64 (2:1.3.3-1) ...
  Selecting previously unselected package x11proto-xf86vidmode-dev.
  Preparing to unpack .../x11proto-xf86vidmode-dev_2.3.1-2_all.deb ...
  Unpacking x11proto-xf86vidmode-dev (2.3.1-2) ...
  Selecting previously unselected package libxxf86vm-dev:amd64.
  Preparing to unpack .../libxxf86vm-dev_1%3a1.1.4-1_amd64.deb ...
  Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1) ...
  Selecting previously unselected package x11proto-dri2-dev.
  Preparing to unpack .../x11proto-dri2-dev_2.8-2_all.deb ...
  Unpacking x11proto-dri2-dev (2.8-2) ...
  Selecting previously unselected package x11proto-gl-dev.
  Preparing to unpack .../x11proto-gl-dev_1.4.17-1_all.deb ...
  Unpacking x11proto-gl-dev (1.4.17-1) ...
  Selecting previously unselected package libgl1-mesa-dev:amd64.
  Preparing to unpack .../libgl1-mesa-dev_11.2.2-1_amd64.deb ...
  Unpacking libgl1-mesa-dev:amd64 (11.2.2-1) ...
 

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

2016-06-21 Thread Debian Bug Tracking System
Your message dated Tue, 21 Jun 2016 10:52:52 +
with message-id 
and subject line Bug#827808: fixed in r-cran-xml 3.98-1.4-2
has caused the Debian Bug report #827808,
regarding r-cran-xml: 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.)


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

Dear Maintainer,

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

  [..]

  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.0-2_amd64.deb ...
  Unpacking liblapack3 (3.6.0-2) ...
  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.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.0.20160615-1_amd64.deb ...
  Unpacking r-base-core (3.3.0.20160615-1) ...
  Selecting previously unselected package libgfortran-5-dev:amd64.
  Preparing to unpack .../libgfortran-5-dev_5.4.0-4_amd64.deb ...
  

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

2016-06-21 Thread Debian Bug Tracking System
Your message dated Tue, 21 Jun 2016 10:52:43 +
with message-id 
and subject line Bug#827807: fixed in r-cran-sn 1.3-0-2
has caused the Debian Bug report #827807,
regarding r-cran-sn: 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.)


-- 
827807: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827807
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: r-cran-sn
Version: 1.3-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-sn fails to build from source in unstable/amd64:

  [..]

  Selecting previously unselected package liblapack3.
  Preparing to unpack .../liblapack3_3.6.0-2_amd64.deb ...
  Unpacking liblapack3 (3.6.0-2) ...
  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.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.0.20160615-1_amd64.deb ...
  Unpacking r-base-core (3.3.0.20160615-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 

Bug#817525: marked as done (libavl: Removal of debhelper compat 4)

2016-06-21 Thread Debian Bug Tracking System
Your message dated Tue, 21 Jun 2016 10:21:33 +
with message-id 
and subject line Bug#817525: fixed in libavl 0.3.5-4
has caused the Debian Bug report #817525,
regarding libavl: Removal of debhelper compat 4
to be marked as done.

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

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


-- 
817525: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817525
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libavl
Severity: important
Usertags: compat-4-removal

Hi,

The package libavl uses debhelper with a compat level of 4,
which is deprecated and scheduled for removal.

 * Please bump the debhelper compat at your earliest convenience.
   on the 15th of June.
   - Compat 9 is recommended
   - Compat 5 is the bare minimum
   - If the package has been relying on dh_install being lenient about
 missing files, please see "MIGRATING TO COMPAT 5 OR LATER" in [1].

 * Compat level 4 will be removed on the first debhelper upload after
   the 15th of June.

Thanks,
~Niels

[1] https://lists.debian.org/debian-devel/2015/09/msg00257.html
--- End Message ---
--- Begin Message ---
Source: libavl
Source-Version: 0.3.5-4

We believe that the bug you reported is fixed in the latest version of
libavl, 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.
Guus Sliepen  (supplier of updated libavl package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 21 Jun 2016 12:03:16 +0200
Source: libavl
Binary: libavl-dev libavl1
Architecture: source amd64
Version: 0.3.5-4
Distribution: unstable
Urgency: medium
Maintainer: Guus Sliepen 
Changed-By: Guus Sliepen 
Description:
 libavl-dev - AVL tree manipulation library - development
 libavl1- AVL tree manipulation library - runtime
Closes: 194221 235380 817525
Changes:
 libavl (0.3.5-4) unstable; urgency=medium
 .
   [ Guus Sliepen ]
   * Convert package to 3.0 (quilt) format.
   * Convert debian/rules to dh.
   * Bump Standards-Version and debian/compat. Closes: #817525
 .
   [ James R. Van Zandt ]
   * Add manpages. Closes: #235380
 .
   [ Tomek Dudziak ]
   * Fix code example in README. Closes: #194221
Checksums-Sha1:
 c30f2f16e57db6643ecf148a3694b84fa9672dbf 1680 libavl_0.3.5-4.dsc
 785f9fccda6c791aabad8a97ce578ca03d797b14 2760 libavl_0.3.5-4.debian.tar.xz
 5cc8a5178d0c36117dadc0b5b27c72211be7e3ce 5622 libavl-dev_0.3.5-4_amd64.deb
 901b1cc4cc9aca4051764b97ce9ce7ceb93e2e1e 7554 libavl1-dbgsym_0.3.5-4_amd64.deb
 d05882677e01fa6b08fbbd0c8f76897f6edc4424 6430 libavl1_0.3.5-4_amd64.deb
Checksums-Sha256:
 289c36e168d0fcf3e2bf37879151456b6f991f54f3f1a240985c1acc94364508 1680 
libavl_0.3.5-4.dsc
 f832a69c02947f733f0a4838c244820f1b3716ba52e841877455a0d528620397 2760 
libavl_0.3.5-4.debian.tar.xz
 d53415c9c2a18ce913b29931a6f933e3401cb3ebe071797c4d9ff626c112dddc 5622 
libavl-dev_0.3.5-4_amd64.deb
 1349b026efef76af6a1e1746931946c57f12a35094176e5613884d5ac5e3921a 7554 
libavl1-dbgsym_0.3.5-4_amd64.deb
 19f1851b0eb7f659712b337aacec32418da0cfd4ba93db583ef59c4c537bf6ce 6430 
libavl1_0.3.5-4_amd64.deb
Files:
 952645efc4dcd83dbc04d88254670ed1 1680 devel optional libavl_0.3.5-4.dsc
 ad3d4c324fbe439cd6bc0ea447ad50c1 2760 devel optional 
libavl_0.3.5-4.debian.tar.xz
 d022df76b869e98c23ad5160ff2d1a87 5622 libdevel optional 
libavl-dev_0.3.5-4_amd64.deb
 c01f3752170380708a686b5f7bfd4f45 7554 debug extra 
libavl1-dbgsym_0.3.5-4_amd64.deb
 1d85a2682beec85222e8d618d514587e 6430 libs optional libavl1_0.3.5-4_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJXaRD6AAoJED9JDeuHHvn6u0AP/jxYRw8//koa5z4/Fp8a/a+J
Dt6pb5YWJHc7WEUh9LYjEAkGBxPjmYmElmLeJ4lHlsAimSYL85F0kGT2wlroi9wg
ZVWEeGKQW/MqnzqgZYOAZYZ1mD5LdajQkmdu4tN8m9kQbbrVeO/+Ng9xL1IbK8xb
qD3rch/TH9MzSHOsLP+zV9e+IE0ahJVZaxnNYZMc6aVXdG6Z2EvW8VQkN41YBDxn
bThe6ySG/gtYIejz3NgBzNkCqlTZ6AfA2NGnIInXBCF02Tn/IfxIUK0pBfn14Wp3
NxHTqFrf2YnMsomFFB/SOf0JDR2lfxrb37KGMvvAr/jXhgtTK9UeRKrbhUqRFgC/
dt+E3PFdu074HX28jnQyUaKYVY8mLmPlKvXmPIkkSc/XCNqAPnsmFtZYZLgDj79E
1y72M8fi9+okfYH7n6FkxASKsXFO9Wymqd0dZj9mVUvjvH4WFNMGjehEf2oEDHDm

Bug#817550: Any news?

2016-06-21 Thread Michael Meskes
Any news on this? I don't like seeing my packages removed from testing
because of this. Obviously I'd be willing to sponsor (or NMU) if
needed.

Michael
-- 

Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Meskes at (Debian|Postgresql) dot Org
Jabber: michael at xmpp dot meskes dot org
VfL Borussia! Força Barça! SF 49ers! Use Debian GNU/Linux, PostgreSQL



Bug#827805: [Pkg-privacy-maintainers] Bug#827805: onioncircuits: FTBFS: E: Please add apropriate interpreter package to Build-Depends, see pybuild(1) for details at /usr/share/perl5/Debian/Debhelper/B

2016-06-21 Thread Sascha Steinbiss
I already noticed this and will look at it later today.

Cheers
Sascha

On 21/06/2016 10:59, Chris Lamb wrote:
> Source: onioncircuits
> Version: 0.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,
> 
> onioncircuits fails to build from source in unstable/amd64:
> 
>   [..]
> 
>   Preparing to unpack .../glib-networking-common_2.48.2-1_all.deb ...
>   Unpacking glib-networking-common (2.48.2-1) ...
>   Selecting previously unselected package glib-networking-services.
>   Preparing to unpack .../glib-networking-services_2.48.2-1_amd64.deb ...
>   Unpacking glib-networking-services (2.48.2-1) ...
>   Selecting previously unselected package gsettings-desktop-schemas.
>   Preparing to unpack .../gsettings-desktop-schemas_3.20.0-3_all.deb ...
>   Unpacking gsettings-desktop-schemas (3.20.0-3) ...
>   Selecting previously unselected package glib-networking:amd64.
>   Preparing to unpack .../glib-networking_2.48.2-1_amd64.deb ...
>   Unpacking glib-networking:amd64 (2.48.2-1) ...
>   Selecting previously unselected package libsoup2.4-1:amd64.
>   Preparing to unpack .../libsoup2.4-1_2.54.1-1_amd64.deb ...
>   Unpacking libsoup2.4-1:amd64 (2.54.1-1) ...
>   Selecting previously unselected package libsoup-gnome2.4-1:amd64.
>   Preparing to unpack .../libsoup-gnome2.4-1_2.54.1-1_amd64.deb ...
>   Unpacking libsoup-gnome2.4-1:amd64 (2.54.1-1) ...
>   Selecting previously unselected package librest-0.7-0:amd64.
>   Preparing to unpack .../librest-0.7-0_0.8.0-1_amd64.deb ...
>   Unpacking librest-0.7-0:amd64 (0.8.0-1) ...
>   Selecting previously unselected package libwayland-client0:amd64.
>   Preparing to unpack .../libwayland-client0_1.11.0-2_amd64.deb ...
>   Unpacking libwayland-client0:amd64 (1.11.0-2) ...
>   Selecting previously unselected package libwayland-cursor0:amd64.
>   Preparing to unpack .../libwayland-cursor0_1.11.0-2_amd64.deb ...
>   Unpacking libwayland-cursor0:amd64 (1.11.0-2) ...
>   Selecting previously unselected package libdrm2:amd64.
>   Preparing to unpack .../libdrm2_2.4.68-1_amd64.deb ...
>   Unpacking libdrm2:amd64 (2.4.68-1) ...
>   Selecting previously unselected package libwayland-server0:amd64.
>   Preparing to unpack .../libwayland-server0_1.11.0-2_amd64.deb ...
>   Unpacking libwayland-server0:amd64 (1.11.0-2) ...
>   Selecting previously unselected package libgbm1:amd64.
>   Preparing to unpack .../libgbm1_11.2.2-1_amd64.deb ...
>   Unpacking libgbm1:amd64 (11.2.2-1) ...
>   Selecting previously unselected package libx11-xcb1:amd64.
>   Preparing to unpack .../libx11-xcb1_2%3a1.6.3-1_amd64.deb ...
>   Unpacking libx11-xcb1:amd64 (2:1.6.3-1) ...
>   Selecting previously unselected package libxcb-dri2-0:amd64.
>   Preparing to unpack .../libxcb-dri2-0_1.11.1-1_amd64.deb ...
>   Unpacking libxcb-dri2-0:amd64 (1.11.1-1) ...
>   Selecting previously unselected package libxcb-dri3-0:amd64.
>   Preparing to unpack .../libxcb-dri3-0_1.11.1-1_amd64.deb ...
>   Unpacking libxcb-dri3-0:amd64 (1.11.1-1) ...
>   Selecting previously unselected package libxcb-present0:amd64.
>   Preparing to unpack .../libxcb-present0_1.11.1-1_amd64.deb ...
>   Unpacking libxcb-present0:amd64 (1.11.1-1) ...
>   Selecting previously unselected package libxcb-randr0:amd64.
>   Preparing to unpack .../libxcb-randr0_1.11.1-1_amd64.deb ...
>   Unpacking libxcb-randr0:amd64 (1.11.1-1) ...
>   Selecting previously unselected package libxcb-shape0:amd64.
>   Preparing to unpack .../libxcb-shape0_1.11.1-1_amd64.deb ...
>   Unpacking libxcb-shape0:amd64 (1.11.1-1) ...
>   Selecting previously unselected package libxcb-sync1:amd64.
>   Preparing to unpack .../libxcb-sync1_1.11.1-1_amd64.deb ...
>   Unpacking libxcb-sync1:amd64 (1.11.1-1) ...
>   Selecting previously unselected package libxcb-xfixes0:amd64.
>   Preparing to unpack .../libxcb-xfixes0_1.11.1-1_amd64.deb ...
>   Unpacking libxcb-xfixes0:amd64 (1.11.1-1) ...
>   Selecting previously unselected package libxshmfence1:amd64.
>   Preparing to unpack .../libxshmfence1_1.2-1_amd64.deb ...
>   Unpacking libxshmfence1:amd64 (1.2-1) ...
>   Selecting previously unselected package libegl1-mesa:amd64.
>   Preparing to unpack .../libegl1-mesa_11.2.2-1_amd64.deb ...
>   Unpacking libegl1-mesa:amd64 (11.2.2-1) ...
>   Selecting previously unselected package libwayland-egl1-mesa:amd64.
>   Preparing to unpack .../libwayland-egl1-mesa_11.2.2-1_amd64.deb ...
>   Unpacking libwayland-egl1-mesa:amd64 (11.2.2-1) ...
>   Selecting previously unselected package libxcomposite1:amd64.
>   Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ...
>   Unpacking libxcomposite1:amd64 (1:0.4.4-1) ...
>   Selecting previously unselected package libxfixes3:amd64.
>   Preparing to unpack .../libxfixes3_1%3a5.0.1-2+b2_amd64.deb ...
>   Unpacking libxfixes3:amd64 (1:5.0.1-2+b2) ...
>   Selecting previously unselected 

Bug#827812: sogo: FTBFS: Ran 13 tests FAILED (4 failures, 0 errors)

2016-06-21 Thread Chris Lamb
Source: sogo
Version: 2.2.17a-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,

sogo fails to build from source in unstable/amd64:

  [..]

  if [ -r "" ]; then \
plmerge SchedulerUI.SOGo/Resources/Info-gnustep.plist ; \
  fi
  make[4]: Leaving directory 
'/home/lamby/temp/cdt.20160621105635.AgOHzUmkUU.sogo/sogo-2.2.17a/UI/Scheduler'
  Making all in AdministrationUI ...
  make[4]: Entering directory 
'/home/lamby/temp/cdt.20160621105635.AgOHzUmkUU.sogo/sogo-2.2.17a/UI/AdministrationUI'
  cd .; \
  /usr/share/GNUstep/Makefiles/mkinstalldirs ./obj
  Making all for bundle AdministrationUI...
  cd .; \
  /usr/share/GNUstep/Makefiles/mkinstalldirs ./obj/AdministrationUI.obj/
  /usr/share/GNUstep/Makefiles/mkinstalldirs AdministrationUI.SOGo/.
  gcc AdministrationUIProduct.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DGNUSTEP 
-DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 
-fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS 
-pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE 
-Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime 
-fconstant-string-class=NSConstantString -I.. -I../.. -I../../.. 
-I../../SoObjects -I../../SOPE -I../../SOPE/ -I. -I/usr/local/include/GNUstep 
-I/usr/include/GNUstep \
 -o obj/AdministrationUI.obj/AdministrationUIProduct.m.o
  gcc UIxAdministration.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DGNUSTEP 
-DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 
-fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS 
-pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE 
-Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime 
-fconstant-string-class=NSConstantString -I.. -I../.. -I../../.. 
-I../../SoObjects -I../../SOPE -I../../SOPE/ -I. -I/usr/local/include/GNUstep 
-I/usr/include/GNUstep \
 -o obj/AdministrationUI.obj/UIxAdministration.m.o
  gcc UIxAdministrationFilterPanel.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DGNUSTEP 
-DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 
-fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS 
-pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE 
-Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime 
-fconstant-string-class=NSConstantString -I.. -I../.. -I../../.. 
-I../../SoObjects -I../../SOPE -I../../SOPE/ -I. -I/usr/local/include/GNUstep 
-I/usr/include/GNUstep \
 -o obj/AdministrationUI.obj/UIxAdministrationFilterPanel.m.o
  UIxAdministrationFilterPanel.m: In function '+[UIxAdministrationFilterPanel 
initialize]':
  UIxAdministrationFilterPanel.m:39:2: warning: #warning how useful is this? 
[-Wcpp]
   #warning how useful is this?
^
  gcc -shared  -rdynamic -Wl,--rpath,/usr/lib/sogo -Wl,-z,relro -Wl,-z,now 
-pthread  -fexceptions -o ./AdministrationUI.SOGo/./AdministrationUI 
./obj/AdministrationUI.obj/AdministrationUIProduct.m.o 
./obj/AdministrationUI.obj/UIxAdministration.m.o 
./obj/AdministrationUI.obj/UIxAdministrationFilterPanel.m.o   
-L./../../SOPE/NGCards/obj -L./../../SoObjects/SOGo/SOGo.framework/sogo/ 
-L./../SOGoUI/obj -L../../SOPE/GDLContentStore/obj/-L/usr/local/lib 
-L/usr/lib   -L/usr/local/lib -L/usr/lib -lSOGoUI -lSOGo-lgnustep-base
-lobjc   -lm
  /usr/share/GNUstep/Makefiles/mkinstalldirs AdministrationUI.SOGo/Resources
  for f in product.plist Toolbars/UIxAdministration.toolbar; do \
if [ -f .//$f -o -d .//$f ]; then \
  cp -fr .//$f ./AdministrationUI.SOGo/Resources/; \
else \
  echo "Warning: .//$f not found - ignoring"; \
fi; \
  done
  for l in Arabic BrazilianPortuguese Catalan Czech Danish Dutch English 
Finnish French German Hungarian Italian NorwegianBokmal NorwegianNynorsk Polish 
Russian Slovak SpanishSpain SpanishArgentina Swedish Ukrainian Welsh; do \
if [ -d .//$l.lproj ]; then \
  /usr/share/GNUstep/Makefiles/mkinstalldirs 
./AdministrationUI.SOGo/Resources/$l.lproj; \
  for f in Localizable.strings; do \
if [ -f .//$l.lproj/$f -o -d .//$l.lproj/$f ]; then \
  cp -fr .//$l.lproj/$f \
./AdministrationUI.SOGo/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 = _AdministrationUIProduct-" > 

Bug#827813: sphinx-argparse: FTBFS: ImportError: No module named sphinx_rtd_theme

2016-06-21 Thread Chris Lamb
Source: sphinx-argparse
Version: 0.1.15-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,

sphinx-argparse fails to build from source in unstable/amd64:

  [..]

  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-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-1_all.deb ...
  Unpacking python3-sphinx (1.4.4-1) ...
  Selecting previously unselected package python3-py.
  Preparing to unpack .../python3-py_1.4.31-1_all.deb ...
  Unpacking python3-py (1.4.31-1) ...
  Selecting previously unselected package python3-pytest.
  Preparing to unpack .../python3-pytest_2.9.2-1_all.deb ...
  Unpacking python3-pytest (2.9.2-1) ...
  Processing triggers for man-db (2.7.5-1) ...
  Setting up python-all (2.7.11-2) ...
  Setting up python-setuptools (20.10.1-1) ...
  Setting up python-alabaster (0.7.8-1) ...
  Setting up python-babel-localedata (2.3.4+dfsg.1-2) ...
  Setting up python-tz (2015.7+dfsg-0.1) ...
  Setting up python-babel (2.3.4+dfsg.1-2) ...
  update-alternatives: using /usr/bin/pybabel-python2 to provide 
/usr/bin/pybabel (pybabel) in auto mode
  Setting up python-roman (2.0.0-2) ...
  Setting up sgml-base (1.28) ...
  Setting up xml-core (0.13+nmu2) ...
  Setting up python-imagesize (0.7.1-1) ...
  Setting up python-markupsafe (0.23-2+b2) ...
  Setting up python-jinja2 (2.8-1) ...
  Setting up python-pygments (2.1.3+dfsg-1) ...
  Setting up libjs-jquery (1.12.4-1) ...
  Setting up libjs-underscore (1.7.0~dfsg-1) ...
  Setting up libjs-sphinxdoc (1.4.4-1) ...
  Setting up sphinx-common (1.4.4-1) ...
  Setting up python-py (1.4.31-1) ...
  Setting up python-pytest (2.9.2-1) ...
  Setting up python3-all (3.5.1-4) ...
  Setting up python3-pkg-resources (20.10.1-1) ...
  Setting up python3-setuptools (20.10.1-1) ...
  Setting up python3-six (1.10.0-3) ...
  Setting up python3-roman (2.0.0-2) ...
  Setting up python3-pygments (2.1.3+dfsg-1) ...
  Setting up python3-markupsafe (0.23-2+b2) ...
  Setting up python3-jinja2 (2.8-1) ...
  Setting up python3-tz (2015.7+dfsg-0.1) ...
  Setting up python3-babel (2.3.4+dfsg.1-2) ...
  Setting up python3-alabaster (0.7.8-1) ...
  Setting up python3-imagesize (0.7.1-1) ...
  Setting up python3-py (1.4.31-1) ...
  Setting up python3-pytest (2.9.2-1) ...
  Processing triggers for sgml-base (1.28) ...
  Setting up docutils-common (0.12+dfsg-1) ...
  Processing triggers for sgml-base (1.28) ...
  Setting up python3-docutils (0.12+dfsg-1) ...
  update-alternatives: using /usr/share/docutils/scripts/python3/rst-buildhtml 
to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode
  update-alternatives: using /usr/share/docutils/scripts/python3/rst2html to 
provide /usr/bin/rst2html (rst2html) in auto mode
  update-alternatives: using /usr/share/docutils/scripts/python3/rst2latex to 
provide /usr/bin/rst2latex (rst2latex) in auto mode
  update-alternatives: using /usr/share/docutils/scripts/python3/rst2man to 
provide /usr/bin/rst2man (rst2man) in auto mode
  update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt to 
provide /usr/bin/rst2odt (rst2odt) in auto mode
  update-alternatives: using 
/usr/share/docutils/scripts/python3/rst2odt_prepstyles to provide 
/usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode
  update-alternatives: using 

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

2016-06-21 Thread Chris Lamb
Source: r-cran-sn
Version: 1.3-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-sn fails to build from source in unstable/amd64:

  [..]

  Selecting previously unselected package liblapack3.
  Preparing to unpack .../liblapack3_3.6.0-2_amd64.deb ...
  Unpacking liblapack3 (3.6.0-2) ...
  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.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.0.20160615-1_amd64.deb ...
  Unpacking r-base-core (3.3.0.20160615-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.0-2_amd64.deb ...
  Unpacking libblas-dev (3.6.0-2) ...
  Selecting previously unselected package liblapack-dev.
  Preparing to unpack .../liblapack-dev_3.6.0-2_amd64.deb ...
  Unpacking liblapack-dev (3.6.0-2) ...
  Selecting previously unselected package libtinfo-dev:amd64.
  Preparing to unpack .../libtinfo-dev_6.0+20160319-1_amd64.deb ...
  Unpacking libtinfo-dev:amd64 (6.0+20160319-1) ...
  Selecting previously unselected package libncurses5-dev:amd64.
  Preparing to unpack .../libncurses5-dev_6.0+20160319-1_amd64.deb ...
  Unpacking libncurses5-dev:amd64 (6.0+20160319-1) ...
  Selecting previously unselected package libreadline6-dev:amd64.
  Preparing to unpack 

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

2016-06-21 Thread Chris Lamb
Source: r-cran-xml
Version: 3.98-1.4-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

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

  [..]

  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.0-2_amd64.deb ...
  Unpacking liblapack3 (3.6.0-2) ...
  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.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.0.20160615-1_amd64.deb ...
  Unpacking r-base-core (3.3.0.20160615-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.0-2_amd64.deb ...
  Unpacking libblas-dev (3.6.0-2) ...
  Selecting previously unselected package liblapack-dev.
  Preparing to unpack .../liblapack-dev_3.6.0-2_amd64.deb ...
  Unpacking liblapack-dev (3.6.0-2) ...
  Selecting previously unselected package libtinfo-dev:amd64.
  Preparing to unpack .../libtinfo-dev_6.0+20160319-1_amd64.deb ...
  Unpacking libtinfo-dev:amd64 (6.0+20160319-1) ...
  Selecting previously unselected package 

Bug#827804: breathe: FTBFS: ValueError: too many values to unpack (expected 2)

2016-06-21 Thread Chris Lamb
Source: breathe
Version: 4.2.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,

breathe fails to build from source in unstable/amd64:

  [..]

doctestto run all doctests embedded in the documentation (if enabled)
  make[4]: Leaving directory 
'/home/lamby/temp/cdt.20160621103729.4bz1RgeTbD.breathe/breathe-4.2.0/documentation'
  /bin/sh: 1: cd: can't cd to ../../examples/tinyxml
  make[4]: Entering directory 
'/home/lamby/temp/cdt.20160621103729.4bz1RgeTbD.breathe/breathe-4.2.0/documentation'
  Please use `make ' where  is one of
html   to make standalone HTML files
dirhtmlto make HTML files named index.html in directories
singlehtml to make a single large HTML file
pickle to make pickle files
json   to make JSON files
htmlhelp   to make HTML files and a HTML help project
qthelp to make HTML files and a qthelp project
devhelpto make HTML files and a Devhelp project
epub   to make an epub
latex  to make LaTeX files, you can set PAPER=a4 or PAPER=letter
latexpdf   to make LaTeX files and run them through pdflatex
latexpdfja to make LaTeX files and run them through platex/dvipdfmx
text   to make text files
manto make manual pages
texinfoto make Texinfo files
info   to make Texinfo files and run them through makeinfo
gettextto make PO message catalogs
changesto make an overview of all changed/added/deprecated items
xmlto make Docutils-native XML files
pseudoxml  to make pseudoxml-XML files for display purposes
linkcheck  to check all external links for integrity
doctestto run all doctests embedded in the documentation (if enabled)
  make[4]: Leaving directory 
'/home/lamby/temp/cdt.20160621103729.4bz1RgeTbD.breathe/breathe-4.2.0/documentation'
  building [mo]: targets for 0 po files that are out of date
  building [html]: targets for 36 source files that are out of date
  updating environment: 36 added, 0 changed, 0 removed
  reading sources... [  2%] autofile
  reading sources... [  5%] autoindex
  reading sources... [  8%] class
  Exception occurred while building, starting debugger:
  Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/sphinx/cmdline.py", line 244, in main
  app.build(opts.force_all, filenames)
File "/usr/lib/python3/dist-packages/sphinx/application.py", line 298, in 
build
  self.builder.build_update()
File "/usr/lib/python3/dist-packages/sphinx/builders/__init__.py", line 
251, in build_update
  'out of date' % len(to_build))
File "/usr/lib/python3/dist-packages/sphinx/builders/__init__.py", line 
265, in build
  self.doctreedir, self.app))
File "/usr/lib/python3/dist-packages/sphinx/environment.py", line 564, in 
update
  self._read_serial(docnames, app)
File "/usr/lib/python3/dist-packages/sphinx/environment.py", line 584, in 
_read_serial
  self.read_doc(docname, app)
File "/usr/lib/python3/dist-packages/sphinx/environment.py", line 737, in 
read_doc
  pub.publish()
File "/usr/lib/python3/dist-packages/docutils/core.py", line 217, in publish
  self.settings)
File "/usr/lib/python3/dist-packages/sphinx/io.py", line 49, in read
  self.parse()
File "/usr/lib/python3/dist-packages/docutils/readers/__init__.py", line 
78, in parse
  self.parser.parse(self.input, document)
File "/usr/lib/python3/dist-packages/docutils/parsers/rst/__init__.py", 
line 172, in parse
  self.statemachine.run(inputlines, document, inliner=self.inliner)
File "/usr/lib/python3/dist-packages/docutils/parsers/rst/states.py", line 
171, in run
  input_source=document['source'])
File "/usr/lib/python3/dist-packages/docutils/statemachine.py", line 239, 
in run
  context, state, transitions)
File "/usr/lib/python3/dist-packages/docutils/statemachine.py", line 460, 
in check_line
  return method(match, context, next_state)
File "/usr/lib/python3/dist-packages/docutils/parsers/rst/states.py", line 
2727, in underline
  self.section(title, source, style, lineno - 1, messages)
File "/usr/lib/python3/dist-packages/docutils/parsers/rst/states.py", line 
328, in section
  self.new_subsection(title, lineno, messages)
File "/usr/lib/python3/dist-packages/docutils/parsers/rst/states.py", line 
396, in new_subsection
  node=section_node, match_titles=True)
File "/usr/lib/python3/dist-packages/docutils/parsers/rst/states.py", line 
283, in nested_parse
  node=node, match_titles=match_titles)
File "/usr/lib/python3/dist-packages/docutils/parsers/rst/states.py", line 
196, in run
  results = StateMachineWS.run(self, input_lines, input_offset)
File "/usr/lib/python3/dist-packages/docutils/statemachine.py", line 239, 
in run
  context, state, 

Bug#827811: signond: FTBFS: dh_makeshlibs: failing due to earlier errors

2016-06-21 Thread Chris Lamb
Source: signond
Version: 8.57+20150423-3
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

signond fails to build from source in unstable/amd64:

  [..]

  Running dot for graph 184/204
  Running dot for graph 185/204
  Running dot for graph 186/204
  Running dot for graph 187/204
  Running dot for graph 188/204
  Running dot for graph 189/204
  Running dot for graph 190/204
  Running dot for graph 191/204
  Running dot for graph 192/204
  Running dot for graph 193/204
  Running dot for graph 194/204
  Running dot for graph 195/204
  Running dot for graph 196/204
  Running dot for graph 197/204
  Running dot for graph 198/204
  Running dot for graph 199/204
  Running dot for graph 200/204
  Running dot for graph 201/204
  Running dot for graph 202/204
  Running dot for graph 203/204
  Running dot for graph 204/204
  Patching output file 1/104
  Patching output file 2/104
  Patching output file 3/104
  Patching output file 4/104
  Patching output file 5/104
  Patching output file 6/104
  Patching output file 7/104
  Patching output file 8/104
  Patching output file 9/104
  Patching output file 10/104
  Patching output file 11/104
  Patching output file 12/104
  Patching output file 13/104
  Patching output file 14/104
  Patching output file 15/104
  Patching output file 16/104
  Patching output file 17/104
  Patching output file 18/104
  Patching output file 19/104
  Patching output file 20/104
  Patching output file 21/104
  Patching output file 22/104
  Patching output file 23/104
  Patching output file 24/104
  Patching output file 25/104
  Patching output file 26/104
  Patching output file 27/104
  Patching output file 28/104
  Patching output file 29/104
  Patching output file 30/104
  Patching output file 31/104
  Patching output file 32/104
  Patching output file 33/104
  Patching output file 34/104
  Patching output file 35/104
  Patching output file 36/104
  Patching output file 37/104
  PatchingBuilding up file structure...
  Insert custom filters...
  Insert help data for filter section (1 of 1)...
  Insert files...
  Insert contents...
  Insert indices...
  Documentation successfully generated.
   output file 38/104
  Patching output file 39/104
  Patching output file 40/104
  Patching output file 41/104
  Patching output file 42/104
  Patching output file 43/104
  Patching output file 44/104
  Patching output file 45/104
  Patching output file 46/104
  Patching output file 47/104
  Patching output file 48/104
  Patching output file 49/104
  Patching output file 50/104
  Patching output file 51/104
  Patching output file 52/104
  Patching output file 53/104
  Patching output file 54/104
  Patching output file 55/104
  Patching output file 56/104
  Patching output file 57/104
  Patching output file 58/104
  Patching output file 59/104
  Patching output file 60/104
  Patching output file 61/104
  Patching output file 62/104
  Patching output file 63/104
  Patching output file 64/104
  Patching output file 65/104
  Patching output file 66/104
  Patching output file 67/104
  Patching output file 68/104
  Patching output file 69/104
  Patching output file 70/104
  Patching output file 71/104
  Patching output file 72/104
  Patching output file 73/104
  Patching output file 74/104
  Patching output file 75/104
  Patching output file 76/104
  Patching output file 77/104
  Patching output file 78/104
  Patching output file 79/104
  Patching output file 80/104
  Patching output file 81/104
  Patching output file 82/104
  Patching output file 83/104
  Patching output file 84/104
  Patching output file 85/104
  Patching output file 86/104
  Patching output file 87/104
  Patching output file 88/104
  Patching output file 89/104
  Patching output file 90/104
  Patching output file 91/104
  Patching output file 92/104
  Patching output file 93/104
  Patching output file 94/104
  Patching output file 95/104
  Patching output file 96/104
  Patching output file 97/104
  Patching output file 98/104
  Patching output file 99/104
  Patching output file 100/104
  Patching output file 101/104
  Patching output file 102/104
  Patching output file 103/104
  Patching output file 104/104
  Running qhelpgenerator...
  lookup cache used 2597/65536 hits=17363 misses=2656
  finished...
  cp -f -R 
/home/lamby/temp/cdt.20160621105021.n38x92gR2k.signond/signond-8.57+20150423/build/qt5/doc/html
 
/home/lamby/temp/cdt.20160621105021.n38x92gR2k.signond/signond-8.57+20150423/debian/tmp/usr/share/doc/signon/
  cp -f -R 
/home/lamby/temp/cdt.20160621105021.n38x92gR2k.signond/signond-8.57+20150423/build/qt5/doc/qch
 
/home/lamby/temp/cdt.20160621105021.n38x92gR2k.signond/signond-8.57+20150423/debian/tmp/usr/share/doc/signon/
  make[3]: Leaving directory 
'/home/lamby/temp/cdt.20160621105021.n38x92gR2k.signond/signond-8.57+20150423/build/qt5'
  make[2]: Leaving directory 

Bug#827809: rgl: FTBFS: dh_clean: Please specify the compatibility level in debian/compat

2016-06-21 Thread Chris Lamb
Source: rgl
Version: 0.95.1441-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,

rgl fails to build from source in unstable/amd64:

  [..]

  Unpacking libx11-xcb-dev:amd64 (2:1.6.3-1) ...
  Selecting previously unselected package libxcb-dri3-dev:amd64.
  Preparing to unpack .../libxcb-dri3-dev_1.11.1-1_amd64.deb ...
  Unpacking libxcb-dri3-dev:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-render0-dev:amd64.
  Preparing to unpack .../libxcb-render0-dev_1.11.1-1_amd64.deb ...
  Unpacking libxcb-render0-dev:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-randr0-dev:amd64.
  Preparing to unpack .../libxcb-randr0-dev_1.11.1-1_amd64.deb ...
  Unpacking libxcb-randr0-dev:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-shape0-dev:amd64.
  Preparing to unpack .../libxcb-shape0-dev_1.11.1-1_amd64.deb ...
  Unpacking libxcb-shape0-dev:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-xfixes0-dev:amd64.
  Preparing to unpack .../libxcb-xfixes0-dev_1.11.1-1_amd64.deb ...
  Unpacking libxcb-xfixes0-dev:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-sync-dev:amd64.
  Preparing to unpack .../libxcb-sync-dev_1.11.1-1_amd64.deb ...
  Unpacking libxcb-sync-dev:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-present-dev:amd64.
  Preparing to unpack .../libxcb-present-dev_1.11.1-1_amd64.deb ...
  Unpacking libxcb-present-dev:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxshmfence-dev:amd64.
  Preparing to unpack .../libxshmfence-dev_1.2-1_amd64.deb ...
  Unpacking libxshmfence-dev:amd64 (1.2-1) ...
  Selecting previously unselected package libxcb-dri2-0-dev:amd64.
  Preparing to unpack .../libxcb-dri2-0-dev_1.11.1-1_amd64.deb ...
  Unpacking libxcb-dri2-0-dev:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-glx0-dev:amd64.
  Preparing to unpack .../libxcb-glx0-dev_1.11.1-1_amd64.deb ...
  Unpacking libxcb-glx0-dev:amd64 (1.11.1-1) ...
  Selecting previously unselected package x11proto-xext-dev.
  Preparing to unpack .../x11proto-xext-dev_7.3.0-1_all.deb ...
  Unpacking x11proto-xext-dev (7.3.0-1) ...
  Selecting previously unselected package x11proto-fixes-dev.
  Preparing to unpack .../x11proto-fixes-dev_1%3a5.0-2_all.deb ...
  Unpacking x11proto-fixes-dev (1:5.0-2) ...
  Selecting previously unselected package libxfixes-dev:amd64.
  Preparing to unpack .../libxfixes-dev_1%3a5.0.1-2+b2_amd64.deb ...
  Unpacking libxfixes-dev:amd64 (1:5.0.1-2+b2) ...
  Selecting previously unselected package x11proto-damage-dev.
  Preparing to unpack .../x11proto-damage-dev_1%3a1.2.1-2_all.deb ...
  Unpacking x11proto-damage-dev (1:1.2.1-2) ...
  Selecting previously unselected package libxdamage-dev:amd64.
  Preparing to unpack .../libxdamage-dev_1%3a1.1.4-2+b1_amd64.deb ...
  Unpacking libxdamage-dev:amd64 (1:1.1.4-2+b1) ...
  Selecting previously unselected package libxext-dev:amd64.
  Preparing to unpack .../libxext-dev_2%3a1.3.3-1_amd64.deb ...
  Unpacking libxext-dev:amd64 (2:1.3.3-1) ...
  Selecting previously unselected package x11proto-xf86vidmode-dev.
  Preparing to unpack .../x11proto-xf86vidmode-dev_2.3.1-2_all.deb ...
  Unpacking x11proto-xf86vidmode-dev (2.3.1-2) ...
  Selecting previously unselected package libxxf86vm-dev:amd64.
  Preparing to unpack .../libxxf86vm-dev_1%3a1.1.4-1_amd64.deb ...
  Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1) ...
  Selecting previously unselected package x11proto-dri2-dev.
  Preparing to unpack .../x11proto-dri2-dev_2.8-2_all.deb ...
  Unpacking x11proto-dri2-dev (2.8-2) ...
  Selecting previously unselected package x11proto-gl-dev.
  Preparing to unpack .../x11proto-gl-dev_1.4.17-1_all.deb ...
  Unpacking x11proto-gl-dev (1.4.17-1) ...
  Selecting previously unselected package libgl1-mesa-dev:amd64.
  Preparing to unpack .../libgl1-mesa-dev_11.2.2-1_amd64.deb ...
  Unpacking libgl1-mesa-dev:amd64 (11.2.2-1) ...
  Selecting previously unselected package libglu1-mesa:amd64.
  Preparing to unpack .../libglu1-mesa_9.0.0-2.1_amd64.deb ...
  Unpacking libglu1-mesa:amd64 (9.0.0-2.1) ...
  Selecting previously unselected package libglu1-mesa-dev:amd64.
  Preparing to unpack .../libglu1-mesa-dev_9.0.0-2.1_amd64.deb ...
  Unpacking libglu1-mesa-dev:amd64 (9.0.0-2.1) ...
  Selecting previously unselected package libice-dev:amd64.
  Preparing to unpack .../libice-dev_2%3a1.0.9-1+b1_amd64.deb ...
  Unpacking libice-dev:amd64 (2:1.0.9-1+b1) ...
  Selecting previously unselected package libsm-dev:amd64.
  Preparing to unpack .../libsm-dev_2%3a1.2.2-1+b1_amd64.deb ...
  Unpacking libsm-dev:amd64 (2:1.2.2-1+b1) ...
  Selecting previously unselected package libxt-dev:amd64.
  Preparing to unpack .../libxt-dev_1%3a1.1.5-1_amd64.deb ...
  Unpacking libxt-dev:amd64 (1:1.1.5-1) ...
  Processing 

Bug#827810: scanlogd: FTBFS: dh_clean: Please specify the compatibility level in debian/compat

2016-06-21 Thread Chris Lamb
Source: scanlogd
Version: 2.2.5-3.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,

scanlogd fails to build from source in unstable/amd64:

  [..]

  
  
**
  ** Starting build 
  **
  
**
  
   Package:  scanlogd
   Version:  2.2.5-3.2
   Build architecture:   amd64
   Date: Tue, 21 Jun 2016 10:50:16 +0100
   Hostname: fb14883e52d8
   Uname:Linux fb14883e52d8 4.5.0-2-amd64 #1 SMP Debian 4.5.4-1 
(2016-05-16) x86_64 GNU/Linux
   /etc/timezone:Europe/London
  
  
**
  ** 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 'scanlogd-build-deps' in 
'../scanlogd-build-deps_2.2.5-3.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 scanlogd-build-deps.
  (Reading database ... 23077 files and directories currently installed.)
  Preparing to unpack scanlogd-build-deps_2.2.5-3.2_all.deb ...
  Unpacking scanlogd-build-deps (2.2.5-3.2) ...
  Reading package lists...
  Building dependency tree...
  Reading state information...
  0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  1 not fully installed or removed.
  After this operation, 0 B of additional disk space will be used.
  Setting up scanlogd-build-deps (2.2.5-3.2) ...
  
  
**
  ** Environment
  **
  
**
  
  
PATH=/home/lamby/git/projects/dotfiles/dotfiles/..//bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  HOSTNAME=fb14883e52d8
  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.20160621105014.ihdkOKXbow.scanlogd/scanlogd-2.2.5
  OLDPWD=/home/lamby/temp/cdt.20160621105014.ihdkOKXbow.scanlogd
  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 scanlogd 2.2.5-3.2 on amd64   
  **
  
**
  
   dpkg-buildpackage -rfakeroot -D -us -uc -b
  dpkg-buildpackage: info: source package scanlogd
  dpkg-buildpackage: info: source version 2.2.5-3.2
  dpkg-buildpackage: info: source distribution unstable
  dpkg-buildpackage: info: source changed by Andreas Beckmann 
   dpkg-source --before-build scanlogd-2.2.5
  dpkg-buildpackage: info: host architecture amd64
   fakeroot debian/rules clean
  dh_testdir
  dh_testroot
  rm -f build-stamp configure-stamp
  # Add here commands to clean up after the build process.
  /usr/bin/make clean
  make[1]: Entering directory 
'/home/lamby/temp/cdt.20160621105014.ihdkOKXbow.scanlogd/scanlogd-2.2.5'
  rm -f scanlogd scanlogd.o in_linux.o in_nids.o in_pcap.o
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20160621105014.ihdkOKXbow.scanlogd/scanlogd-2.2.5'
  dh_clean
  dh_clean: Please specify the compatibility level in debian/compat
  debian/rules:32: 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
   `-


scanlogd.2.2.5-3.2.unstable.amd64.log.txt.gz
Description: Binary data


Bug#827806: pyevolve: FTBFS: Program terminated with status: 1. stderr follows: Format: "jpeg" not recognized

2016-06-21 Thread Chris Lamb
Source: pyevolve
Version: 0.6~rc1+svn398+dfsg-9
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,

pyevolve fails to build from source in unstable/amd64:

  [..]

  Gen. 276 (55.20%): Max/Min/Avg Fitness(Raw) [0.48(1.00)/0.35(0.00)/0.40(0.40)]
  Gen. 277 (55.40%): Max/Min/Avg Fitness(Raw) [0.75(1.00)/0.42(0.00)/0.63(0.63)]
  Gen. 278 (55.60%): Max/Min/Avg Fitness(Raw) [0.51(1.00)/0.36(0.00)/0.43(0.43)]
  Gen. 279 (55.80%): Max/Min/Avg Fitness(Raw) [0.63(1.00)/0.41(0.00)/0.53(0.53)]
  Gen. 280 (56.00%): Max/Min/Avg Fitness(Raw) [0.69(1.00)/0.42(0.00)/0.58(0.58)]
  Gen. 281 (56.20%): Max/Min/Avg Fitness(Raw) [0.54(1.00)/0.38(0.00)/0.45(0.45)]
  Gen. 282 (56.40%): Max/Min/Avg Fitness(Raw) [0.50(1.00)/0.36(0.00)/0.41(0.41)]
  Gen. 283 (56.60%): Max/Min/Avg Fitness(Raw) [0.51(1.00)/0.36(0.00)/0.43(0.43)]
  Gen. 284 (56.80%): Max/Min/Avg Fitness(Raw) [0.47(1.00)/0.34(0.00)/0.39(0.39)]
  Gen. 285 (57.00%): Max/Min/Avg Fitness(Raw) [0.65(1.00)/0.41(0.00)/0.54(0.54)]
  Gen. 286 (57.20%): Max/Min/Avg Fitness(Raw) [0.59(1.00)/0.40(0.00)/0.49(0.49)]
  Gen. 287 (57.40%): Max/Min/Avg Fitness(Raw) [0.63(1.00)/0.41(0.00)/0.53(0.53)]
  Gen. 288 (57.60%): Max/Min/Avg Fitness(Raw) [0.71(1.00)/0.42(0.00)/0.59(0.59)]
  Gen. 289 (57.80%): Max/Min/Avg Fitness(Raw) [0.60(1.00)/0.40(0.00)/0.50(0.50)]
  Gen. 290 (58.00%): Max/Min/Avg Fitness(Raw) [0.69(1.00)/0.42(0.00)/0.58(0.58)]
  Gen. 291 (58.20%): Max/Min/Avg Fitness(Raw) [0.71(1.00)/0.42(0.00)/0.59(0.59)]
  Gen. 292 (58.40%): Max/Min/Avg Fitness(Raw) [0.53(1.00)/0.37(0.00)/0.44(0.44)]
  Gen. 293 (58.60%): Max/Min/Avg Fitness(Raw) [0.74(1.00)/0.42(0.00)/0.61(0.61)]
  Gen. 294 (58.80%): Max/Min/Avg Fitness(Raw) [0.65(1.00)/0.41(0.00)/0.54(0.54)]
  Gen. 295 (59.00%): Max/Min/Avg Fitness(Raw) [0.65(1.00)/0.41(0.00)/0.54(0.54)]
  Gen. 296 (59.20%): Max/Min/Avg Fitness(Raw) [0.66(1.00)/0.42(0.00)/0.55(0.55)]
  Gen. 297 (59.40%): Max/Min/Avg Fitness(Raw) [0.65(1.00)/0.41(0.00)/0.54(0.54)]
  Gen. 298 (59.60%): Max/Min/Avg Fitness(Raw) [0.57(1.00)/0.39(0.00)/0.48(0.48)]
  Gen. 299 (59.80%): Max/Min/Avg Fitness(Raw) [0.60(1.00)/0.40(0.00)/0.50(0.50)]
  Gen. 300 (60.00%): Max/Min/Avg Fitness(Raw) [0.63(1.00)/0.41(0.00)/0.53(0.53)]
  Gen. 301 (60.20%): Max/Min/Avg Fitness(Raw) [0.50(1.00)/0.36(0.00)/0.41(0.41)]
  Gen. 302 (60.40%): Max/Min/Avg Fitness(Raw) [0.65(1.00)/0.41(0.00)/0.54(0.54)]
  Gen. 303 (60.60%): Max/Min/Avg Fitness(Raw) [0.69(1.00)/0.42(0.00)/0.58(0.58)]
  Gen. 304 (60.80%): Max/Min/Avg Fitness(Raw) [0.60(1.00)/0.40(0.00)/0.50(0.50)]
  Gen. 305 (61.00%): Max/Min/Avg Fitness(Raw) [0.60(1.00)/0.40(0.00)/0.50(0.50)]
  Gen. 306 (61.20%): Max/Min/Avg Fitness(Raw) [0.68(1.00)/0.42(0.00)/0.56(0.56)]
  Gen. 307 (61.40%): Max/Min/Avg Fitness(Raw) [0.42(1.00)/0.31(0.00)/0.35(0.35)]
  Gen. 308 (61.60%): Max/Min/Avg Fitness(Raw) [0.74(1.00)/0.42(0.00)/0.61(0.61)]
  Gen. 309 (61.80%): Max/Min/Avg Fitness(Raw) [0.62(1.00)/0.41(0.00)/0.51(0.51)]
  Gen. 310 (62.00%): Max/Min/Avg Fitness(Raw) [0.47(1.00)/0.34(0.00)/0.39(0.39)]
  Gen. 311 (62.20%): Max/Min/Avg Fitness(Raw) [0.62(1.00)/0.41(0.00)/0.51(0.51)]
  Gen. 312 (62.40%): Max/Min/Avg Fitness(Raw) [0.65(1.00)/0.41(0.00)/0.54(0.54)]
  Gen. 313 (62.60%): Max/Min/Avg Fitness(Raw) [0.56(1.00)/0.38(0.00)/0.46(0.46)]
  Gen. 314 (62.80%): Max/Min/Avg Fitness(Raw) [0.53(1.00)/0.37(0.00)/0.44(0.44)]
  Gen. 315 (63.00%): Max/Min/Avg Fitness(Raw) [0.69(1.00)/0.42(0.00)/0.58(0.58)]
  Gen. 316 (63.20%): Max/Min/Avg Fitness(Raw) [0.59(1.00)/0.40(0.00)/0.49(0.49)]
  Gen. 317 (63.40%): Max/Min/Avg Fitness(Raw) [0.66(1.00)/0.42(0.00)/0.55(0.55)]
  Gen. 318 (63.60%): Max/Min/Avg Fitness(Raw) [0.65(1.00)/0.41(0.00)/0.54(0.54)]
  Gen. 319 (63.80%): Max/Min/Avg Fitness(Raw) [0.80(1.00)/0.40(0.00)/0.66(0.66)]
  Gen. 320 (64.00%): Max/Min/Avg Fitness(Raw) [0.60(1.00)/0.40(0.00)/0.50(0.50)]
  Gen. 321 (64.20%): Max/Min/Avg Fitness(Raw) [0.57(1.00)/0.39(0.00)/0.48(0.48)]
  Gen. 322 (64.40%): Max/Min/Avg Fitness(Raw) [0.65(1.00)/0.41(0.00)/0.54(0.54)]
  Gen. 323 (64.60%): Max/Min/Avg Fitness(Raw) [0.66(1.00)/0.42(0.00)/0.55(0.55)]
  Gen. 324 (64.80%): Max/Min/Avg Fitness(Raw) [0.63(1.00)/0.41(0.00)/0.53(0.53)]
  Gen. 325 (65.00%): Max/Min/Avg Fitness(Raw) [0.75(1.00)/0.42(0.00)/0.63(0.63)]
  Gen. 326 (65.20%): Max/Min/Avg Fitness(Raw) [0.66(1.00)/0.42(0.00)/0.55(0.55)]
  Gen. 327 (65.40%): Max/Min/Avg Fitness(Raw) [0.68(1.00)/0.42(0.00)/0.56(0.56)]
  Gen. 328 (65.60%): Max/Min/Avg Fitness(Raw) [0.57(1.00)/0.39(0.00)/0.48(0.48)]
  Gen. 329 (65.80%): Max/Min/Avg Fitness(Raw) [0.63(1.00)/0.41(0.00)/0.53(0.53)]
  Gen. 330 (66.00%): Max/Min/Avg Fitness(Raw) [0.71(1.00)/0.42(0.00)/0.59(0.59)]
  Gen. 331 (66.20%): Max/Min/Avg Fitness(Raw) [0.65(1.00)/0.41(0.00)/0.54(0.54)]
  Gen. 332 (66.40%): Max/Min/Avg Fitness(Raw) [0.56(1.00)/0.38(0.00)/0.46(0.46)]
  Gen. 333 (66.60%): Max/Min/Avg Fitness(Raw) 

Bug#827805: onioncircuits: FTBFS: E: Please add apropriate interpreter package to Build-Depends, see pybuild(1) for details at /usr/share/perl5/Debian/Debhelper/Buildsystem/pybuild.pm line 192.

2016-06-21 Thread Chris Lamb
Source: onioncircuits
Version: 0.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,

onioncircuits fails to build from source in unstable/amd64:

  [..]

  Preparing to unpack .../glib-networking-common_2.48.2-1_all.deb ...
  Unpacking glib-networking-common (2.48.2-1) ...
  Selecting previously unselected package glib-networking-services.
  Preparing to unpack .../glib-networking-services_2.48.2-1_amd64.deb ...
  Unpacking glib-networking-services (2.48.2-1) ...
  Selecting previously unselected package gsettings-desktop-schemas.
  Preparing to unpack .../gsettings-desktop-schemas_3.20.0-3_all.deb ...
  Unpacking gsettings-desktop-schemas (3.20.0-3) ...
  Selecting previously unselected package glib-networking:amd64.
  Preparing to unpack .../glib-networking_2.48.2-1_amd64.deb ...
  Unpacking glib-networking:amd64 (2.48.2-1) ...
  Selecting previously unselected package libsoup2.4-1:amd64.
  Preparing to unpack .../libsoup2.4-1_2.54.1-1_amd64.deb ...
  Unpacking libsoup2.4-1:amd64 (2.54.1-1) ...
  Selecting previously unselected package libsoup-gnome2.4-1:amd64.
  Preparing to unpack .../libsoup-gnome2.4-1_2.54.1-1_amd64.deb ...
  Unpacking libsoup-gnome2.4-1:amd64 (2.54.1-1) ...
  Selecting previously unselected package librest-0.7-0:amd64.
  Preparing to unpack .../librest-0.7-0_0.8.0-1_amd64.deb ...
  Unpacking librest-0.7-0:amd64 (0.8.0-1) ...
  Selecting previously unselected package libwayland-client0:amd64.
  Preparing to unpack .../libwayland-client0_1.11.0-2_amd64.deb ...
  Unpacking libwayland-client0:amd64 (1.11.0-2) ...
  Selecting previously unselected package libwayland-cursor0:amd64.
  Preparing to unpack .../libwayland-cursor0_1.11.0-2_amd64.deb ...
  Unpacking libwayland-cursor0:amd64 (1.11.0-2) ...
  Selecting previously unselected package libdrm2:amd64.
  Preparing to unpack .../libdrm2_2.4.68-1_amd64.deb ...
  Unpacking libdrm2:amd64 (2.4.68-1) ...
  Selecting previously unselected package libwayland-server0:amd64.
  Preparing to unpack .../libwayland-server0_1.11.0-2_amd64.deb ...
  Unpacking libwayland-server0:amd64 (1.11.0-2) ...
  Selecting previously unselected package libgbm1:amd64.
  Preparing to unpack .../libgbm1_11.2.2-1_amd64.deb ...
  Unpacking libgbm1:amd64 (11.2.2-1) ...
  Selecting previously unselected package libx11-xcb1:amd64.
  Preparing to unpack .../libx11-xcb1_2%3a1.6.3-1_amd64.deb ...
  Unpacking libx11-xcb1:amd64 (2:1.6.3-1) ...
  Selecting previously unselected package libxcb-dri2-0:amd64.
  Preparing to unpack .../libxcb-dri2-0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-dri2-0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-dri3-0:amd64.
  Preparing to unpack .../libxcb-dri3-0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-dri3-0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-present0:amd64.
  Preparing to unpack .../libxcb-present0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-present0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-randr0:amd64.
  Preparing to unpack .../libxcb-randr0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-randr0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-shape0:amd64.
  Preparing to unpack .../libxcb-shape0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-shape0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-sync1:amd64.
  Preparing to unpack .../libxcb-sync1_1.11.1-1_amd64.deb ...
  Unpacking libxcb-sync1:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxcb-xfixes0:amd64.
  Preparing to unpack .../libxcb-xfixes0_1.11.1-1_amd64.deb ...
  Unpacking libxcb-xfixes0:amd64 (1.11.1-1) ...
  Selecting previously unselected package libxshmfence1:amd64.
  Preparing to unpack .../libxshmfence1_1.2-1_amd64.deb ...
  Unpacking libxshmfence1:amd64 (1.2-1) ...
  Selecting previously unselected package libegl1-mesa:amd64.
  Preparing to unpack .../libegl1-mesa_11.2.2-1_amd64.deb ...
  Unpacking libegl1-mesa:amd64 (11.2.2-1) ...
  Selecting previously unselected package libwayland-egl1-mesa:amd64.
  Preparing to unpack .../libwayland-egl1-mesa_11.2.2-1_amd64.deb ...
  Unpacking libwayland-egl1-mesa:amd64 (11.2.2-1) ...
  Selecting previously unselected package libxcomposite1:amd64.
  Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ...
  Unpacking libxcomposite1:amd64 (1:0.4.4-1) ...
  Selecting previously unselected package libxfixes3:amd64.
  Preparing to unpack .../libxfixes3_1%3a5.0.1-2+b2_amd64.deb ...
  Unpacking libxfixes3:amd64 (1:5.0.1-2+b2) ...
  Selecting previously unselected package libxcursor1:amd64.
  Preparing to unpack .../libxcursor1_1%3a1.1.14-1+b1_amd64.deb ...
  Unpacking libxcursor1:amd64 (1:1.1.14-1+b1) ...
  Selecting previously unselected package libxdamage1:amd64.
  Preparing to unpack .../libxdamage1_1%3a1.1.4-2+b1_amd64.deb ...
  Unpacking 

Bug#817385: Moving Bytecode to Debian Med (or Java) Git

2016-06-21 Thread Olivier Sallou
I see that package is used at runtime only in reverse dependencies
(biojava), this is not a build dependency, so I have no way to validate
the library.

Compilation looks fine, and package looks ok.

should I go for a package upload (to prevent removal of other packages) ?

I have not tried to update to any recent release, focusing on getting
the same working release to fix bug.

Olivier

On 06/20/2016 09:51 PM, Andreas Tille wrote:
> On Mon, Jun 20, 2016 at 03:38:46PM +0200, Olivier Sallou wrote:
>> I made a quick fix to switch to compat 9 and fix Java version to current
>> jdk in sid.
>>
>> However, i cannot push to pkg-escience / bytecode (permission denied).
> Since pkg-escience is closed.
>  
>> It would be best to move package to pkg-java instead of debianmed
>> according to me, as it is pure Java package.
> That would be also my first idea.
>
>> Patching is quite easy:
>>
>> switch d/compat to 9 (no issue)
>>
>> d/control: update dependencies to use default-jdk and default-jre
>> instead of openjdk/sun-jdk/java2-compiler
>>
>> add a patch to build.xml to add in all javac commands :  source="1.6"
>> target="1.6"
>>
>> build is fine with no specific lintian error
> Would you volunteer to move it to pkg-java Git?
>
> Kind regards
>
>   Andreas.
>

-- 
Olivier Sallou
IRISA / University of Rennes 1
Campus de Beaulieu, 35000 RENNES - FRANCE
Tel: 02.99.84.71.95

gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438



Bug#817385: Moving Bytecode to Debian Med (or Java) Git

2016-06-21 Thread Olivier Sallou


On 06/20/2016 09:51 PM, Andreas Tille wrote:
> On Mon, Jun 20, 2016 at 03:38:46PM +0200, Olivier Sallou wrote:
>> I made a quick fix to switch to compat 9 and fix Java version to current
>> jdk in sid.
>>
>> However, i cannot push to pkg-escience / bytecode (permission denied).
> Since pkg-escience is closed.
>  
>> It would be best to move package to pkg-java instead of debianmed
>> according to me, as it is pure Java package.
> That would be also my first idea.
>
>> Patching is quite easy:
>>
>> switch d/compat to 9 (no issue)
>>
>> d/control: update dependencies to use default-jdk and default-jre
>> instead of openjdk/sun-jdk/java2-compiler
>>
>> add a patch to build.xml to add in all javac commands :  source="1.6"
>> target="1.6"
>>
>> build is fine with no specific lintian error
> Would you volunteer to move it to pkg-java Git?
hi all,
I have moved bytecode from escience svn to pkg-java git
(ssh://git.debian.org/git/pkg-java/bytecode)
I have not pushed package yet , would need testing against package using it.
Code repo is up-to-date with fixes to close to issue, and updates to
switch to debhelper. Package builds fine and "looks" fine.

Olivier


>
> Kind regards
>
>   Andreas.
>

-- 
Olivier Sallou
IRISA / University of Rennes 1
Campus de Beaulieu, 35000 RENNES - FRANCE
Tel: 02.99.84.71.95

gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438



Bug#767905: kwallet: after upgrade from jessie to stretch kwalletmanager doesn't see my old wallets

2016-06-21 Thread Matthew Cope
Hi Paul,

On Monday, 20 June 2016 20:34:58 BST Paul Gevers wrote:
> Yes, I did get error code 42 (albeit without the text what it means). 
That's the same as I got - the dialog only gave the number, the text 
explanation came from the source (e.g. 
https://sources.debian.net/src/kde-runtime/4:16.04.0-1/kwalletd/backend/kwalletbackend.cc/#L248
 and similar for 
other versions).

> If I, by the way, wait to long with pressing "Cancel", the wallet manager
> dies with a segmentation fault. Is there interest to get the kde trace
> for that?
Well it certainly shouldn't segfault, however I'm not sure if this codebase is 
still supported upstream (I'm not a debian or kde dev) - I guess a bug report 
can't hurt though.  If you can get the KF5 version to do the same then I'm 
sure they'll be interested.

Regards,

Matt.



Bug#817385: Moving Bytecode to Debian Med (or Java) Git

2016-06-21 Thread Olivier Sallou


On 06/20/2016 09:51 PM, Andreas Tille wrote:
> On Mon, Jun 20, 2016 at 03:38:46PM +0200, Olivier Sallou wrote:
>> I made a quick fix to switch to compat 9 and fix Java version to current
>> jdk in sid.
>>
>> However, i cannot push to pkg-escience / bytecode (permission denied).
> Since pkg-escience is closed.
>  
>> It would be best to move package to pkg-java instead of debianmed
>> according to me, as it is pure Java package.
> That would be also my first idea.
>
>> Patching is quite easy:
>>
>> switch d/compat to 9 (no issue)
>>
>> d/control: update dependencies to use default-jdk and default-jre
>> instead of openjdk/sun-jdk/java2-compiler
>>
>> add a patch to build.xml to add in all javac commands :  source="1.6"
>> target="1.6"
>>
>> build is fine with no specific lintian error
> Would you volunteer to move it to pkg-java Git?
I gonna try to do so
>
> Kind regards
>
>   Andreas.
>

-- 
Olivier Sallou
IRISA / University of Rennes 1
Campus de Beaulieu, 35000 RENNES - FRANCE
Tel: 02.99.84.71.95

gpg key id: 4096R/326D8438  (keyring.debian.org)
Key fingerprint = 5FB4 6F83 D3B9 5204 6335  D26D 78DC 68DB 326D 8438



Bug#812000: marked as done (qdjango: FTBFS with GCC 6: static assertion failed)

2016-06-21 Thread Debian Bug Tracking System
Your message dated Tue, 21 Jun 2016 07:21:29 +
with message-id 
and subject line Bug#812000: fixed in qdjango 0.6.2-2
has caused the Debian Bug report #812000,
regarding qdjango: FTBFS with GCC 6: static assertion 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.)


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

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++ -c -m64 -pipe -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -W -D_REENTRANT 
> -fPIC -DQDJANGO_SHARED -DQT_NO_DEBUG -DQT_TESTLIB_LIB -DQT_SQL_LIB 
> -DQT_CORE_LIB 
> -DQT_TESTCASE_BUILDDIR='"/<>/tests/db/qdjangocompiler"' -I. 
> -I../../../tests -I../../../src/db -I../../../src/http -I../../db -isystem 
> /usr/include/x86_64-linux-gnu/qt5 -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtTest -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtCore -I. 
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -o tst_qdjangocompiler.o 
> tst_qdjangocompiler.cpp
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qnamespace.h:37:0,
>  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs.h:41,
>  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:40,
>  from /usr/include/x86_64-linux-gnu/qt5/QtSql/qsqldriver.h:37,
>  from /usr/include/x86_64-linux-gnu/qt5/QtSql/QSqlDriver:1,
>  from tst_qdjangocompiler.cpp:18:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In instantiation of 
> 'constexpr int qMetaTypeId() [with T = QDjangoWhere]':
> tst_qdjangocompiler.cpp:602:5:   required from here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1725:5: error: static 
> assertion failed: Type is not registered, please use the Q_DECLARE_METATYPE 
> macro to make it known to Qt's meta-object system
>  Q_STATIC_ASSERT_X(QMetaTypeId2::Defined, "Type is not registered, 
> please use the Q_DECLARE_METATYPE macro to make it known to Qt's meta-object 
> system");
>  ^
> 
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:48:0,
>  from /usr/include/x86_64-linux-gnu/qt5/QtSql/qsqldriver.h:37,
>  from /usr/include/x86_64-linux-gnu/qt5/QtSql/QSqlDriver:1,
>  from tst_qdjangocompiler.cpp:18:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h: In instantiation of 
> 'static constexpr int QMetaTypeId2::qt_metatype_id() [with T = 
> QDjangoWhere]':
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1726:43:   required from 
> 'constexpr int qMetaTypeId() [with T = QDjangoWhere]'
> tst_qdjangocompiler.cpp:602:5:   required from here
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1584:96: error: 
> 'qt_metatype_id' is not a member of 'QMetaTypeId'
>  static inline Q_DECL_CONSTEXPR int qt_metatype_id() { return 
> QMetaTypeId::qt_metatype_id(); }
>   
> ~~^~
> 
> tst_qdjangocompiler.cpp:672:1: error: specialization of 
> 'QMetaTypeId' after instantiation
>  Q_DECLARE_METATYPE(QDjangoWhere)
>  ^
> 
> tst_qdjangocompiler.cpp:672:1: error: redefinition of 'struct 
> QMetaTypeId'
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1576:8: error: previous 
> definition of 'struct QMetaTypeId'
>  struct QMetaTypeId : public QMetaTypeIdQObject
> ^~~
> 
> Makefile:359: recipe for target 'tst_qdjangocompiler.o' failed

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

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

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

Processed: affects 826688

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

> affects 826688 libopenturns-dev
Bug #826688 [python-openturns-dev] python-openturns-dev: fails to upgrade from 
'sid' - trying to overwrite /usr/include/openturns/swig/ANCOVA.i
Added indication that 826688 affects libopenturns-dev
> thanks
Stopping processing here.

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



Processed: affects 827716

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

> affects 827716 libtidy-0.99-0
Bug #827716 [libtidy-dev] libtidy-dev: trying to overwrite '/usr/lib/libtidy.so'
Added indication that 827716 affects libtidy-0.99-0
> thanks
Stopping processing here.

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