Build failed in Jenkins: ktexteditor_master_qt5 #481

KDE CI System null at kde.org
Sat Jul 19 10:49:57 UTC 2014


See <http://build.kde.org/job/ktexteditor_master_qt5/481/changes>

Changes:

[mikisabate] vimode: cleaning up the KateViRange class.

------------------------------------------
[...truncated 1499 lines...]
     ViRange r;
             ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevinormalmode.cpp>:2700:13: note: candidates are:
In file included from <http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevimodebase.h>:31:0,
                 from <http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/kateviinsertmode.h>:26,
                 from <http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevinormalmode.cpp>:37:
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:53:14: note: KateVi::ViRange::ViRange(const KTextEditor::Cursor&, KTextEditor::Cursor, MotionType)
     explicit ViRange(const KTextEditor::Cursor &c1, const KTextEditor::Cursor c2, MotionType mt);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:53:14: note:   candidate expects 3 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:52:14: note: KateVi::ViRange::ViRange(const KTextEditor::Cursor&, MotionType)
     explicit ViRange(const KTextEditor::Cursor &c, MotionType mt);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:52:14: note:   candidate expects 2 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:51:14: note: KateVi::ViRange::ViRange(int, int, int, int, MotionType)
     explicit ViRange(int slin, int scol, int elin, int ecol, MotionType mt);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:51:14: note:   candidate expects 5 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:49:14: note: KateVi::ViRange::ViRange(int, int, MotionType)
     explicit ViRange(int elin, int ecol, MotionType inc);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:49:14: note:   candidate expects 3 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note: constexpr KateVi::ViRange::ViRange(const KateVi::ViRange&)
 class KTEXTEDITOR_EXPORT ViRange
                          ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note:   candidate expects 1 argument, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note: constexpr KateVi::ViRange::ViRange(KateVi::ViRange&&)
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note:   candidate expects 1 argument, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevinormalmode.cpp>: In member function ‘KateVi::ViRange KateViNormalMode::motionToPreviousBraceBlockStart()’:
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevinormalmode.cpp>:2729:13: error: no matching function for call to ‘KateVi::ViRange::ViRange()’
     ViRange r;
             ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevinormalmode.cpp>:2729:13: note: candidates are:
In file included from <http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevimodebase.h>:31:0,
                 from <http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/kateviinsertmode.h>:26,
                 from <http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevinormalmode.cpp>:37:
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:53:14: note: KateVi::ViRange::ViRange(const KTextEditor::Cursor&, KTextEditor::Cursor, MotionType)
     explicit ViRange(const KTextEditor::Cursor &c1, const KTextEditor::Cursor c2, MotionType mt);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:53:14: note:   candidate expects 3 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:52:14: note: KateVi::ViRange::ViRange(const KTextEditor::Cursor&, MotionType)
     explicit ViRange(const KTextEditor::Cursor &c, MotionType mt);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:52:14: note:   candidate expects 2 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:51:14: note: KateVi::ViRange::ViRange(int, int, int, int, MotionType)
     explicit ViRange(int slin, int scol, int elin, int ecol, MotionType mt);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:51:14: note:   candidate expects 5 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:49:14: note: KateVi::ViRange::ViRange(int, int, MotionType)
     explicit ViRange(int elin, int ecol, MotionType inc);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:49:14: note:   candidate expects 3 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note: constexpr KateVi::ViRange::ViRange(const KateVi::ViRange&)
 class KTEXTEDITOR_EXPORT ViRange
                          ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note:   candidate expects 1 argument, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note: constexpr KateVi::ViRange::ViRange(KateVi::ViRange&&)
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note:   candidate expects 1 argument, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevinormalmode.cpp>: In member function ‘KateVi::ViRange KateViNormalMode::motionToNextBraceBlockEnd()’:
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevinormalmode.cpp>:2753:13: error: no matching function for call to ‘KateVi::ViRange::ViRange()’
     ViRange r;
             ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevinormalmode.cpp>:2753:13: note: candidates are:
In file included from <http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevimodebase.h>:31:0,
                 from <http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/kateviinsertmode.h>:26,
                 from <http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevinormalmode.cpp>:37:
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:53:14: note: KateVi::ViRange::ViRange(const KTextEditor::Cursor&, KTextEditor::Cursor, MotionType)
     explicit ViRange(const KTextEditor::Cursor &c1, const KTextEditor::Cursor c2, MotionType mt);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:53:14: note:   candidate expects 3 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:52:14: note: KateVi::ViRange::ViRange(const KTextEditor::Cursor&, MotionType)
     explicit ViRange(const KTextEditor::Cursor &c, MotionType mt);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:52:14: note:   candidate expects 2 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:51:14: note: KateVi::ViRange::ViRange(int, int, int, int, MotionType)
     explicit ViRange(int slin, int scol, int elin, int ecol, MotionType mt);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:51:14: note:   candidate expects 5 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:49:14: note: KateVi::ViRange::ViRange(int, int, MotionType)
     explicit ViRange(int elin, int ecol, MotionType inc);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:49:14: note:   candidate expects 3 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note: constexpr KateVi::ViRange::ViRange(const KateVi::ViRange&)
 class KTEXTEDITOR_EXPORT ViRange
                          ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note:   candidate expects 1 argument, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note: constexpr KateVi::ViRange::ViRange(KateVi::ViRange&&)
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note:   candidate expects 1 argument, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevinormalmode.cpp>: In member function ‘KateVi::ViRange KateViNormalMode::motionToPreviousBraceBlockEnd()’:
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevinormalmode.cpp>:2782:13: error: no matching function for call to ‘KateVi::ViRange::ViRange()’
     ViRange r;
             ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevinormalmode.cpp>:2782:13: note: candidates are:
