From ac4a294ba491cca70de94096e2af1fb1d1a495a1 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 1 May 2018 11:28:30 -0300 Subject: [PATCH] common: show value of nocross when it is set. Manual.md says: "This should be set to a string describing why it fails, or a link to a travis buildlog demonstrating the failure." --- common/xbps-src/shutils/common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/common/xbps-src/shutils/common.sh b/common/xbps-src/shutils/common.sh index ac4337cb338..58194a86241 100644 --- a/common/xbps-src/shutils/common.sh +++ b/common/xbps-src/shutils/common.sh @@ -555,6 +555,7 @@ setup_pkg() { if [ "$cross" -a "$nocross" -a "z$show_problems" != "zignore-problems" ]; then msg_red "$pkgver: cannot be cross compiled, exiting...\n" + msg_red "$pkgver: $nocross\n" exit 2 elif [ "$broken" -a "z$show_problems" != "zignore-problems" ]; then msg_red "$pkgver: cannot be built, it's currently broken; see the build log:\n"