GHC 2017-06-07

9 comments.

, https://git.io/vH6aT in Homebrew/homebrew-core
@ilovezfs I still can't reproduce:

```
$ ls -l /usr/local/bin/vcs /usr/local/bin/mplayer
lrwxr-xr-x 1 zmwang admin 35 Jun  7 12:15 /usr/local/bin/mplayer -> ../Cellar/mplayer/1.3.0/bin/mplayer
lrwxr-xr-x 1 zmwang admin 28 Jun  7 12:14 /usr/local/bin/vcs -> ../Cellar/vcs/1.13.2/bin/vcs
$ ffmpeg -loglevel panic -f rawvideo -s hd720 -pix_fmt yuv420p -r 30 -t 5 -i /dev/zero -y video.mp4
$ vcs -i 1 video.mp4
Video Contact Sheet *NIX v1.13.2, (c) 2007-2014 Toni Corvera
Unable to locate DejaVu Sans font. Falling back to helvetica.
Processing video.mp4...
Detected video length can't be reached. Safe measuring enabled.
Starting safe length measuring (this might take a while)...
   ... trying 00:04.50
Capturing in range [00:01.00-00:04.00]. Total length: 00:04.50
Generating capture #1/4 (00:01.00)...
Generating capture #2/4 (00:02.00)...
Generating capture #3/4 (00:03.00)...
Generating capture #4/4 (00:04.00)...
Composing standard contact sheet...
Adding header and footer...
Done. Output wrote to video.mp4-1.png
Cleaning up...
```

Exit status is 0 at the end.

, https://git.io/vHKZ5 in Homebrew/homebrew-core
Yeah I always forget there are two repos. Good old days of Homebrew/homebrew...

Btw, looking more closely, the failure in https://github.com/Homebrew/brew/issues/2742 appears to be totally unrelated to stty lol... Those are just harmless messages. Their own build was failing.

, https://git.io/vHKZd in Homebrew/homebrew-core
Re my previous comment:

> #2742's issue is "stty: stdin isn't a terminal". Putting the process in a pty should almost certainly resolve that issue.

Never mind, I thought #2742 was about some test failing, but it was actually unsuppressed messages on stderr from brew itself. #2745 LGTM, except the tput invocation alone might be sufficient, but trying stty first doesn't hurt.

, https://git.io/vHKsf in Homebrew/homebrew-core
#2742's issue is "stty: stdin isn't a terminal". Putting the process in a pty should almost certainly resolve that issue.

PR is 🍏 now. Not sure whether it's an accident.


, https://git.io/vHKsJ in Homebrew/homebrew-core
Not a <del>tty</del> terminal problem can (almost) always be solved with a pty.

, https://git.io/vHKYX in Homebrew/homebrew-core
Yeah.

, https://git.io/vHKY1 in Homebrew/homebrew-core
Maybe it doesn't like the video, or maybe it doesn't like the interval. Anyway, let's see what happens with an updated video and another way to specify the frame interval.

, https://git.io/vHKtF in Homebrew/homebrew-core
vcs randomly failing again. Probably ignorable, or we can requeue it.

, https://git.io/vHKkj in Homebrew/homebrew-core
ffmpeg 3.3.2
============

Created with `brew bump-formula-pr`.