Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 252371 - dev-libs/boost-1.34.1-r2 fails to build with gcc-4.3.2
Summary: dev-libs/boost-1.34.1-r2 fails to build with gcc-4.3.2
Status: RESOLVED DUPLICATE of bug 210427
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-24 12:15 UTC by Caleb Cushing
Modified: 2008-12-24 13:57 UTC (History)
0 users

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


Attachments
emerge --info (emerge.info,3.37 KB, text/plain)
2008-12-24 12:16 UTC, Caleb Cushing
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Caleb Cushing 2008-12-24 12:15:19 UTC
Building Boost.Regex with the optional Unicode/ICU support disabled.              
Please refer to the Boost.Regex documentation for more information                
(don't panic: this is a strictly optional feature).                               
...patience...                                                                    
...patience...                                                                    
...found 3719 targets...                                                          
...updating 479 targets...                                                        
MkDir1 bin.v2                                                                     
MkDir1 bin.v2/libs                                                                
MkDir1 bin.v2/libs/regex                                                          
MkDir1 bin.v2/libs/test                                                           
MkDir1 bin.v2/libs/regex/build                                                    
MkDir1 bin.v2/libs/test/build                                                     
MkDir1 bin.v2/libs/regex/build/gcc-4.3                                            
MkDir1 bin.v2/libs/test/build/gcc-4.3                                             
MkDir1 bin.v2/libs/regex/build/gcc-4.3/release                                    
MkDir1 bin.v2/libs/test/build/gcc-4.3/release                                     
MkDir1 bin.v2/libs/regex/build/gcc-4.3/release/debug-symbols-none                 
MkDir1 bin.v2/libs/test/build/gcc-4.3/release/debug-symbols-none                  
MkDir1 bin.v2/libs/regex/build/gcc-4.3/release/debug-symbols-none/link-static     
MkDir1 bin.v2/libs/test/build/gcc-4.3/release/debug-symbols-none/link-static      
MkDir1 bin.v2/libs/regex/build/gcc-4.3/release/debug-symbols-none/link-static/optimization-none                                                                     
MkDir1 bin.v2/libs/test/build/gcc-4.3/release/debug-symbols-none/link-static/optimization-none                                                                      
MkDir1 bin.v2/libs/regex/build/gcc-4.3/release/debug-symbols-none/link-static/optimization-none/runtime-link-static                                                 
MkDir1 bin.v2/libs/test/build/gcc-4.3/release/debug-symbols-none/link-static/optimization-none/runtime-link-static                                                  
gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.3/release/debug-symbols-none/link-static/optimization-none/runtime-link-static/c_regex_traits.o                       
gcc.compile.c++ bin.v2/libs/test/build/gcc-4.3/release/debug-symbols-none/link-static/optimization-none/runtime-link-static/execution_monitor.o                     
gcc.compile.c++ bin.v2/libs/test/build/gcc-4.3/release/debug-symbols-none/link-static/optimization-none/runtime-link-static/cpp_main.o                              
gcc.compile.c++ bin.v2/libs/test/build/gcc-4.3/release/debug-symbols-none/link-static/optimization-none/runtime-link-static/compiler_log_formatter.o                
gcc.archive bin.v2/libs/test/build/gcc-4.3/release/debug-symbols-none/link-static/optimization-none/runtime-link-static/libboost_prg_exec_monitor-s.a               
gcc.compile.c++ bin.v2/libs/test/build/gcc-4.3/release/debug-symbols-none/link-static/optimization-none/runtime-link-static/framework.o                             
gcc.compile.c++ bin.v2/libs/test/build/gcc-4.3/release/debug-symbols-none/link-static/optimization-none/runtime-link-static/plain_report_formatter.o                
gcc.compile.c++ bin.v2/libs/test/build/gcc-4.3/release/debug-symbols-none/link-static/optimization-none/runtime-link-static/progress_monitor.o                      
In file included from ./boost/test/impl/framework.ipp:29,                         
                 from libs/test/src/framework.cpp:17:                             
./boost/test/test_tools.hpp: In function 'boost::test_tools::predicate_result boost::test_tools::tt_detail::bitwise_equal_impl(const Left&, const Right&)':         
./boost/test/test_tools.hpp:567: error: 'CHAR_BIT' was not declared in this scope 
In file included from libs/test/src/framework.cpp:17:                             
./boost/test/impl/framework.ipp: In member function 'bool boost::unit_test::framework_impl::priority_order::operator()(boost::unit_test::test_observer*, boost::unit_test::test_observer*) const':                                                    
./boost/test/impl/framework.ipp:178: warning: suggest parentheses around && within ||                                                                               
./boost/test/test_tools.hpp: At global scope:                                     
./boost/test/test_tools.hpp:262: warning: 'boost::test_tools::<unnamed>::dummy_cond' defined but not used                                                           

    "x86_64-pc-linux-gnu-g++"  -ftemplate-depth-128 -O2 -pipe -finline-functions -Wno-inline -Wall  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.3/release/debug-symbols-none/link-static/optimization-none/runtime-link-static/framework.o" "libs/test/src/framework.cpp"                                  

...failed gcc.compile.c++ bin.v2/libs/test/build/gcc-4.3/release/debug-symbols-none/link-static/optimization-none/runtime-link-static/framework.o...                
...failed updating 1 target...                                                    
...updated 25 targets...    

Reproducible: Always
Comment 1 Caleb Cushing 2008-12-24 12:16:23 UTC
Created attachment 176290 [details]
emerge --info
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2008-12-24 12:26:36 UTC
duplicate of bug 246259.
Comment 3 Rafał Mużyło 2008-12-24 13:57:02 UTC
Actually, bit deeper.

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