=> Bootstrap dependency digest>=20010302: found digest-20160304
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for poedit-2.0.3nb6
Making all in src
gmake[1]: Entering directory '/data/scratch/editors/poedit/work/poedit-2.0.3/src'
  CXX      cat_update.o
  CXX      cat_sorting.o
  CXX      catalog.o
  CXX      chooselang.o
  CXX      commentdlg.o
  CXX      colorscheme.o
  CXX      configuration.o
  CXX      customcontrols.o
  CXX      editing_area.o
  CXX      custom_buttons.o
  CXX      edlistctrl.o
  CXX      attentionbar.o
  CXX      concurrency.o
  CXX      edapp.o
  CXX      edframe.o
  CXX      export_html.o
  CXX      fileviewer.o
In file included from cat_sorting.cpp:27:
In file included from ./cat_sorting.h:29:
In file included from ./catalog.h:29:
In file included from ./language.h:29:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/string.h:46:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/strvararg.h:20:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/strconv.h:17:
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/buffer.h:99:19: error: no matching function for call to 'wxStrlen'
            len = wxStrlen(str);
                  ^~~~~~~~
./str_helpers.h:197:37: note: in instantiation of member function 'wxScopedCharTypeBuffer<char16_t>::CreateOwned' requested here
    return wxCharTypeBuffer<UChar>::CreateOwned((UChar*)buf.release(), len);
                                    ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/wxcrtbase.h:675:15: note: candidate function not viable: no known conversion from 'wxScopedCharTypeBuffer<char16_t>::CharType *' (aka 'char16_t *') to 'const char *' for 1st argument
inline size_t wxStrlen(const char *s) { return s ? wxCRT_StrlenA(s) : 0; }
              ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/wxcrtbase.h:676:15: note: candidate function not viable: no known conversion from 'wxScopedCharTypeBuffer<char16_t>::CharType *' (aka 'char16_t *') to 'const wchar_t *' for 1st argument
inline size_t wxStrlen(const wchar_t *s) { return s ? wxCRT_StrlenW(s) : 0; }
              ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/wxcrtbase.h:678:32: note: candidate function not viable: no known conversion from 'wxScopedCharTypeBuffer<char16_t>::CharType *' (aka 'char16_t *') to 'const wxChar16 *' (aka 'const unsigned short *') for 1st argument
       WXDLLIMPEXP_BASE size_t wxStrlen(const wxChar16 *s );
                               ^
1 error generated.
Makefile:682: recipe for target 'cat_sorting.o' failed
gmake[1]: *** [cat_sorting.o] Error 1
gmake[1]: *** Waiting for unfinished jobs....
In file included from export_html.cpp:27:
In file included from ./catalog.h:29:
In file included from ./language.h:29:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/string.h:46:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/strvararg.h:20:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/strconv.h:17:
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/buffer.h:99:19: error: no matching function for call to 'wxStrlen'
            len = wxStrlen(str);
                  ^~~~~~~~
./str_helpers.h:197:37: note: in instantiation of member function 'wxScopedCharTypeBuffer<char16_t>::CreateOwned' requested here
    return wxCharTypeBuffer<UChar>::CreateOwned((UChar*)buf.release(), len);
                                    ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/wxcrtbase.h:675:15: note: candidate function not viable: no known conversion from 'wxScopedCharTypeBuffer<char16_t>::CharType *' (aka 'char16_t *') to 'const char *' for 1st argument
inline size_t wxStrlen(const char *s) { return s ? wxCRT_StrlenA(s) : 0; }
              ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/wxcrtbase.h:676:15: note: candidate function not viable: no known conversion from 'wxScopedCharTypeBuffer<char16_t>::CharType *' (aka 'char16_t *') to 'const wchar_t *' for 1st argument
inline size_t wxStrlen(const wchar_t *s) { return s ? wxCRT_StrlenW(s) : 0; }
              ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/wxcrtbase.h:678:32: note: candidate function not viable: no known conversion from 'wxScopedCharTypeBuffer<char16_t>::CharType *' (aka 'char16_t *') to 'const wxChar16 *' (aka 'const unsigned short *') for 1st argument
       WXDLLIMPEXP_BASE size_t wxStrlen(const wxChar16 *s );
                               ^
