Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 415719 - dev-libs/boost-1.49.0-r1 fails postprocessing of tests
Summary: dev-libs/boost-1.49.0-r1 fails postprocessing of tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-13 09:16 UTC by Markus Walter
Modified: 2012-05-20 21:17 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to fix boost test postprocesing (boost-1.49-postprocessing.patch,1.29 KB, patch)
2012-05-13 09:16 UTC, Markus Walter
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Walter 2012-05-13 09:16:30 UTC
Created attachment 311597 [details, diff]
patch to fix boost test postprocesing

This is the same as bug 406467 . The postprocessing of the test results fails due to wrong paths in the ebuild. The attached patch fixed the things for me. It's a bit more intricate since there seems to be a dependency of the paths on whether icu is used or not.
Comment 1 Arfrever Frehtes Taifersar Arahesis 2012-05-13 20:59:50 UTC
It's better to not hardcode paths for given combinations of USE flags.
Please test this patch:
http://code.google.com/p/gentoo-progress/source/detail?r=2136
Comment 2 Markus Walter 2012-05-14 21:00:40 UTC
(In reply to comment #1)
> It's better to not hardcode paths for given combinations of USE flags.
> Please test this patch:
> http://code.google.com/p/gentoo-progress/source/detail?r=2136

This worked fine for me.
Comment 3 Mike Gilbert gentoo-dev 2012-05-20 21:17:25 UTC
I committed Arfrever's patch. Thanks.