Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2013 08:36:12 +0100
From:      Senua Subrosa <senua1972@gmail.com>
To:        freebsd-ports@freebsd.org
Subject:   Codelite fails to build FreeBSD 10 BETA3
Message-ID:  <CALbEiS8UYKF%2B5x%2BgJvG%2Bcr-2T2h-21rGKAy6RfNRi80W5ZVU1A@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Script started on Wed Nov 13 10:06:53 2013
root@md:/usr/ports/editors/codelite # make
===>  Building for codelite-5.2
[  0%] Built target sqlite3lib
[  1%] Built target wxsqlite3
[  6%] Built target wxshapeframework
[  7%] Built target databaselayersqlite
[  7%] Building CXX object
CodeLite/CMakeFiles/libcodelite.dir/refactorengine.cpp.o
In file included from
/usr/ports/editors/codelite/work/codelite-5.2/CodeLite/refactorengine.cpp:1:

In file included from
/usr/ports/editors/codelite/work/codelite-5.2/CodeLite/refactorengine.h:29:
In file included from /usr/local/include/wx-2.9/wx/event.h:17:
In file included from /usr/local/include/wx-2.9/wx/object.h:20:
In file included from /usr/local/include/wx-2.9/wx/memory.h:16:
In file included from /usr/local/include/wx-2.9/wx/string.h:51:
In file included from /usr/local/include/wx-2.9/wx/strvararg.h:23:
In file included from /usr/local/include/wx-2.9/wx/unichar.h:16:
In file included from /usr/local/include/wx-2.9/wx/stringimpl.h:67:
In file included from /usr/include/c++/v1/string:434:
/usr/include/c++/v1/algorithm:678:97: error: invalid operands to binary
expression ('const CppToken' and 'const CppToken')
    _LIBCPP_INLINE_VISIBILITY bool operator()(const _T1& __x, const _T1&
__y) const {return __x < __y;}

~~~ ^ ~~~
/usr/include/c++/v1/list:2170:13: note: in instantiation of member function
'std::__1::__less<CppToken, CppToken>::operator()' requested here
        if (__comp(*--__e2, *__f1))
            ^
/usr/include/c++/v1/list:2156:5: note: in instantiation of function
template specialization 'std::__1::list<CppToken,
std::__1::allocator<CppToken> >::__sort<std::__1::__less<CppToken,
CppToken> >' requested here
    __sort(begin(), end(), base::__sz(), __comp);
    ^
/usr/include/c++/v1/list:2147:5: note: in instantiation of function
template specialization 'std::__1::list<CppToken,
std::__1::allocator<CppToken> >::sort<std::__1::__less<CppToken, CppToken>
>' requested here
    sort(__less<value_type>());
    ^
/usr/ports/editors/codelite/work/codelite-5.2/CodeLite/refactorengine.cpp:354:9:
note: in instantiation of member function 'std::__1::list<CppToken,
std::__1::allocator<CppToken> >::sort' requested here
        tokens.sort();
               ^
