Bug#839498: bup: FTBFS: Tests failures

2016-10-27 Thread James Cowgill
Control: tags -1 pending

Hi,

I've uploaded the attached NMU to fix this bug.

This will also trigger a rebuild on mipsel which (I hope) will fix the
FTBFS there as well.

Thanks,
James
diff -Nru bup-0.28.1/debian/changelog bup-0.28.1/debian/changelog
--- bup-0.28.1/debian/changelog 2016-10-02 22:22:52.0 +0100
+++ bup-0.28.1/debian/changelog 2016-10-27 15:22:29.0 +0100
@@ -1,3 +1,10 @@
+bup (0.28.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build-Depend on tzdata to fix FTBFS. (Closes: #839498)
+
+ -- James Cowgill   Thu, 27 Oct 2016 15:22:29 +0100
+
 bup (0.28.1-1) unstable; urgency=medium
 
   * New upstream version 0.28.1
diff -Nru bup-0.28.1/debian/control bup-0.28.1/debian/control
--- bup-0.28.1/debian/control   2016-10-02 22:22:52.0 +0100
+++ bup-0.28.1/debian/control   2016-10-27 15:11:21.0 +0100
@@ -12,6 +12,7 @@
  python-pylibacl,
  python-pyxattr [linux-any],
  rsync,
+ tzdata,
 Build-Depends-Indep: pandoc (>= 1.11.1-4~), pandoc-data (>= 1.11.1-4~)
 Standards-Version: 3.9.6
 Homepage: https://github.com/bup/bup


signature.asc
Description: OpenPGP digital signature


Bug#839498: bup: FTBFS: Tests failures

2016-10-01 Thread Lucas Nussbaum
Source: bup
Version: 0.27.1-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20161001 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> prw--- 1001/1001 0 1969-07-20 20:18 fifo
> -rw--- 1001/1001 1024 1969-07-20 20:18 file
> srwx-- 1001/1001 0 1969-07-20 20:18 socket
> lrwxrwxrwx 1001/1001 4 2016-10-01 11:45 symlink -> file -rwx-- 1001/1001 
> 0 1969-07-20 15:18 executable
> prw--- 1001/1001 0 1969-07-20 15:18 fifo
> -rw--- 1001/1001 1024 1969-07-20 15:18 file
> srwx-- 1001/1001 0 1969-07-20 15:18 socket
> lrwxrwxrwx 1001/1001 4 2016-10-01 11:45 symlink -> file
> Makefile:126: recipe for target 'tmp-target-run-test-ls.sh' failed
> make[2]: *** [tmp-target-run-test-ls.sh] Error 1
> make[2]: Leaving directory '/<>'
> ! Program returned non-zero exit code (2)   FAILED
> WvTest: 2641 tests, 1 failure, total time 21.148s.
> 
> WvTest result code: 2
> Makefile:134: recipe for target 'test' failed

If the failure looks somehow time/timezone related:
Note that this rebuild was performed without the 'tzdata' package
installed in the chroot. tzdata used be (transitively) part of
build-essential, but it no longer is. If this package requires it to
build, it should be added to build-depends. For the release team's
opinion on this, see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836940#185

If the failure looks LSB-related:
similarly to tzdata, lsb-base is not installed in the build chroot.

The full build log is available from:
   http://aws-logs.debian.net/2016/10/01/bup_0.27.1-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.