Bug 421874

Summary: Cannot build/install latest version. (21/05/2020)
Product: [Unmaintained] lattedock Reporter: arun <lunar.arun>
Component: applicationAssignee: Michail Vourlakos <mvourlakos>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: git (master)   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description arun 2020-05-21 17:42:18 UTC
SUMMARY:

Builds fine but I get error when running make install


STEPS TO REPRODUCE:

1. get master source and build/install.

OBSERVED RESULT:

sudo make install                                                                                                                                        
[  0%] Automatic MOC for target lattecoreplugin
[  0%] Built target lattecoreplugin_autogen
[  5%] Built target lattecoreplugin
[  6%] Automatic MOC for target latte-dock
[  6%] Built target latte-dock_autogen
[  6%] Linking CXX executable latte-dock
CMakeFiles/latte-dock.dir/lattecorona.cpp.o: file not recognized: file format not recognized
collect2: error: ld returned 1 exit status
make[2]: *** [app/CMakeFiles/latte-dock.dir/build.make:1436: app/latte-dock] Error 1
make[1]: *** [CMakeFiles/Makefile2:1876: app/CMakeFiles/latte-dock.dir/all] Error 2
make: *** [Makefile:161: all] Error 2


EXPECTED RESULT

Should install

SOFTWARE/OS VERSIONS

Linux: Arch linux
KDE Plasma Version: 5.18.9
KDE Frameworks Version: 5.70.1
Qt Version: 5.15.0
Comment 1 Michail Vourlakos 2020-05-21 17:50:49 UTC
No idea, in Tumbleweed works just fine. I wouldn't be surprised if it is Qt 5.15 new introduced issue.
Comment 2 arun 2020-05-28 06:56:40 UTC
It compiles and installs fine now.
Comment 3 Michail Vourlakos 2020-05-28 10:48:57 UTC
Your distro probably fixed any Qt relevant issues.