Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 136031
Collapse All | Expand All

(-)/usr/lib/portage/bin/ebuild.sh (-1 / +6 lines)
Lines 247-253 Link Here
247
}
247
}
248
248
249
diefunc() {
249
diefunc() {
250
	local funcname="$1" lineno="$2" exitcode="$3"
250
	local funcname="$1" lineno="$2" exitcode="$3" overlay
251
	shift 3
251
	shift 3
252
	echo >&2
252
	echo >&2
253
	echo "!!! ERROR: $CATEGORY/$PF failed." >&2
253
	echo "!!! ERROR: $CATEGORY/$PF failed." >&2
Lines 256-261 Link Here
256
	echo >&2
256
	echo >&2
257
	echo "!!! ${*:-(no error message)}" >&2
257
	echo "!!! ${*:-(no error message)}" >&2
258
	echo "!!! If you need support, post the topmost build error, and the call stack if relevant." >&2
258
	echo "!!! If you need support, post the topmost build error, and the call stack if relevant." >&2
259
	for overlay in ${PORTDIR_OVERLAY}; do
260
		if [ "$(echo ${EBUILD} | sed -e "s:/[^/]*/[^/]*/[^/]*.ebuild::")" == "$overlay" ]; then
261
			echo "!!! You are using the "$overlay" Portage Overlay - Please disable it before reporting bugs"
262
		fi
263
	done
259
	echo >&2
264
	echo >&2
260
	if [ "${EBUILD_PHASE/depend}" == "${EBUILD_PHASE}" ]; then
265
	if [ "${EBUILD_PHASE/depend}" == "${EBUILD_PHASE}" ]; then
261
		local x
266
		local x

Return to bug 136031