Boost logo

Boost :

Subject: Re: [boost] [1.56.0] Release candidates available
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2014-07-30 02:49:16


On Tue, Jul 29, 2014 at 9:06 PM, Marshall Clow <mclow.lists_at_[hidden]> wrote:
> Release candidate files for 1.65.0 are available at
> http://boost.cowic.de/rc/
>
> As always, the release managers would appreciate it if you download
> the candidate of your choice and give building it a try. Please report
> both success and failure, and anything else that is noteworthy.
>
> This helps ensure the candidates build OK before we push them out to SourceForge.
>
> The files (and associated md5s) are:
> MD5 (boost_1_56_0_rc1.7z) = 0ac22b92b24209286d48e4c41925cd9f
> MD5 (boost_1_56_0_rc1.tar.bz2) = 5b5bfa99244b1ac5737323decceb19c2
> MD5 (boost_1_56_0_rc1.tar.gz) = 2047cdd4e09cda34e7f10fec0f821175
> MD5 (boost_1_56_0_rc1.zip) = 0c544f6acc85550b15cdc9221f2ac0c9

I'm seeing compilation failures with gcc 4.4.7 in C++11 mode:

In file included from ./boost/graph/adjacency_list.hpp:246,
                 from ./boost/graph/graphviz.hpp:24,
                 from ./boost/graph/graphml.hpp:20,
                 from libs/graph/src/graphml.cpp:17:
./boost/graph/detail/adjacency_list.hpp:304: error:
‘boost::detail::stored_edge_property<Vertex,
Property>::stored_edge_property(boost::detail::stored_edge_property<Vertex,
Property>&&)’ cannot be defaulted
./boost/graph/detail/adjacency_list.hpp:305: error:
‘boost::detail::stored_edge_property<Vertex, Property>&
boost::detail::stored_edge_property<Vertex,
Property>::operator=(boost::detail::stored_edge_property<Vertex,
Property>&&)’ cannot be defaulted

    "g++-4.4" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline
-Wall -pthread -fPIC -std=c++0x -DBOOST_ALL_NO_LIB=1
-DBOOST_GRAPH_DYN_LINK=1 -DBOOST_HAS_ICU=1 -DNDEBUG -I"."
-I"libs/graph/src" -c -o
"bin.v2/libs/graph/build/gcc-4.4/release/threading-multi/graphml.o"
"libs/graph/src/graphml.cpp"

...failed gcc.compile.c++
bin.v2/libs/graph/build/gcc-4.4/release/threading-multi/graphml.o...

I'll see if I can come up with a patch.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk