summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-01-12 05:52:54 +0000
committerZac Medico <zmedico@gentoo.org>2007-01-12 05:52:54 +0000
commit4d2936f745b66e0a03ca707741ad2c75a4cd7e8b (patch)
treeab01095ed95c9acfbf79f0c3e1b3434bdd7e8894 /bin
parentdcaa4aad86d1ac601c4d49750ee42191a6c281b7 (diff)
downloadportage-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
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh1
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