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

(-)/var/portage/dev-libs/boost/boost-1.48.0-r1.ebuild (-3 / +3 lines)
Lines 564-570 Link Here
564
			--dump-tests 2>&1 | tee regress.log || die
564
			--dump-tests 2>&1 | tee regress.log || die
565
565
566
		# Postprocessing
566
		# Postprocessing
567
		cat regress.log | tools/regression/build/bin/gcc-$(gcc-version)/gentoorelease/pch-off/process_jam_log --v2
567
		cat regress.log | "${S}/tools/regression/build/bin/gcc-$(gcc-version)/gentoorelease/pch-off/process_jam_log" --v2
568
		if test $? != 0; then
568
		if test $? != 0; then
569
			die "Postprocessing the build log failed"
569
			die "Postprocessing the build log failed"
570
		fi
570
		fi
Lines 574-581 Link Here
574
__EOF__
574
__EOF__
575
575
576
		# Generate the build log html summary page
576
		# Generate the build log html summary page
577
		tools/regression/build/bin/gcc-$(gcc-version)/gentoorelease/pch-off/compiler_status --v2 \
577
		"${S}/tools/regression/build/bin/gcc-$(gcc-version)/gentoorelease/pch-off/compiler_status" --v2 \
578
			--comment comment.html .. \
578
			--comment comment.html "${S}" \
579
			cs-$(uname).html cs-$(uname)-links.html
579
			cs-$(uname).html cs-$(uname)-links.html
580
		if test $? != 0; then
580
		if test $? != 0; then
581
			die "Generating the build log html summary page failed"
581
			die "Generating the build log html summary page failed"

Return to bug 406467