1 error generated.
Makefile:682: recipe for target 'export_html.o' failed
gmake[1]: *** [export_html.o] Error 1
In file included from edframe.cpp:26:
./edframe.h:349:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/event.h:4451:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/event.h:3989:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/frame.h:247:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/event.h:4451:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/event.h:3989:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from edframe.cpp:26:
./edframe.h:349:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/event.h:4451:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/event.h:3991:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/frame.h:247:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/event.h:4451:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/event.h:3991:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from edapp.cpp:70:
./edframe.h:349:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/event.h:4451:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/event.h:3989:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/frame.h:247:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/event.h:4451:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/event.h:3989:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from edapp.cpp:70:
./edframe.h:349:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/event.h:4451:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/event.h:3991:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/frame.h:247:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/event.h:4451:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/event.h:3991:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from catalog.cpp:27:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/utils.h:18:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/object.h:19:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/memory.h:15:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/string.h:46:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/strvararg.h:20:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/strconv.h:17:
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/buffer.h:99:19: error: no matching function for call to 'wxStrlen'
            len = wxStrlen(str);
                  ^~~~~~~~
./str_helpers.h:197:37: note: in instantiation of member function 'wxScopedCharTypeBuffer<char16_t>::CreateOwned' requested here
    return wxCharTypeBuffer<UChar>::CreateOwned((UChar*)buf.release(), len);
                                    ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/wxcrtbase.h:675:15: note: candidate function not viable: no known conversion from 'wxScopedCharTypeBuffer<char16_t>::CharType *' (aka 'char16_t *') to 'const char *' for 1st argument
inline size_t wxStrlen(const char *s) { return s ? wxCRT_StrlenA(s) : 0; }
              ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/wxcrtbase.h:676:15: note: candidate function not viable: no known conversion from 'wxScopedCharTypeBuffer<char16_t>::CharType *' (aka 'char16_t *') to 'const wchar_t *' for 1st argument
inline size_t wxStrlen(const wchar_t *s) { return s ? wxCRT_StrlenW(s) : 0; }
              ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/wxcrtbase.h:678:32: note: candidate function not viable: no known conversion from 'wxScopedCharTypeBuffer<char16_t>::CharType *' (aka 'char16_t *') to 'const wxChar16 *' (aka 'const unsigned short *') for 1st argument
       WXDLLIMPEXP_BASE size_t wxStrlen(const wxChar16 *s );
                               ^
In file included from edapp.cpp:26:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/wx.h:15:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/object.h:19:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/memory.h:15:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/string.h:46:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/strvararg.h:20:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/strconv.h:17:
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/buffer.h:99:19: error: no matching function for call to 'wxStrlen'
            len = wxStrlen(str);
                  ^~~~~~~~
./str_helpers.h:197:37: note: in instantiation of member function 'wxScopedCharTypeBuffer<char16_t>::CreateOwned' requested here
    return wxCharTypeBuffer<UChar>::CreateOwned((UChar*)buf.release(), len);
                                    ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/wxcrtbase.h:675:15: note: candidate function not viable: no known conversion from 'wxScopedCharTypeBuffer<char16_t>::CharType *' (aka 'char16_t *') to 'const char *' for 1st argument
inline size_t wxStrlen(const char *s) { return s ? wxCRT_StrlenA(s) : 0; }
              ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/wxcrtbase.h:676:15: note: candidate function not viable: no known conversion from 'wxScopedCharTypeBuffer<char16_t>::CharType *' (aka 'char16_t *') to 'const wchar_t *' for 1st argument
inline size_t wxStrlen(const wchar_t *s) { return s ? wxCRT_StrlenW(s) : 0; }
              ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/wxcrtbase.h:678:32: note: candidate function not viable: no known conversion from 'wxScopedCharTypeBuffer<char16_t>::CharType *' (aka 'char16_t *') to 'const wxChar16 *' (aka 'const unsigned short *') for 1st argument
       WXDLLIMPEXP_BASE size_t wxStrlen(const wxChar16 *s );
                               ^
