Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 386097 - dev-libs/boost-1.47.0 breaks kde-base/rocs-4.7.2 due to exception handling
Summary: dev-libs/boost-1.47.0 breaks kde-base/rocs-4.7.2 due to exception handling
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-07 16:26 UTC by Joel Berendzen
Modified: 2011-10-10 20:45 UTC (History)
4 users (show)

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


Attachments
upstream patch (boost-1.47.0-exceptions.patch,897 bytes, patch)
2011-10-07 16:28 UTC, Joel Berendzen
Details | Diff
boost-1.47.0-r1.ebuild.patch (boost-1.47.0-r1.ebuild.patch,426 bytes, patch)
2011-10-07 16:29 UTC, Joel Berendzen
Details | Diff
boost-1.47.0-exceptions.patch (boost-1.47.0-exceptions.patch,897 bytes, patch)
2011-10-07 16:30 UTC, Joel Berendzen
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joel Berendzen 2011-10-07 16:26:08 UTC
Compilation of rocs fails due to exception handling.  This bug has been reported elsewhere before, and upstream ticked 5731 fixes the problem.

Reproducible: Always

Steps to Reproduce:
1.emerge =boost-1.47.0 # currently masked for testing
2.emerge =rocs-4.7.2




Upstream bug report: https://svn.boost.org/trac/boost/ticket/5731.
Fixed by patch https://svn.boost.org/trac/boost/attachment/ticket/5731/boost-1.47.0-exceptions.patch

I have applied the patch and verified that it fixes the problem.
Comment 1 Joel Berendzen 2011-10-07 16:28:43 UTC
Created attachment 289079 [details, diff]
upstream patch
Comment 2 Joel Berendzen 2011-10-07 16:29:48 UTC
Created attachment 289081 [details, diff]
boost-1.47.0-r1.ebuild.patch
Comment 3 Joel Berendzen 2011-10-07 16:30:55 UTC
Created attachment 289083 [details, diff]
boost-1.47.0-exceptions.patch
Comment 4 Markos Chandras (RETIRED) gentoo-dev 2011-10-08 17:00:36 UTC
Fixed. Thanks for reporting
Comment 5 Shannon 2011-10-10 14:57:31 UTC
Is this going to hit Portage soon?
Comment 6 Markos Chandras (RETIRED) gentoo-dev 2011-10-10 18:44:58 UTC
(In reply to comment #5)
> Is this going to hit Portage soon?

The patch in boost-1.47.0 is already in portage. You need to rebuild boost ;)

I didn't revbump ( maybe I should? )
Comment 7 Sebastian Luther (few) 2011-10-10 18:54:54 UTC
(In reply to comment #6)
> (In reply to comment #5)
> > Is this going to hit Portage soon?
> 
> The patch in boost-1.47.0 is already in portage. You need to rebuild boost ;)
> 
> I didn't revbump ( maybe I should? )

You should.
Comment 8 Markos Chandras (RETIRED) gentoo-dev 2011-10-10 19:08:11 UTC
ok done
Comment 9 Shannon 2011-10-10 20:45:08 UTC
Oops. I guess I actually need to read all the info. I would have seen that it is all in boost and not rocs. Thanks.