Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 270933 | Differences between
and this patch

Collapse All | Expand All

(-)bin/isolated-functions.sh (-2 / +3 lines)
Lines 99-107 Link Here
99
	eerror " The die message:"
99
	eerror " The die message:"
100
	eerror "  ${*:-(no error message)}"
100
	eerror "  ${*:-(no error message)}"
101
	eerror
101
	eerror
102
	eerror "If you need support, post the topmost build error, and the call stack if relevant."
102
	eerror "If you need support, post emerge --info, the complete build log"
103
	eerror "and the output of emerge -pq $CATEGORY/$PF"
103
	[[ -n ${PORTAGE_LOG_FILE} ]] \
104
	[[ -n ${PORTAGE_LOG_FILE} ]] \
104
		&& eerror "A complete build log is located at '${PORTAGE_LOG_FILE}'."
105
		&& eerror "The complete build log is located at '${PORTAGE_LOG_FILE}'."
105
	if [ -f "${T}/environment" ] ; then
106
	if [ -f "${T}/environment" ] ; then
106
		eerror "The ebuild environment file is located at '${T}/environment'."
107
		eerror "The ebuild environment file is located at '${T}/environment'."
107
	elif [ -d "${T}" ] ; then
108
	elif [ -d "${T}" ] ; then

Return to bug 270933