Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 482280

Summary: dev-libs/boost-1.53.0 - regression/src/library_status.cpp:189:9: Fehler: keine passende Funktion für Aufruf von »find_if(std::list<boost::shared_ptr<boost:: tiny_xml::element> >::const_iterator, std::list<boost::shared_ptr<boost::tiny_xml::element> >::...
Product: Gentoo Linux Reporter: Otto A. Schell <oas>
Component: [OLD] LibraryAssignee: C++ Team [disbanded] <cpp+disabled>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info =dev-libs/boost-1.53.0::gentoo
build.log

Description Otto A. Schell 2013-08-24 00:01:30 UTC
Created attachment 356812 [details]
emerge --info =dev-libs/boost-1.53.0::gentoo

dev-libs/boost-1.53.0::gentoo failes on ~x86 with 

.
.
common.copy ../dist/bin/wave

    cp "../bin.v2/tools/wave/build/gcc-4.7/gentoorelease/link-static/pch-off/threading-multi/wavetool-on/wave"  "../dist/bin/wave"

...failed updating 1 target...
.
.
Comment 1 Otto A. Schell 2013-08-24 00:03:42 UTC
Created attachment 356814 [details]
build.log
Comment 2 Rafał Mużyło 2013-08-24 06:19:06 UTC
Ah, no..

If I'm reading it right, it fails with:
regression/src/library_status.cpp: In Funktion »std::list<boost::shared_ptr<boost::tiny_xml::element> >::const_iterator {anonym}::find_element(const boost::tiny_xml::element&, const string&)«:
regression/src/library_status.cpp:189:9: Fehler: keine passende Funktion für Aufruf von »find_if(std::list<boost::shared_ptr<boost::tiny_xml::element> >::const_iterator, std::list<boost::shared_ptr<boost::tiny_xml::element> >::const_iterator, {anonym}::find_element(const boost::tiny_xml::element&, const string&)::element_equal)«
regression/src/library_status.cpp:189:9: Anmerkung: Kandidat ist:
In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.7.3/include/g++-v4/algorithm:63:0,
                 from ../boost/smart_ptr/shared_ptr.hpp:42,
                 from ../boost/shared_ptr.hpp:17,
                 from ../boost/filesystem/path.hpp:29,
                 from ../boost/filesystem/operations.hpp:25,
                 from regression/src/library_status.cpp:28:
/usr/lib/gcc/i686-pc-linux-gnu/4.7.3/include/g++-v4/bits/stl_algo.h:4481:5: Anmerkung: template<class _IIter, class _Predicate> _IIter std::find_if(_IIter, _IIter, _Predicate)
regression/src/library_status.cpp:189:9: Fehler: Templateargument für »template<class _IIter, class _Predicate> _IIter std::find_if(_IIter, _IIter, _Predicate)« verwendet lokalen Typ »{anonym}::find_element(const boost::tiny_xml::element&, const string&)::element_equal«
regression/src/library_status.cpp:189:9: Fehler:   Versuch, »template<class _IIter, class _Predicate> _IIter std::find_if(_IIter, _IIter, _Predicate)« zu instanziieren
regression/src/library_status.cpp: In Funktion »const string& {anonym}::attribute_value(const boost::tiny_xml::element&, const string&)«:
regression/src/library_status.cpp:223:9: Fehler: keine passende Funktion für Aufruf von »find_if(std::list<boost::tiny_xml::attribute>::const_iterator, std::list<boost::tiny_xml::attribute>::const_iterator, {anonym}::attribute_value(const boost::tiny_xml::element&, const string&)::attribute_equal)«
regression/src/library_status.cpp:223:9: Anmerkung: Kandidat ist:
In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.7.3/include/g++-v4/algorithm:63:0,
                 from ../boost/smart_ptr/shared_ptr.hpp:42,
                 from ../boost/shared_ptr.hpp:17,
                 from ../boost/filesystem/path.hpp:29,
                 from ../boost/filesystem/operations.hpp:25,
                 from regression/src/library_status.cpp:28:
/usr/lib/gcc/i686-pc-linux-gnu/4.7.3/include/g++-v4/bits/stl_algo.h:4481:5: Anmerkung: template<class _IIter, class _Predicate> _IIter std::find_if(_IIter, _IIter, _Predicate)
regression/src/library_status.cpp:223:9: Fehler: Templateargument für »template<class _IIter, class _Predicate> _IIter std::find_if(_IIter, _IIter, _Predicate)« verwendet lokalen Typ »{anonym}::attribute_value(const boost::tiny_xml::element&, const string&)::attribute_equal«
regression/src/library_status.cpp:223:9: Fehler:   Versuch, »template<class _IIter, class _Predicate> _IIter std::find_if(_IIter, _IIter, _Predicate)« zu instanziieren
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2013-08-24 13:02:57 UTC

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