Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 504970 - dev-libs/boost-1.55.0-r1 doesn't compile
Summary: dev-libs/boost-1.55.0-r1 doesn't compile
Status: RESOLVED DUPLICATE of bug 503468
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-18 14:52 UTC by Herbert Wantesh
Modified: 2014-03-18 14:58 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 Herbert Wantesh 2014-03-18 14:52:06 UTC
boost compile stops with this error:

regression/src/compiler_status.cpp: In function ‘std::string {anonymous}::revision(const boost::filesystem::path&)’:
regression/src/compiler_status.cpp:131:15: warning: ‘auto’ changes meaning in C++11; please remove it [-Wc++0x-compat]
regression/src/compiler_status.cpp:131:20: error: ‘itr’ does not name a type
regression/src/compiler_status.cpp:131:41: error: expected ‘;’ before ‘itr’
regression/src/compiler_status.cpp:131:41: error: ‘itr’ was not declared in this scope
regression/src/compiler_status.cpp: In function ‘int cpp_main(int, char**)’:
regression/src/compiler_status.cpp:1017:6: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
In file included from ../boost/filesystem/path_traits.hpp:23:0,
                 from ../boost/filesystem/path.hpp:25,
                 from ../boost/filesystem/operations.hpp:25,
                 from regression/src/compiler_status.cpp:29:
../boost/system/error_code.hpp: At global scope:
../boost/system/error_code.hpp:222:36: warning: ‘boost::system::posix_category’ defined but not used [-Wunused-variable]
../boost/system/error_code.hpp:223:36: warning: ‘boost::system::errno_ecat’ defined but not used [-Wunused-variable]
../boost/system/error_code.hpp:224:36: warning: ‘boost::system::native_ecat’ defined but not used [-Wunused-variable]
...skipped <pregression/build/bin/gcc-4.7/gentoorelease/link-static/pch-off/threading-multi>compiler_status for lack of <pregression/build/bin/gcc-4.7/gentoorelease/link-static/pch-off/threading-multi>compiler_status.o...
common.mkdir ../bin.v2/tools/wave/build/gcc-4.7/gentoorelease/link-static

        mkdir -p "../bin.v2/tools/wave/build/gcc-4.7/gentoorelease/link-static"
    
gcc.compile.c++ ../bin.v2/libs/program_options/build/gcc-4.7/release/link-static/pch-off/threading-multi/value_semantic.o


Reproducible: Always
Comment 1 Herbert Wantesh 2014-03-18 14:53:19 UTC
can be closed dup of #503468
Comment 2 Alex Xu (Hello71) 2014-03-18 14:58:12 UTC

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