[Reproducible-builds] Bug#796324: fftw3: please make the build reproducible

2015-08-21 Thread Reiner Herrmann
Source: fftw3
Version: 3.3.4-2
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Hi!

While working on the reproducible builds effort [1], we have noticed
that fftw3 could not be built reproducibly.
The current date is embedded into documentation files.

The attached patch removes those timestamps as they provides no
useful information.

Regards,
 Reiner

[1]: https://wiki.debian.org/ReproducibleBuilds

diff --git a/debian/patches/reproducible_build.patch b/debian/patches/reproducible_build.patch
new file mode 100644
index 000..702ca3d
--- /dev/null
+++ b/debian/patches/reproducible_build.patch
@@ -0,0 +1,52 @@
+Author: Reiner Herrmann rei...@reiner-h.de
+Description: Remove dates from documentation to get reproducible documentation
+
+Index: fftw3-3.3.4/doc/FAQ/fftw-faq.bfnn
+===
+--- fftw3-3.3.4.orig/doc/FAQ/fftw-faq.bfnn
 fftw3-3.3.4/doc/FAQ/fftw-faq.bfnn
+@@ -12,7 +12,7 @@
+ \call-html startup html.refs2
+ \copyto ASCII
+ FFTW FREQUENTLY ASKED QUESTIONS WITH ANSWERS
+-`date '+%d %h %Y'`
++
+ 			 Matteo Frigo
+ 			   Steven G. Johnson
+  			f...@fftw.org
+@@ -28,7 +28,7 @@ END-INFO-DIR-ENTRY
+ File: $prefix.info, Node: Top, Next: Question 1.1, Up: (dir)
+ 
+ FFTW FREQUENTLY ASKED QUESTIONS WITH ANSWERS
+-`date '+%d %h %Y'`
++
+ 			 Matteo Frigo
+ 			   Steven G. Johnson
+ 			f...@fftw.org
+Index: fftw3-3.3.4/doc/FAQ/m-html.pl
+===
+--- fftw3-3.3.4.orig/doc/FAQ/m-html.pl
 fftw3-3.3.4/doc/FAQ/m-html.pl
