Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 636548 - dev-libs/boost: serialization currently broken on mingw-w64
Summary: dev-libs/boost: serialization currently broken on mingw-w64
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: C++ Team [disbanded]
URL: https://svn.boost.org/trac10/ticket/1...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-04 19:23 UTC by hanetzer
Modified: 2018-01-04 09:23 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.