Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 482280 - 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> >::...
Summary: dev-libs/boost-1.53.0 - regression/src/library_status.cpp:189:9: Fehler: kein...
Status: RESOLVED DUPLICATE of bug 476964
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: C++ Team [disbanded]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-24 00:01 UTC by Otto A. Schell
Modified: 2013-08-24 13:02 UTC (History)
0 users

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


Attachments
emerge --info =dev-libs/boost-1.53.0::gentoo (boost-fail,7.01 KB, text/plain)
2013-08-24 00:01 UTC, Otto A. Schell
Details
build.log (build.log,407.55 KB, text/plain)
2013-08-24 00:03 UTC, Otto A. Schell
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***