Control: severity -1 important

I also reproduce this FTBFS in a sid pbuilder enviorment when provoking
an unset TERM:

diff -Naur bats-0.4.0-orig/debian/rules bats-0.4.0/debian/rules
--- bats-0.4.0-orig/debian/rules        2014-12-07 06:53:16.000000000
+0100
+++ bats-0.4.0/debian/rules     2016-09-24 22:23:13.569025103 +0200
@@ -3,6 +3,8 @@
 # output every command that modifies files on the build system.
 #DH_VERBOSE = 1
 
+undefine TERM
+
 # main packaging script based on dh7 syntax
 %:
        dh $@

However I cannot reproduce it in a sid pbuilder, so I downgrade this
bug.

--
tobi

On Sun, 18 Oct 2015 09:08:37 +0100 "Chris West (Faux)" <solo-debianbugs
@goeswhere.com> wrote:
> Source: bats
> Version: 0.4.0-1
> Severity: serious
> Justification: fails to build from source
> Tags: sid stretch
> User: reproducible-bui...@lists.alioth.debian.org
> Usertags: ftbfs
> X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org
> 
> Dear Maintainer,
> 
> The package fails to build:
> 
> make[1]: Entering directory '/bats-0.4.0'
> bin/bats --tap test
> 1..43
> ok 1 no arguments prints usage instructions
> ok 2 -v and --version print version number
> ok 3 -h and --help print help
> ok 4 invalid filename prints an error
> ok 5 empty test file runs zero tests
> ok 6 one passing test
> not ok 7 summary passing tests
> # (in test file test/bats.bats, line 46)
> #   `[ "${lines[1]}" = "1 test, 0 failures" ]' failed
> not ok 8 summary passing and skipping tests
> # (in test file test/bats.bats, line 52)
> #   `[ "${lines[2]}" = "2 tests, 0 failures, 1 skipped" ]' failed
> not ok 9 summary passing and failing tests
> # (in test file test/bats.bats, line 58)
> #   `[ "${lines[4]}" = "2 tests, 1 failure" ]' failed
> not ok 10 summary passing, failing and skipping tests
> # (in test file test/bats.bats, line 64)
> #   `[ "${lines[5]}" = "3 tests, 1 failure, 1 skipped" ]' failed
> ok 11 one failing test
> ok 12 one failing and one passing test
> 
> ....
> 
> debian/rules:14: recipe for target 'override_dh_auto_test' failed
> make[1]: *** [override_dh_auto_test] Error 1
> make[1]: Leaving directory '/bats-0.4.0'
> 
> Full build log:
> https://reproducible.debian.net/rb-pkg/unstable/amd64/bats.html
> 
> -- System Information:
> Debian Release: stretch/sid
> APT prefers unstable
> APT policy: (500, 'unstable')
> Architecture: amd64 (x86_64)
> 
> 

Reply via email to