mesonbuild/meson

Report the reason for failure of install script

Open

#2,329 opened on Sep 16, 2017

 (4 comments) (1 reaction) (0 assignees)Python (1,465 forks)batch import
bughelp wanted

Repository metrics

Stars
 (4,978 stars)
PR merge metrics
 (Avg merge 139d 13h) (51 merged PRs in 30d)

Description

When an install script fails, there is no indication as to why.

https://github.com/mesonbuild/meson/blob/c63aa0372b7acd8f6a094ca240eb39c8aab646cf/mesonbuild/scripts/meson_install.py#L262-L268

Meson should either log the stdout/stderr of the scripts or print it on failure.

Contributor guide