Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 311597 Details for
Bug 415719
dev-libs/boost-1.49.0-r1 fails postprocessing of tests
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix boost test postprocesing
boost-1.49-postprocessing.patch (text/plain), 1.29 KB, created by
Markus Walter
on 2012-05-13 09:16:30 UTC
(
hide
)
Description:
patch to fix boost test postprocesing
Filename:
MIME Type:
Creator:
Markus Walter
Created:
2012-05-13 09:16:30 UTC
Size:
1.29 KB
patch
obsolete
>--- /usr/portage/dev-libs/boost/boost-1.49.0-r1.ebuild 2012-05-06 18:22:14.000000000 +0200 >+++ boost-1.49.0-r1.ebuild 2012-05-13 11:05:49.430854146 +0200 >@@ -568,7 +568,8 @@ > --dump-tests 2>&1 | tee regress.log || die > > # Postprocessing >- cat regress.log | ../tools/regression/build/bin/gcc-$(gcc-version)/gentoorelease/pch-off/process_jam_log --v2 >+ use icu && cat regress.log | "${S}/tools/regression/build/bin/gcc-$(gcc-version)/gentoorelease/pch-off/process_jam_log" --v2 >+ use !icu && cat regress.log | "${S}/tools/regression/build/bin/gcc-$(gcc-version)/gentoorelease/boost.locale.icu-off/pch-off/process_jam_log" --v2 > if test $? != 0; then > die "Postprocessing the build log failed" > fi >@@ -578,7 +579,10 @@ > __EOF__ > > # Generate the build log html summary page >- ../tools/regression/build/bin/gcc-$(gcc-version)/gentoorelease/pch-off/compiler_status --v2 \ >+ use icu && "${S}/tools/regression/build/bin/gcc-$(gcc-version)/gentoorelease/pch-off/compiler_status" --v2 \ >+ --comment comment.html "${S}" \ >+ cs-$(uname).html cs-$(uname)-links.html >+ use !icu && "${S}/tools/regression/build/bin/gcc-$(gcc-version)/gentoorelease/boost.locale.icu-off/pch-off/compiler_status" --v2 \ > --comment comment.html "${S}" \ > cs-$(uname).html cs-$(uname)-links.html > if test $? != 0; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 415719
: 311597