I just updated to the latest beta and now I cannot log in to KDE4.
When I put in my credentials, It starts login the process,
shows a brief splash of what I assume is the KDE dev team then goes to an error:
Call to Invsertemp failed (temporary directories full?). Check your installation.
If I click okay on the dialog I get dumped back at login screen.
I have tracked this issue to a section of code in startkde:
lnusertemp='kde4-config --path exe --locate lnusertemp'
if test -z "$lnusertemp"; then
echo 'startkde: ERROR: Could not locate lnusertemo in ''kde4-config --path exe' 1>&2
fi
Further analysis on kde4-config yields a problem.
When run from the shell the command:
kde4-config --path exe --locate lnusertemp
generates the following:
kde4-config: symbol lookup error: kde4-config: undefined symbol: _ZN16KSharedConfigPtrD1Ev