Bug 398972

Summary: CMAKE started failing about 2 weeks ago on Raspbian
Product: [Applications] kstars Reporter: Paul <phomer60>
Component: generalAssignee: Jasem Mutlaq <mutlaqja>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Error log

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.