Bug 421874 - Cannot build/install latest version. (21/05/2020)
Summary: Cannot build/install latest version. (21/05/2020)
Status: RESOLVED FIXED
Alias: None
Product: lattedock
Classification: Unmaintained
Component: application (other bugs)
Version First Reported In: git (master)
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Michail Vourlakos
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-21 17:42 UTC by arun
Modified: 2020-05-28 10:48 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.