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

Bug 636548

Summary: dev-libs/boost: serialization currently broken on mingw-w64
Product: Gentoo Linux Reporter: hanetzer
Component: Current packagesAssignee: C++ Team [disbanded] <cpp+disabled>
Status: RESOLVED OBSOLETE    
Severity: normal CC: office
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://svn.boost.org/trac10/ticket/12205
Whiteboard:
Package list:
Runtime testing required: ---

Description hanetzer 2017-11-04 19:23:01 UTC
As it currently stands, boost's serialization library is unable to
be compiled on mingw-w64. As such, I've made some changes to the
ebuild in order to separate that library into a separate use flag,
so that one can at least use the other libraries on mingw-w64 until
upstream boost gets it fixed.
Comment 1 hanetzer 2018-01-04 09:23:13 UTC
boost-1.66.0 compiles without errors on mingw-w64 (with some ebuild adjustments).
Will wait it out until then.