Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125872 - dev-libs/boost-1.33.1 won't build using gcc-4.1.0
Summary: dev-libs/boost-1.33.1 won't build using gcc-4.1.0
Status: RESOLVED DUPLICATE of bug 125395
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-11 13:45 UTC by Lubos Dolezel
Modified: 2006-03-11 14:02 UTC (History)
0 users

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 Lubos Dolezel 2006-03-11 13:45:19 UTC
dev-libs/boost-1.33.1 cannot be built using gcc-4.1.0

The problem is libboost_wserialization - for some reason it tries to build this sub-library.
The build fails because of this problem:

/var/tmp/portage/boost-1.33.1/work/boost_1_33_1/libs/serialization/build/../src/basic_text_wiprimitive.cpp:15:2: error: #error "wide char i/o not supported on this platform"

And it is right, there is no std::wistream on my system.
Comment 1 Mark Loeser (RETIRED) gentoo-dev 2006-03-11 14:02:45 UTC

*** This bug has been marked as a duplicate of 125395 ***