Bug#871570: git FTBFS on i386: t7006-pager.sh test failure

2017-08-10 Thread Jonathan Nieder
found 871570 git/1:2.13.2-3
tags 871570 + upstream
quit

Hi,

Adrian Bunk wrote:

> https://buildd.debian.org/status/fetch.php?pkg=git=i386=1%3A2.14.0-1=1502132890=0
>
> ...
> expecting success: 
>   (
>   sane_unset LESS LV &&
>   PAGER="env >pager-env.out; wc" &&
>   export PAGER &&
>   PATH="$(git --exec-path):$PATH" &&
>   export PATH &&
>   test_terminal sh -c ". git-sh-setup && git_pager"
>   ) &&
>   grep ^LESS= pager-env.out &&
>   grep ^LV= pager-env.out
> 
> wc: 'standard input': Input/output error
>   0   0   0
> not ok 6 - LESS and LV envvars set by git-sh-setup

Thanks for reporting.  I think I know what is happening here.  It is
not 100% reproducible.  It isn't a regression.  I'll send a patch
upstream.

Thanks,
Jonathan



Bug#871570: git FTBFS on i386: t7006-pager.sh test failure

2017-08-09 Thread Adrian Bunk
Source: git
Version: 1:2.14.0-1
Severity: serious

https://buildd.debian.org/status/fetch.php?pkg=git=i386=1%3A2.14.0-1=1502132890=0

...
expecting success: 
(
sane_unset LESS LV &&
PAGER="env >pager-env.out; wc" &&
export PAGER &&
PATH="$(git --exec-path):$PATH" &&
export PATH &&
test_terminal sh -c ". git-sh-setup && git_pager"
) &&
grep ^LESS= pager-env.out &&
grep ^LV= pager-env.out

wc: 'standard input': Input/output error
  0   0   0
not ok 6 - LESS and LV envvars set by git-sh-setup
...
# still have 3 known breakage(s)
# failed 1 among remaining 75 test(s)
1..78
Makefile:49: recipe for target 't7006-pager.sh' failed
make[4]: *** [t7006-pager.sh] Error 1