In file included from <http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevimodebase.h>:31:0,
                 from <http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/kateviinsertmode.h>:26,
                 from <http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevinormalmode.cpp>:37:
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:53:14: note: KateVi::ViRange::ViRange(const KTextEditor::Cursor&, KTextEditor::Cursor, MotionType)
     explicit ViRange(const KTextEditor::Cursor &c1, const KTextEditor::Cursor c2, MotionType mt);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:53:14: note:   candidate expects 3 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:52:14: note: KateVi::ViRange::ViRange(const KTextEditor::Cursor&, MotionType)
     explicit ViRange(const KTextEditor::Cursor &c, MotionType mt);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:52:14: note:   candidate expects 2 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:51:14: note: KateVi::ViRange::ViRange(int, int, int, int, MotionType)
     explicit ViRange(int slin, int scol, int elin, int ecol, MotionType mt);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:51:14: note:   candidate expects 5 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:49:14: note: KateVi::ViRange::ViRange(int, int, MotionType)
     explicit ViRange(int elin, int ecol, MotionType inc);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:49:14: note:   candidate expects 3 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note: constexpr KateVi::ViRange::ViRange(const KateVi::ViRange&)
 class KTEXTEDITOR_EXPORT ViRange
                          ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note:   candidate expects 1 argument, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note: constexpr KateVi::ViRange::ViRange(KateVi::ViRange&&)
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note:   candidate expects 1 argument, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevinormalmode.cpp>: In member function ‘KateVi::ViRange KateViNormalMode::textObjectInnerSentence()’:
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevinormalmode.cpp>:3284:13: error: no matching function for call to ‘KateVi::ViRange::ViRange()’
     ViRange r;
             ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevinormalmode.cpp>:3284:13: note: candidates are:
In file included from <http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevimodebase.h>:31:0,
                 from <http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/kateviinsertmode.h>:26,
                 from <http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevinormalmode.cpp>:37:
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:53:14: note: KateVi::ViRange::ViRange(const KTextEditor::Cursor&, KTextEditor::Cursor, MotionType)
     explicit ViRange(const KTextEditor::Cursor &c1, const KTextEditor::Cursor c2, MotionType mt);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:53:14: note:   candidate expects 3 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:52:14: note: KateVi::ViRange::ViRange(const KTextEditor::Cursor&, MotionType)
     explicit ViRange(const KTextEditor::Cursor &c, MotionType mt);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:52:14: note:   candidate expects 2 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:51:14: note: KateVi::ViRange::ViRange(int, int, int, int, MotionType)
     explicit ViRange(int slin, int scol, int elin, int ecol, MotionType mt);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:51:14: note:   candidate expects 5 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:49:14: note: KateVi::ViRange::ViRange(int, int, MotionType)
     explicit ViRange(int elin, int ecol, MotionType inc);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:49:14: note:   candidate expects 3 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note: constexpr KateVi::ViRange::ViRange(const KateVi::ViRange&)
 class KTEXTEDITOR_EXPORT ViRange
                          ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note:   candidate expects 1 argument, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note: constexpr KateVi::ViRange::ViRange(KateVi::ViRange&&)
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note:   candidate expects 1 argument, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevinormalmode.cpp>: In member function ‘KateVi::ViRange KateViNormalMode::textObjectInnerParagraph()’:
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevinormalmode.cpp>:3327:13: error: no matching function for call to ‘KateVi::ViRange::ViRange()’
     ViRange r;
             ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevinormalmode.cpp>:3327:13: note: candidates are:
In file included from <http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevimodebase.h>:31:0,
                 from <http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/kateviinsertmode.h>:26,
                 from <http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevinormalmode.cpp>:37:
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:53:14: note: KateVi::ViRange::ViRange(const KTextEditor::Cursor&, KTextEditor::Cursor, MotionType)
     explicit ViRange(const KTextEditor::Cursor &c1, const KTextEditor::Cursor c2, MotionType mt);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:53:14: note:   candidate expects 3 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:52:14: note: KateVi::ViRange::ViRange(const KTextEditor::Cursor&, MotionType)
     explicit ViRange(const KTextEditor::Cursor &c, MotionType mt);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:52:14: note:   candidate expects 2 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:51:14: note: KateVi::ViRange::ViRange(int, int, int, int, MotionType)
     explicit ViRange(int slin, int scol, int elin, int ecol, MotionType mt);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:51:14: note:   candidate expects 5 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:49:14: note: KateVi::ViRange::ViRange(int, int, MotionType)
     explicit ViRange(int elin, int ecol, MotionType inc);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:49:14: note:   candidate expects 3 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note: constexpr KateVi::ViRange::ViRange(const KateVi::ViRange&)
 class KTEXTEDITOR_EXPORT ViRange
                          ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note:   candidate expects 1 argument, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note: constexpr KateVi::ViRange::ViRange(KateVi::ViRange&&)
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note:   candidate expects 1 argument, 0 provided
In file included from <http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevimodebase.cpp>:24:0:
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevimodebase.h>: In constructor ‘KateViModeBase::KateViModeBase()’:
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevimodebase.h>:67:28: error: no matching function for call to ‘KateVi::ViRange::ViRange()’
           m_stickyColumn(-1)
                            ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevimodebase.h>:67:28: note: candidates are:
