Bug 346772

Summary: Git plugin build fails
Product: [Applications] calligragemini Reporter: Antonio Rojas <arojas>
Component: generalAssignee: Dan Leinir Turthra Jensen <admin>
Status: REPORTED ---    
Severity: normal CC: tu4manjohn
Priority: NOR    
Version First Reported In: Git   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Antonio Rojas 2015-04-27 09:43:55 UTC
Calligra 2.9.3
libqgit2 0.22.1
libgit2 0.22.1

/build/calligra/src/calligra-2.9.3/gemini/cloud/git/gitcontroller.cpp: In member function 'void GitOpsThread::performPush()':
/build/calligra/src/calligra-2.9.3/gemini/cloud/git/gitcontroller.cpp:176:24: error: variable 'LibQGit2::Push push' has initializer but incomplete type
         LibQGit2::Push push = repo.push(remoteName);
                        ^


Reproducible: Always
Comment 1 Иван Туманов 2019-04-21 01:57:24 UTC
(In reply to Antonio Rojas from comment #0)
> Calligra 2.9.3
> libqgit2 0.22.1
> libgit2 0.22.1
> 
> /build/calligra/src/calligra-2.9.3/gemini/cloud/git/gitcontroller.cpp: In
> member function 'void GitOpsThread::performPush()':
> /build/calligra/src/calligra-2.9.3/gemini/cloud/git/gitcontroller.cpp:176:24:
> error: variable 'LibQGit2::Push push' has initializer but incomplete type
>          LibQGit2::Push push = repo.push(remoteName);
>                         ^
> 
> 
> Reproducible: Always