LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   CentOS (https://www.linuxquestions.org/questions/centos-111/)
-   -   Upgrade to higher KDE on CentOS 7. (https://www.linuxquestions.org/questions/centos-111/upgrade-to-higher-kde-on-centos-7-a-4175643219/)

zethan 11-27-2018 05:01 PM

Upgrade to higher KDE on CentOS 7.
 
Hi there,

I like CentOS 7 a lot, even though, I have just used it for a short time. I have used different Linux distributions, in the past, however. I bet I will be a big fan of CentOS real soon.

My question to you is how I would be able to upgrade the KDE to the highest version possible.

Thank you.

scasey 11-27-2018 05:20 PM

I don't know the answer to your question, but want to point out that the value of CentOS is it's stability, accomplished by "bundling" software into very stable, well tested releases. It is my go-to distro, and I've learned to just wait for the latest version to show up in the repositories.

That said, what does
Code:

yum list *plasma
show you? I get
Code:

Installed Packages   
kde-settings-plasma.noarch            19-23.7.el7.centos                            @base
Available Packages
kf5-plasma.x86_64                      5.51.0-1.el7                                    epel

Which seems to indicate there's a later version in the epel repository.

zethan 11-27-2018 08:09 PM

It works.

Thank you.

zethan 11-27-2018 09:03 PM

My mistake. It does not work yet, as I can only see the same KDE when I am logging in. I checked "About KDE" in the Help menu, and I see "KDE - Be Free! Platform Version 4.14.8".

Thank you.

zethan 11-29-2018 09:30 AM

Hi there,

I found this one on the internet, but this post has the year 2016 on it. Maybe, it would still work the same way.

https://blog.digitaleaglemedia.com/2...-centos-7.html

zethan 12-05-2018 05:29 PM

Hi everyone,

I have just updated my CentOS 7 to 18.10. Now, I will try to build KDE Plasma 5 using the instruction above.

1. yum group install "Development Tools"
Code:

Loaded plugins: fastestmirror, langpacks
There is no installed groups file.
Maybe run: yum groups mark convert (see man yum)
Loading mirror speeds from cached hostfile
 * base: repos.lax.quadranet.com
 * elrepo: muug.ca
 * epel: mirrors.develooper.com
 * extras: mirror.hostduplex.com
 * nux-dextop: mirror.li.nux.ro
 * updates: repos.lax.quadranet.com
Warning: Group development does not have any packages to install.
Maybe run: yum groups mark install (see man yum)
No packages in any requested group available to install or update

2. yum install lsb
3. yum install cpanminus
4. yum install cmake3
5. yum install qt5-*
6. ln -s /usr/bin/cmake3 /usr/bin/cmake
7. wget https://copr.fedorainfracloud.org/co...ts-epel-7.repo
Code:

--2018-12-05 15:22:58--  https://copr.fedorainfracloud.org/coprs/jmliger/gnome316-backports/repo/epel-7/jmliger-gnome316-backports-epel-7.repo
Resolving copr.fedorainfracloud.org (copr.fedorainfracloud.org)... 209.132.184.54
Connecting to copr.fedorainfracloud.org (copr.fedorainfracloud.org)|209.132.184.54|:443... connected.
HTTP request sent, awaiting response... 404 NOT FOUND
2018-12-05 15:22:59 ERROR 404: NOT FOUND.

I have questions about the lines in bold above, especially the line number 7.
Do I need the line 7 since I am using older version of KDE right now? You would only need this line if you are starting with Gnome DE correct?

Thanks.

zethan 12-05-2018 05:30 PM

8. yum install wayland-devel libwayland-client-devel libwayland-cursor-devel libwayland-server-devel
Code:

Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: repos.lax.quadranet.com
 * elrepo: muug.ca
 * epel: mirrors.develooper.com
 * extras: mirror.hostduplex.com
 * nux-dextop: mirror.li.nux.ro
 * updates: repos.lax.quadranet.com
Package wayland-devel-1.15.0-1.el7.x86_64 already installed and latest version
Package libwayland-client-devel-1.5.0-4.el7.nux.x86_64 is obsoleted by wayland-devel-1.15.0-1.el7.x86_64 which is already installed
Package libwayland-cursor-devel-1.5.0-4.el7.nux.x86_64 is obsoleted by wayland-devel-1.15.0-1.el7.x86_64 which is already installed
Package libwayland-server-devel-1.5.0-4.el7.nux.x86_64 is obsoleted by wayland-devel-1.15.0-1.el7.x86_64 which is already installed
Nothing to do


zethan 12-05-2018 05:35 PM

9. yum install boost-devel catdoc dbus-x11 docbook-dtds docbook-style-xsl exiv2-devel giflib-devel libattr-devel libepoxy-devel libevdev-devel libinput-devel libjpeg-devel libpng-devel libSM-devel libwayland-client-devel libwayland-cursor-devel Libwayland-server-devel libXcursor-devel libxkbcommon-devel libxkbcommon-x11-devel libxkbfile-devel libxml2-devel libXrender-devel libxslt-devel lmdb-devel mesa-libgbm-devel NetworkManager-devel NetworkManager-libnm-devel openssl-devel pam-devel polkit-devel polkit-qt5-1-devel poppler-qt5-devel systemd-devel taglib-devel xapian-core-devel xcb-util-cursor-devel xcb-util-devel xcb-util-image-devel xcb-util-keysyms-devel xkeyboard-config-devel xorg-x11-drv-evdev-devel xorg-x11-drv-synaptics-devel xorg-x11-server-devel xorg-x11-xkb-utils-devel
Code:

Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: repos.lax.quadranet.com
 * elrepo: muug.ca
 * epel: mirrors.develooper.com
 * extras: mirror.hostduplex.com
 * nux-dextop: mirror.li.nux.ro
 * updates: repos.lax.quadranet.com
Package 1:dbus-x11-1.10.24-12.el7.x86_64 already installed and latest version
Package docbook-dtds-1.0-60.el7.noarch already installed and latest version
Package docbook-style-xsl-1.78.1-3.el7.noarch already installed and latest version
Package 2:libpng-devel-1.5.13-7.el7_2.x86_64 already installed and latest version
Package libwayland-client-devel-1.5.0-4.el7.nux.x86_64 is obsoleted by wayland-devel-1.15.0-1.el7.x86_64 which is already installed
Package libwayland-cursor-devel-1.5.0-4.el7.nux.x86_64 is obsoleted by wayland-devel-1.15.0-1.el7.x86_64 which is already installed
No package Libwayland-server-devel available.
  * Maybe you meant: libwayland-server-devel
No package poppler-qt5-devel available.

Resolving Dependencies
--> Running transaction check

I hope someone can help me with the lines in bold above.

Thank you.

zethan 12-05-2018 09:18 PM

10. mkdir -p /opt/kde/src
11. chown erick -R /opt/kde
12. git config --global user.name “Erick”
13. git config --global user.email “zethan191@yahoo.com”
14. nano ~/.gitconfig
and append the following to the bottom.
Code:

[url "git://anongit.kde.org/"]
    insteadOf = kde:
[url "ssh://git@git.kde.org/"]
    pushInsteadOf = kde:

15. cd /opt/kde/src
16. git clone kde:kdesrc-build
Code:

Cloning into 'kdesrc-build'...
remote: Counting objects: 8641, done.
remote: Compressing objects: 100% (2719/2719), done.
remote: Total 8641 (delta 5511), reused 8581 (delta 5482)
Receiving objects: 100% (8641/8641), 2.22 MiB | 1.02 MiB/s, done.
Resolving deltas: 100% (5511/5511), done.

17. cd kdesrc-build
18. cp kdesrc-buildrc-kf5-sample ~/.kdesrc-buildrc
19. mkdir ~/bin
20. ln -s $PWD/kdesrc-build ~/bin
21. export PATH=~/bin:$PATH
22. nano ~/.bashrc
Code:

export PATH=~/bin:$PATH
23. nano ~/.kdesrc-buildrc
Code:

global
    branch-group kf5-qt5
    source-dir  /opt/kde/src
    build-dir  /opt/kde/build
    log-dir  /opt/kde/log
    kdedir  /opt/kde/install
    # Uncomment this and edit value to choose a different Qt5
    qtdir /usr

    git-repository-base    kde-projects kde:

    cmake-options -DCMAKE_BUILD_TYPE:STRING=debug

    cxxflags -pipe -DQT_STRICT_ITERATORS -DQURL_NO_CAST_FROM_STRING -DQT_NO_HTTP -DQT_NO_FTP -Wformat -Werror=format-security -Werror=return-type$

    make-options -j5
    ignore-kde-structure    true
    stop-on-failure        true

    # Where to download source code. By default the build directory and
    # logs will be kept under this directory as well.
    # source-dir ~/kdesrc
end global

include /opt/kde/src/kdesrc-build/kf5-frameworks-build-include
include /opt/kde/src/kdesrc-build/kf5-workspace-build-include

options kcoreaddons
    cmake-options -j5
end options

options baloo
    cmake-options -DCMAKE_CXX_FLAGS="-lc"
end options

24. cd /opt/kde/src/kdesrc-build
25. kdesrc-build --debug --include-dependencies plasma-desktop
Code:

kdesrc-build requires some minimal support to operate, including support
from the Perl runtime that kdesrc-build is built upon.

Some mandatory Perl modules are missing, and kdesrc-build cannot operate
without them.  Please ensure these modules are installed and available to Perl:

        one of (YAML::XS, YAML::PP, YAML::Syck)

kdesrc-build can do this for you on many distros:

Run 'kdesrc-build --initial-setup'

26. kdesrc-build --initial-setup
Code:

1. Installing system packages for centos...
    Installing packages for fedora/7
    Using installer for linux
  * No installer for linux!

I hope someone can guide me.

Thank you.

zethan 12-05-2018 09:26 PM

I googled around, and found that the command below might help.

27. yum install perl-YAML-Syck

I repeated the line #25

28. kdesrc-build --debug --include-dependencies plasma-desktop
Code:

Introducing dependency metadata into the build
Introducing project enumeration metadata into the build
        Adding git download kde: alias
        Executing 'git' 'config' '--global' '--add' 'url.https://anongit.kde.org/.insteadOf' 'kde:'
        Adding git upload kde: alias
        Executing 'git' 'config' '--global' '--add' 'url.git@git.kde.org:.pushInsteadOf' 'kde:'
        Removing outdated kde: alias
        Executing 'git' 'config' '--global' '--unset-all' 'url.git://anongit.kde.org/.insteadOf' 'kde:'
Cloning kde-build-metadata
        cd /opt/kde/src

log_command(): Module kde-build-metadata, Command: git clone -b master -- kde:kde-build-metadata /opt/kde/src/kde-build-metadata
# kdesrc-build running: 'git' 'clone' '-b' 'master' '--' 'kde:kde-build-metadata' '/opt/kde/src/kde-build-metadata'
# from directory: /opt/kde/src
Cloning into '/opt/kde/src/kde-build-metadata'...
fatal: unable to access 'https://anongit.kde.org/kde-build-metadata/': Failed connect to anongit.kde.org:443; Connection timed out
Logfile for kde-build-metadata is git-clone.log
kdesrc-build encountered an exceptional error condition:
 ========
    Runtime Error: Failed to make initial clone of kde-build-metadata
 ========
        Can't continue, so stopping now.


zethan 12-05-2018 09:30 PM

I tried this command again, and I saw different result.

29. kdesrc-build --debug --include-dependencies plasma-desktop
Code:

Introducing dependency metadata into the build
Introducing project enumeration metadata into the build
Cloning kde-build-metadata
        cd /opt/kde/src

log_command(): Module kde-build-metadata, Command: git clone -b master -- kde:kde-build-metadata /opt/kde/src/kde-build-metadata
# kdesrc-build running: 'git' 'clone' '-b' 'master' '--' 'kde:kde-build-metadata' '/opt/kde/src/kde-build-metadata'
# from directory: /opt/kde/src
Cloning into '/opt/kde/src/kde-build-metadata'...
error: RPC failed; result=7, HTTP code = 0
fatal: The remote end hung up unexpectedly
Logfile for kde-build-metadata is git-clone.log
kdesrc-build encountered an exceptional error condition:
 ========
    Runtime Error: Failed to make initial clone of kde-build-metadata
 ========
        Can't continue, so stopping now.

I hope someone can guide me further.

zethan 12-06-2018 09:57 AM

After repeating the command below multiple times, things are looking much better. I can't paste entire log here, but I choose some for you to see.

30. kdesrc-build --debug --include-dependencies plasma-desktop

Code:

Adding extra-cmake-modules to module list
Adding attica to module list
Adding kcoreaddons to module list
Adding polkit-qt-1 to module list
Adding kauth to module list
Adding kcodecs to module list
Adding kconfig to module list
Adding karchive to module list
Adding ki18n to module list
Adding kdoctools to module list
Adding kguiaddons to module list
Adding kwidgetsaddons to module list
Adding kconfigwidgets to module list
Adding kitemviews to module list
Adding kiconthemes to module list
Adding breeze-icons to module list
Adding kwindowsystem to module list
Adding kcrash to module list
Adding kdbusaddons to module list
Adding kservice to module list
Adding kglobalaccel to module list
Adding kcompletion to module list
Adding sonnet to module list
Adding ktextwidgets to module list
Adding kxmlgui to module list
Adding kbookmarks to module list
Adding kjobwidgets to module list
Adding phonon to module list
Adding knotifications to module list
Adding kwallet to module list
Adding solid to module list
Adding kio to module list
Adding kinit to module list
Adding kded to module list
Adding kparts to module list
Adding kdewebkit to module list
Adding kplotting to module list
Adding kdesignerplugin to module list
Adding kemoticons to module list
Adding kunitconversion to module list
Adding kdelibs4support to module list
Adding kfilemetadata to module list
Adding kactivities to module list
Adding kpackage to module list
Adding kdeclarative to module list
Adding kdnssd to module list
Adding kidletime to module list
Adding kirigami to module list
Adding kitemmodels to module list
Adding kjs to module list
Adding kross to module list
Adding syntax-highlighting to module list
Adding ktexteditor to module list
Adding kwayland to module list
Adding oxygen-icons5 to module list
Adding threadweaver to module list
Adding plasma-framework to module list
Adding krunner to module list
Adding baloo to module list
Adding bluez-qt to module list
Adding knewstuff to module list
Adding frameworkintegration to module list
Adding kactivities-stats to module list
Adding kcmutils to module list
Adding kpty to module list
Adding kdesu to module list
Adding khtml to module list
Adding kimageformats to module list
Adding kjsembed to module list
Adding kmediaplayer to module list
Adding knotifyconfig to module list
Adding kpeople to module list
Adding kxmlrpcclient to module list
Adding modemmanager-qt to module list
Adding networkmanager-qt to module list
Adding prison to module list
Adding qqc2-desktop-style to module list
Adding libksysguard to module list
Adding ksysguard to module list
Adding kdecoration to module list
Adding oxygen to module list
Adding breeze to module list
Adding kactivitymanagerd to module list
Adding khelpcenter to module list
Adding kholidays to module list
Adding kio-extras to module list
Adding kscreenlocker to module list
Adding kwin to module list
Adding libkscreen to module list
Adding milou to module list
Adding plasma-workspace to module list
Adding powerdevil to module list
Adding systemsettings to module list
Adding plasma-desktop to module list
Building extra-cmake-modules (build system KDE) from frameworks (1/94)
        Queueing PKG_CONFIG_PATH to be set to /opt/kde/install/lib/pkgconfig
        Queueing LD_LIBRARY_PATH to be set to /opt/kde/install/lib
        Queueing PATH to be set to /opt/kde/install/bin:/root/bin:/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
        Queueing CMAKE_PREFIX_PATH to be set to /opt/kde/install
        Queueing CMAKE_MODULE_PATH to be set to /opt/kde/install/lib64/cmake:/opt/kde/install/lib/cmake
        Queueing XDG_DATA_DIRS to be set to /opt/kde/install/share:/root/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
        Queueing CMAKE_PREFIX_PATH to be set to /usr:/opt/kde/install
        Queueing CMAKE_MODULE_PATH to be set to /usr/lib/cmake:/opt/kde/install/lib64/cmake:/opt/kde/install/lib/cmake
        cd /opt/kde/src/extra-cmake-modules

        Slurping 'git' 'config' '--null' '--get-regexp' 'remote\..*\.url' '.'
        log_command(): Module extra-cmake-modules, Command: git fetch --tags origin
        Updating extra-cmake-modules (to branch master)
        Slurping 'git' '--git-dir' '/opt/kde/src/extra-cmake-modules/.git' 'rev-parse' 'HEAD'
        Slurping 'git' 'config' '--null' '--get-regexp' 'branch\..*\.remote' 'origin'
        Slurping 'git' 'config' '--null' 'branch.master.merge'
        Updating extra-cmake-modules using existing branch master
        log_command(): Module extra-cmake-modules, Command: git checkout master
        log_command(): Module extra-cmake-modules, Command: git rebase origin/master
        Slurping 'git' 'rev-list' 'ebb05ecafb02294c2ed471638c35576d2852b456..HEAD'
        No changes to extra-cmake-modules source, proceeding to build.
        cd /opt/kde/build

        cd /opt/kde/build/extra-cmake-modules

        cd /opt/kde/build/extra-cmake-modules

        Compiling...
log_command(): Module extra-cmake-modules, Command: gmake -j5
        Setting environment variable CMAKE_MODULE_PATH to /usr/lib/cmake:/opt/kde/install/lib64/cmake:/opt/kde/install/lib/cmake
        Setting environment variable LD_LIBRARY_PATH to /opt/kde/install/lib
        Setting environment variable PKG_CONFIG_PATH to /opt/kde/install/lib/pkgconfig
        Setting environment variable CMAKE_PREFIX_PATH to /usr:/opt/kde/install
        Setting environment variable XDG_DATA_DIRS to /opt/kde/install/share:/root/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
        Setting environment variable PATH to /opt/kde/install/bin:/root/bin:/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
Slurping 'git' '--git-dir' '/opt/kde/src/extra-cmake-modules/.git' 'rev-parse' 'HEAD'
        Not prepending /opt/kde/install/lib/pkgconfig to PKG_CONFIG_PATH as it appears to already be defined in PKG_CONFIG_PATH.
        Queueing PKG_CONFIG_PATH to be set to /opt/kde/install/lib/pkgconfig
        Not prepending /opt/kde/install/lib to LD_LIBRARY_PATH as it appears to already be defined in LD_LIBRARY_PATH.
        Queueing LD_LIBRARY_PATH to be set to /opt/kde/install/lib
        Not prepending /opt/kde/install/bin to PATH as it appears to already be defined in PATH.
        Queueing PATH to be set to /opt/kde/install/bin:/root/bin:/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
        Not prepending /opt/kde/install to CMAKE_PREFIX_PATH as it appears to already be defined in CMAKE_PREFIX_PATH.
        Queueing CMAKE_PREFIX_PATH to be set to /usr:/opt/kde/install
        Queueing CMAKE_MODULE_PATH to be set to /opt/kde/install/lib64/cmake:/opt/kde/install/lib/cmake:/usr/lib/cmake:/opt/kde/install/lib64/cmake:/opt/kde/install/lib/cmake
        Not prepending /opt/kde/install/share to XDG_DATA_DIRS as it appears to already be defined in XDG_DATA_DIRS.
        Queueing XDG_DATA_DIRS to be set to /opt/kde/install/share:/root/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
        Not prepending /usr to CMAKE_PREFIX_PATH as it appears to already be defined in CMAKE_PREFIX_PATH.
        Queueing CMAKE_PREFIX_PATH to be set to /usr:/opt/kde/install
        Not prepending /usr/lib/cmake to CMAKE_MODULE_PATH as it appears to already be defined in CMAKE_MODULE_PATH.
        Queueing CMAKE_MODULE_PATH to be set to /opt/kde/install/lib64/cmake:/opt/kde/install/lib/cmake:/usr/lib/cmake:/opt/kde/install/lib64/cmake:/opt/kde/install/lib/cmake
        cd /opt/kde/build/extra-cmake-modules

        Installing..
log_command(): Module extra-cmake-modules, Command: gmake install/fast
        Setting environment variable CMAKE_MODULE_PATH to /opt/kde/install/lib64/cmake:/opt/kde/install/lib/cmake:/usr/lib/cmake:/opt/kde/install/lib64/cmake:/opt/kde/install/lib/cmake
        Setting environment variable LD_LIBRARY_PATH to /opt/kde/install/lib
        Setting environment variable PKG_CONFIG_PATH to /opt/kde/install/lib/pkgconfig
        Setting environment variable CMAKE_PREFIX_PATH to /usr:/opt/kde/install
        Setting environment variable XDG_DATA_DIRS to /opt/kde/install/share:/root/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
        Setting environment variable PATH to /opt/kde/install/bin:/root/bin:/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
Slurping 'git' '--git-dir' '/opt/kde/src/extra-cmake-modules/.git' 'rev-parse' 'HEAD'
Building attica (build system KDE) from frameworks (2/94)
        Queueing PKG_CONFIG_PATH to be set to /opt/kde/install/lib/pkgconfig
        Queueing LD_LIBRARY_PATH to be set to /opt/kde/install/lib
        Queueing PATH to be set to /opt/kde/install/bin:/root/bin:/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
        Queueing CMAKE_PREFIX_PATH to be set to /opt/kde/install
        Queueing CMAKE_MODULE_PATH to be set to /opt/kde/install/lib64/cmake:/opt/kde/install/lib/cmake
        Queueing XDG_DATA_DIRS to be set to /opt/kde/install/share:/root/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
        Queueing CMAKE_PREFIX_PATH to be set to /usr:/opt/kde/install
        Queueing CMAKE_MODULE_PATH to be set to /usr/lib/cmake:/opt/kde/install/lib64/cmake:/opt/kde/install/lib/cmake
        cd /opt/kde/src/attica

        Slurping 'git' 'config' '--null' '--get-regexp' 'remote\..*\.url' '.'
        log_command(): Module attica, Command: git fetch --tags origin
        Updating attica (to branch master)
        Slurping 'git' '--git-dir' '/opt/kde/src/attica/.git' 'rev-parse' 'HEAD'
        Slurping 'git' 'config' '--null' '--get-regexp' 'branch\..*\.remote' 'origin'
        Slurping 'git' 'config' '--null' 'branch.master.merge'
        Updating attica using existing branch master
        log_command(): Module attica, Command: git checkout master
        log_command(): Module attica, Command: git rebase origin/master
        Slurping 'git' 'rev-list' 'd217d4f7372dbac56691b3b3f322955c3fb8f2b4..HEAD'
        No changes to attica source, proceeding to build.
        cd /opt/kde/build

        cd /opt/kde/build/attica

        cd /opt/kde/build/attica

        Compiling...
log_command(): Module attica, Command: gmake -j5
        Setting environment variable CMAKE_MODULE_PATH to /usr/lib/cmake:/opt/kde/install/lib64/cmake:/opt/kde/install/lib/cmake
        Setting environment variable LD_LIBRARY_PATH to /opt/kde/install/lib
        Setting environment variable PKG_CONFIG_PATH to /opt/kde/install/lib/pkgconfig
        Setting environment variable CMAKE_PREFIX_PATH to /usr:/opt/kde/install
        Setting environment variable XDG_DATA_DIRS to /opt/kde/install/share:/root/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
        Setting environment variable PATH to /opt/kde/install/bin:/root/bin:/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
Slurping 'git' '--git-dir' '/opt/kde/src/attica/.git' 'rev-parse' 'HEAD'
        Not prepending /opt/kde/install/lib/pkgconfig to PKG_CONFIG_PATH as it appears to already be defined in PKG_CONFIG_PATH.
        Queueing PKG_CONFIG_PATH to be set to /opt/kde/install/lib/pkgconfig
        Not prepending /opt/kde/install/lib to LD_LIBRARY_PATH as it appears to already be defined in LD_LIBRARY_PATH.
        Queueing LD_LIBRARY_PATH to be set to /opt/kde/install/lib
        Not prepending /opt/kde/install/bin to PATH as it appears to already be defined in PATH.
        Queueing PATH to be set to /opt/kde/install/bin:/root/bin:/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
        Not prepending /opt/kde/install to CMAKE_PREFIX_PATH as it appears to already be defined in CMAKE_PREFIX_PATH.
        Queueing CMAKE_PREFIX_PATH to be set to /usr:/opt/kde/install
        Queueing CMAKE_MODULE_PATH to be set to /opt/kde/install/lib64/cmake:/opt/kde/install/lib/cmake:/usr/lib/cmake:/opt/kde/install/lib64/cmake:/opt/kde/install/lib/cmake
        Not prepending /opt/kde/install/share to XDG_DATA_DIRS as it appears to already be defined in XDG_DATA_DIRS.
        Queueing XDG_DATA_DIRS to be set to /opt/kde/install/share:/root/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
        Not prepending /usr to CMAKE_PREFIX_PATH as it appears to already be defined in CMAKE_PREFIX_PATH.
        Queueing CMAKE_PREFIX_PATH to be set to /usr:/opt/kde/install
        Not prepending /usr/lib/cmake to CMAKE_MODULE_PATH as it appears to already be defined in CMAKE_MODULE_PATH.
        Queueing CMAKE_MODULE_PATH to be set to /opt/kde/install/lib64/cmake:/opt/kde/install/lib/cmake:/usr/lib/cmake:/opt/kde/install/lib64/cmake:/opt/kde/install/lib/cmake
        cd /opt/kde/build/attica

        Installing..
log_command(): Module attica, Command: gmake install/fast
        Setting environment variable CMAKE_MODULE_PATH to /opt/kde/install/lib64/cmake:/opt/kde/install/lib/cmake:/usr/lib/cmake:/opt/kde/install/lib64/cmake:/opt/kde/install/lib/cmake
        Setting environment variable LD_LIBRARY_PATH to /opt/kde/install/lib
        Setting environment variable PKG_CONFIG_PATH to /opt/kde/install/lib/pkgconfig
        Setting environment variable CMAKE_PREFIX_PATH to /usr:/opt/kde/install
        Setting environment variable XDG_DATA_DIRS to /opt/kde/install/share:/root/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
        Setting environment variable PATH to /opt/kde/install/bin:/root/bin:/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
Slurping 'git' '--git-dir' '/opt/kde/src/attica/.git' 'rev-parse' 'HEAD'
Building kcoreaddons (build system KDE) from frameworks (3/94)
        Queueing PKG_CONFIG_PATH to be set to /opt/kde/install/lib/pkgconfig
        Queueing LD_LIBRARY_PATH to be set to /opt/kde/install/lib
        Queueing PATH to be set to /opt/kde/install/bin:/root/bin:/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
        Queueing CMAKE_PREFIX_PATH to be set to /opt/kde/install
        Queueing CMAKE_MODULE_PATH to be set to /opt/kde/install/lib64/cmake:/opt/kde/install/lib/cmake
        Queueing XDG_DATA_DIRS to be set to /opt/kde/install/share:/root/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
        Queueing CMAKE_PREFIX_PATH to be set to /usr:/opt/kde/install
        Queueing CMAKE_MODULE_PATH to be set to /usr/lib/cmake:/opt/kde/install/lib64/cmake:/opt/kde/install/lib/cmake
        No source update, but the last configure failed
        cd /opt/kde/src/kcoreaddons

        Slurping 'git' 'config' '--null' '--get-regexp' 'remote\..*\.url' '.'
        log_command(): Module kcoreaddons, Command: git fetch --tags origin
        Updating kcoreaddons (to branch master)
        Slurping 'git' '--git-dir' '/opt/kde/src/kcoreaddons/.git' 'rev-parse' 'HEAD'
        Slurping 'git' 'config' '--null' '--get-regexp' 'branch\..*\.remote' 'origin'
        Slurping 'git' 'config' '--null' 'branch.master.merge'
        Updating kcoreaddons using existing branch master
        log_command(): Module kcoreaddons, Command: git checkout master
        log_command(): Module kcoreaddons, Command: git rebase origin/master
        Slurping 'git' 'rev-list' 'e53254a009982c379a5ad713139e88a881ca02fb..HEAD'
        Source update complete for kcoreaddons: no files affected
        cd /opt/kde/build

        Preparing build system for kcoreaddons.
        Removing files in build directory for kcoreaddons
log_command(): Module kcoreaddons, Command: kdesrc-build main::prune_under_directory /opt/kde/build/kcoreaddons
        Setting environment variable CMAKE_MODULE_PATH to /usr/lib/cmake:/opt/kde/install/lib64/cmake:/opt/kde/install/lib/cmake
        Setting environment variable LD_LIBRARY_PATH to /opt/kde/install/lib
        Setting environment variable PKG_CONFIG_PATH to /opt/kde/install/lib/pkgconfig
        Setting environment variable CMAKE_PREFIX_PATH to /usr:/opt/kde/install
        Setting environment variable XDG_DATA_DIRS to /opt/kde/install/share:/root/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
        Setting environment variable PATH to /opt/kde/install/bin:/root/bin:/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
        Old build system cleaned, starting new build system.
        cd /opt/kde/build/kcoreaddons

        Running cmake...
log_command(): Module kcoreaddons, Command: cmake /opt/kde/src/kcoreaddons -DCMAKE_BUILD_TYPE:STRING=debug -j5 -DCMAKE_CXX_FLAGS:STRING=-pipe -DQT_STRICT_ITERATORS -DQURL_NO_CAST_FROM_STRING -DQT_NO_HTTP -DQT_NO_FTP -Wformat -Werror=format-security -Werror=return-type -Wno-variadic-macros -Wlogical-op -Wmissing-include-dirs -std=c++11  -DCMAKE_INSTALL_PREFIX=/opt/kde/install -DCMAKE_PREFIX_PATH=/usr
        Setting environment variable CMAKE_MODULE_PATH to /usr/lib/cmake:/opt/kde/install/lib64/cmake:/opt/kde/install/lib/cmake
        Setting environment variable LD_LIBRARY_PATH to /opt/kde/install/lib
        Setting environment variable PKG_CONFIG_PATH to /opt/kde/install/lib/pkgconfig
        Setting environment variable CMAKE_PREFIX_PATH to /usr:/opt/kde/install
        Setting environment variable XDG_DATA_DIRS to /opt/kde/install/share:/root/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
        Setting environment variable PATH to /opt/kde/install/bin:/root/bin:/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
Logfile for kcoreaddons is cmake.log

I believe I only have problem with kcoreaddons right now.

Code:

<<<  PACKAGES FAILED TO BUILD  >>>
kcoreaddons - /opt/kde/log/2018-12-06-01/kcoreaddons/cmake.log
:-(
Your logs are saved in /opt/kde/log/2018-12-06-01

Thank you.

zethan 12-06-2018 10:05 AM

Here is the error message.

Code:

# kdesrc-build running: 'cmake' '/opt/kde/src/kcoreaddons' '-DCMAKE_BUILD_TYPE:STRING=debug' '-j5' '-DCMAKE_CXX_FLAGS:STRING=-pipe -DQT_STRICT_ITERATORS -DQURL_NO_CAST_FROM_STRING -DQT_NO_HTTP -DQT_NO_FTP -Wformat -Werror=format-security -Werror=return-type -Wno-variadic-macros -Wlogical-op -Wmissing-include-dirs -std=c++11 ' '-DCMAKE_INSTALL_PREFIX=/opt/kde/install' '-DCMAKE_PREFIX_PATH=/usr'
# from directory: /opt/kde/build/kcoreaddons
CMake Error: The source directory "/opt/kde/build/kcoreaddons/-j5" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.

Thank you.

lazydog 12-06-2018 10:45 AM

By installing software that isn't install via yum you are limiting your chances of getting support when things go sideways.

If you are looking for the latest software then you should look at Fedora.

zethan 12-06-2018 10:57 AM

Quote:

Originally Posted by lazydog (Post 5934089)
By installing software that isn't install via yum you are limiting your chances of getting support when things go sideways.

If you are looking for the latest software then you should look at Fedora.

Thank you, but I found experimenting with CentOS 7 is really fun as well.


All times are GMT -5. The time now is 10:55 AM.