Bug 362169 - Kmymoney 4.7.2 won't compile and install on Kubuntu 16.04 LTS
Summary: Kmymoney 4.7.2 won't compile and install on Kubuntu 16.04 LTS
Status: RESOLVED NOT A BUG
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Kubuntu Linux
: NOR major
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-23 23:37 UTC by Loren Fritz
Modified: 2017-11-11 23:38 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
attachment-19057-0.html (1.71 KB, text/html)
2016-04-25 18:19 UTC, Loren Fritz
Details
CMakeError.log (394 bytes, text/x-log)
2016-04-25 18:32 UTC, Loren Fritz
Details
CMakeOutput.log (39.95 KB, text/x-log)
2016-04-25 18:32 UTC, Loren Fritz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Loren Fritz 2016-04-23 23:37:33 UTC
Kmymoney 4.7.2 compiled and installed without issue on kubuntu 14.04 lts according to the instructions given in readme.cmake.  When performing the same steps in 16.04 lts, the first step is to install dependencies.  After inputting the command, no packages are downloaded and it stops with an error to the effect that the package list is empty.  When continueing on with the cmake command, it ends in error that software cannot be found.  Obviously I can't install the software.
btw, the latest version of cmake is installed.

Reproducible: Always

Steps to Reproduce:
1.sudo apt--get build-dep kmymoney  (in Kubuntu 16.04 LTS)
2.cmake .. DCMAKE_INSTALL_PREFIX=/usr
3.

Actual Results:  
The first step ends in an error of the package list is empty
The second step ends in error since presumably the dependencies weren't installed.

Expected Results:  
The software should have compiled and installed successfully as it did under Kubuntu 14.04 LTS.
Comment 1 Christian David 2016-04-24 10:38:51 UTC
Can you post the exact error message?
Comment 2 Loren Fritz 2016-04-25 18:19:31 UTC
Created attachment 98589 [details]
attachment-19057-0.html

After running the command to install dependencies for kmymoney, it ends
with the comment "E: You must put some "source" URI's in your sources list.

after running cmake, it ends with:

CMake error at /usr/share/cmake-3.5/Modules/findKDE4.cmake: 111 (message):
ERROR:

On Sun, Apr 24, 2016 at 5:38 AM, Christian David via KDE Bugzilla <
bugzilla_noreply@kde.org> wrote:

> https://bugs.kde.org/show_bug.cgi?id=362169
>
> Christian David <christian-david@web.de> changed:
>
>            What    |Removed                     |Added
>
> ----------------------------------------------------------------------------
>              Status|UNCONFIRMED                 |NEEDSINFO
>          Resolution|---                         |WAITINGFORINFO
>                  CC|                            |christian-david@web.de
>
> --- Comment #1 from Christian David <christian-david@web.de> ---
> Can you post the exact error message?
>
> --
> You are receiving this mail because:
> You are the assignee for the bug.
>
Comment 3 Loren Fritz 2016-04-25 18:32:32 UTC
Created attachment 98590 [details]
CMakeError.log

After running the command to install dependencies for kmymoney, it ends
with the comment "E: You must put some "source" URI's in your sources list.

after running cmake, it ends with:

CMake error at /usr/share/cmake-3.5/Modules/findKDE4.cmake: 111 (message):
ERROR:  cmake/modules/FindKDE4Internal.cmake not found in
/home/loren/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps
Call Stack (most recent call first):
  CMakeLists.txt:59 (find_package)

It also says to see also the CMakeOutput.log and CMakeError.log in the
CMakeFiles folder attached

On Mon, Apr 25, 2016 at 1:19 PM, Loren Fritz <lorenfritz001@gmail.com>
wrote:

> After running the command to install dependencies for kmymoney, it ends
> with the comment "E: You must put some "source" URI's in your sources list.
>
> after running cmake, it ends with:
>
> CMake error at /usr/share/cmake-3.5/Modules/findKDE4.cmake: 111 (message):
> ERROR:
>
> On Sun, Apr 24, 2016 at 5:38 AM, Christian David via KDE Bugzilla <
> bugzilla_noreply@kde.org> wrote:
>
>> https://bugs.kde.org/show_bug.cgi?id=362169
>>
>> Christian David <christian-david@web.de> changed:
>>
>>            What    |Removed                     |Added
>>
>> ----------------------------------------------------------------------------
>>              Status|UNCONFIRMED                 |NEEDSINFO
>>          Resolution|---                         |WAITINGFORINFO
>>                  CC|                            |christian-david@web.de
>>
>> --- Comment #1 from Christian David <christian-david@web.de> ---
>> Can you post the exact error message?
>>
>> --
>> You are receiving this mail because:
>> You are the assignee for the bug.
>>
>
>
Comment 4 Loren Fritz 2016-04-25 18:32:33 UTC
Created attachment 98591 [details]
CMakeOutput.log
Comment 5 Christian David 2016-04-26 19:55:30 UTC
If you do not have the build requirements installed, there is no chance for CMake to succeed. The first step hast to be solved before you try to fix the second one.

I assume a repository is missing, maybe you should ask at a place where people with (K)ubuntu-knowlage. This is not a bug.