+@@ -33,8 +33,6 @@ sub html_init {
+ print HTML html\n;
+ $html_needpara= -1;
+ $html_end='';
+-chop($html_date=`date '+%d %B %Y'`);
+-chop($html_year=`date '+%Y'`);
+ }
+ 
+ sub html_startup {
+@@ -70,11 +68,10 @@ END
+ }
+ 
+ sub html_close {
+-print HTML $html_end,address\n$user_author\n;
+-print HTML - $html_date\n/addressbr\n;
++print HTML $html_end,address\n$user_author\n/addressbr\n;
+ print HTML Extracted from $user_title,\n;
+ print HTML A href=\$html_copyrighthref\ if length($html_copyrighthref);
+-print HTML Copyright copy; $html_year $user_copyholder.;
++print HTML Copyright copy; 2015 $user_copyholder.;
+ print HTML /A if length($html_copyrighthref);
+ print HTML \n/body/html\n;
+ close(HTML);
diff --git a/debian/patches/series b/debian/patches/series
index 81a516c..0aadf6c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-runtime-neon-detection.patch
+reproducible_build.patch


signature.asc
Description: OpenPGP digital signature
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

[Reproducible-builds] Bug#796360: libical: please make the build reproducible

2015-08-21 Thread Chris Lamb
Source: libical
Version: 1.0.1-0.1
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: randomness
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Hi,

While working on the reproducible builds effort [1], we have noticed
that libical could not be built reproducibly.

The attached patch removes randomess caused Perl hash order, resulting
in the generated icalderivedvalue.c  file. Once applied, libical can
be
built reproducibly in our reproducible toolchain.

 [1]: https://wiki.debian.org/ReproducibleBuilds


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
--- a/debian/patches/0001-reproducible-build.patch  1970-01-01 
01:00:00.0 +0100
--- b/debian/patches/0001-reproducible-build.patch  2015-08-21 
15:15:04.106535730 +0100
@@ -0,0 +1,11 @@
+--- libical-1.0.1.orig/scripts/mkderivedvalues.pl
 libical-1.0.1/scripts/mkderivedvalues.pl
+@@ -141,7 +141,7 @@ if($opt_c){
+   my $count = scalar(keys %h) + 1;
+   print static const struct icalvalue_kind_map value_map[$count]={\n; 
+ 
+-  foreach $value  (keys %h) {
++  foreach $value  (sort keys %h) {
+ 
+ next if $value eq 'NO' or $value eq 'ANY';
+ 
--- a/debian/patches/series 1970-01-01 01:00:00.0 +0100
--- b/debian/patches/series 2015-08-21 15:15:01.242512715 +0100
@@ -0,0 +1 @@
+0001-reproducible-build.patch
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

[Reproducible-builds] Bug#796366: dh-strip-nondeterminism: missing dependency on libtimedate-perl

2015-08-21 Thread Stéphane Glondu
Package: dh-strip-nondeterminism
Version: 0.009-1
Severity: important

Dear Maintainer,

dh_strip_nondeterminism uses Date/Parse.pm. Currently, one needs to
manually install libtimedate-perl to make it work.

Cheers,

-- 
Stéphane


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

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

___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

[Reproducible-builds] Bug#796375: wcd: please make the build reproducible

2015-08-21 Thread Dhole
Source: wcd
Version: 5.2.5-1
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Hi,

While working on the reproducible builds effort [1], we have noticed
that wcd could not be built reproducibly.

The attached patch sets the embedded date in the man pages generated by
podman to the latest debian/changelog entry timestamp instead of local
date. Once applied, wcd can be built reproducibly in our current
experimental framework.

 [1]: https://wiki.debian.org/ReproducibleBuilds


Regards,
-- 
Dhole
diff -Nru wcd-5.2.5/debian/changelog wcd-5.2.5/debian/changelog
--- wcd-5.2.5/debian/changelog  2014-06-13 04:35:22.0 +0200
+++ wcd-5.2.5/debian/changelog  2015-08-21 17:13:05.0 +0200
@@ -1,3 +1,11 @@
+wcd (5.2.5-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Replace date embedded in man page by the latest debian/changelog entry
+timestamp to make the package build reproducibly.
+
+ -- Eduard Sanou dh...@openmailbox.org  Fri, 21 Aug 2015 16:58:37 +0200
+
 wcd (5.2.5-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru wcd-5.2.5/debian/patches/fix-timestamp-man.patch 
wcd-5.2.5/debian/patches/fix-timestamp-man.patch
--- wcd-5.2.5/debian/patches/fix-timestamp-man.patch1970-01-01 
01:00:00.0 +0100
+++ wcd-5.2.5/debian/patches/fix-timestamp-man.patch2015-08-21 
17:14:29.0 +0200
@@ -0,0 +1,20 @@
+Description: Fix timestamp in man pages
+ Replace the embedded timestamp in man pages by the latest debian/changelog
+ entry timestamp to make the man pages reproducible.
+Author: Eduard Sanou dh...@openmailbox.org
+
+--- wcd-5.2.5.orig/src/man/man1/Makefile
 wcd-5.2.5/src/man/man1/Makefile
+@@ -33,7 +33,11 @@ PACKAGE ?= wcd
+ 
+ # Optional variables to set
+ MANSECT   ?= 1
+-PODCENTER ?= $$(date +%Y-%m-%d)
++ifdef SOURCE_DATE_EPOCH
++PODCENTER  ?= $$(date -u -d @${SOURCE_DATE_EPOCH} +%Y-%m-%d)
++else
++PODCENTER  ?= $$(date +%Y-%m-%d)
++endif
+ 
+ # Directories
+ MANSRC=
diff -Nru wcd-5.2.5/debian/patches/series wcd-5.2.5/debian/patches/series
--- wcd-5.2.5/debian/patches/series 1970-01-01 01:00:00.0 +0100
+++ wcd-5.2.5/debian/patches/series 2015-08-21 17:13:34.0 +0200
@@ -0,0 +1 @@
+fix-timestamp-man.patch


signature.asc
Description: OpenPGP digital signature
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

[Reproducible-builds] Bug#796376: mapivi: please make the build reproducible

2015-08-21 Thread Dhole
Source: mapivi
Version: 0.9.7-1.1
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Hi,

While working on the reproducible builds effort [1], we have noticed
that mapivi could not be built reproducibly.

The attached patch sets the embedded date in the man pages generated by
podman to the latest debian/changelog entry timestamp instead of local
date. Once applied, mapivi can be built reproducibly in our current
experimental framework.

 [1]: https://wiki.debian.org/ReproducibleBuilds


Regards,
-- 
Dhole
diff -u mapivi-0.9.7/debian/changelog mapivi-0.9.7/debian/changelog
--- mapivi-0.9.7/debian/changelog
+++ mapivi-0.9.7/debian/changelog
@@ -1,3 +1,12 @@
+mapivi (0.9.7-1.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Export POD_MAN_DATE with the latest debian/changelog entry timestamp
+so that the man pages get a deterministic date to make the package build
+reproducibly.
+
+ -- Eduard Sanou dh...@openmailbox.org  Fri, 21 Aug 2015 17:06:06 +0200
+
 mapivi (0.9.7-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u mapivi-0.9.7/debian/rules mapivi-0.9.7/debian/rules
--- mapivi-0.9.7/debian/rules
+++ mapivi-0.9.7/debian/rules
@@ -9,7 +9,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-
+export SOURCE_DATE_EPOCH = $(shell date -d $$(dpkg-parsechangelog --count 1 
-SDate) +%s)
+export POD_MAN_DATE = $(shell date -u +%Y-%m-%d 
--date=@$(SOURCE_DATE_EPOCH))
 
 
 CFLAGS = -Wall -g


signature.asc
Description: OpenPGP digital signature
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

[Reproducible-builds] Bug#796377: gesftpserver: FTBFS under some locales (eg. fr_CH.UTF-8)

2015-08-21 Thread Chris Lamb
Source: gesftpserver
Version: 0.2.1-1
Severity: serious
Tags: patch
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs locale
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

gesftpserver fails to build from source in unstable/amd64 under
some locales (eg. LANG=fr_CH.UTF-8).

Patch attached. Whilst you export LC_MESSAGES=C in debian/rules for the
check target you also need LC_TIME=C.. so you might as well just use
LC_ALL=C.

  [..]

  Testing tests/textupload456 protocol 6 ... passed
  Testing tests/truncate3456 protocol 3 ... passed
  Testing tests/truncate3456 protocol 4 ... passed
  Testing tests/truncate3456 protocol 5 ... passed
  Testing tests/truncate3456 protocol 6 ... passed
  Testing tests/unsupported3456 protocol 3 ... passed
  Testing tests/unsupported3456 protocol 4 ... passed
  Testing tests/unsupported3456 protocol 5 ... passed
  Testing tests/unsupported3456 protocol 6 ... passed
  Testing tests/upload3456 protocol 3 ... FAILED
  EXPECTED: -rw--x +\S+ +\S+ +\S+ +\d+ +[a-zA-Z]+ +\d+ +\d+:\d+
  upload2
   GOT: -rw--x   ? 1000 100014441 aoû 21 16:3
   upload2 (null)
  Testing tests/upload3456 protocol 4 ... FAILED
  EXPECTED: -rw--x +\S+ +\S+ +\S+ +\d+ +[a-zA-Z]+ +\d+ +\d+:\d+
  upload2
   GOT: -rw--x   ? lambylamby   13083 aoû 21 16:3
   upload2 (null)
  Testing tests/upload3456 protocol 5 ... FAILED
  EXPECTED: -rw--x +\S+ +\S+ +\S+ +\d+ +[a-zA-Z]+ +\d+ +\d+:\d+
  upload2
   GOT: -rw--x   ? lambylamby   13286 aoû 21 16:3
   upload2 (null)
  Testing tests/upload3456 protocol 6 ... FAILED
  EXPECTED: -rw--x +\S+ +\S+ +\S+ +\d+ +[a-zA-Z]+ +\d+ +\d+:\d+
  upload2
   GOT: -rw--x   1 lambylamby   49182 aoû 21 16:3
   upload2 (null)
  Testing tests/version2 protocol 2 ... passed
  Testing tests/version3 protocol 3 ... passed
  Testing tests/version4 protocol 4 ... passed
  Testing tests/version5 protocol 5 ... passed
  Testing tests/version67 protocol 6 ... passed
  Testing tests/version67 protocol 7 ... passed
  Testing tests/vsel6bad protocol 6 ... passed
  Testing tests/vsel6five protocol 6 ... passed
  Testing tests/vsel6four protocol 6 ... passed
  Testing tests/vsel6mistimed protocol 6 ... passed
  Testing tests/vsel6six protocol 6 ... passed
  Testing tests/vsel6three protocol 6 ... passed
  21 tests failed
  Makefile:982: recipe for target 'check' failed
  make[1]: *** [check] Error 1
  make[1]: Leaving directory
  '/home/lamby/temp/cdt.20150821163237.pQN65sD6Dq/gesftpserver-0.2.1'
  /usr/share/cdbs/1/class/makefile.mk:67: recipe for target
  'debian/stamp-makefile-check' failed
  make: *** [debian/stamp-makefile-check] Error 2

  [..]

The full build log is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
 dpkg-buildpackage -rfakeroot -D -us -uc -b
dpkg-buildpackage: paquet source gesftpserver
dpkg-buildpackage: version source 0.2.1-1
dpkg-buildpackage: distribution source unstable
dpkg-buildpackage: source changé par Jonas Smedegaard d...@jones.dk
 dpkg-source --before-build gesftpserver-0.2.1
dpkg-buildpackage: architecture hôte amd64
 fakeroot debian/rules clean
test -x debian/rules
rm -f debian/stamp-makefile-build debian/stamp-makefile-install
/usr/bin/make  -C .  -k distclean
make[1]: Entering directory 
'/home/lamby/temp/cdt.20150821163237.pQN65sD6Dq/gesftpserver-0.2.1'
test -z *.gcno *.gcda *.gcov gesftpserver-ro gesftpserver-debug 
gesftpserver-ro-debug gesftpserver-valgrind || rm -f *.gcno *.gcda *.gcov 
gesftpserver-ro gesftpserver-debug gesftpserver-ro-debug gesftpserver-valgrind
test -z gesftpserver || rm -f gesftpserver
test -z libsftp.a || rm -f libsftp.a
test -z sftpclient pwtest || rm -f sftpclient pwtest
rm -f *.o
rm -f *.tab.c
test -z  || rm -f 
test . = . || test -z  || rm -f 
test -z  gesftpserver.8 || rm -f  gesftpserver.8
rm -f config.h stamp-h1
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f cscope.out cscope.in.out cscope.po.out cscope.files
rm -f config.status config.cache config.log configure.lineno 
config.status.lineno
rm -rf .deps ./.deps
rm -f Makefile
make[1]: Leaving directory 
'/home/lamby/temp/cdt.20150821163237.pQN65sD6Dq/gesftpserver-0.2.1'
rm -f debian/stamp-makefile-check
rm -f debian/stamp-autotools
rmdir --ignore-fail-on-non-empty .
rmdir: impossible de de supprimer « . »: Argument invalide
/usr/share/cdbs/1/class/autotools.mk:52: recipe for target 'makefile-clean' 
failed
make: [makefile-clean] Error 1 (ignorée)
for i in ./debian/upstream-cruft/config.aux/config.guess 
./config.aux/config.guess ./debian/upstream-cruft/config.aux/config.sub 
./config.aux/config.sub  ; do \
if test -e $i.cdbs-orig ; then \
mv $i.cdbs-orig $i ; \
fi ; \
done
rm -f debian/copyright_newhints
rm -f debian/cdbs-install-list debian/cdbs-package-list 

[Reproducible-builds] Bug#796381: license-reconcile: FTBFS: got : 'Copyright: 1992, 1993 The Regents of the University of California.' [..]

2015-08-21 Thread Chris Lamb
Source: license-reconcile
Version: 0.6
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

license-reconcile fails to build from source in unstable/amd64:

  #   Failed test at t/09-tty.t line 13.
  # Compared $data-[0]{copyright}[0]
  #got : 'Copyright: 1992, 1993 The Regents of the University of
  California. All rights reserved.'
  # expect : 'Copyright: 1992, 1993'
  # Looks like you failed 1 test of 2.

  [..] 

  Test Summary Report
  ---
  t/09-tty.t  (Wstat: 256 Tests: 2 Failed: 1)
Failed test:  2
Non-zero exit status: 1
  Files=29, Tests=232,  7 wallclock secs ( 0.11 usr  0.04 sys +  5.24
  cusr  0.64 csys =  6.03 CPU)
  Result: FAIL
  Failed 1/29 test programs. 1/232 subtests failed.
  dh_auto_test: perl Build test --verbose 1 returned exit code 255
  debian/rules:4: recipe for target 'build' failed
  make: *** [build] Error 255

  [..]

The full build log is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
 dpkg-buildpackage -rfakeroot -D -us -uc -b
dpkg-buildpackage: source package license-reconcile
dpkg-buildpackage: source version 0.6
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Damyan Ivanov d...@debian.org
 dpkg-source --before-build license-reconcile-0.6
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh clean
   dh_testdir
   dh_auto_clean
   dh_clean
 debian/rules build
dh build
   dh_testdir
   dh_auto_configure
perl Build.PL --installdirs vendor --config optimize=-g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
--config ld=cc -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wl,-z,relro
WARNING: the following files are missing in your kit:
README
Please inform the author.

Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Debian-LicenseReconcile' version '0.6'
   dh_auto_build
perl Build
Building Debian-LicenseReconcile
   dh_auto_test
perl Build test --verbose 1
# Testing Debian::LicenseReconcile 0.6, Perl 5.020002, /usr/bin/perl
bin/license-reconcile syntax OK
t/00-load.t ... 
1..15
ok 1 - use Debian::LicenseReconcile;
ok 2 - use Debian::LicenseReconcile::Errors;
ok 3 - use Debian::LicenseReconcile::App;
ok 4 - use Debian::LicenseReconcile::LicenseCheck;
ok 5 - use Debian::LicenseReconcile::FormatSpec;
ok 6 - use Debian::LicenseReconcile::CopyrightTarget;
ok 7 - use Debian::LicenseReconcile::CopyrightDatum;
ok 8 - use Debian::LicenseReconcile::CopyrightDatum::Holder;
ok 9 - use Debian::LicenseReconcile::Utils;
ok 10 - use Debian::LicenseReconcile::Filter;
ok 11 - use Debian::LicenseReconcile::Filter::Rules;
ok 12 - use Debian::LicenseReconcile::Filter::Std;
ok 13 - use Debian::LicenseReconcile::Filter::Shebang;
ok 14 - use Debian::LicenseReconcile::Filter::ChangeLog;
ok 15 - Compile test for bin/license-reconcile
ok
t/01-errors.t . 
1..20
ok 1 - how many
ok 2 - digest
ok 3 - how many
ok 4 - digest
ok 5 - how many
ok 6 - digest
ok 7 - how many
ok 8 - digest
ok 9 - how many
ok 10 - digest
ok 11 - how many
ok 12 - digest
ok 13 - how many
ok 14 - digest
ok 15 - how many
ok 16 - digest
ok 17 - how many
ok 18 - digest
ok 19 - how many
ok 20 - digest
ok
t/02-format.t . 
1..11
ok 1 - how many
ok 2 - initial state
ok 3 - empty copyright
ok 4 - how many
ok 5 - initial state
ok 6 - good format
ok 7 - how many
ok 8 - initial state
ok 9 - bad format
ok 10 - how many
ok 11 - initial state
ok
t/03-parse.t .. 
1..6
ok 1 - how many
ok 2 - initial state
ok 3 - An object of class 'Debian::LicenseReconcile::CopyrightTarget' isa 
'Debian::LicenseReconcile::CopyrightTarget'
ok 4 - failed parse
ok 5 - how many
ok 6 - bad copyright
ok
t/04-parse.t .. 
1..5
ok 1 - how many
ok 2 - initial state
ok 3 - An object of class 'Debian::LicenseReconcile::CopyrightTarget' isa 
'Debian::LicenseReconcile::CopyrightTarget'
ok 4 - An object of class 'Debian::LicenseReconcile::CopyrightTarget' isa 
'Debian::LicenseReconcile::CopyrightTarget'
ok 5 - directory mapping
ok
t/05-duplicate.t .. 
1..7
ok 1 - how many
ok 2 - initial state
ok 3 - An object of class 'Debian::LicenseReconcile::CopyrightTarget' isa 
'Debian::LicenseReconcile::CopyrightTarget'
ok 4 - An object of class 'Debian::LicenseReconcile::CopyrightTarget' isa 
'Debian::LicenseReconcile::CopyrightTarget'
ok 5 - how many
ok 6 - initial state
ok 7 - directory mapping
ok
t/06-filter.t . 
1..2
ok 1 - An object of class 'Debian::LicenseReconcile::Filter' isa 
'Debian::LicenseReconcile::Filter'
ok 2 - threw Regexp ((?^:not implemented in base class))
ok
t/08-map_directory.t .. 
1..7
ok 1 - how many
ok 2 - initial state
ok 3 - An object of class 

[Reproducible-builds] Bug#796410: python-statsd: FTBFS: ImportError: No module named django.conf

2015-08-21 Thread Chris Lamb
Source: python-statsd
Version: 3.0.1-2
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

python-statsd fails to build from source in unstable/amd64. This is not
just due to a missing Build-Depends on python-django, but there is also
some missing test harnessing to setup STATSD_HOST, etc.:

  [..]

 dh_auto_test -O--buildsystem=pybuild
  I: pybuild base:170: cd
  /tmp/buildd/python-statsd-3.0.1/.pybuild/pythonX.Y_2.7/build;
  python2.7 -m nose --with-doctest 
  E..
  ==
  ERROR: Failure: ImportError (No module named django.conf)
  --
  Traceback (most recent call last):
File /usr/lib/python2.7/dist-packages/nose/loader.py, line 420, in
loadTestsFromName
  addr.filename, addr.module)
File /usr/lib/python2.7/dist-packages/nose/importer.py, line 47,
in importFromPath
  return self.importFromDir(dir_path, fqname)
File /usr/lib/python2.7/dist-packages/nose/importer.py, line 94,
in importFromDir
  mod = load_module(part_fqname, fh, filename, desc)
File

/tmp/buildd/python-statsd-3.0.1/.pybuild/pythonX.Y_2.7/build/statsd/defaults/django.py,
line 2, in module
  from django.conf import settings
  ImportError: No module named django.conf
  
  --
  Ran 43 tests in 0.073s
  
  FAILED (errors=1)
  E: pybuild pybuild:262: test: plugin distutils failed with: exit
  code=1: cd
  /tmp/buildd/python-statsd-3.0.1/.pybuild/pythonX.Y_2.7/build;
  python2.7 -m nose --with-doctest 
  dh_auto_test: pybuild --test --test-nose -i python{version} -p 2.7
  --dir . returned exit code 13
  debian/rules:8: recipe for target 'build' failed
  make: *** [build] Error 25
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

  [..]

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


https://reproducible.debian.net/logs/unstable/amd64/python-statsd_3.0.1-2.build1.log.gz


Regards,

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

[Reproducible-builds] Bug#796421: golang-prometheus-client: Non-determistically FTBFS due to unreliable timing in test

2015-08-21 Thread Chris Lamb
Source: golang-prometheus-client
Version: 0.6.0+ds-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

golang-prometheus-client's testsuite appears to use method
timing/benchmarking in such
a way that it will non-deterministically FTBFS. Upstream appear to admit
this in the comment in func TestSummaryDecay:

  [..]

  === RUN TestSummaryDecay
  --- FAIL: TestSummaryDecay (1.68s)
summary_test.go:314: 70. got 37.00, want 7.00
summary_test.go:314: 80. got 47.00, want 8.00
summary_test.go:314: 90. got 51.00, want 9.00
summary_test.go:314: 100. got 56.00, want 10.00
summary_test.go:314: 110. got 63.00, want 20.00
summary_test.go:314: 120. got 70.00, want 30.00
summary_test.go:314: 130. got 84.00, want 40.00
summary_test.go:314: 140. got 95.00, want 50.00
summary_test.go:314: 150. got 107.00, want 60.00
summary_test.go:314: 160. got 116.00, want 70.00
summary_test.go:314: 170. got 132.00, want 80.00
summary_test.go:314: 180. got 150.00, want 90.00
summary_test.go:314: 190. got 163.00, want 100.00
summary_test.go:314: 200. got 170.00, want 110.00
summary_test.go:314: 210. got 181.00, want 120.00
summary_test.go:314: 220. got 189.00, want 130.00
summary_test.go:314: 230. got 198.00, want 140.00
summary_test.go:314: 240. got 204.00, want 150.00
summary_test.go:314: 250. got 207.00, want 160.00
summary_test.go:314: 260. got 210.00, want 170.00
summary_test.go:314: 270. got 219.00, want 180.00
summary_test.go:314: 280. got 242.00, want 190.00
summary_test.go:314: 290. got 249.00, want 200.00
summary_test.go:314: 300. got 259.00, want 210.00
summary_test.go:314: 310. got 270.00, want 220.00
summary_test.go:314: 320. got 275.00, want 230.00
summary_test.go:314: 330. got 276.00, want 240.00
summary_test.go:314: 340. got 281.00, want 250.00
summary_test.go:314: 350. got 285.00, want 260.00
summary_test.go:314: 360. got 293.00, want 270.00
summary_test.go:314: 370. got 308.00, want 280.00
summary_test.go:314: 380. got 313.00, want 290.00
summary_test.go:314: 390. got 323.00, want 300.00
summary_test.go:314: 400. got 333.00, want 310.00
summary_test.go:314: 410. got 343.00, want 320.00
summary_test.go:314: 420. got 352.00, want 330.00
summary_test.go:314: 430. got 367.00, want 340.00
summary_test.go:314: 500. got 433.00, want 410.00
summary_test.go:314: 510. got 450.00, want 420.00
summary_test.go:314: 520. got 458.00, want 430.00
summary_test.go:314: 530. got 477.00, want 440.00
summary_test.go:314: 540. got 492.00, want 450.00
summary_test.go:314: 550. got 508.00, want 460.00
summary_test.go:314: 560. got 511.00, want 470.00
summary_test.go:314: 570. got 519.00, want 480.00
summary_test.go:314: 580. got 529.00, want 490.00
summary_test.go:314: 590. got 536.00, want 500.00
summary_test.go:314: 600. got 540.00, want 510.00
summary_test.go:314: 610. got 547.00, want 520.00
summary_test.go:314: 630. got 564.00, want 540.00
summary_test.go:314: 640. got 572.00, want 550.00
summary_test.go:314: 740. got 672.00, want 650.00
summary_test.go:314: 750. got 689.00, want 660.00
summary_test.go:314: 760. got 697.00, want 670.00
summary_test.go:314: 770. got 714.00, want 680.00
summary_test.go:314: 780. got 719.00, want 690.00
summary_test.go:314: 790. got 727.00, want 700.00
summary_test.go:314: 800. got 737.00, want 710.00
summary_test.go:314: 810. got 746.00, want 720.00
summary_test.go:314: 820. got 752.00, want 730.00
summary_test.go:314: 920. got 855.00, want 830.00
summary_test.go:314: 930. got 874.00, want 840.00
summary_test.go:314: 940. got 884.00, want 850.00
summary_test.go:314: 950. got 894.00, want 860.00
summary_test.go:314: 960. got 904.00, want 870.00
summary_test.go:314: 970. got 911.00, want 880.00
summary_test.go:314: 980. got 918.00, want 890.00
summary_test.go:314: 990. got 926.00, want 900.00
  

[Reproducible-builds] Bug#796446: pyflakes: FTBFS: pybuild:262: test: plugin distutils failed with: exit code=1

2015-08-21 Thread Chris Lamb
Source: pyflakes
Version: 0.8.1-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

pyflakes fails to build from source in unstable/amd64:

  [..]
  ==
  FAIL: When pyflakes finds errors with the files it's given, (if they
  don't
  --
  Traceback (most recent call last):
File

/tmp/buildd/pyflakes-0.8.1/.pybuild/pythonX.Y_2.7/build/pyflakes/test/test_api.py,
line 583, in test_errors
  self.assertEqual(d, ('', error_msg, 1))
  AssertionError: Tuples differ: ('', /usr/bin/python2.7: can'... !=
  ('', '/tmp/tmpn4FNFz/temp: No ...
  
  First differing element 1:
  /usr/bin/python2.7: can't open file
  
'/tmp/buildd/pyflakes-0.8.1/.pybuild/pythonX.Y_2.7/build/pyflakes/../bin/pyflakes':
  [Errno 2] No such file or directory
  
  /tmp/tmpn4FNFz/temp: No such file or directory
  
  
  + ('', '/tmp/tmpn4FNFz/temp: No such file or directory\n', 1)
  - ('',
  -  /usr/bin/python2.7: can't open file
  
'/tmp/buildd/pyflakes-0.8.1/.pybuild/pythonX.Y_2.7/build/pyflakes/../bin/pyflakes':
  [Errno 2] No such file or directory\n,
  -  2)
  
  ==
  FAIL: When a Python source file has warnings, the return code is
  non-zero
  --
  Traceback (most recent call last):
File

/tmp/buildd/pyflakes-0.8.1/.pybuild/pythonX.Y_2.7/build/pyflakes/test/test_api.py,
line 573, in test_fileWithFlakes
  self.assertEqual(d, (%s\n % expected, '', 1))
  AssertionError: Tuples differ: ('', /usr/bin/python2.7: can'... !=
  (/tmp/tmpbUuV49/temp:1: 'cont...
  
  First differing element 0:
  
  /tmp/tmpbUuV49/temp:1: 'contraband' imported but unused
  
  
  + (/tmp/tmpbUuV49/temp:1: 'contraband' imported but unused\n, '', 1)
  - ('',
  -  /usr/bin/python2.7: can't open file
  
'/tmp/buildd/pyflakes-0.8.1/.pybuild/pythonX.Y_2.7/build/pyflakes/../bin/pyflakes':
  [Errno 2] No such file or directory\n,
  -  2)
  
  ==
  FAIL: When a Python source file is all good, the return code is zero
  and no
  --
  Traceback (most recent call last):
File

/tmp/buildd/pyflakes-0.8.1/.pybuild/pythonX.Y_2.7/build/pyflakes/test/test_api.py,
line 561, in test_goodFile
  self.assertEqual(d, ('', '', 0))
  AssertionError: Tuples differ: ('', /usr/bin/python2.7: can'... !=
  ('', '', 0)
  
  First differing element 1:
  /usr/bin/python2.7: can't open file
  
'/tmp/buildd/pyflakes-0.8.1/.pybuild/pythonX.Y_2.7/build/pyflakes/../bin/pyflakes':
  [Errno 2] No such file or directory
  
  
  
  + ('', '', 0)
  - ('',
  -  /usr/bin/python2.7: can't open file
  
'/tmp/buildd/pyflakes-0.8.1/.pybuild/pythonX.Y_2.7/build/pyflakes/../bin/pyflakes':
  [Errno 2] No such file or directory\n,
  -  2)
  
  ==
  FAIL: If no arguments are passed to C{pyflakes} then it reads from
  stdin.
  --
  Traceback (most recent call last):
File

/tmp/buildd/pyflakes-0.8.1/.pybuild/pythonX.Y_2.7/build/pyflakes/test/test_api.py,
line 591, in test_readFromStdin
  self.assertEqual(d, (%s\n % expected, '', 1))
  AssertionError: Tuples differ: ('', /usr/bin/python2.7: can'... !=
  (stdin:1: 'contraband' impo...
  
  First differing element 0:
  
  stdin:1: 'contraband' imported but unused
  
  
  + (stdin:1: 'contraband' imported but unused\n, '', 1)
  - ('',
  -  /usr/bin/python2.7: can't open file
  
'/tmp/buildd/pyflakes-0.8.1/.pybuild/pythonX.Y_2.7/build/pyflakes/../bin/pyflakes':
  [Errno 2] No such file or directory\n,
  -  2)
  
  --
  Ran 416 tests in 1.018s
  
  FAILED (SKIP=25, failures=4)
  E: pybuild pybuild:262: test: plugin distutils failed with: exit
  code=1: cd /tmp/buildd/pyflakes-0.8.1/.pybuild/pythonX.Y_2.7/build;
  python2.7 -m nose --with-doctest 
  dh_auto_test: pybuild --test --test-nose -i python{version} -p 2.7
  --dir . returned exit code 13
  debian/rules:10: recipe for target 'build' failed
  make: *** [build] Error 25
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

  [..]

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

  
https://reproducible.debian.net/logs/unstable/amd64/pyflakes_0.8.1-1.build1.log.gz


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
I: using fakeroot in build.
I: pbuilder: network access will be disabled during build
I: Current time: Fri Aug 21 

[Reproducible-builds] Bug#796366: dh-strip-nondeterminism: missing dependency on libtimedate-perl

2015-08-21 Thread Andrew Ayer
tags 796366 + pending
thanks

Thanks Stéphane for reporting this.  Fixed in 0.010-1, which is pending
upload.

Cheers,
Andrew

___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds


[Reproducible-builds] Bug#796420: mupdf: FTBFS: /usr/include/jbig2.h: fatal error: memento.h: No such file or directory

2015-08-21 Thread Chris Lamb
Source: mupdf
Version: 1.7-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

mupdf fails to build from source in unstable/amd64. This might actually
be an issue in libjbig2dec0-dev:

  [..]

  cc -g -O2 -fPIE -fstack-protector-strong -Wformat
  -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -pipe
  -O2 -DNDEBUG -fomit-frame-pointer  -Iinclude -Igenerated
  -I/usr/include/freetype2-DSHARE_JPEG -I/usr/include/openjpeg-2.1  
  -Ithirdparty/mujs -o build/release/fitz/context.o -c
  source/fitz/context.c
  cc -fPIE -pie -Wl,-z,relro -Wl,-z,now -o build/release/namedump
  build/release/namedump.o  -lm -lfreetype  -ljbig2dec -ljpeg -lopenjp2 
  -lz 
  In file included from source/fitz/filter-jbig2.c:3:0:
  /usr/include/jbig2.h:39:21: fatal error: memento.h: No such file or
  directory
  compilation terminated.
  Makefile:146: recipe for target 'build/release/fitz/filter-jbig2.o'
  failed
  make[2]: *** [build/release/fitz/filter-jbig2.o] Error 1
  make[2]: *** Waiting for unfinished jobs
  make[2]: Leaving directory '/tmp/buildd/mupdf-1.7'
  debian/rules:31: recipe for target 'override_dh_auto_build' failed
  make[1]: *** [override_dh_auto_build] Error 2
  make[1]: Leaving directory '/tmp/buildd/mupdf-1.7'
  debian/rules:43: recipe for target 'build' failed
  make: *** [build] Error 2
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

  [..]

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


https://reproducible.debian.net/logs/unstable/amd64/mupdf_1.7-1.build1.log.gz


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
I: using fakeroot in build.
I: pbuilder: network access will be disabled during build
I: Current time: Fri Aug 21 07:23:50 GMT+12 2015
I: pbuilder-time-stamp: 1440185030
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/unstable-reproducible-base.tgz]
I: creating local configuration
I: copying local configuration
I: mounting /proc filesystem
I: mounting /run/shm filesystem
I: mounting /dev/pts filesystem
I: Mounting /dev/shm
I: Mounting /sys
I: policy-rc.d already exists
I: Installing the build-deps
 - Attempting to satisfy build-dependencies
 - Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team pbuilder-ma...@lists.alioth.debian.org
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (= 7.0.50~), dpkg-dev (= 1.16.1.1~), libfreetype6-dev, 
pkg-config, libjpeg-dev, libjbig2dec-dev, libopenjp2-7-dev, libx11-dev, 
libxext-dev, zlib1g-dev
dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in 
'/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 20247 files and directories currently installed.)
Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ...
Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring 
anyway as you requested:
 pbuilder-satisfydepends-dummy depends on libfreetype6-dev; however:
  Package libfreetype6-dev is not installed.
 pbuilder-satisfydepends-dummy depends on pkg-config; however:
  Package pkg-config is not installed.
 pbuilder-satisfydepends-dummy depends on libjpeg-dev; however:
  Package libjpeg-dev is not installed.
 pbuilder-satisfydepends-dummy depends on libjbig2dec-dev; however:
  Package libjbig2dec-dev is not installed.
 pbuilder-satisfydepends-dummy depends on libopenjp2-7-dev; however:
  Package libopenjp2-7-dev is not installed.
 pbuilder-satisfydepends-dummy depends on libx11-dev; however:
  Package libx11-dev is not installed.
 pbuilder-satisfydepends-dummy depends on libxext-dev; however:
  Package libxext-dev is not installed.
 pbuilder-satisfydepends-dummy depends on zlib1g-dev; however:
  Package zlib1g-dev is not installed.

Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
Building tag database...
The following NEW packages will be installed:
  libfreetype6{a} libfreetype6-dev{a} libjbig2dec0{a} libjbig2dec0-dev{a} 
  libjpeg-dev{a} libjpeg62-turbo{a} libjpeg62-turbo-dev{a} libopenjp2-7{a} 
  libopenjp2-7-dev{a} libpng12-0{a} libpng12-dev{a} 
  libpthread-stubs0-dev{a} libx11-6{a} libx11-data{a} libx11-dev{a} 
  libxau-dev{a} libxau6{a} libxcb1{a} libxcb1-dev{a} libxdmcp-dev{a} 
  libxdmcp6{a} libxext-dev{a} libxext6{a} 

[Reproducible-builds] Processed: Re: Bug#796366: dh-strip-nondeterminism: missing dependency on libtimedate-perl

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

 tags 796366 + pending
Bug #796366 [dh-strip-nondeterminism] dh-strip-nondeterminism: missing 
dependency on libtimedate-perl
Added tag(s) pending.
 thanks
Stopping processing here.

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

___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds


[Reproducible-builds] Bug#796417: xcffib: FTBFS: module 'xcffib' from [..] is not a python function

2015-08-21 Thread Chris Lamb
Source: xcffib
Version: 0.3.4-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

xcffib fails to build from source in unstable/amd64:

  [..]

 dh_auto_test -O--buildsystem=pybuild
  I: pybuild base:170: cd
  /tmp/buildd/xcffib-0.3.4/.pybuild/pythonX.Y_2.7/build; python2.7 -m
  nose --with-doctest 
  E
  ==
  ERROR: test suite for module 'xcffib' from
  '/tmp/buildd/xcffib-0.3.4/.pybuild/pythonX.Y_2.7/build/xcffib/__init__.py'
  --
  Traceback (most recent call last):
File /usr/lib/python2.7/dist-packages/nose/suite.py, line 209, in
run
  self.setUp()
File /usr/lib/python2.7/dist-packages/nose/suite.py, line 292, in
setUp
  self.setupContext(ancestor)
File /usr/lib/python2.7/dist-packages/nose/suite.py, line 315, in
setupContext
  try_run(context, names)
File /usr/lib/python2.7/dist-packages/nose/util.py, line 466, in
try_run
  (name, obj))
  TypeError: Attribute setup of module 'xcffib' from
  '/tmp/buildd/xcffib-0.3.4/.pybuild/pythonX.Y_2.7/build/xcffib/__init__.py'
  is not a python function. Only functions or callables may be used as
  fixtures.
  
  --
  Ran 0 tests in 6.469s
  
  FAILED (errors=1)
  E: pybuild pybuild:262: test: plugin distutils failed with: exit
  code=1: cd /tmp/buildd/xcffib-0.3.4/.pybuild/pythonX.Y_2.7/build;
  python2.7 -m nose --with-doctest 
  dh_auto_test: pybuild --test --test-nose -i python{version} -p 2.7
  --dir . returned exit code 13
  debian/rules:14: recipe for target 'build' failed
  make: *** [build] Error 25
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

  [..]

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


https://reproducible.debian.net/logs/unstable/amd64/xcffib_0.3.4-1.build1.log.gz


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
I: using fakeroot in build.
I: pbuilder: network access will be disabled during build
I: Current time: Fri Aug 21 05:22:14 GMT+12 2015
I: pbuilder-time-stamp: 1440177734
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/unstable-reproducible-base.tgz]
I: creating local configuration
I: copying local configuration
I: mounting /proc filesystem
I: mounting /run/shm filesystem
I: mounting /dev/pts filesystem
I: Mounting /dev/shm
I: Mounting /sys
I: policy-rc.d already exists
I: Installing the build-deps
 - Attempting to satisfy build-dependencies
 - Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team pbuilder-ma...@lists.alioth.debian.org
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (= 9), dh-python, pkg-config, ghc, xcb-proto, 
libxcb-render0-dev, libxcb1-dev, cabal-install, libghc-xcb-types-dev (= 
0.7.0), libghc-language-python-dev (= 0.4.0), libghc-split-dev, 
libghc-optparse-applicative-dev (= 0.5), libghc-filemanip-dev, libghc-mtl-dev 
(= 2.1), libghc-test-framework-hunit-dev, libghc-attoparsec-dev, 
python-setuptools, python3-setuptools, python-autopep8, python-all, 
python3-all, python-all-dev, python3-all-dev, python-nose, xvfb, x11-apps, 
python-flake8, python-six, python3-six, python-cffi (= 0.8.2), python3-cffi 
(= 0.8.2), libxcb1
dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in 
'/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 20247 files and directories currently installed.)
Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ...
Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring 
anyway as you requested:
 pbuilder-satisfydepends-dummy depends on dh-python; however:
  Package dh-python is not installed.
 pbuilder-satisfydepends-dummy depends on pkg-config; however:
  Package pkg-config is not installed.
 pbuilder-satisfydepends-dummy depends on ghc; however:
  Package ghc is not installed.
 pbuilder-satisfydepends-dummy depends on xcb-proto; however:
  Package xcb-proto is not installed.
 pbuilder-satisfydepends-dummy depends on libxcb-render0-dev; however:
  Package libxcb-render0-dev is not installed.
 pbuilder-satisfydepends-dummy depends on libxcb1-dev; however:
  Package libxcb1-dev is not installed.
 pbuilder-satisfydepends-dummy depends on cabal-install; however:
  Package 

[Reproducible-builds] Bug#796412: pastedeploy: FTBFS: ImportError: No module named script.templates

2015-08-21 Thread Chris Lamb
Source: pastedeploy
Version: 1.5.2-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

pastedeploy fails to build from source in unstable/amd64:

 * Missing Build-Depends on python-pastescript
 * Missing Build-Depends on python3-pastescript (NB. not in archive, ie
 needs to be packaged)

  [..]
  ==
  ERROR: Failure: ImportError (No module named script.templates)
  --
  Traceback (most recent call last):
File /usr/lib/python2.7/dist-packages/nose/loader.py, line 420, in
loadTestsFromName
  addr.filename, addr.module)
File /usr/lib/python2.7/dist-packages/nose/importer.py, line 47,
in importFromPath
  return self.importFromDir(dir_path, fqname)
File /usr/lib/python2.7/dist-packages/nose/importer.py, line 94,
in importFromDir
  mod = load_module(part_fqname, fh, filename, desc)
File

/tmp/buildd/pastedeploy-1.5.2/.pybuild/pythonX.Y_2.7/build/paste/deploy/paster_templates.py,
line 5, in module
  from paste.script.templates import Template
  ImportError: No module named script.templates
  
  --
  Ran 1 test in 0.054s
  
  FAILED (errors=1)
  E: pybuild pybuild:262: test: plugin distutils failed with: exit
  code=1: cd /tmp/buildd/pastedeploy-1.5.2/.pybuild/pythonX.Y_2.7/build;
  python2.7 -m nose --with-doctest 
  dh_auto_test: pybuild --test --test-nose -i python{version} -p 2.7
  --dir . returned exit code 13
  debian/rules:13: recipe for target 'build' failed
  make: *** [build] Error 25
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

  [..]

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


https://reproducible.debian.net/logs/unstable/amd64/pastedeploy_1.5.2-1.build1.log.gz


Regards,

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

Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
Building tag database...
The following NEW packages will be installed:
  dh-python{a} docutils-common{a} libexpat1{a} libmpdec2{a} 
  libpython-stdlib{a} 

[Reproducible-builds] Bug#796422: libopengl-image-perl: FTBFS: perl5/5.20/auto/OpenGL/OpenGL.so: undefined symbol: glResizeBuffersMESA

2015-08-21 Thread Chris Lamb
Source: libopengl-image-perl
Version: 1.03-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

libopengl-image-perl fails to build from source in unstable/amd64:

  [..]

make -j1 test TEST_VERBOSE=1
  make[1]: Entering directory '/tmp/buildd/libopengl-image-perl-1.03'
  PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM
  -MTest::Harness -e undef *Test::Harness::Switches;
  test_harness(1, 'blib/lib', 'blib/arch') t/*.t
  Can't load
  '/usr/lib/x86_64-linux-gnu/perl5/5.20/auto/OpenGL/OpenGL.so' for
  module OpenGL:
  /usr/lib/x86_64-linux-gnu/perl5/5.20/auto/OpenGL/OpenGL.so: undefined
  symbol: glResizeBuffersMESA at
  /usr/lib/x86_64-linux-gnu/perl/5.20/DynaLoader.pm line 187.
   at t/OpenGL-Image.t line 3.
  Compilation failed in require at t/OpenGL-Image.t line 3.
  BEGIN failed--compilation aborted at t/OpenGL-Image.t line 3.
  t/OpenGL-Image.t .. 
  Dubious, test returned 2 (wstat 512, 0x200)
  No subtests run 
  
  Test Summary Report
  ---
  t/OpenGL-Image.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
  Files=1, Tests=0,  0 wallclock secs ( 0.04 usr  0.01 sys +  0.04 cusr 
  0.02 csys =  0.11 CPU)
  Result: FAIL
  Failed 1/1 test programs. 0/0 subtests failed.
  Makefile:838: recipe for target 'test_dynamic' failed
  make[1]: *** [test_dynamic] Error 2
  make[1]: Leaving directory '/tmp/buildd/libopengl-image-perl-1.03'
  dh_auto_test: make -j1 test TEST_VERBOSE=1 returned exit code 2
  debian/rules:7: recipe for target 'build' failed
  make: *** [build] Error 2
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

  [..]

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


https://reproducible.debian.net/logs/unstable/amd64/libopengl-image-perl_1.03-1.build1.log.gz


Regards,

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

Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
Building tag database...
The following NEW packages will be installed:
  fontconfig-config{a} fonts-dejavu-core{a} freeglut3{a} 
  imagemagick-common{a} libdrm2{a} libexpat1{a} libfftw3-double3{a} 
  libfontconfig1{a} libfreetype6{a} libgl1-mesa-glx{a} libglapi-mesa{a} 
  libglu1-mesa{a} libimage-magick-perl{a} libimage-magick-q16-perl{a} 
  libjbig0{a} libjpeg62-turbo{a} liblcms2-2{a} liblqr-1-0{a} libltdl7{a} 
  libmagickcore-6.q16-2{a} libopengl-perl{a} libperl5.20{a} libpng12-0{a} 
  libtiff5{a} libx11-6{a} libx11-data{a} libx11-xcb1{a} libxau6{a} 
  libxcb-dri2-0{a} libxcb-dri3-0{a} libxcb-glx0{a} libxcb-present0{a} 
  libxcb-sync1{a} libxcb1{a} libxdamage1{a} libxdmcp6{a} libxext6{a} 
  libxfixes3{a} libxi6{a} libxshmfence1{a} libxxf86vm1{a} ucf{a} 
0 packages upgraded, 42 newly installed, 0 to remove and 0 not upgraded.
Need to get 8920 kB of archives. After unpacking 27.6 MB will be 

[Reproducible-builds] Bug#796423: php-sabre-dav-2.1: FTBFS: testQueryTimerange Got no events instead of 1

2015-08-21 Thread Chris Lamb
Source: php-sabre-dav-2.1
Version: 2.1.6-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

php-sabre-dav-2.1 fails to build from source in unstable/amd64:

  [..]

  .  244 /
  1350 ( 18%)
  SSS..  305 /
  1350 ( 22%)
  .  366 /
  1350 ( 27%)
  .  427 /
  1350 ( 31%)
  .  488 /
  1350 ( 36%)
  .  549 /
  1350 ( 40%)
  ..S..  610 /
  1350 ( 45%)
  .  671 /
  1350 ( 49%)
  .S...  732 /
  1350 ( 54%)
  .  793 /
  1350 ( 58%)
  .  854 /
  1350 ( 63%)
  .  915 /
  1350 ( 67%)
  F  976 /
  1350 ( 72%)
  . 1037 /
  1350 ( 76%)
  . 1098 /
  1350 ( 81%)
  . 1159 /
  1350 ( 85%)
  . 1220 /
  1350 ( 90%)
  ..SS. 1281 /
  1350 ( 94%)
  . 1342 /
  1350 ( 99%)
  .
  
  Time: 4.5 seconds, Memory: 66.25Mb
  
  There was 1 failure:
  
  1) Sabre\CalDAV\GetEventsByTimerangeTest::testQueryTimerange
  Got no events instead of 1. Output: ?xml version=1.0
  encoding=utf-8?
  d:multistatus xmlns:d=DAV: xmlns:s=http://sabredav.org/ns;
  xmlns:cal=urn:ietf:params:xml:ns:caldav
  xmlns:cs=http://calendarserver.org/ns//
  
  
/tmp/buildd/php-sabre-dav-2.1-2.1.6/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php:77
  
  FAILURES!
  Tests: 1315, Assertions: 2635, Failures: 1, Skipped: 73.
  debian/rules:28: recipe for target 'override_dh_auto_test' failed
  make[1]: *** [override_dh_auto_test] Error 1
  make[1]: Leaving directory '/tmp/buildd/php-sabre-dav-2.1-2.1.6'
  debian/rules:6: recipe for target 'build' failed
  make: *** [build] Error 2
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

  [..]

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


https://reproducible.debian.net/logs/unstable/amd64/php-sabre-dav-2.1_2.1.6-1.build1.log.gz


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
I: using fakeroot in build.
I: pbuilder: network access will be disabled during build
I: Current time: Fri Aug 21 05:32:52 GMT+12 2015
I: pbuilder-time-stamp: 1440178372
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/unstable-reproducible-base.tgz]
I: creating local configuration
I: copying local configuration
I: mounting /proc filesystem
I: mounting /run/shm filesystem
I: mounting /dev/pts filesystem
I: Mounting /dev/shm
I: Mounting /sys
I: policy-rc.d already exists
I: Installing the build-deps
 - Attempting to satisfy build-dependencies
 - Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team pbuilder-ma...@lists.alioth.debian.org
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (= 8.0.0), help2man, php-codesniffer, php-sabre-event, 
php-sabre-http (= 3.0.5-2~), php-sabre-vobject-3, php5-curl, php5-sqlite, 
phpab, phpunit, python, pkg-php-tools (= 1.30~)
dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in 
'/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 20247 files and directories currently installed.)
Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ...
Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring 
anyway as you requested:
 pbuilder-satisfydepends-dummy depends on help2man; however:
  Package help2man is not installed.
 pbuilder-satisfydepends-dummy depends on php-codesniffer; however:
  Package php-codesniffer is not installed.
 pbuilder-satisfydepends-dummy 

[Reproducible-builds] Bug#796405: unattended-upgrades: FTBFS: test_pep8_clean: AssertionError: 1 != 0

2015-08-21 Thread Chris Lamb
Source: unattended-upgrades
Version: 0.86.2
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

unattended-upgrades fails to build from source in unstable/amd64:

  [..]

  ==
  FAIL: test_pep8_clean (__main__.PackagePep8TestCase)
  --
  Traceback (most recent call last):
File ./test_pep8.py, line 20, in test_pep8_clean
  [pep8, --repeat, --ignore=%s % IGNORE] + targets), 0)
  AssertionError: 1 != 0
  
  --
  Ran 1 test in 1.343s
  
  FAILED (failures=1)
  Makefile:6: recipe for target 'check' failed

  [..]

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


https://reproducible.debian.net/logs/unstable/amd64/unattended-upgrades_0.86.2.build1.log.gz


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
I: using fakeroot in build.
I: pbuilder: network access will be disabled during build
I: Current time: Fri Aug 21 06:23:05 GMT+12 2015
I: pbuilder-time-stamp: 1440181385
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/unstable-reproducible-base.tgz]
I: creating local configuration
I: copying local configuration
I: mounting /proc filesystem
I: mounting /run/shm filesystem
I: mounting /dev/pts filesystem
I: Mounting /dev/shm
I: Mounting /sys
I: policy-rc.d already exists
I: Installing the build-deps
 - Attempting to satisfy build-dependencies
 - Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team pbuilder-ma...@lists.alioth.debian.org
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (= 7.0.50~), po-debconf, python (= 2.6.6-3~), 
python3-distutils-extra, python3-setuptools, python-dev, python3-dev, 
python-coverage, pep8, pyflakes, python-apt, python3-apt, python-mock, 
python3-mock, lsb-release, dh-systemd (= 1.5)
dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in 
'/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 20247 files and directories currently installed.)
Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ...
Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring 
anyway as you requested:
 pbuilder-satisfydepends-dummy depends on python (= 2.6.6-3~); however:
  Package python is not installed.
 pbuilder-satisfydepends-dummy depends on python3-distutils-extra; however:
  Package python3-distutils-extra is not installed.
 pbuilder-satisfydepends-dummy depends on python3-setuptools; however:
  Package python3-setuptools is not installed.
 pbuilder-satisfydepends-dummy depends on python-dev; however:
  Package python-dev is not installed.
 pbuilder-satisfydepends-dummy depends on python3-dev; however:
  Package python3-dev is not installed.
 pbuilder-satisfydepends-dummy depends on python-coverage; however:
  Package python-coverage is not installed.
 pbuilder-satisfydepends-dummy depends on pep8; however:
  Package pep8 is not installed.
 pbuilder-satisfydepends-dummy depends on pyflakes; however:
  Package pyflakes is not installed.
 pbuilder-satisfydepends-dummy depends on python-apt; however:
  Packa
Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
Building tag database...
The following NEW packages will be installed:
  autoconf{a} automake{a} autotools-dev{a} ca-certificates{a} dh-python{a} 
  dh-systemd{a} distro-info-data{a} intltool{a} libapt-inst1.7{a} 
  libencode-locale-perl{a} libexpat1{a} libexpat1-dev{a} 
  libfile-listing-perl{a} libhtml-parser-perl{a} libhtml-tagset-perl{a} 
  libhtml-tree-perl{a} libhttp-cookies-perl{a} libhttp-date-perl{a} 
  libhttp-message-perl{a} libhttp-negotiate-perl{a} libio-html-perl{a} 
  libio-socket-ssl-perl{a} liblwp-mediatypes-perl{a} 
  liblwp-protocol-https-perl{a} libmpdec2{a} libnet-http-perl{a} 
  libnet-ssleay-perl{a} libpython-dev{a} libpython-stdlib{a} 
  libpython2.7{a} libpython2.7-dev{a} libpython2.7-minimal{a} 
  libpython2.7-stdlib{a} libpython3-dev{a} libpython3-stdlib{a} 
  libpython3.4{a} libpython3.4-dev{a} libpython3.4-minimal{a} 
  libpython3.4-stdlib{a} libsigsegv2{a} libssl1.0.0{a} liburi-perl{a} 
  libwww-perl{a} 

[Reproducible-builds] Bug#796400: golang-github-jacobsa-ratelimit: Non-determistically FTBFS due to unreliable timing in tests

2015-08-21 Thread Chris Lamb
Source: golang-github-jacobsa-ratelimit
Version: 0.0~git20150723.0.2ca5e0c-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

golang-github-jacobsa-ratelimit's testsuite appears to use method
timing/benchmarking in such
a way that it will non-deterministically FTBFS:

  throttle_test.go:
expected := smallerRateHz * (float64(perCaseDuration) /
float64(time.Second))

For example:

  [..]
go test -v github.com/jacobsa/ratelimit
  === RUN TestThrottle
  [--] Running tests from ThrottleTest
  [ RUN  ] ThrottleTest.IntegrationTest
  throttle_test.go:202:
  Expected: greater than 135, and less than 165
  Actual:   88
  Test case 0. expected: 150.00
  
  throttle_test.go:202:
  Expected: greater than 180, and less than 220.03
  Actual:   138
  Test case 1. expected: 200.00
  
  throttle_test.go:202:
  Expected: greater than 180, and less than 220.03
  Actual:   163
  Test case 2. expected: 200.00
  
  [  FAILED  ] ThrottleTest.IntegrationTest (6.031585896s)
  [--] Finished with tests from ThrottleTest
  [--] Running tests from ThrottledReaderTest
  [ RUN  ] ThrottledReaderTest.CallsThrottle
  [   OK ] ThrottledReaderTest.CallsThrottle
  [ RUN  ] ThrottledReaderTest.ThrottleReturnsError
  [   OK ] ThrottledReaderTest.ThrottleReturnsError
  [ RUN  ] ThrottledReaderTest.CallsWrapped
  [   OK ] ThrottledReaderTest.CallsWrapped
  [ RUN  ] ThrottledReaderTest.WrappedReturnsError
  [   OK ] ThrottledReaderTest.WrappedReturnsError
  [ RUN  ] ThrottledReaderTest.WrappedReturnsEOF
  [   OK ] ThrottledReaderTest.WrappedReturnsEOF
  [ RUN  ] ThrottledReaderTest.WrappedReturnsFullRead
  [   OK ] ThrottledReaderTest.WrappedReturnsFullRead
  [ RUN  ] ThrottledReaderTest.WrappedReturnsShortRead_CallsAgain
  [   OK ] ThrottledReaderTest.WrappedReturnsShortRead_CallsAgain
  [ RUN  ]
  ThrottledReaderTest.WrappedReturnsShortRead_SecondReturnsError
  [   OK ]
  ThrottledReaderTest.WrappedReturnsShortRead_SecondReturnsError
  [ RUN  ]
  ThrottledReaderTest.WrappedReturnsShortRead_SecondReturnsEOF
  [   OK ]
  ThrottledReaderTest.WrappedReturnsShortRead_SecondReturnsEOF
  [ RUN  ]
  ThrottledReaderTest.WrappedReturnsShortRead_SecondSucceedsInFull
  [   OK ]
  ThrottledReaderTest.WrappedReturnsShortRead_SecondSucceedsInFull
  [ RUN  ] ThrottledReaderTest.ReadSizeIsAboveThrottleCapacity
  [   OK ] ThrottledReaderTest.ReadSizeIsAboveThrottleCapacity
  [--] Finished with tests from ThrottledReaderTest
  [--] Running tests from TokenBucketTest
  [ RUN  ] TokenBucketTest.CarefulAccounting
  [   OK ] TokenBucketTest.CarefulAccounting
  [--] Finished with tests from TokenBucketTest
  --- FAIL: TestThrottle (6.03s)
  === RUN TestThrottledReader
  --- PASS: TestThrottledReader (0.00s)
  === RUN TestTokenBucket
  --- PASS: TestTokenBucket (0.00s)
  FAIL
  exit status 1
  FAILgithub.com/jacobsa/ratelimit6.074s
  dh_auto_test: go test -v github.com/jacobsa/ratelimit returned exit
  code 1
  debian/rules:6: recipe for target 'build' failed
  make: *** [build] Error 1
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

  [..]

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


https://reproducible.debian.net/logs/unstable/amd64/golang-github-jacobsa-ratelimit_0.0~git20150723.0.2ca5e0c-1.build2.log.gz


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
I: using fakeroot in build.
I: pbuilder: network access will be disabled during build
I: Current time: samedi 22 août 2015, 06:22:59 (UTC+1400)
I: pbuilder-time-stamp: 1440174179
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/unstable-reproducible-base.tgz]
I: creating local configuration
I: copying local configuration
I: mounting /proc filesystem
I: mounting /run/shm filesystem
I: mounting /dev/pts filesystem
I: Mounting /dev/shm
I: Mounting /sys
I: policy-rc.d already exists
I: Installing the build-deps
I: user script 
/var/cache/pbuilder/build//56821/tmp/hooks/D01_modify_environment starting
I: Changing hostname to test build reproducibility
I: user script 
/var/cache/pbuilder/build//56821/tmp/hooks/D01_modify_environment finished
 - Attempting to satisfy build-dependencies
 - Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team pbuilder-ma...@lists.alioth.debian.org
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: 

[Reproducible-builds] Bug#796403: libbuffy-bindings: FTBFS: Buffy.so: undefined symbol: _ZN6wibble9exception10AddContext9s_contextE

2015-08-21 Thread Chris Lamb
Source: libbuffy-bindings
Version: 0.16
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

libbuffy-bindings fails to build from source in unstable/amd64:

  [..]

  cd tests  ./test.pl
  1..90
  Can't load '../perl/blib/arch/auto/Buffy/Buffy.so' for module Buffy:
  ../perl/blib/arch/auto/Buffy/Buffy.so: undefined symbol:
  _ZN6wibble9exception10AddContext9s_contextE at
  /usr/lib/x86_64-linux-gnu/perl/5.20/DynaLoader.pm line 187.
   at ../perl/Buffy.pm line 11.
  Compilation failed in require at ./test.pl line 7.
  BEGIN failed--compilation aborted at ./test.pl line 7.
  # Looks like your test exited with 255 before it could output
  anything.
  debian/rules:36: recipe for target 'override_dh_auto_test' failed
  make[1]: *** [override_dh_auto_test] Error 255
  make[1]: Leaving directory '/tmp/buildd/libbuffy-bindings-0.16'
  debian/rules:9: recipe for target 'build' failed
  make: *** [build] Error 2
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

  [..]

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


https://reproducible.debian.net/logs/unstable/amd64/libbuffy-bindings_0.16.build1.log.gz


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
I: using fakeroot in build.
I: pbuilder: network access will be disabled during build
I: Current time: Fri Aug 21 06:26:27 GMT+12 2015
I: pbuilder-time-stamp: 1440181587
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/unstable-reproducible-base.tgz]
I: creating local configuration
I: copying local configuration
I: mounting /proc filesystem
I: mounting /run/shm filesystem
I: mounting /dev/pts filesystem
I: Mounting /dev/shm
I: Mounting /sys
I: policy-rc.d already exists
I: Installing the build-deps
 - Attempting to satisfy build-dependencies
 - Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team pbuilder-ma...@lists.alioth.debian.org
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (= 9), libbuffy-dev (= 1.9), libwibble-dev (= 1.0), 
libglib2.0-dev, zlib1g-dev, swig (= 2.0), perl (= 5.6.0-16), python-all-dev 
(= 2.6.6-3~), dh-python, pkg-config
dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in 
'/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 20247 files and directories currently installed.)
Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ...
Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring 
anyway as you requested:
 pbuilder-satisfydepends-dummy depends on libbuffy-dev (= 1.9); however:
  Package libbuffy-dev is not installed.
 pbuilder-satisfydepends-dummy depends on libwibble-dev (= 1.0); however:
  Package libwibble-dev is not installed.
 pbuilder-satisfydepends-dummy depends on libglib2.0-dev; however:
  Package libglib2.0-dev is not installed.
 pbuilder-satisfydepends-dummy depends on zlib1g-dev; however:
  Package zlib1g-dev is not installed.
 pbuilder-satisfydepends-dummy depends on swig (= 2.0); however:
  Package swig is not installed.
 pbuilder-satisfydepends-dummy depends on python-all-dev (= 2.6.6-3~); however:
  Package python-all-dev is not installed.
 pbuilder-satisfydepends-dummy depends on dh-python; however:
  Package dh-python is not installed.
 pbuilder-satisfydepends-dummy depends on pkg-config; however:
  Package pkg-config is not installed.

Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
Building tag database...
The following NEW packages will be installed:
  dh-python{a} libbuffy-dev{a} libelf1{a} libexpat1{a} libexpat1-dev{a} 
  libglib2.0-bin{a} libglib2.0-data{a} libglib2.0-dev{a} libmpdec2{a} 
  libpcre16-3{a} libpcre3-dev{a} libpcre32-3{a} libpcrecpp0v5{a} 
  libpython-all-dev{a} libpython-dev{a} libpython-stdlib{a} libpython2.7{a} 
  libpython2.7-dev{a} libpython2.7-minimal{a} libpython2.7-stdlib{a} 
  libpython3-stdlib{a} libpython3.4-minimal{a} libpython3.4-stdlib{a} 
  libssl1.0.0{a} libwibble-dev{a} mime-support{a} pkg-config{a} python{a} 
  python-all{a} python-all-dev{a} python-dev{a} python-minimal{a} 
  python2.7{a} python2.7-dev{a} python2.7-minimal{a} python3{a} 
  python3-minimal{a} python3.4{a} python3.4-minimal{a} swig{a} swig2.0{a} 
  zlib1g-dev{a} 
0 packages upgraded, 42 newly 

[Reproducible-builds] Bug#796404: guessit: FTBFS: TypeError: load_tests() takes exactly 3 arguments (0 given)

2015-08-21 Thread Chris Lamb
Source: guessit
Version: 0.10.3-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

guessit fails to build from source in unstable/amd64:

  [..]

  ==
  ERROR: guessit.test.test_doctests.load_tests
  --
  Traceback (most recent call last):
File /usr/lib/python2.7/dist-packages/nose/case.py, line 197, in
runTest
  self.test(*self.arg)
  TypeError: load_tests() takes exactly 3 arguments (0 given)
  
  --
  Ran 47 tests in 23.756s
  
  FAILED (errors=1)
  E: pybuild pybuild:262: test: plugin distutils failed with: exit
  code=1

  [..]

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


https://reproducible.debian.net/logs/unstable/amd64/guessit_0.10.3-1.build1.log.gz


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
I: using fakeroot in build.
I: pbuilder: network access will be disabled during build
I: Current time: Fri Aug 21 06:23:04 GMT+12 2015
I: pbuilder-time-stamp: 1440181384
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/unstable-reproducible-base.tgz]
I: creating local configuration
I: copying local configuration
I: mounting /proc filesystem
I: mounting /run/shm filesystem
I: mounting /dev/pts filesystem
I: Mounting /dev/shm
I: Mounting /sys
I: policy-rc.d already exists
I: Installing the build-deps
 - Attempting to satisfy build-dependencies
 - Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team pbuilder-ma...@lists.alioth.debian.org
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (= 9), dh-python, python-all (= 2.6.6-6~), 
python-babelfish, python-dateutil (= 2.1), python-nose, python-pkg-resources, 
python-requests, python-setuptools, python-stevedore, python-yaml, python3-all, 
python3-babelfish, python3-dateutil (= 2.1), python3-nose, 
python3-pkg-resources, python3-requests, python3-setuptools, python3-stevedore, 
python3-yaml
dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in 
'/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 20247 files and directories currently installed.)
Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ...
Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring 
anyway as you requested:
 pbuilder-satisfydepends-dummy depends on dh-python; however:
  Package dh-python is not installed.
 pbuilder-satisfydepends-dummy depends on python-all (= 2.6.6-6~); however:
  Package python-all is not installed.
 pbuilder-satisfydepends-dummy depends on python-babelfish; however:
  Package python-babelfish is not installed.
 pbuilder-satisfydepends-dummy depends on python-dateutil (= 2.1); however:
  Package python-dateutil is not installed.
 pbuilder-satisfydepends-dummy depends on python-nose; however:
  Package python-nose is not installed.
 pbuilder-satisfydepends-dummy depends on python-pkg-resources; however:
  Package python-pkg-resources is not installed.
 pbuilder-satisfydepends-dummy depends on python-requests; however:
  Package python-requests is not installed.
 pbuilder-satisfydepends-dummy depends on python-setuptools; however:
  Package python-setuptools is not installed.
 pbuilder-satisfydepends-
Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
Building tag database...
The following NEW packages will be installed:
  ca-certificates{a} dh-python{a} libexpat1{a} libmpdec2{a} 
  libpython-stdlib{a} libpython2.7-minimal{a} libpython2.7-stdlib{a} 
  libpython3-stdlib{a} libpython3.4-minimal{a} libpython3.4-stdlib{a} 
  libssl1.0.0{a} libyaml-0-2{a} mime-support{a} openssl{a} python{a} 
  python-all{a} python-babelfish{a} python-chardet{a} python-colorama{a} 
  python-dateutil{a} python-distlib{a} python-html5lib{a} python-minimal{a} 
  python-nose{a} python-pbr{a} python-pip{a} python-pkg-resources{a} 
  python-requests{a} python-setuptools{a} python-six{a} python-stevedore{a} 
  python-urllib3{a} python-yaml{a} python2.7{a} python2.7-minimal{a} 
  python3{a} python3-all{a} python3-babelfish{a} python3-chardet{a} 
  python3-colorama{a} python3-dateutil{a} 

[Reproducible-builds] strip-nondeterminism_0.010-1_amd64.changes ACCEPTED into unstable

2015-08-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 21 Aug 2015 13:25:50 -0700
Source: strip-nondeterminism
Binary: libfile-stripnondeterminism-perl strip-nondeterminism 
dh-strip-nondeterminism
Architecture: source all
Version: 0.010-1
Distribution: unstable
Urgency: medium
Maintainer: Reproducible builds folks 
reproducible-builds@lists.alioth.debian.org
Changed-By: Andrew Ayer a...@andrewayer.name
Description:
 dh-strip-nondeterminism - debhelper add-on to strip non-determinism from files
 libfile-stripnondeterminism-perl - Perl module for stripping non-determinism 
from files
 strip-nondeterminism - tool for stripping non-determinism from files
Closes: 796366
Changes:
 strip-nondeterminism (0.010-1) unstable; urgency=medium
 .
   * New upstream release.
 - Use same regex to detect javaproperties files in jars as in files
   * Add missing dependency on libtimedate-perl.  Thanks to Stéphane
 Glondu (Closes: #796366)
Checksums-Sha1:
 c40eb6b7d3bda304e1b27b66b136723cdf005dc3 2251 strip-nondeterminism_0.010-1.dsc
 e2452757e599169379070ed3991790d03f063b08 24626 
strip-nondeterminism_0.010.orig.tar.gz
 95d08a0013c945f96266ba1c0d12e2f4e16e6e94 3492 
strip-nondeterminism_0.010-1.debian.tar.xz
 57e181f0d27bdf073db77d6a1818c44a7ce0d212 7090 
dh-strip-nondeterminism_0.010-1_all.deb
 5917e2be0f8f09db6a738c6327ad3daa167e7841 10494 
libfile-stripnondeterminism-perl_0.010-1_all.deb
 debaf14a6f72b28c835209c2e4c1c4351e03a297 7100 
strip-nondeterminism_0.010-1_all.deb
Checksums-Sha256:
 e6c25159ea44df58f651a7c32956cac79d304285bba49cb39f300d5c909f89bd 2251 
strip-nondeterminism_0.010-1.dsc
 2fc6d23c5148713293c7997eb7f82809194dc6e9f992d38fee6d1ad89edeb369 24626 
strip-nondeterminism_0.010.orig.tar.gz
 c02b53a68f1b73df7afd5036c69a976dc14c0b2c002c685f1d6e61ba272a974a 3492 
strip-nondeterminism_0.010-1.debian.tar.xz
 0546ac0f160e863c08218a68a4e5526e6f73018d21a35edd30317807e86bf441 7090 
dh-strip-nondeterminism_0.010-1_all.deb
 527817becf03a671aeb1419040a8004a25888766e824afdff00fd23a8c26 10494 
libfile-stripnondeterminism-perl_0.010-1_all.deb
 a8627a273c023de4963baa7f66e7bf8ad4b5d443cebbe9f4906061cd8efa0d23 7100 
strip-nondeterminism_0.010-1_all.deb
Files:
 6210015108b74bd8dfb8e2a0899ad18c 2251 perl optional 
strip-nondeterminism_0.010-1.dsc
 078246d23d69afbf72ef4b38c9a75b89 24626 perl optional 
strip-nondeterminism_0.010.orig.tar.gz
 3f695e4d238559014a26dbf48fa2e3ca 3492 perl optional 
strip-nondeterminism_0.010-1.debian.tar.xz
 d5b4b7cb7eed0394622085bd5a02a8c8 7090 perl optional 
dh-strip-nondeterminism_0.010-1_all.deb
 fa325147ded4fa46f974c02e8bb76873 10494 perl optional 
libfile-stripnondeterminism-perl_0.010-1_all.deb
 e09f6e72e8ee9870b43d660a6e0a8a64 7100 perl optional 
strip-nondeterminism_0.010-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJV15/6AAoJEB6VPifUMR5Y8oUP/1GV1dHks5zVmkToA9L3Gv4i
F0jaHRwUnxMZJG3+ZlkKNxO0FfLUQU+e3SvZSL4f9elycbjczgRJjOdiNyBzOPwa
XIxY4i7aR72VTXTaCaWB3sLzQLZq7JevgrjqLZqNPkU2f3WdEyiCsxKVEgMnHvXy
lOwsR2JzczH/2fYSh/YwF2SXC5Ri0LWaRq9xbJgseenKMwdgj4Ev0wTSHGUqtVQ9
8dlpIDBRNVVcu4gPd7FrExCUVObP+qa1jCYnx6U9PjiJNGJWQceaUBO7HvY8S1iB
uYPsxHIdqoSCPqGKN+g/xVOiNveeBTJKa2rX4dnCXdt5aEVgyIW8G960Sa5KRbbw
U73B+SlNMcAweWLFFrjn8dK3zF6V6ji9ucyRpaYBeTUHwMo1pLCSXRwYy8nKCYGH
pyx1rrTqhbWSNHEDCv+1DKj1/lzQdmGxbwDdHsQfXYVbNOicoQiw3W0qdk3QlsNC
B0aLwAqOa+l8TNUE+1UVaBKme+rZVqWZLt+5sd7G0dwqJtfCrwKqucuUqWvFddke
weQ/dqTRph1x7YTWL5iZPbvuJwgjT/hBhZbOwpNIv6tswBi/5ULJAHzhFE53Z6oS
VY0ZmA0ubOutRfUyl2eAbCtQ6ZOgE4NdzV/RQ5Q/vnW+E6dsP1FAQBtN3J28hHqt
J5YMH/fdCYoUuX1utoXx
=sZIg
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

[Reproducible-builds] Bug#796366: marked as done (dh-strip-nondeterminism: missing dependency on libtimedate-perl)

2015-08-21 Thread Debian Bug Tracking System
Your message dated Fri, 21 Aug 2015 22:23:48 +
with message-id e1zsuiy-0003ne...@franck.debian.org
and subject line Bug#796366: fixed in strip-nondeterminism 0.010-1
has caused the Debian Bug report #796366,
regarding dh-strip-nondeterminism: missing dependency on libtimedate-perl
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.)


-- 
796366: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=796366
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: dh-strip-nondeterminism
Version: 0.009-1
Severity: important

Dear Maintainer,

dh_strip_nondeterminism uses Date/Parse.pm. Currently, one needs to
manually install libtimedate-perl to make it work.

Cheers,

-- 
Stéphane


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

Kernel: Linux 4.1.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
---End Message---
---BeginMessage---
Source: strip-nondeterminism
Source-Version: 0.010-1

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

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

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

Debian distribution maintenance software
pp.
Andrew Ayer a...@andrewayer.name (supplier of updated strip-nondeterminism 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 21 Aug 2015 13:25:50 -0700
Source: strip-nondeterminism
Binary: libfile-stripnondeterminism-perl strip-nondeterminism 
dh-strip-nondeterminism
Architecture: source all
Version: 0.010-1
Distribution: unstable
Urgency: medium
Maintainer: Reproducible builds folks 
reproducible-builds@lists.alioth.debian.org
Changed-By: Andrew Ayer a...@andrewayer.name
Description:
 dh-strip-nondeterminism - debhelper add-on to strip non-determinism from files
 libfile-stripnondeterminism-perl - Perl module for stripping non-determinism 
from files
 strip-nondeterminism - tool for stripping non-determinism from files
Closes: 796366
Changes:
 strip-nondeterminism (0.010-1) unstable; urgency=medium
 .
   * New upstream release.
 - Use same regex to detect javaproperties files in jars as in files
   * Add missing dependency on libtimedate-perl.  Thanks to Stéphane
 Glondu (Closes: #796366)
Checksums-Sha1:
 c40eb6b7d3bda304e1b27b66b136723cdf005dc3 2251 strip-nondeterminism_0.010-1.dsc
 e2452757e599169379070ed3991790d03f063b08 24626 
strip-nondeterminism_0.010.orig.tar.gz
 95d08a0013c945f96266ba1c0d12e2f4e16e6e94 3492 
strip-nondeterminism_0.010-1.debian.tar.xz
 57e181f0d27bdf073db77d6a1818c44a7ce0d212 7090 
dh-strip-nondeterminism_0.010-1_all.deb
 5917e2be0f8f09db6a738c6327ad3daa167e7841 10494 
libfile-stripnondeterminism-perl_0.010-1_all.deb
 debaf14a6f72b28c835209c2e4c1c4351e03a297 7100 
strip-nondeterminism_0.010-1_all.deb
Checksums-Sha256:
 e6c25159ea44df58f651a7c32956cac79d304285bba49cb39f300d5c909f89bd 2251 
strip-nondeterminism_0.010-1.dsc
 2fc6d23c5148713293c7997eb7f82809194dc6e9f992d38fee6d1ad89edeb369 24626 
strip-nondeterminism_0.010.orig.tar.gz
 c02b53a68f1b73df7afd5036c69a976dc14c0b2c002c685f1d6e61ba272a974a 3492 
strip-nondeterminism_0.010-1.debian.tar.xz
 0546ac0f160e863c08218a68a4e5526e6f73018d21a35edd30317807e86bf441 7090 
dh-strip-nondeterminism_0.010-1_all.deb
 527817becf03a671aeb1419040a8004a25888766e824afdff00fd23a8c26 10494 
libfile-stripnondeterminism-perl_0.010-1_all.deb
 a8627a273c023de4963baa7f66e7bf8ad4b5d443cebbe9f4906061cd8efa0d23 7100 
strip-nondeterminism_0.010-1_all.deb
Files:
 6210015108b74bd8dfb8e2a0899ad18c 2251 perl optional 
strip-nondeterminism_0.010-1.dsc
 078246d23d69afbf72ef4b38c9a75b89 24626 perl optional 
strip-nondeterminism_0.010.orig.tar.gz
 3f695e4d238559014a26dbf48fa2e3ca 3492 perl optional 
strip-nondeterminism_0.010-1.debian.tar.xz
 d5b4b7cb7eed0394622085bd5a02a8c8 7090 perl optional 
dh-strip-nondeterminism_0.010-1_all.deb
 fa325147ded4fa46f974c02e8bb76873 10494 perl optional 

[Reproducible-builds] Processing of strip-nondeterminism_0.010-1_amd64.changes

2015-08-21 Thread Debian FTP Masters
strip-nondeterminism_0.010-1_amd64.changes uploaded successfully to localhost
along with the files:
  strip-nondeterminism_0.010-1.dsc
  strip-nondeterminism_0.010.orig.tar.gz
  strip-nondeterminism_0.010-1.debian.tar.xz
  dh-strip-nondeterminism_0.010-1_all.deb
  libfile-stripnondeterminism-perl_0.010-1_all.deb
  strip-nondeterminism_0.010-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds


[Reproducible-builds] Bug#796473: python-pyasn1-modules: FTBFS: error.PyAsn1Error('DER forbids indefinite length mode')

2015-08-21 Thread Chris Lamb
Source: python-pyasn1-modules
Version: 0.0.5-0.1
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

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

  [..]

  parameters=0x0500
  
 
subjectPublicKey='00111001100010010010100110011110011010011001000010010010101100011001011011010110101101010101010010101110010100010010101000110110110011000111001000101101011101011011101110010111100011100110011101001011110001001101100010101001001110011100110110110110111011001011011001110101111011101110110010101011011010100100011010010110011001101010101100101000100110101101110001010110011111000101001101001111110101000111101011110001001011011000101100001110011001001010001100011011001001010010001100011100100010011101010000100011101100010001101011001011000110001101110100110101101001011001000110011100100011001101001000010110100110010110010101110101011011101100011000100010110101010001001110010111010011101001010110110101110110111001100110101101110010110101100101110001101100110010001100010001'B
  
  
   signatureAlgorithm=AlgorithmIdentifier:
algorithm=1.2.840.113549.1.1.5
parameters=0x0500
  
   
signatureValue='100010001000101100000001011010010110110100010101100101110011010010001000110011011000110111011010111011001000101101110100101001010111001010011010111011011101010011001010101110011000110001110110110110011011100011001001010101001100110010100100110010100101010011001010101010010011001010100011010101001001001101001101100100100011010011011000110010110101110110010101010010110011101000100110011100110101110001001110101011011010110111110101001110001010110110011101011001100100110101011011001011001110001011001100101101011101101011101110110010111011101100110011010011011110011010101001011001100010110010110100011101100100110001000111000110110101101000111100100100010100111001101110001110110010001110101000101110010100011001011111100001011010110001100011'B
  
 response=SequenceOf:
  CertResponse:
   certReqId=0
   status=PKIStatusInfo:
status='accepted'
  
   certifiedKeyPair=CertifiedKeyPair:
certOrEncCert=CertOrEncCert:
 certificate=CMPCertificate:
  tbsCertificate=TBSCertificate:
   version='v3'
   serialNumber=236050684949722009518891662521619802003
   signature=AlgorithmIdentifier:
algorithm=1.2.840.113549.1.1.5
parameters=0x0500
  
   issuer=Name:
=RDNSequence:
 RelativeDistinguishedName:
  AttributeTypeAndValue:
   type=2.5.4.6
   value=0x13025452
 RelativeDistinguishedName:
  AttributeTypeAndValue:
   type=2.5.4.10
   
value=0x0c1f456c656b74726f6e696b2042696c676920477576656e6c69676920412e532e
 RelativeDistinguishedName:
  AttributeTypeAndValue:
   type=2.5.4.3
   
value=0x0c1b652d477576656e204d6f62696c20546573745554462d382d534f4e
  
  
   validity=Validity:
notBefore=Time:
 utcTime=120503111617Z
  
notAfter=Time:
 utcTime=130503111617Z
  
  
   subject=Name:
=RDNSequence:
 RelativeDistinguishedName:
  AttributeTypeAndValue:
   type=2.5.4.6
   value=0x13025452
 RelativeDistinguishedName:
  AttributeTypeAndValue:
   type=2.5.4.10
   value=0x0c0846697265204c4c54
 RelativeDistinguishedName:
  AttributeTypeAndValue:
   type=2.5.4.11
   value=0x0c12706f70436f6465202d203132333435363738
 RelativeDistinguishedName:
  AttributeTypeAndValue:
   type=2.5.4.5
   value=0x130b3736353433343536373635
 RelativeDistinguishedName:
  AttributeTypeAndValue:
   type=2.5.4.3
   value=0x0c0c427572616b20596f6e64656d
  
  
   subjectPublicKeyInfo=SubjectPublicKeyInfo:
algorithm=AlgorithmIdentifier:
 algorithm=1.2.840.113549.1.1.1
 parameters=0x0500
  


[Reproducible-builds] Bug#796478: python-memprof: FTBFS: DistributionNotFound: The 'memprof' distribution was not found and is required by the application

2015-08-21 Thread Chris Lamb
Source: python-memprof
Version: 0.3.3-3
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

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

  [..]

 dh_auto_test -O--buildsystem=pybuild
  I: pybuild base:170: cd
  /tmp/buildd/python-memprof-0.3.3/.pybuild/pythonX.Y_2.7/build;
  python2.7 -m nose --with-doctest 
  E
  ==
  ERROR: Failure: DistributionNotFound (The 'memprof' distribution was
  not found and is required by the application)
  --
  Traceback (most recent call last):
File /usr/lib/python2.7/dist-packages/nose/loader.py, line 420, in
loadTestsFromName
  addr.filename, addr.module)
File /usr/lib/python2.7/dist-packages/nose/importer.py, line 47,
in importFromPath
  return self.importFromDir(dir_path, fqname)
File /usr/lib/python2.7/dist-packages/nose/importer.py, line 94,
in importFromDir
  mod = load_module(part_fqname, fh, filename, desc)
File

/tmp/buildd/python-memprof-0.3.3/.pybuild/pythonX.Y_2.7/build/memprof/__init__.py,
line 20, in module
  __version__ = pkg_resources.get_distribution(memprof).version
File /usr/lib/python2.7/dist-packages/pkg_resources/__init__.py,
line 551, in get_distribution
  dist = get_provider(dist)
File /usr/lib/python2.7/dist-packages/pkg_resources/__init__.py,
line 431, in get_provider
  return working_set.find(moduleOrReq) or
  require(str(moduleOrReq))[0]
File /usr/lib/python2.7/dist-packages/pkg_resources/__init__.py,
line 952, in require
  needed = self.resolve(parse_requirements(requirements))
File /usr/lib/python2.7/dist-packages/pkg_resources/__init__.py,
line 839, in resolve
  raise DistributionNotFound(req, requirers)
  DistributionNotFound: The 'memprof' distribution was not found and is
  required by the application
  
  --
  Ran 1 test in 0.819s
  
  FAILED (errors=1)
  E: pybuild pybuild:262: test: plugin distutils failed with: exit
  code=1: cd
  /tmp/buildd/python-memprof-0.3.3/.pybuild/pythonX.Y_2.7/build;
  python2.7 -m nose --with-doctest 
  dh_auto_test: pybuild --test --test-nose -i python{version} -p 2.7
  --dir . returned exit code 13
  debian/rules:10: recipe for target 'build' failed
  make: *** [build] Error 25
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

  [..]

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


https://reproducible.debian.net/logs/unstable/amd64/python-memprof_0.3.3-3.build1.log.gz


Regards,

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

[Reproducible-builds] Bug#796313: liburi-find-delimited-perl: FTBFS: Undefined subroutine URI::URL::strict called at /tmp/buildd/liburi-find-delimited-perl-0.02/blib/lib/URI/Find/Delimited.pm line 15

2015-08-21 Thread Chris Lamb
Source: liburi-find-delimited-perl
Version: 0.02-6
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

liburi-find-delimited-perl fails to build from source on testing/amd64:

  [..]

  /usr/bin/make test
  make[1]: Entering directory
  '/tmp/buildd/liburi-find-delimited-perl-0.02'
  PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM
  -MTest::Harness -e undef *Test::Harness::Switches;
  test_harness(0, 'blib/lib', 'blib/arch') t/*.t
  Undefined subroutine URI::URL::strict called at
  /tmp/buildd/liburi-find-delimited-perl-0.02/blib/lib/URI/Find/Delimited.pm
  line 152.
  # Looks like you planned 18 tests but ran 1.
  # Looks like your test exited with 255 just after 1.
  t/delimited.t .. 
  Dubious, test returned 255 (wstat 65280, 0xff00)
  Failed 17/18 subtests 
  
  Test Summary Report
  ---
  t/delimited.t (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan.  You planned 18 tests but ran 1.
  Files=1, Tests=1,  0 wallclock secs ( 0.04 usr  0.01 sys +  0.04 cusr 
  0.02 csys =  0.11 CPU)
  Result: FAIL
  Failed 1/1 test programs. 0/1 subtests failed.
  Makefile:809: recipe for target 'test_dynamic' failed
  make[1]: *** [test_dynamic] Error 255
  make[1]: Leaving directory
  '/tmp/buildd/liburi-find-delimited-perl-0.02'
  debian/rules:52: recipe for target 'install-stamp' failed
  make: *** [install-stamp] Error 2
  dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit
  status 2

  [..]

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


https://reproducible.debian.net/logs/testing/amd64/liburi-find-delimited-perl_0.02-6.build1.log.gz


Regards,

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

Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
Building tag database...
The following NEW packages will be installed:
  libcgi-pm-perl{a} libhtml-parser-perl{a} libhtml-tagset-perl{a} 
  liburi-find-perl{a} liburi-perl{a} 
0 packages upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 470 kB of archives. After unpacking 1115 kB will be used.
Writing extended state information...
Get: 1 http://ftp.de.debian.org/debian/ testing/main libhtml-tagset-perl all 
3.20-2 [13.5 kB]
Get: 2 http://ftp.de.debian.org/debian/ testing/main liburi-perl all 1.64-1 
[95.5 kB]
Get: 3 http://ftp.de.debian.org/debian/ testing/main libhtml-parser-perl amd64 
3.71-2 [108 kB]
Get: 4 http://ftp.de.debian.org/debian/ testing/main libcgi-pm-perl all 4.21-1 
[225 kB]
Get: 5 http://ftp.de.debian.org/debian/ testing/main liburi-find-perl all 
20140709-1 [28.1 kB]
Fetched 470 kB in 0s (19.5 MB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libhtml-tagset-perl.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading 

Re: [Reproducible-builds] Reproducible debootstrap

2015-08-21 Thread Mattia Rizzolo
On Thu, Aug 20, 2015 at 10:00:04PM -0400, Chris Lamb wrote:
 Hi,
 
 Got a bit curious and wondered just what it would take to make the output of 
 debootstrap reproducible. Just two simple invokations and I only get the 
 following differences:
 
  * {m,a}times varying over the entire tree
 
  * /etc/machine-id (systemd!)
 
  * /var/cache/ldconfig/aux-cache (probably trivially deletable?)
 
  * /var/log/{alternatives,bootstrap,dpkg}.log (hmm..)

Also see https://wiki.debian.org/ReproducibleInstalls

There is also a todo entry to add this test on jenkins, if somebody wants to
pick it up :)

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540 .''`.
more about me:  http://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia `-


signature.asc
Description: Digital signature
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

[Reproducible-builds] Bug#796305: python-oauthlib: FTBFS: plugin distutils failed with: exit code=1:

2015-08-21 Thread Chris Lamb
Source: python-oauthlib
Version: 1.0.0-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

python-oauthlib fails to build from source on unstable/amd64:

  [..]
  File
  
/home/lamby/temp/cdt.20150821100530.99BeiMwkaU/python-oauthlib-1.0.0/.pybuild/pythonX.Y_2.7/build/oauthlib/oauth2/rfc6749/clients/web_application.py,
  line 72, in
  
oauthlib.oauth2.rfc6749.clients.web_application.WebApplicationClient.prepare_request_uri
  Failed example:
  client.prepare_request_uri('https://example.com',
  redirect_uri='https://a.b/callback')
  Expected:
  
'https://example.com?client_id=your_idresponse_type=coderedirect_uri=https%3A%2F%2Fa.b%2Fcallback'
  Got:
  
u'https://example.com?response_type=codeclient_id=your_idredirect_uri=https%3A%2F%2Fa.b%2Fcallback'
  --
  File
  
/home/lamby/temp/cdt.20150821100530.99BeiMwkaU/python-oauthlib-1.0.0/.pybuild/pythonX.Y_2.7/build/oauthlib/oauth2/rfc6749/clients/web_application.py,
  line 74, in
  
oauthlib.oauth2.rfc6749.clients.web_application.WebApplicationClient.prepare_request_uri
  Failed example:
  client.prepare_request_uri('https://example.com',
  scope=['profile', 'pictures'])
  Expected:
  
'https://example.com?client_id=your_idresponse_type=codescope=profile+pictures'
  Got:
  
u'https://example.com?response_type=codeclient_id=your_idscope=profile+pictures'
  --
  File
  
/home/lamby/temp/cdt.20150821100530.99BeiMwkaU/python-oauthlib-1.0.0/.pybuild/pythonX.Y_2.7/build/oauthlib/oauth2/rfc6749/clients/web_application.py,
  line 76, in
  
oauthlib.oauth2.rfc6749.clients.web_application.WebApplicationClient.prepare_request_uri
  Failed example:
  client.prepare_request_uri('https://example.com', foo='bar')
  Expected:
  'https://example.com?client_id=your_idresponse_type=codefoo=bar'
  Got:
  u'https://example.com?response_type=codeclient_id=your_idfoo=bar'
  
  
  --
  Ran 11 tests in 0.430s
  
  FAILED (errors=1, failures=10)
  E: pybuild pybuild:262: test: plugin distutils failed with: exit
  code=1: cd
  
/home/lamby/temp/cdt.20150821100530.99BeiMwkaU/python-oauthlib-1.0.0/.pybuild/pythonX.Y_2.7/build;
  python2.7 -m nose --with-doctest 
  dh_auto_test: pybuild --test --test-nose -i python{version} -p 2.7
  --dir . returned exit code 13
  debian/rules:8: recipe for target 'build' failed
  make: *** [build] Error 25

  [..]

The full build log is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
 dpkg-buildpackage -rfakeroot -D -us -uc -b
dpkg-buildpackage: source package python-oauthlib
dpkg-buildpackage: source version 1.0.0-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Daniele Tricoli er...@mornie.org
 dpkg-source --before-build python-oauthlib-1.0.0
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh clean --with python2,python3 --buildsystem=pybuild
   dh_testdir -O--buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:170: python2.7 setup.py clean 
running clean
removing 
'/home/lamby/temp/cdt.20150821100530.99BeiMwkaU/python-oauthlib-1.0.0/.pybuild/pythonX.Y_2.7/build'
 (and everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-2.7' does not exist -- can't clean it
I: pybuild base:170: python3.4 setup.py clean 
running clean
removing 
'/home/lamby/temp/cdt.20150821100530.99BeiMwkaU/python-oauthlib-1.0.0/.pybuild/pythonX.Y_3.4/build'
 (and everything under it)
/usr/lib/python3.4/imp.py:32: PendingDeprecationWarning: the imp module is 
deprecated in favour of importlib; see the module's documentation for 
alternative uses
  PendingDeprecationWarning)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.4' does not exist -- can't clean it
   dh_clean -O--buildsystem=pybuild
 debian/rules build
dh build --with python2,python3 --buildsystem=pybuild
   dh_testdir -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:170: python2.7 setup.py config 
running config
I: pybuild base:170: python3.4 setup.py config 
running config
/usr/lib/python3.4/imp.py:32: PendingDeprecationWarning: the imp module is 
deprecated in favour of importlib; see the module's documentation for 
alternative uses
  PendingDeprecationWarning)
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:170: /usr/bin/python setup.py build 
running build
running build_py
creating 
/home/lamby/temp/cdt.20150821100530.99BeiMwkaU/python-oauthlib-1.0.0/.pybuild/pythonX.Y_2.7/build/oauthlib
copying oauthlib/signals.py - 

[Reproducible-builds] Bug#796306: pyoperators: FTBFS: plugin distutils failed with: exit code=1

2015-08-21 Thread Chris Lamb
Source: pyoperators
Version: 0.13.6-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

pyoperators fails to build from source on unstable/amd64:

  [..]

  print(rule_manager['none'])
  Expected nothing
  Got:
  False
  --
  File
  
/home/lamby/temp/cdt.20150821101010.z8E8Urm7PB/pyoperators-0.13.6/.pybuild/pythonX.Y_2.7/build/pyoperators/rules.py,
  line 280, in pyoperators.rules.RuleManager
  Failed example:
  with rule_manager(none=True) as new_rule_manager:
  print(rule_manager['none'])
  with new_rule_manager(none=False):
  print(rule_manager['none'])
  print(rule_manager['none'])
  Expected nothing
  Got:
  True
  False
  True
  --
  File
  
/home/lamby/temp/cdt.20150821101010.z8E8Urm7PB/pyoperators-0.13.6/.pybuild/pythonX.Y_2.7/build/pyoperators/rules.py,
  line 285, in pyoperators.rules.RuleManager
  Failed example:
  print(rule_manager['none'])
  Expected:
  False
  True
  False
  True
  False
  Got:
  False
  
  
  --
  Ran 37 tests in 0.970s
  
  FAILED (errors=2, failures=8)
  E: pybuild pybuild:262: test: plugin distutils failed with: exit
  code=1: cd
  
/home/lamby/temp/cdt.20150821101010.z8E8Urm7PB/pyoperators-0.13.6/.pybuild/pythonX.Y_2.7/build;
  python2.7 -m nose --with-doctest 
  dh_auto_test: pybuild --test --test-nose -i python{version} -p 2.7
  --dir . returned exit code 13
  debian/rules:10: recipe for target 'build' failed
  make: *** [build] Error 25

  [..]

The full build log is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
 dpkg-buildpackage -rfakeroot -D -us -uc -b
dpkg-buildpackage: source package pyoperators
dpkg-buildpackage: source version 0.13.6-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Ghislain Antony Vaillant 
ghisv...@gmail.com
 dpkg-source --before-build pyoperators-0.13.6
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh clean --with python2,python3 --buildsystem=pybuild
   dh_testdir -O--buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
pybuild --clean --test-nose -i python{version} -p 2.7 --dir .
pybuild --clean --test-nose -i python{version} -p 3.4 --dir .
rm -rf .pybuild/
find . -name \*.pyc -exec rm {} \;
   dh_clean -O--buildsystem=pybuild
rm -f debian/python-pyoperators.substvars
rm -f debian/python-pyoperators.*.debhelper
rm -rf debian/python-pyoperators/
rm -f debian/python3-pyoperators.substvars
rm -f debian/python3-pyoperators.*.debhelper
rm -rf debian/python3-pyoperators/
rm -rf debian/.debhelper/
rm -f debian/*.debhelper.log
rm -f debian/files
find .  \( \( \
\( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path 
.\*/.hg -o -path .\*/CVS \) -prune -o -type f -a \
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
\) -exec rm -f {} + \) -o \
\( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) 
\)
rm -f *-stamp
 debian/rules build
dh build --with python2,python3 --buildsystem=pybuild
   dh_testdir -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
pybuild --configure --test-nose -i python{version} -p 2.7 --dir .
I: pybuild base:170: python2.7 setup.py config 
running config
pybuild --configure --test-nose -i python{version} -p 3.4 --dir .
I: pybuild base:170: python3.4 setup.py config 
running config
   dh_auto_build -O--buildsystem=pybuild
pybuild --build --test-nose -i python{version} -p 2.7 --dir .
I: pybuild base:170: /usr/bin/python setup.py build 
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler 
options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler 
options
running build_src
build_src
building extension pyoperators.utils.cythonutils sources
building extension pyoperators.utils.ufuncs sources
creating build
creating build/src.linux-x86_64-2.7
creating build/src.linux-x86_64-2.7/pyoperators
creating build/src.linux-x86_64-2.7/pyoperators/utils
conv_template: build/src.linux-x86_64-2.7/pyoperators/utils/ufuncs.c
build_src: building npy-pkg config files
running build_py
creating 

[Reproducible-builds] Processed: pending

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

 tag 796202 + pending
Bug #796202 [diffoscope] crashes with TypeError: execv() arg 2 must contain 
only strings
Added tag(s) pending.
 thanks
Stopping processing here.

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

___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds


[Reproducible-builds] Processed: pending

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

 tag 796262 + pending
Bug #796262 [src:diffoscope] Breaks on dangling symlinks
Added tag(s) pending.
 tag 796288 + pending
Bug #796288 [diffoscope] Hangs on device files
Added tag(s) pending.
 thanks
Stopping processing here.

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

___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds


[Reproducible-builds] [reproducible/diffoscope.git: PATCH] Correct comment on Device comparator.

2015-08-21 Thread Chris Lamb
Signed-off-by: Chris Lamb la...@debian.org
---
 diffoscope/comparators/device.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diffoscope/comparators/device.py b/diffoscope/comparators/device.py
index 9833d29..f7dc43f 100644
--- a/diffoscope/comparators/device.py
+++ b/diffoscope/comparators/device.py
@@ -51,4 +51,4 @@ class Device(File):
 logger.debug('my_content %s' % self.path)
 with open(self.path) as my_content, \
  open(other.path) as other_content:
-return Difference.from_file(my_content, other_content, self.name, 
other.name, source=source, comment=symlink)
+return Difference.from_file(my_content, other_content, self.name, 
other.name, source=source, comment=device)
-- 
2.5.0


___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds