<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - clang 3.5 or can't compile strigi 0.7.8"
href="https://llvm.org/bugs/show_bug.cgi?id=23274">23274</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>clang 3.5 or can't compile strigi 0.7.8
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>2.6
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>-New Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>howarth.mailing.lists@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>The existing strigi 0.7.8 source code fails to compile against clang 3.5 or
later with the error...
In file included from
/sw/src/fink.build/strigi-0.7.8-2/strigi-0.7.8/strigidaemon/bin/daemon/xesam/xesamsession.cpp:20:
In file included from
/sw/src/fink.build/strigi-0.7.8-2/strigi-0.7.8/strigidaemon/bin/daemon/xesam/xesamsession.h:24:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/list:2060:18:
error: invalid operands to binary expression
('const value_type' (aka 'const XesamSearch') and 'const value_type' (aka
'const XesamSearch'))
if (*__i == __x)
~~~~ ^ ~~~
/sw/src/fink.build/strigi-0.7.8-2/strigi-0.7.8/strigidaemon/bin/daemon/xesam/xesamsession.cpp:200:17:
note: in instantiation of member function 'std::__1::list<XesamSearch,
std::__1::allocator<XesamSearch> >::remove' requested here
p->searches.remove(search);
^
/sw/src/fink.build/strigi-0.7.8-2/strigi-0.7.8/strigidaemon/bin/daemon/xesam/xesamsearch.h:46:10:
note: candidate function not viable: 'this' argument has type
'const value_type' (aka 'const XesamSearch'), but method is not marked
const
bool operator==(const XesamSearch& xs) { return p == xs.p; }
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/utility:403:1:
note: candidate template ignored: could not match
'pair<type-parameter-0-0, type-parameter-0-1>' against 'const
XesamSearch'
operator==(const pair<_T1,_T2>& __x, const pair<_T1,_T2>& __y)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iterator:573:1:
note: candidate template ignored: could not match
'reverse_iterator<type-parameter-0-0>' against 'const XesamSearch'
operator==(const reverse_iterator<_Iter1>& __x, const reverse_iterator<_Iter2>&
__y)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iterator:874:6:
note: candidate template ignored: could not match
'istreambuf_iterator<type-parameter-0-0, type-parameter-0-1>' against
'const XesamSearch'
bool operator==(const istreambuf_iterator<_CharT,_Traits>& __a,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iterator:977:1:
note: candidate template ignored: could not match
'move_iterator<type-parameter-0-0>' against 'const XesamSearch'
operator==(const move_iterator<_Iter1>& __x, const move_iterator<_Iter2>& __y)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iterator:1293:1:
note: candidate template ignored: could not match
'__wrap_iter<type-parameter-0-0>' against 'const XesamSearch'
operator==(const __wrap_iter<_Iter1>& __x, const __wrap_iter<_Iter2>& __y)
throw()
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:1795:6:
note: candidate template ignored: could not match
'allocator<type-parameter-0-0>' against 'const XesamSearch'
bool operator==(const allocator<_Tp>&, const allocator<_Up>&) throw() {return
true;}
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:2879:1:
note: candidate template ignored: could not match
'unique_ptr<type-parameter-0-0, type-parameter-0-1>' against 'const
XesamSearch'
operator==(const unique_ptr<_T1, _D1>& __x, const unique_ptr<_T2, _D2>& __y)
{return __x.get() == __y.get();}
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:2915:1:
note: candidate template ignored: could not match
'unique_ptr<type-parameter-0-0, type-parameter-0-1>' against 'const
XesamSearch'
operator==(const unique_ptr<_T1, _D1>& __x, nullptr_t) throw()
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:2923:1:
note: candidate template ignored: could not match
'unique_ptr<type-parameter-0-0, type-parameter-0-1>' against 'const
XesamSearch'
operator==(nullptr_t, const unique_ptr<_T1, _D1>& __x) throw()
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:4716:1:
note: candidate template ignored: could not match
'shared_ptr<type-parameter-0-0>' against 'const XesamSearch'
operator==(const shared_ptr<_Tp>& __x, const shared_ptr<_Up>& __y) throw()
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:4765:1:
note: candidate template ignored: could not match
'shared_ptr<type-parameter-0-0>' against 'const XesamSearch'
operator==(const shared_ptr<_Tp>& __x, nullptr_t) throw()
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:4773:1:
note: candidate template ignored: could not match
'shared_ptr<type-parameter-0-0>' against 'const XesamSearch'
operator==(nullptr_t, const shared_ptr<_Tp>& __x) throw()
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:493:6:
note: candidate template ignored: could not match
'fpos<type-parameter-0-0>' against 'const XesamSearch'
bool operator==(const fpos<_StateT>& __x, const fpos<_StateT>& __y)
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:3796:1:
note: candidate template ignored: could not match
'basic_string<type-parameter-0-0, type-parameter-0-1,
type-parameter-0-2>' against 'const XesamSearch'
operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:3808:1:
note: candidate template ignored: could not match
'basic_string<char, std::__1::char_traits<char>, type-parameter-0-0>'
against 'const XesamSearch'
operator==(const basic_string<char, char_traits<char>, _Allocator>& __lhs,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:3827:1:
note: candidate template ignored: could not match
'const _CharT *' against 'value_type' (aka 'XesamSearch')
operator==(const _CharT* __lhs,
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:3836:1:
note: candidate template ignored: could not match
'basic_string<type-parameter-0-0, type-parameter-0-1,
type-parameter-0-2>' against 'const XesamSearch'
operator==(const basic_string<_CharT,_Traits,_Allocator>& __lhs,
^
1 error generated.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>