--- Begin Message ---
Source: sdcc
Version: 3.1.0+dfsg-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130922 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part (hopefully):
> x86_64-linux-gnu-g++ -pipe -ggdb -g -O2 -I./.. -I.. -I. -I../..
> -I./../../support/util -I. -c -o ralloc2.o ralloc2.cc
> In file included from /usr/include/boost/graph/graphviz.hpp:19:0,
> from ./../SDCCralloc.hpp:45,
> from ralloc2.cc:24:
> /usr/include/boost/property_map/property_map.hpp: In instantiation of 'void
> boost::put(const boost::put_get_helper<Reference, PropertyMap>&, K, const V&)
> [with PropertyMap =
> boost::vec_adj_list_vertex_all_properties_map<boost::adjacency_list<boost::vecS,
> boost::vecS, boost::undirectedS>, boost::adjacency_list<boost::vecS,
> boost::vecS, boost::undirectedS>*, boost::no_property, boost::no_property&>;
> Reference = boost::no_property&; K = long unsigned int; V = cfg_node]':
> /usr/include/boost/graph/copy.hpp:129:58: required from 'void
> boost::detail::vertex_copier<Graph1, Graph2>::operator()(const Vertex1&,
> Vertex2&) const [with Vertex1 = long unsigned int; Vertex2 = long unsigned
> int; Graph1 = boost::adjacency_list<boost::vecS, boost::vecS,
> boost::bidirectionalS, cfg_node>; Graph2 = boost::adjacency_list<boost::vecS,
> boost::vecS, boost::undirectedS>]'
> /usr/include/boost/graph/copy.hpp:164:33: required from 'static void
> boost::detail::copy_graph_impl<0>::apply(const Graph&, MutableGraph&,
> CopyVertex, CopyEdge, Orig2CopyVertexIndexMap, IndexMap) [with Graph =
> boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS,
> cfg_node>; MutableGraph = boost::adjacency_list<boost::vecS, boost::vecS,
> boost::undirectedS>; CopyVertex =
> boost::detail::vertex_copier<boost::adjacency_list<boost::vecS, boost::vecS,
> boost::bidirectionalS, cfg_node>, boost::adjacency_list<boost::vecS,
> boost::vecS, boost::undirectedS> >; CopyEdge =
> boost::detail::edge_copier<boost::adjacency_list<boost::vecS, boost::vecS,
> boost::bidirectionalS, cfg_node>, boost::adjacency_list<boost::vecS,
> boost::vecS, boost::undirectedS> >; IndexMap =
> boost::vec_adj_list_vertex_id_map<cfg_node, long unsigned int>;
> Orig2CopyVertexIndexMap =
> boost::iterator_property_map<__gnu_cxx::__normal_iterator<long unsigned int*,
> std::vector<long unsigned int> >, boost::vec_adj_list_vertex_id_map<cfg_node,
> long unsigned int>, long unsigned int, long unsigned int&>]'
> /usr/include/boost/graph/copy.hpp:355:8: required from 'void
> boost::copy_graph(const VertexListGraph&, MutableGraph&) [with
> VertexListGraph = boost::adjacency_list<boost::vecS, boost::vecS,
> boost::bidirectionalS, cfg_node>; MutableGraph =
> boost::adjacency_list<boost::vecS, boost::vecS, boost::undirectedS>]'
> ./../SDCCralloc.hpp:376:34: required from here
> /usr/include/boost/property_map/property_map.hpp:361:44: error: no match for
> 'operator=' (operand types are 'boost::no_property' and 'const cfg_node')
> static_cast<const PropertyMap&>(pa)[k] = v;
> ^
> /usr/include/boost/property_map/property_map.hpp:361:44: note: candidate is:
> In file included from /usr/include/boost/graph/graph_traits.hpp:27:0,
> from /usr/include/boost/graph/graphviz.hpp:21,
> from ./../SDCCralloc.hpp:45,
> from ralloc2.cc:24:
> /usr/include/boost/pending/property.hpp:18:10: note: boost::no_property&
> boost::no_property::operator=(const boost::no_property&)
> struct no_property {};
> ^
> /usr/include/boost/pending/property.hpp:18:10: note: no known conversion
> for argument 1 from 'const cfg_node' to 'const boost::no_property&'
> In file included from /usr/include/boost/graph/graphviz.hpp:19:0,
> from ./../SDCCralloc.hpp:45,
> from ralloc2.cc:24:
> /usr/include/boost/property_map/property_map.hpp: In instantiation of 'void
> boost::put(const boost::put_get_helper<Reference, PropertyMap>&, K, const V&)
> [with PropertyMap =
> boost::vec_adj_list_vertex_all_properties_map<boost::adjacency_list<boost::vecS,
> boost::vecS, boost::directedS>, boost::adjacency_list<boost::vecS,
> boost::vecS, boost::directedS>*, boost::no_property, boost::no_property&>;
> Reference = boost::no_property&; K = long unsigned int; V = cfg_node]':
> /usr/include/boost/graph/copy.hpp:129:58: required from 'void
> boost::detail::vertex_copier<Graph1, Graph2>::operator()(const Vertex1&,
> Vertex2&) const [with Vertex1 = long unsigned int; Vertex2 = long unsigned
> int; Graph1 = boost::adjacency_list<boost::vecS, boost::vecS,
> boost::bidirectionalS, cfg_node>; Graph2 = boost::adjacency_list<boost::vecS,
> boost::vecS, boost::directedS>]'
> /usr/include/boost/graph/copy.hpp:164:33: required from 'static void
> boost::detail::copy_graph_impl<0>::apply(const Graph&, MutableGraph&,
> CopyVertex, CopyEdge, Orig2CopyVertexIndexMap, IndexMap) [with Graph =
> boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS,
> cfg_node>; MutableGraph = boost::adjacency_list<boost::vecS, boost::vecS,
> boost::directedS>; CopyVertex =
> boost::detail::vertex_copier<boost::adjacency_list<boost::vecS, boost::vecS,
> boost::bidirectionalS, cfg_node>, boost::adjacency_list<boost::vecS,
> boost::vecS, boost::directedS> >; CopyEdge =
> boost::detail::edge_copier<boost::adjacency_list<boost::vecS, boost::vecS,
> boost::bidirectionalS, cfg_node>, boost::adjacency_list<boost::vecS,
> boost::vecS, boost::directedS> >; IndexMap =
> boost::vec_adj_list_vertex_id_map<cfg_node, long unsigned int>;
> Orig2CopyVertexIndexMap =
> boost::iterator_property_map<__gnu_cxx::__normal_iterator<long unsigned int*,
> std::vector<long unsigned int> >, boost::vec_adj_list_vertex_id_map<cfg_node,
> long unsigned int>, long unsigned int, long unsigned int&>]'
> /usr/include/boost/graph/copy.hpp:355:8: required from 'void
> boost::copy_graph(const VertexListGraph&, MutableGraph&) [with
> VertexListGraph = boost::adjacency_list<boost::vecS, boost::vecS,
> boost::bidirectionalS, cfg_node>; MutableGraph =
> boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS>]'
> ./../SDCCtree_dec.hpp:155:25: required from 'void
> thorup_elimination_ordering(l_t&, const G_t&) [with l_t = std::list<unsigned
> int>; G_t = boost::adjacency_list<boost::vecS, boost::vecS,
> boost::bidirectionalS, cfg_node>]'
> ./../SDCCtree_dec.hpp:271:56: required from 'void
> thorup_tree_decomposition(T_t&, const G_t&) [with T_t =
> boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS,
> tree_dec_node>; G_t = boost::adjacency_list<boost::vecS, boost::vecS,
> boost::bidirectionalS, cfg_node>]'
> ralloc2.cc:1306:67: required from here
> /usr/include/boost/property_map/property_map.hpp:361:44: error: no match for
> 'operator=' (operand types are 'boost::no_property' and 'const cfg_node')
> static_cast<const PropertyMap&>(pa)[k] = v;
> ^
> /usr/include/boost/property_map/property_map.hpp:361:44: note: candidate is:
> In file included from /usr/include/boost/graph/graph_traits.hpp:27:0,
> from /usr/include/boost/graph/graphviz.hpp:21,
> from ./../SDCCralloc.hpp:45,
> from ralloc2.cc:24:
> /usr/include/boost/pending/property.hpp:18:10: note: boost::no_property&
> boost::no_property::operator=(const boost::no_property&)
> struct no_property {};
> ^
> /usr/include/boost/pending/property.hpp:18:10: note: no known conversion
> for argument 1 from 'const cfg_node' to 'const boost::no_property&'
> make[3]: *** [ralloc2.o] Error 1
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2013/09/22/sdcc_3.1.0+dfsg-1_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---