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

(-)/usr/portage/dev-libs/boost/boost-1.49.0-r1.ebuild (-2 / +6 lines)
Lines 568-574 Link Here
568
			--dump-tests 2>&1 | tee regress.log || die
568
			--dump-tests 2>&1 | tee regress.log || die
569
569
570
		# Postprocessing
570
		# Postprocessing
571
		cat regress.log | ../tools/regression/build/bin/gcc-$(gcc-version)/gentoorelease/pch-off/process_jam_log --v2
571
		use icu && cat regress.log | "${S}/tools/regression/build/bin/gcc-$(gcc-version)/gentoorelease/pch-off/process_jam_log" --v2
572
		use !icu && cat regress.log | "${S}/tools/regression/build/bin/gcc-$(gcc-version)/gentoorelease/boost.locale.icu-off/pch-off/process_jam_log" --v2
572
		if test $? != 0; then
573
		if test $? != 0; then
573
			die "Postprocessing the build log failed"
574
			die "Postprocessing the build log failed"
574
		fi
575
		fi
Lines 578-584 Link Here
578
__EOF__
579
__EOF__
579
580
580
		# Generate the build log html summary page
581
		# Generate the build log html summary page
581
		../tools/regression/build/bin/gcc-$(gcc-version)/gentoorelease/pch-off/compiler_status --v2 \
582
		use icu && "${S}/tools/regression/build/bin/gcc-$(gcc-version)/gentoorelease/pch-off/compiler_status" --v2 \
583
			--comment comment.html "${S}" \
584
			cs-$(uname).html cs-$(uname)-links.html
585
		use !icu && "${S}/tools/regression/build/bin/gcc-$(gcc-version)/gentoorelease/boost.locale.icu-off/pch-off/compiler_status" --v2 \
582
			--comment comment.html "${S}" \
586
			--comment comment.html "${S}" \
583
			cs-$(uname).html cs-$(uname)-links.html
587
			cs-$(uname).html cs-$(uname)-links.html
584
		if test $? != 0; then
588
		if test $? != 0; then

Return to bug 415719