Hello,

I am trying to build the kf5 application and all the repositories which 
depends on kde4support, they fail with the same error.(e.x. kate,konsole, kde-
runtime etc). I have attach the error from the kde-runtime also i am attaching 
my kf5 variables and my export. Is this an issue related to my system?
I am coming from a fresh build/install directories and i have build the Qt 
from the sources. I am using the stable branch of the Qt which is the 5.3 
version.

-- 
Antonis Tsiapaliokas (kokeroulis)

kokeroulis.gr
  unset QT_PLUGIN_PATH
  unset LD_LIBRARY_PATH
  unset KDEDIRS
  unset KDEDIR
  unset CMAKE_PREFIX_PATH
  unset XDG_DATA_DIRS

  export KF5=/opt/KF5
  export QTDIR=$KF5
  export XDG_DATA_DIRS=$KF5/share:/usr/share
  export XDG_CONFIG_DIRS=$KF5/etc/xdg:$XDG_CONFIG_DIRS:/etc/XDG_DATA_HOME
  export PATH=$KF5/bin:$QTDIR/bin:$PATH
  export 
QT_PLUGIN_PATH=$KF5/lib/plugins:$KF5/lib64/plugins:$KF5/lib/x86_64-linux-gnu/plugins:$QTDIR/plugins:$QT_PLUGIN_PATH
  export 
QML2_IMPORT_PATH=$KF5/lib/qml:$KF5/lib64/qml:$KF5/lib/x86_64-linux-gnu/qml:$QTDIR/qml

  #To use separate user settings for KF5:
  export XDG_DATA_HOME=$HOME/.local5
  export XDG_CONFIG_HOME=$HOME/.config5
  export XDG_CACHE_HOME=$HOME/.cache5

  #To be able to compile other stuff on top of KF5:
  export CMAKE_PREFIX_PATH=$KF5:$CMAKE_PREFIX_PATH

  #To get more information out of qDebug statements (i.e. make it more like 
kDebug) :
  export QT_MESSAGE_PATTERN='%{appname}(%{pid})/%{category} %{function}: 
%{message}'

