Bug 398972 - CMAKE started failing about 2 weeks ago on Raspbian
Summary: CMAKE started failing about 2 weeks ago on Raspbian
Status: RESOLVED FIXED
Alias: None
Product: kstars
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Jasem Mutlaq
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-23 02:37 UTC by Paul
Modified: 2018-10-06 10:52 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Error log (6.72 KB, text/x-log)
2018-09-23 02:37 UTC, Paul
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul 2018-09-23 02:37:22 UTC
Created attachment 115173 [details]
Error log

SUMMARY
CMAKE is failing on Raspbian.


STEPS TO REPRODUCE
1. git pull under the indi/kstars directory
2. CAME under the indi/build/kstars directory

cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ../../kstars

EXPECTED RESULT


ACTUAL RESULT


SOFTWARE VERSIONS
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Paul 2018-10-06 10:51:05 UTC
I have now resolved this issue by removing the kstars pull directory, clearing the build directory and running git clone, cmake, make and make install and it is now building without errors.