diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-01-12 05:52:54 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-01-12 05:52:54 +0000 |
commit | 4d2936f745b66e0a03ca707741ad2c75a4cd7e8b (patch) | |
tree | ab01095ed95c9acfbf79f0c3e1b3434bdd7e8894 | |
parent | dcaa4aad86d1ac601c4d49750ee42191a6c281b7 (diff) | |
download | portage-4d2936f745b66e0a03ca707741ad2c75a4cd7e8b.tar.gz portage-4d2936f745b66e0a03ca707741ad2c75a4cd7e8b.tar.bz2 portage-4d2936f745b66e0a03ca707741ad2c75a4cd7e8b.zip |
For bug #88485, show the location of the build log whenever a build fails.
svn path=/main/trunk/; revision=5590
-rwxr-xr-x | bin/ebuild.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |