Applications based on kde4support are failing to build

antonis.tsiapaliokas at kde.org antonis.tsiapaliokas at kde.org
Wed Apr 2 09:17:22 UTC 2014


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
-------------- next part --------------
  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)'
-------------- next part --------------
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: error.log
Type: text/x-log
Size: 1817 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20140402/016ea42e/attachment.log>


More information about the Kde-frameworks-devel mailing list