Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 386097

Summary: dev-libs/boost-1.47.0 breaks kde-base/rocs-4.7.2 due to exception handling
Product: Gentoo Linux Reporter: Joel Berendzen <joelb>
Component: Current packagesAssignee: Tiziano Müller (RETIRED) <dev-zero>
Status: RESOLVED FIXED    
Severity: normal CC: cpp+disabled, hwoarang, roamingangel, SebastianLuther
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=378697
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: upstream patch
boost-1.47.0-r1.ebuild.patch
boost-1.47.0-exceptions.patch

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.