2 warnings and 1 error generated.
Makefile:682: recipe for target 'edapp.o' failed
gmake[1]: *** [edapp.o] Error 1
1 error generated.
Makefile:682: recipe for target 'catalog.o' failed
gmake[1]: *** [catalog.o] Error 1
In file included from customcontrols.cpp:26:
In file included from ./customcontrols.h:29:
In file included from ./concurrency.h:64:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/app.h:19:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/event.h:16:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/object.h:19:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/memory.h:15:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/string.h:46:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/strvararg.h:20:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/strconv.h:17:
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/buffer.h:99:19: error: no matching function for call to 'wxStrlen'
            len = wxStrlen(str);
                  ^~~~~~~~
./str_helpers.h:197:37: note: in instantiation of member function 'wxScopedCharTypeBuffer<char16_t>::CreateOwned' requested here
    return wxCharTypeBuffer<UChar>::CreateOwned((UChar*)buf.release(), len);
                                    ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/wxcrtbase.h:675:15: note: candidate function not viable: no known conversion from 'wxScopedCharTypeBuffer<char16_t>::CharType *' (aka 'char16_t *') to 'const char *' for 1st argument
inline size_t wxStrlen(const char *s) { return s ? wxCRT_StrlenA(s) : 0; }
              ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/wxcrtbase.h:676:15: note: candidate function not viable: no known conversion from 'wxScopedCharTypeBuffer<char16_t>::CharType *' (aka 'char16_t *') to 'const wchar_t *' for 1st argument
inline size_t wxStrlen(const wchar_t *s) { return s ? wxCRT_StrlenW(s) : 0; }
              ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/wxcrtbase.h:678:32: note: candidate function not viable: no known conversion from 'wxScopedCharTypeBuffer<char16_t>::CharType *' (aka 'char16_t *') to 'const wxChar16 *' (aka 'const unsigned short *') for 1st argument
       WXDLLIMPEXP_BASE size_t wxStrlen(const wxChar16 *s );
                               ^
1 error generated.
Makefile:682: recipe for target 'customcontrols.o' failed
gmake[1]: *** [customcontrols.o] Error 1
In file included from edframe.cpp:26:
In file included from ./edframe.h:32:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/frame.h:18:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/toplevel.h:20:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/nonownedwnd.h:14:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/window.h:18:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/event.h:16:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/object.h:19:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/memory.h:15:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/string.h:46:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/strvararg.h:20:
In file included from /data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/strconv.h:17:
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/buffer.h:99:19: error: no matching function for call to 'wxStrlen'
            len = wxStrlen(str);
                  ^~~~~~~~
./str_helpers.h:197:37: note: in instantiation of member function 'wxScopedCharTypeBuffer<char16_t>::CreateOwned' requested here
    return wxCharTypeBuffer<UChar>::CreateOwned((UChar*)buf.release(), len);
                                    ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/wxcrtbase.h:675:15: note: candidate function not viable: no known conversion from 'wxScopedCharTypeBuffer<char16_t>::CharType *' (aka 'char16_t *') to 'const char *' for 1st argument
inline size_t wxStrlen(const char *s) { return s ? wxCRT_StrlenA(s) : 0; }
              ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/wxcrtbase.h:676:15: note: candidate function not viable: no known conversion from 'wxScopedCharTypeBuffer<char16_t>::CharType *' (aka 'char16_t *') to 'const wchar_t *' for 1st argument
inline size_t wxStrlen(const wchar_t *s) { return s ? wxCRT_StrlenW(s) : 0; }
              ^
/data/scratch/editors/poedit/work/.buildlink/include/wx-3.0/wx/wxcrtbase.h:678:32: note: candidate function not viable: no known conversion from 'wxScopedCharTypeBuffer<char16_t>::CharType *' (aka 'char16_t *') to 'const wxChar16 *' (aka 'const unsigned short *') for 1st argument
       WXDLLIMPEXP_BASE size_t wxStrlen(const wxChar16 *s );
                               ^
2 warnings and 1 error generated.
Makefile:682: recipe for target 'edframe.o' failed
gmake[1]: *** [edframe.o] Error 1
gmake[1]: Leaving directory '/data/scratch/editors/poedit/work/poedit-2.0.3/src'
Makefile:466: recipe for target 'all-recursive' failed
gmake: *** [all-recursive] Error 1
*** Error code 2

Stop.
make[1]: stopped in /data/pkgsrc/editors/poedit
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/editors/poedit