In file included from <http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevimodebase.h>:31:0,
                 from <http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevimodebase.cpp>:24:
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:53:14: note: KateVi::ViRange::ViRange(const KTextEditor::Cursor&, KTextEditor::Cursor, MotionType)
     explicit ViRange(const KTextEditor::Cursor &c1, const KTextEditor::Cursor c2, MotionType mt);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:53:14: note:   candidate expects 3 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:52:14: note: KateVi::ViRange::ViRange(const KTextEditor::Cursor&, MotionType)
     explicit ViRange(const KTextEditor::Cursor &c, MotionType mt);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:52:14: note:   candidate expects 2 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:51:14: note: KateVi::ViRange::ViRange(int, int, int, int, MotionType)
     explicit ViRange(int slin, int scol, int elin, int ecol, MotionType mt);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:51:14: note:   candidate expects 5 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:49:14: note: KateVi::ViRange::ViRange(int, int, MotionType)
     explicit ViRange(int elin, int ecol, MotionType inc);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:49:14: note:   candidate expects 3 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note: constexpr KateVi::ViRange::ViRange(const KateVi::ViRange&)
 class KTEXTEDITOR_EXPORT ViRange
                          ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note:   candidate expects 1 argument, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note: constexpr KateVi::ViRange::ViRange(KateVi::ViRange&&)
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note:   candidate expects 1 argument, 0 provided
make[2]: *** [src/CMakeFiles/KF5TextEditor.dir/vimode/kateviinsertmode.cpp.o] Error 1
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevimodebase.cpp>: In member function ‘KateVi::ViRange KateViModeBase::findSurroundingQuotes(const QChar&, bool) const’:
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevimodebase.cpp>:586:13: error: no matching function for call to ‘KateVi::ViRange::ViRange()’
     ViRange r;
             ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevimodebase.cpp>:586:13: note: candidates are:
In file included from <http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevimodebase.h>:31:0,
                 from <http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/katevimodebase.cpp>:24:
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:53:14: note: KateVi::ViRange::ViRange(const KTextEditor::Cursor&, KTextEditor::Cursor, MotionType)
     explicit ViRange(const KTextEditor::Cursor &c1, const KTextEditor::Cursor c2, MotionType mt);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:53:14: note:   candidate expects 3 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:52:14: note: KateVi::ViRange::ViRange(const KTextEditor::Cursor&, MotionType)
     explicit ViRange(const KTextEditor::Cursor &c, MotionType mt);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:52:14: note:   candidate expects 2 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:51:14: note: KateVi::ViRange::ViRange(int, int, int, int, MotionType)
     explicit ViRange(int slin, int scol, int elin, int ecol, MotionType mt);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:51:14: note:   candidate expects 5 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:49:14: note: KateVi::ViRange::ViRange(int, int, MotionType)
     explicit ViRange(int elin, int ecol, MotionType inc);
              ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:49:14: note:   candidate expects 3 arguments, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note: constexpr KateVi::ViRange::ViRange(const KateVi::ViRange&)
 class KTEXTEDITOR_EXPORT ViRange
                          ^
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note:   candidate expects 1 argument, 0 provided
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note: constexpr KateVi::ViRange::ViRange(KateVi::ViRange&&)
<http://build.kde.org/job/ktexteditor_master_qt5/ws/src/vimode/range.h>:40:26: note:   candidate expects 1 argument, 0 provided
make[2]: *** [src/CMakeFiles/KF5TextEditor.dir/vimode/katevinormalmode.cpp.o] Error 1
make[2]: *** [src/CMakeFiles/KF5TextEditor.dir/vimode/katevimodebase.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/KF5TextEditor.dir/all] Error 2
make: *** [all] Error 2
Compiliation step exited with non-zero code, assuming failure to build from source for project ktexteditor.
Build step 'Execute shell' marked build as failure
[File exists] check if file exists [build/JUnitTestResults.xml]
Run condition [File exists] preventing perform for step [Publish JUnit test result report]
[File exists] check if file exists [build/cppcheck.xml]
Run condition [File exists] preventing perform for step [Publish Cppcheck results]
[WARNINGS] Skipping publisher since build result is FAILURE


More information about the Kde-frameworks-devel mailing list