/usr/ports/editors/codelite/work/codelite-5.2/CodeLite/cpptoken.h:90:7:
note: candidate function not viable: 'this' argument has type 'const
CppToken', but method is not marked const
        bool operator < (const CppToken& rhs) {
             ^
/usr/local/include/wx-2.9/wx/unichar.h:334:1: note: candidate function not
viable: no known conversion from 'const CppToken' to 'char' for 1st
argument
wxDEFINE_COMPARISONS(char, const wxUniChar&, wxCMP_REVERSE)
^
/usr/local/include/wx-2.9/wx/defs.h:697:29: note: expanded from macro
'wxDEFINE_COMPARISONS'
    wxFOR_ALL_COMPARISONS_3(wxDEFINE_COMPARISON, T1, T2, cmp)
                            ^
/usr/local/include/wx-2.9/wx/defs.h:673:64: note: expanded from macro
'wxFOR_ALL_COMPARISONS_3'
    m(==,x,y,z) m(!=,x,y,z) m(>=,x,y,z) m(<=,x,y,z) m(>,x,y,z) m(<,x,y,z)
                                                               ^
/usr/local/include/wx-2.9/wx/defs.h:685:17: note: expanded from macro
'wxDEFINE_COMPARISON'
    inline bool operator op(T1 x, T2 y) { return cmp(x, y, op); }
                ^
/usr/local/include/wx-2.9/wx/unichar.h:335:1: note: candidate function not
viable: no known conversion from 'const CppToken' to 'char' for 1st
argument
wxDEFINE_COMPARISONS(char, const wxUniCharRef&, wxCMP_REVERSE)
^
/usr/local/include/wx-2.9/wx/defs.h:697:29: note: expanded from macro
'wxDEFINE_COMPARISONS'
    wxFOR_ALL_COMPARISONS_3(wxDEFINE_COMPARISON, T1, T2, cmp)
                            ^
/usr/local/include/wx-2.9/wx/defs.h:673:64: note: expanded from macro
'wxFOR_ALL_COMPARISONS_3'
    m(==,x,y,z) m(!=,x,y,z) m(>=,x,y,z) m(<=,x,y,z) m(>,x,y,z) m(<,x,y,z)
                                                               ^
/usr/local/include/wx-2.9/wx/defs.h:685:17: note: expanded from macro
'wxDEFINE_COMPARISON'
    inline bool operator op(T1 x, T2 y) { return cmp(x, y, op); }
                ^
/usr/local/include/wx-2.9/wx/unichar.h:337:1: note: candidate function not
viable: no known conversion from 'const CppToken' to 'wchar_t' for 1st
argument
wxDEFINE_COMPARISONS(wchar_t, const wxUniChar&, wxCMP_REVERSE)
^
/usr/local/include/wx-2.9/wx/defs.h:697:29: note: expanded from macro
'wxDEFINE_COMPARISONS'
    wxFOR_ALL_COMPARISONS_3(wxDEFINE_COMPARISON, T1, T2, cmp)
                            ^
/usr/local/include/wx-2.9/wx/defs.h:673:64: note: expanded from macro
'wxFOR_ALL_COMPARISONS_3'
    m(==,x,y,z) m(!=,x,y,z) m(>=,x,y,z) m(<=,x,y,z) m(>,x,y,z) m(<,x,y,z)
                                                               ^
/usr/local/include/wx-2.9/wx/defs.h:685:17: note: expanded from macro
'wxDEFINE_COMPARISON'
    inline bool operator op(T1 x, T2 y) { return cmp(x, y, op); }
                ^
/usr/local/include/wx-2.9/wx/unichar.h:338:1: note: candidate function not
viable: no known conversion from 'const CppToken' to 'wchar_t' for 1st
argument
wxDEFINE_COMPARISONS(wchar_t, const wxUniCharRef&, wxCMP_REVERSE)
^
/usr/local/include/wx-2.9/wx/defs.h:697:29: note: expanded from macro
'wxDEFINE_COMPARISONS'
    wxFOR_ALL_COMPARISONS_3(wxDEFINE_COMPARISON, T1, T2, cmp)
                            ^
/usr/local/include/wx-2.9/wx/defs.h:673:64: note: expanded from macro
'wxFOR_ALL_COMPARISONS_3'
    m(==,x,y,z) m(!=,x,y,z) m(>=,x,y,z) m(<=,x,y,z) m(>,x,y,z) m(<,x,y,z)
                                                               ^
/usr/local/include/wx-2.9/wx/defs.h:685:17: note: expanded from macro
'wxDEFINE_COMPARISON'
    inline bool operator op(T1 x, T2 y) { return cmp(x, y, op); }
                ^
/usr/local/include/wx-2.9/wx/unichar.h:340:1: note: candidate function not
viable: no known conversion from 'const CppToken' to 'const wxUniChar' for
1st argument
wxDEFINE_COMPARISONS(const wxUniChar&, const wxUniCharRef&, wxCMP_REVERSE)
^
/usr/local/include/wx-2.9/wx/defs.h:697:29: note: expanded from macro
'wxDEFINE_COMPARISONS'
    wxFOR_ALL_COMPARISONS_3(wxDEFINE_COMPARISON, T1, T2, cmp)
                            ^
/usr/local/include/wx-2.9/wx/defs.h:673:64: note: expanded from macro
'wxFOR_ALL_COMPARISONS_3'
    m(==,x,y,z) m(!=,x,y,z) m(>=,x,y,z) m(<=,x,y,z) m(>,x,y,z) m(<,x,y,z)
                                                               ^
/usr/local/include/wx-2.9/wx/defs.h:685:17: note: expanded from macro
'wxDEFINE_COMPARISON'
    inline bool operator op(T1 x, T2 y) { return cmp(x, y, op); }
                ^
/usr/local/include/wx-2.9/wx/string.h:4033:1: note: candidate function not
viable: no known conversion from 'const CppToken' to 'const wxChar *' (aka
'const wchar_t *') for 1st argument
wxDEFINE_ALL_COMPARISONS(const wxChar *, const wxString&,
wxCMP_WXCHAR_STRING)
^
/usr/local/include/wx-2.9/wx/defs.h:707:29: note: expanded from macro
'wxDEFINE_ALL_COMPARISONS'
    wxFOR_ALL_COMPARISONS_3(wxDEFINE_COMPARISON, T1, T2, cmp) \
                            ^
/usr/local/include/wx-2.9/wx/defs.h:673:64: note: expanded from macro
'wxFOR_ALL_COMPARISONS_3'
    m(==,x,y,z) m(!=,x,y,z) m(>=,x,y,z) m(<=,x,y,z) m(>,x,y,z) m(<,x,y,z)
                                                               ^
/usr/local/include/wx-2.9/wx/defs.h:685:17: note: expanded from macro
'wxDEFINE_COMPARISON'
    inline bool operator op(T1 x, T2 y) { return cmp(x, y, op); }
                ^
/usr/local/include/wx-2.9/wx/string.h:4033:1: note: candidate function not
viable: no known conversion from 'const CppToken' to 'const wxString' for
1st argument
wxDEFINE_ALL_COMPARISONS(const wxChar *, const wxString&,
wxCMP_WXCHAR_STRING)
^
/usr/local/include/wx-2.9/wx/defs.h:708:33: note: expanded from macro
'wxDEFINE_ALL_COMPARISONS'
    wxFOR_ALL_COMPARISONS_3_REV(wxDEFINE_COMPARISON_REV, T1, T2, cmp)
                                ^
/usr/local/include/wx-2.9/wx/defs.h:681:33: note: expanded from macro
'wxFOR_ALL_COMPARISONS_3_REV'
    m(<=,x,y,z,>=) m(>,x,y,z,<) m(<,x,y,z,>)
                                ^
/usr/local/include/wx-2.9/wx/defs.h:688:17: note: expanded from macro
'wxDEFINE_COMPARISON_REV'
    inline bool operator op(T2 y, T1 x) { return cmp(x, y, oprev); }
                ^
/usr/local/include/wx-2.9/wx/string.h:4041:13: note: candidate function not
viable: no known conversion from 'const CppToken' to 'const wxString' for
1st argument
inline bool operator< (const wxString& s1, const wxString& s2)
            ^
/usr/local/include/wx-2.9/wx/string.h:4127:1: note: candidate function not
viable: no known conversion from 'const CppToken' to 'const char *' for 1st
argument
wxDEFINE_ALL_COMPARISONS(const char *, const wxString&, wxCMP_CHAR_STRING)
^
/usr/local/include/wx-2.9/wx/defs.h:707:29: note: expanded from macro
'wxDEFINE_ALL_COMPARISONS'
    wxFOR_ALL_COMPARISONS_3(wxDEFINE_COMPARISON, T1, T2, cmp) \
                            ^
/usr/local/include/wx-2.9/wx/defs.h:673:64: note: expanded from macro
'wxFOR_ALL_COMPARISONS_3'
    m(==,x,y,z) m(!=,x,y,z) m(>=,x,y,z) m(<=,x,y,z) m(>,x,y,z) m(<,x,y,z)
                                                               ^
/usr/local/include/wx-2.9/wx/defs.h:685:17: note: expanded from macro
'wxDEFINE_COMPARISON'
    inline bool operator op(T1 x, T2 y) { return cmp(x, y, op); }
                ^
/usr/local/include/wx-2.9/wx/string.h:4127:1: note: candidate function not
viable: no known conversion from 'const CppToken' to 'const wxString' for
1st argument
wxDEFINE_ALL_COMPARISONS(const char *, const wxString&, wxCMP_CHAR_STRING)
^
/usr/local/include/wx-2.9/wx/defs.h:708:33: note: expanded from macro
'wxDEFINE_ALL_COMPARISONS'
    wxFOR_ALL_COMPARISONS_3_REV(wxDEFINE_COMPARISON_REV, T1, T2, cmp)
                                ^
/usr/local/include/wx-2.9/wx/defs.h:681:33: note: expanded from macro
'wxFOR_ALL_COMPARISONS_3_REV'
    m(<=,x,y,z,>=) m(>,x,y,z,<) m(<,x,y,z,>)
                                ^
/usr/local/include/wx-2.9/wx/defs.h:688:17: note: expanded from macro
'wxDEFINE_COMPARISON_REV'
    inline bool operator op(T2 y, T1 x) { return cmp(x, y, oprev); }
                ^
/usr/local/include/wx-2.9/wx/string.h:4141:1: note: candidate function not
viable: no known conversion from 'const CppToken' to 'const wchar_t *' for
1st argument
wxDEFINE_ALL_COMPARISONS(const wchar_t *, const wxCStrData&,
wxCMP_WCHAR_CSTRDATA)
^
/usr/local/include/wx-2.9/wx/defs.h:707:29: note: expanded from macro
'wxDEFINE_ALL_COMPARISONS'
    wxFOR_ALL_COMPARISONS_3(wxDEFINE_COMPARISON, T1, T2, cmp) \
                            ^
/usr/local/include/wx-2.9/wx/defs.h:673:64: note: expanded from macro
'wxFOR_ALL_COMPARISONS_3'
    m(==,x,y,z) m(!=,x,y,z) m(>=,x,y,z) m(<=,x,y,z) m(>,x,y,z) m(<,x,y,z)
                                                               ^
/usr/local/include/wx-2.9/wx/defs.h:685:17: note: expanded from macro
'wxDEFINE_COMPARISON'
    inline bool operator op(T1 x, T2 y) { return cmp(x, y, op); }
                ^
/usr/local/include/wx-2.9/wx/string.h:4141:1: note: candidate function not
viable: no known conversion from 'const CppToken' to 'const wxCStrData' for
1st argument
wxDEFINE_ALL_COMPARISONS(const wchar_t *, const wxCStrData&,
wxCMP_WCHAR_CSTRDATA)
^
/usr/local/include/wx-2.9/wx/defs.h:708:33: note: expanded from macro
'wxDEFINE_ALL_COMPARISONS'
    wxFOR_ALL_COMPARISONS_3_REV(wxDEFINE_COMPARISON_REV, T1, T2, cmp)
                                ^
/usr/local/include/wx-2.9/wx/defs.h:681:33: note: expanded from macro
'wxFOR_ALL_COMPARISONS_3_REV'
    m(<=,x,y,z,>=) m(>,x,y,z,<) m(<,x,y,z,>)
                                ^
/usr/local/include/wx-2.9/wx/defs.h:688:17: note: expanded from macro
'wxDEFINE_COMPARISON_REV'
    inline bool operator op(T2 y, T1 x) { return cmp(x, y, oprev); }
                ^
/usr/local/include/wx-2.9/wx/string.h:4142:1: note: candidate function not
viable: no known conversion from 'const CppToken' to 'const char *' for 1st
argument
wxDEFINE_ALL_COMPARISONS(const char *, const wxCStrData&,
wxCMP_CHAR_CSTRDATA)
^
/usr/local/include/wx-2.9/wx/defs.h:707:29: note: expanded from macro
'wxDEFINE_ALL_COMPARISONS'
    wxFOR_ALL_COMPARISONS_3(wxDEFINE_COMPARISON, T1, T2, cmp) \
                            ^
/usr/local/include/wx-2.9/wx/defs.h:673:64: note: expanded from macro
'wxFOR_ALL_COMPARISONS_3'
    m(==,x,y,z) m(!=,x,y,z) m(>=,x,y,z) m(<=,x,y,z) m(>,x,y,z) m(<,x,y,z)
                                                               ^
/usr/local/include/wx-2.9/wx/defs.h:685:17: note: expanded from macro
'wxDEFINE_COMPARISON'
    inline bool operator op(T1 x, T2 y) { return cmp(x, y, op); }
                ^
/usr/local/include/wx-2.9/wx/string.h:4142:1: note: candidate function not
viable: no known conversion from 'const CppToken' to 'const wxCStrData' for
1st argument
wxDEFINE_ALL_COMPARISONS(const char *, const wxCStrData&,
wxCMP_CHAR_CSTRDATA)
^
/usr/local/include/wx-2.9/wx/defs.h:708:33: note: expanded from macro
'wxDEFINE_ALL_COMPARISONS'
    wxFOR_ALL_COMPARISONS_3_REV(wxDEFINE_COMPARISON_REV, T1, T2, cmp)
                                ^
/usr/local/include/wx-2.9/wx/defs.h:681:33: note: expanded from macro
'wxFOR_ALL_COMPARISONS_3_REV'
    m(<=,x,y,z,>=) m(>,x,y,z,<) m(<,x,y,z,>)
                                ^
/usr/local/include/wx-2.9/wx/defs.h:688:17: note: expanded from macro
'wxDEFINE_COMPARISON_REV'
    inline bool operator op(T2 y, T1 x) { return cmp(x, y, oprev); }
                ^
/usr/local/include/wx-2.9/wx/longlong.h:1045:13: note: candidate function
not viable: no known conversion from 'const CppToken' to 'long' for 1st
argument
inline bool operator<(long l, const wxLongLong& ll) { return ll > l; }
            ^
/usr/local/include/wx-2.9/wx/longlong.h:1058:13: note: candidate function
not viable: no known conversion from 'const CppToken' to 'unsigned long'
for 1st argument
inline bool operator<(unsigned long l, const wxULongLong& ull) { return ull
> l; }
            ^
/usr/include/c++/v1/utility:397:1: note: candidate template ignored: could
not match 'pair<type-parameter-0-0, type-parameter-0-1>' against 'const
CppToken'
operator< (const pair<_T1,_T2>& __x, const pair<_T1,_T2>& __y)
^
/usr/include/c++/v1/iterator:566:1: note: candidate template ignored: could
not match 'reverse_iterator<type-parameter-0-0>' against 'const CppToken'
operator<(const reverse_iterator<_Iter1>& __x, const
reverse_iterator<_Iter2>& __y)
^
/usr/include/c++/v1/iterator:961:1: note: candidate template ignored: could
not match 'move_iterator<type-parameter-0-0>' against 'const CppToken'
operator<(const move_iterator<_Iter1>& __x, const move_iterator<_Iter2>&
__y)
^
/usr/include/c++/v1/iterator:1277:1: note: candidate template ignored:
could not match '__wrap_iter<type-parameter-0-0>' against 'const CppToken'
operator<(const __wrap_iter<_Iter1>& __x, const __wrap_iter<_Iter2>& __y)
_NOEXCEPT
^
/usr/include/c++/v1/memory:2953:1: note: candidate template ignored: could
not match 'unique_ptr<type-parameter-0-0, type-parameter-0-1>' against
'const CppToken'
operator< (const unique_ptr<_T1, _D1>& __x, const unique_ptr<_T2, _D2>&
__y)
^
/usr/include/c++/v1/memory:3011:1: note: candidate template ignored: could
not match 'unique_ptr<type-parameter-0-0, type-parameter-0-1>' against
'const CppToken'
operator<(const unique_ptr<_T1, _D1>& __x, nullptr_t)
^
/usr/include/c++/v1/memory:3020:1: note: candidate template ignored: could
not match 'unique_ptr<type-parameter-0-0, type-parameter-0-1>' against
'const CppToken'
operator<(nullptr_t, const unique_ptr<_T1, _D1>& __x)
^
/usr/include/c++/v1/memory:4799:1: note: candidate template ignored: could
not match 'shared_ptr<type-parameter-0-0>' against 'const CppToken'
operator<(const shared_ptr<_Tp>& __x, const shared_ptr<_Up>& __y) _NOEXCEPT
^
/usr/include/c++/v1/memory:4864:1: note: candidate template ignored: could
not match 'shared_ptr<type-parameter-0-0>' against 'const CppToken'
operator<(const shared_ptr<_Tp>& __x, nullptr_t) _NOEXCEPT
^
/usr/include/c++/v1/memory:4872:1: note: candidate template ignored: could
not match 'shared_ptr<type-parameter-0-0>' against 'const CppToken'
operator<(nullptr_t, const shared_ptr<_Tp>& __x) _NOEXCEPT
^
1 error generated.
*** [CodeLite/CMakeFiles/libcodelite.dir/refactorengine.cpp.o] Error code 1

make[4]: stopped in /usr/ports/editors/codelite/work/.build
1 error

make[4]: stopped in /usr/ports/editors/codelite/work/.build
*** [CodeLite/CMakeFiles/libcodelite.dir/all] Error code 2

make[3]: stopped in /usr/ports/editors/codelite/work/.build
1 error

make[3]: stopped in /usr/ports/editors/codelite/work/.build
*** [all] Error code 2

make[2]: stopped in /usr/ports/editors/codelite/work/.build
1 error

make[2]: stopped in /usr/ports/editors/codelite/work/.build
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/editors/codelite
*** Error code 1

Stop.
make: stopped in /usr/ports/editors/codelite
root@md:/usr/ports/editors/codelite #

Regards,
Seniae



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CALbEiS8UYKF%2B5x%2BgJvG%2Bcr-2T2h-21rGKAy6RfNRi80W5ZVU1A>