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

(-)a/eclass/java-utils-2.eclass (-2 / +1 lines)
Lines 2699-2705 java-pkg_die() { Link Here
2699
	echo "!!! When you file a bug report, please include the following information:" >&2
2699
	echo "!!! When you file a bug report, please include the following information:" >&2
2700
	echo "GENTOO_VM=${GENTOO_VM}  CLASSPATH=\"${CLASSPATH}\" JAVA_HOME=\"${JAVA_HOME}\"" >&2
2700
	echo "GENTOO_VM=${GENTOO_VM}  CLASSPATH=\"${CLASSPATH}\" JAVA_HOME=\"${JAVA_HOME}\"" >&2
2701
	echo "JAVACFLAGS=\"${JAVACFLAGS}\" COMPILER=\"${GENTOO_COMPILER}\"" >&2
2701
	echo "JAVACFLAGS=\"${JAVACFLAGS}\" COMPILER=\"${GENTOO_COMPILER}\"" >&2
2702
	echo "and of course, the output of emerge --info =${P}" >&2
2702
	echo "and of course, the output of emerge --info =${CATEGORY}/${PF}" >&2
2703
}
2703
}
2704
2704
2705
2705
2706
- 

Return to bug 591142