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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/bin/install-qa-check.d/90gcc-warnings
0
++ b/bin/install-qa-check.d/90gcc-warnings
Lines 82-88 gcc_warn_check() { Link Here
82
		[[ $PORTAGE_LOG_FILE = *.gz ]] && grep_cmd=zgrep
82
		[[ $PORTAGE_LOG_FILE = *.gz ]] && grep_cmd=zgrep
83
83
84
		# force C locale to work around slow unicode locales #160234
84
		# force C locale to work around slow unicode locales #160234
85
		f=$(LC_CTYPE=C LC_COLLATE=C "${grep_cmd}" -E "${joined_msgs}" "${PORTAGE_LOG_FILE}")
85
		f=$(LC_CTYPE=C LC_COLLATE=C "${grep_cmd}" -E "${joined_msgs}" "${PORTAGE_LOG_FILE}" | uniq)
86
		if [[ -n ${f} ]] ; then
86
		if [[ -n ${f} ]] ; then
87
			abort="yes"
87
			abort="yes"
88
			# for now, don't make this fatal (see bug #337031)
88
			# for now, don't make this fatal (see bug #337031)

Return to bug 548438