#or even better, to get colors:
#  c=`echo -e "\033"`
#  export QT_MESSAGE_PATTERN="%{appname}(%{pid})/(%{category}) 
$c\[31m%{if-debug}$c\[34m%{endif}%{function}$c\[0m: %{message}"
#  unset c

  alias configureQt5="../configure -prefix $QTDIR -opensource -confirm-license 
-nomake tests -nomake examples -dbus -no-separate-debug-info -qpa xcb 
-no-gtkstyle"
  alias updateQt5="git submodule foreach --recursive \"git clean -dfx\" && git 
pull && git submodule sync && git submodule update --recursive"
  
PROMPT='[%{$fg[red]%}%n%{$reset_color%}@%{$fg[magenta]%}%m%{$reset_color%}:%{$fg[blue]%}%~%{$reset_color%}$(git_prompt_info)](KF5_ENVIRONMENT)'
CMAKE_PREFIX_PATH=/opt/KF5:
COLORFGBG='15;0'
DBUS_SESSION_BUS_ADDRESS='unix:abstract=/tmp/dbus-KCdAvTbyk8,guid=0a901bea2f1c3c275125b378533ab09e'
DESKTOP_SESSION=kde-master
DISPLAY=:0
DM_CONTROL=/var/run/xdmctl
GREP_COLOR='1;32'
GREP_OPTIONS='--color=auto'
GS_LIB=/home/kokeroulis/.fonts
GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/kokeroulis/.gtkrc-2.0:/home/kokeroulis/.kde/share/config/gtkrc-2.0
GTK_MODULES=canberra-gtk-module
GTK_RC_FILES=/etc/gtk/gtkrc:/home/kokeroulis/.gtkrc:/home/kokeroulis/.kde/share/config/gtkrc
HOME=/home/kokeroulis
JAVA_HOME=/usr/lib/jvm/java-7-openjdk
KDE_FULL_SESSION=true
KDE_MULTIHEAD=false
KDE_SESSION_UID=1000
KDE_SESSION_VERSION=4
KF5=/opt/KF5
KONSOLE_DBUS_SERVICE=:1.57
KONSOLE_DBUS_SESSION=/Sessions/13
KONSOLE_PROFILE_NAME=Shell
LANG=en_US.UTF-8
LANGUAGE=''
LC_CTYPE=en_US.UTF-8
LESS=-R
LOGNAME=kokeroulis
LSCOLORS=Gxfxcxdxbxegedabagacad
MAIL=/var/spool/mail/kokeroulis
MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins
PAGER=less
PATH=/opt/KF5/bin:/usr/lib/ccache/bin/:/usr/lib/icecream/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/kokeroulis/.gem/ruby/2.0.0/bin
PROFILEHOME=''
PWD=/home/kokeroulis
PYTHONPATH=/usr/lib/python3.3/site-packages
QML2_IMPORT_PATH=/opt/KF5/lib/qml:/opt/KF5/lib64/qml:/opt/KF5/lib/x86_64-linux-gnu/qml:/opt/KF5/qml
QML_IMPORT_PATH=/opt/kde4/lib/kde4/platformimports/touch:/opt/kde4/lib/kde4/imports
QTDIR=/opt/KF5
QT_MESSAGE_PATTERN='%{appname}(%{pid})/%{category} %{function}: %{message}'
QT_PLUGIN_PATH=/opt/KF5/lib/plugins:/opt/KF5/lib64/plugins:/opt/KF5/lib/x86_64-linux-gnu/plugins:/opt/KF5/plugins:
SESSION_MANAGER=local/qosmio:@/tmp/.ICE-unix/518,unix/qosmio:/tmp/.ICE-unix/518
SHELL=/usr/bin/zsh
SHELL_SESSION_ID=93f1a534244e4000946ff4c946e9a81e
SHLVL=2
SSH_AGENT_PID=805
SSH_AUTH_SOCK=/tmp/ssh-dslLqp6823s2/agent.804
TERM=xterm
USER=kokeroulis
WINDOWID=54525979
WINDOWPATH=7
XCURSOR_PATH='/opt/kde4/share/icons:/opt/kde4/share/icons::/home/kokeroulis/.icons:/usr/share/icons:/usr/share/pixmaps:/usr/X11R6/lib/X11/icons:~/.icons:/usr/share/icons:/usr/share/pixmaps:/usr/X11R6/lib/X11/icons'
XCURSOR_THEME=Oxygen_White
XDG_CACHE_HOME=/home/kokeroulis/.cache5
XDG_CONFIG_DIRS=/opt/KF5/etc/xdg::/etc/XDG_DATA_HOME
XDG_CONFIG_HOME=/home/kokeroulis/.config5
XDG_CURRENT_DESKTOP=KDE
XDG_DATA_DIRS=/opt/KF5/share:/usr/share
XDG_DATA_HOME=/home/kokeroulis/.local5
XDG_RUNTIME_DIR=/run/user/1000
XDG_SEAT=seat0
XDG_SESSION_ID=1
XDG_VTNR=7
XDM_MANAGED='method=classic,auto'
_=export
# kdesrc-build running: 'cmake' '/home/kokeroulis/sources/kde5/kde/kde-runtime' '-DKDE4_BUILD_TESTS=TRUE' '-DLIB_SUFFIX=64' '-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 ' '-DCMAKE_INSTALL_PREFIX=/opt/KF5/'
# from directory: /home/kokeroulis/sources/kde5/build/kde/kde-runtime
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/lib/icecream/bin/cc
-- Check for working C compiler: /usr/lib/icecream/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/lib/icecream/bin/c++
-- Check for working CXX compiler: /usr/lib/icecream/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - not found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
CMake Error at /opt/kde4/share/apps/cmake/modules/FindQt4.cmake:886 (MESSAGE):
  Could NOT find QtCore.  Check
  /home/kokeroulis/sources/kde5/build/kde/kde-runtime/CMakeFiles/CMakeError.log
  for more details.
Call Stack (most recent call first):
  /opt/kde4/share/apps/cmake/modules/FindKDE4Internal.cmake:420 (find_package)
  /usr/share/cmake-2.8/Modules/FindKDE4.cmake:95 (find_package)
  CMakeLists.txt:18 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/kokeroulis/sources/kde5/build/kde/kde-runtime/CMakeFiles/CMakeOutput.log".
See also "/home/kokeroulis/sources/kde5/build/kde/kde-runtime/CMakeFiles/CMakeError.log".
_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to