From owner-freebsd-ports@FreeBSD.ORG Wed Nov 13 07:36:14 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B10FB881 for ; Wed, 13 Nov 2013 07:36:14 +0000 (UTC) Received: from mail-we0-x235.google.com (mail-we0-x235.google.com [IPv6:2a00:1450:400c:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1C0842A74 for ; Wed, 13 Nov 2013 07:36:13 +0000 (UTC) Received: by mail-we0-f181.google.com with SMTP id w61so21654wes.26 for ; Tue, 12 Nov 2013 23:36:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=uEgPbIF/sZ/ZrZnHFv6mERsu9f3Ze08AEIkPWKozpas=; b=vpxj+MZQVE0/1e/UXZ1kSumUgKxFypZUY59MlCkThzCIrU4iRSiHTc2UyWTId087+8 tqSAMFUvZcsjl1U7hcImg96BtywjMlCyMn14n+gsIM1cO5hWDrsaDNDAXEBN57x8TYTa aHvcDBkJpJrVIRJGub+m9J0YRoxLEToTg9vZZvc2jeorhwgUKISJr0wPgZ9oQUpbSfE8 rR0VnV0G6BKfmBsJ2rBW/Uq3PnawYKZR8jO6tc5SliMkIRx0pjrepsK1PdweR3kULSD+ AomIW0qMRY1D9uUl3nALtboyRY4bcpllaqOmBWpdwoYyXPDBoA6k/R8UCkrqQK1vEDOY RlAg== MIME-Version: 1.0 X-Received: by 10.180.12.45 with SMTP id v13mr19318681wib.57.1384328172422; Tue, 12 Nov 2013 23:36:12 -0800 (PST) Received: by 10.194.47.102 with HTTP; Tue, 12 Nov 2013 23:36:12 -0800 (PST) Date: Wed, 13 Nov 2013 08:36:12 +0100 Message-ID: Subject: Codelite fails to build FreeBSD 10 BETA3 From: Senua Subrosa To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Nov 2013 07:36:14 -0000 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::operator()' requested here if (__comp(*--__e2, *__f1)) ^ /usr/include/c++/v1/list:2156:5: note: in instantiation of function template specialization 'std::__1::list >::__sort >' 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 >::sort >' requested here sort(__less()); ^ /usr/ports/editors/codelite/work/codelite-5.2/CodeLite/refactorengine.cpp:354:9: note: in instantiation of member function 'std::__1::list >::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' 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' 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' 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' 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' 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' 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' 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' 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' 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' 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