Index: bin/isolated-functions.sh =================================================================== --- bin/isolated-functions.sh (revision 13651) +++ bin/isolated-functions.sh (working copy) @@ -99,9 +99,10 @@ eerror " The die message:" eerror " ${*:-(no error message)}" eerror - eerror "If you need support, post the topmost build error, and the call stack if relevant." + eerror "If you need support, post emerge --info, the complete build log" + eerror "and the output of emerge -pqv =$CATEGORY/$PF." [[ -n ${PORTAGE_LOG_FILE} ]] \ - && eerror "A complete build log is located at '${PORTAGE_LOG_FILE}'." + && eerror "The complete build log is located at '${PORTAGE_LOG_FILE}'." if [ -f "${T}/environment" ] ; then eerror "The ebuild environment file is located at '${T}/environment'." elif [ -d "${T}" ] ; then