From: Zac Medico Date: Fri, 12 Jan 2007 05:52:54 +0000 (-0000) Subject: For bug #88485, show the location of the build log whenever a build fails. X-Git-Tag: v2.1.2~41 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4d2936f745b66e0a03ca707741ad2c75a4cd7e8b;p=portage.git For bug #88485, show the location of the build log whenever a build fails. svn path=/main/trunk/; revision=5590 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 7dc3cc95e..caf371940 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -279,6 +279,7 @@ diefunc() { echo >&2 echo "!!! ${*:-(no error message)}" >&2 echo "!!! If you need support, post the topmost build error, and the call stack if relevant." >&2 + echo "!!! A complete build log is located at '${PORTAGE_LOG_FILE}'." >&2 echo >&2 if [ -n "${EBUILD_OVERLAY_ECLASSES}" ] ; then echo "This ebuild used the following eclasses from overlays:" >&2