From 0dd1d32ce6202854057fc5ba725174ca3b9c3c31 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 26 Nov 2007 04:40:06 +0000 Subject: Make diefunc() show the path of ${T}/environment since it's usually in the stack trace and the user is likely to be interested in it. svn path=/main/trunk/; revision=8678 --- bin/isolated-functions.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index 446df8309..ae418389d 100755 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -98,6 +98,8 @@ diefunc() { eerror "If you need support, post the topmost build error, and the call stack if relevant." [[ -n ${PORTAGE_LOG_FILE} ]] \ && eerror "A complete build log is located at '${PORTAGE_LOG_FILE}'." + [ -f "${T}/environment" ] && \ + eerror "The ebuild environment file is located at '${T}/environment'." if [[ -n ${EBUILD_OVERLAY_ECLASSES} ]] ; then eerror "This ebuild used the following eclasses from overlays:" local x -- cgit v1.2.3-1-g7c22