[Reproducible-builds] Bug#803049: barry: FTBFS: error: call of overloaded 'mem_fn(void (XmlNodeMapping::*)(std::ostream&) const)' is ambiguous
Chris Lamb
lamby at debian.org
Mon Oct 26 11:23:14 UTC 2015
Source: barry
Version: 0.18.5-1.1
Severity: serious
Justification: fails to build from source
User: reproducible-builds at lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org
Dear Maintainer,
barry fails to build from source in unstable/amd64:
[..]
In file included from /usr/include/c++/5/memory:81:0,
from
/usr/include/libxml++-2.6/libxml++/parsers/saxparser.h:14,
from
/usr/include/libxml++-2.6/libxml++/libxml++.h:53,
from xmlmap.h:30,
from xmlmap.cc:24:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^
xmlmap.cc: In function 'int main(int, char**)':
xmlmap.cc:543:47: error: call of overloaded 'mem_fn(void
(XmlNodeMapping::*)(std::ostream&) const)' is ambiguous
bind( mem_fn(&XmlNodeMapping::DumpSummaries),
^
In file included from xmlmap.cc:522:0:
/usr/include/c++/5/tr1/functional:827:5: note: candidate:
std::tr1::_Mem_fn<_Tp _Class::*> std::tr1::mem_fn(_Tp _Class::*) [with
_Tp = void(std::basic_ostream<char>&) const; _Class = XmlNodeMapping]
mem_fn(_Tp _Class::* __pm)
^
In file included from /usr/include/c++/5/memory:79:0,
from
/usr/include/libxml++-2.6/libxml++/parsers/saxparser.h:14,
from
/usr/include/libxml++-2.6/libxml++/libxml++.h:53,
from xmlmap.h:30,
from xmlmap.cc:24:
/usr/include/c++/5/functional:739:5: note: candidate: std::_Mem_fn<_Tp
_Class::*> std::mem_fn(_Tp _Class::*) [with _Tp =
void(std::basic_ostream<char>&) const; _Class = XmlNodeMapping]
mem_fn(_Tp _Class::* __pm) noexcept
^
xmlmap.cc:544:17: error: call of overloaded 'ref(std::ostream&)' is
ambiguous
_1, ref(cout)));
^
In file included from xmlmap.cc:522:0:
/usr/include/c++/5/tr1/functional:505:5: note: candidate:
std::tr1::reference_wrapper<_Tp> std::tr1::ref(_Tp&) [with _Tp =
std::basic_ostream<char>]
ref(_Tp& __t)
^
In file included from /usr/include/c++/5/memory:79:0,
from
/usr/include/libxml++-2.6/libxml++/parsers/saxparser.h:14,
from
/usr/include/libxml++-2.6/libxml++/libxml++.h:53,
from xmlmap.h:30,
from xmlmap.cc:24:
/usr/include/c++/5/functional:436:5: note: candidate:
std::reference_wrapper<_Tp> std::ref(_Tp&) [with _Tp =
std::basic_ostream<char>]
ref(_Tp& __t) noexcept
^
xmlmap.cc:549:47: error: call of overloaded 'mem_fn(void
(XmlNodeMapping::*)(std::ostream&) const)' is ambiguous
bind( mem_fn(&XmlNodeMapping::DumpSummaries),
^
In file included from xmlmap.cc:522:0:
/usr/include/c++/5/tr1/functional:827:5: note: candidate:
std::tr1::_Mem_fn<_Tp _Class::*> std::tr1::mem_fn(_Tp _Class::*) [with
_Tp = void(std::basic_ostream<char>&) const; _Class = XmlNodeMapping]
mem_fn(_Tp _Class::* __pm)
^
In file included from /usr/include/c++/5/memory:79:0,
from
/usr/include/libxml++-2.6/libxml++/parsers/saxparser.h:14,
from
/usr/include/libxml++-2.6/libxml++/libxml++.h:53,
from xmlmap.h:30,
from xmlmap.cc:24:
/usr/include/c++/5/functional:739:5: note: candidate: std::_Mem_fn<_Tp
_Class::*> std::mem_fn(_Tp _Class::*) [with _Tp =
void(std::basic_ostream<char>&) const; _Class = XmlNodeMapping]
mem_fn(_Tp _Class::* __pm) noexcept
^
xmlmap.cc:550:17: error: call of overloaded 'ref(std::ostream&)' is
ambiguous
_1, ref(cout)));
^
In file included from xmlmap.cc:522:0:
/usr/include/c++/5/tr1/functional:505:5: note: candidate:
std::tr1::reference_wrapper<_Tp> std::tr1::ref(_Tp&) [with _Tp =
std::basic_ostream<char>]
ref(_Tp& __t)
^
In file included from /usr/include/c++/5/memory:79:0,
from
/usr/include/libxml++-2.6/libxml++/parsers/saxparser.h:14,
from
/usr/include/libxml++-2.6/libxml++/libxml++.h:53,
from xmlmap.h:30,
from xmlmap.cc:24:
/usr/include/c++/5/functional:436:5: note: candidate:
std::reference_wrapper<_Tp> std::ref(_Tp&) [with _Tp =
std::basic_ostream<char>]
ref(_Tp& __t) noexcept
^
Makefile:1540: recipe for target 'xmlmap-xmlmap.o' failed
make[6]: *** [xmlmap-xmlmap.o] Error 1
make[6]: Leaving directory '/build/barry-0.18.5/desktop/src'
Makefile:1583: recipe for target 'all-recursive' failed
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory '/build/barry-0.18.5/desktop/src'
Makefile:465: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory '/build/barry-0.18.5/desktop'
Makefile:397: recipe for target 'all' failed
make[3]: *** [all] Error 2
make[3]: Leaving directory '/build/barry-0.18.5/desktop'
Makefile:558: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/build/barry-0.18.5'
Makefile:457: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/build/barry-0.18.5'
/usr/share/cdbs/1/class/makefile.mk:47: recipe for target
'debian/stamp-makefile-build' failed
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
[..]
The full build log is attached or can be viewed here:
https://reproducible.debian.net/logs/unstable/amd64/barry_0.18.5-1.1.build1.log.gz
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: barry.0.18.5-1.1.unstable.amd64.log.txt.gz
Type: application/gzip
Size: 44519 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/reproducible-builds/attachments/20151026/3ef7223f/attachment.bin>
More information about the Reproducible-builds
mailing list