https://bugs.kde.org/show_bug.cgi?id=382107

            Bug ID: 382107
           Summary: kdevplatform FTBFS due to missing __cpu_model
           Product: kdevplatform
           Version: git master
          Platform: Compiled Sources
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: mwoehlke.fl...@gmail.com
  Target Milestone: ---

In a nutshell, on Fedora 25, kdevplatform runs afoul of
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1568899.

This fixes it:

diff --git a/plugins/welcomepage/CMakeLists.txt
b/plugins/welcomepage/CMakeLists.txt
index 2b3083f..f2bae38 100644
--- a/plugins/welcomepage/CMakeLists.txt
+++ b/plugins/welcomepage/CMakeLists.txt
@@ -18,4 +18,5 @@ target_link_libraries(kdevwelcomepage
     KDev::Project
     Qt5::QuickWidgets
     KF5::Declarative
+    -lgcc_s -lgcc
 )

...but probably should not be done unilaterally as in the above.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to