Fix Fedora 29+ building KDE from master
AbandonedPublic

Authored by spstarr on Aug 15 2019, 1:36 AM.

Details

Reviewers
None
Group Reviewers
kdesrc-build
Summary

Got an error trying to build KDE from source...

Building kwindowsystem (build system KDE) from frameworks (7/105)
        Cloning kwindowsystem
        Source update complete for kwindowsystem: 110 files affected.
        Preparing build system for kwindowsystem.
        Running cmake...
        Unable to configure kwindowsystem with CMake!
        Unable to configure kwindowsystem with KDE

Went into the build directory and ran make to see what failed, noticed XCB ICCCM headers was missing.

Test Plan

Add the RPM package via dnf, rerun the build..

Results:

Building kwindowsystem (build system KDE) from frameworks (7/105)
        No source update, but the build directory doesn't exist
        Updating kwindowsystem (to branch master)
        Updating kwindowsystem using existing branch master
        Source update complete for kwindowsystem: no files affected
        Preparing build system for kwindowsystem.
        Running cmake...
        Compiling... succeeded (after 10 seconds)
        Note: ---- 34 ---- compile warnings
        Installing.. succeeded (after 0 seconds)

Diff Detail

Repository
R365 kdesrc-build
Lint
Lint Skipped
Unit
Unit Tests Skipped
spstarr requested review of this revision.Aug 15 2019, 1:36 AM
spstarr created this revision.
spstarr added a reviewer: kdesrc-build.
spstarr abandoned this revision.Aug 15 2019, 1:47 AM

Closing, will just submit a PR :)