
Code: Select all
macunaima ~ # cd /usr/local/portage/
macunaima portage # svn co http://genkdesvn.svn.sourceforge.net/svnroot/genkdesvn/kde4-stable/

What do you want with this?Maleita wrote:Code: Select all
macunaima ~ # cd /usr/local/portage/ macunaima portage # svn co http://genkdesvn.svn.sourceforge.net/svnroot/genkdesvn/kde4-stable/
i dont understand it tooMaleita napisał:
Kod:
macunaima ~ # cd /usr/local/portage/
macunaima portage # svn co http://genkdesvn.svn.sourceforge.net/sv ... e4-stable/
What do you want with this?
Layman does this automatically...
Tobi

By default you should find it under the menu point "session"anthrax_ wrote:i dont understand it tooMaleita napisał:
Kod:
macunaima ~ # cd /usr/local/portage/
macunaima portage # svn co http://genkdesvn.svn.sourceforge.net/sv ... e4-stable/
What do you want with this?
Layman does this automatically...
Tobi, i only ask about running kde 4 using kdm, because i don't know how to do that

Code: Select all
kwin(12394) KWin::checkGLError: GL error ( PostPaint ): 0x "500"
kwin(12394) KWin::checkGLError: GL error ( PostPaint ): 0x "500"
kwin(12394) KWin::checkGLError: GL error ( PostPaint ): 0x "500"
kwin(12394) KWin::checkGLError: GL error ( PostPaint ): 0x "500"
kwin(12394) KWin::checkGLError: GL error ( PostPaint ): 0x "500"
...
Code: Select all
#!/bin/sh
eval `dbus-launch --auto-syntax`
# don't show non-KDE4 applications for now
export XDG_DATA_DIRS="/usr/local/share:/usr/share:/usr/kde/3.9/share"
export KDEDIR="/usr/kde/3.9"
export KDEDIRS="$KDEDIR"
export PATH="$KDEDIR/libexec:$KDEDIR/bin:$PATH"
export KDEHOME="$HOME/.kde4"
if test -z "$LD_LIBRARY_PATH" ; then
export LD_LIBRARY_PATH="$KDEDIR/lib"
else
export LD_LIBRARY_PATH="$KDEDIR/lib:$LD_LIBRARY_PATH"
fi
export LDPATH="$KDEDIR/lib:$LDPATH"
startkdeCode: Select all
[Desktop Entry]
Encoding=UTF-8
Type=XSession
Exec=/usr/bin/kde4
TryExec=/usr/bin/kde4
Name=KDE 4 Preview
Comment=KDE 4 test buildCode: Select all
[ 36%] Building CXX object kig/CMakeFiles/kigpart.dir/kig/kig_view.o
/var/tmp/portage/kde-base/kdeedu-9999.4/work/kdeedu-9999.4/kig/kig/../modes/base_mode.h:42: warning: 'virtual void BaseMode::midClicked(QMouseEvent*, KigWidget*)' was hidden
/var/tmp/portage/kde-base/kdeedu-9999.4/work/kdeedu-9999.4/kig/kig/../modes/normal.h:38: warning: by 'virtual void NormalMode::midClicked(const QPoint&, KigWidget&)'
/var/tmp/portage/kde-base/kdeedu-9999.4/work/kdeedu-9999.4/kig/kig/../modes/base_mode.h:44: warning: 'virtual void BaseMode::rightClicked(QMouseEvent*, KigWidget*)' was hidden
/var/tmp/portage/kde-base/kdeedu-9999.4/work/kdeedu-9999.4/kig/kig/../modes/normal.h:39: warning: by 'virtual void NormalMode::rightClicked(const std::vector<ObjectHolder*, std::allocator<ObjectHolder*> >&, const QPoint&, KigWidget&)'
/var/tmp/portage/kde-base/kdeedu-9999.4/work/kdeedu-9999.4/kig/kig/../modes/base_mode.h:45: warning: 'virtual void BaseMode::mouseMoved(QMouseEvent*, KigWidget*)' was hidden
/var/tmp/portage/kde-base/kdeedu-9999.4/work/kdeedu-9999.4/kig/kig/../modes/normal.h:41: warning: by 'virtual void NormalMode::mouseMoved(const std::vector<ObjectHolder*, std::allocator<ObjectHolder*> >&, const QPoint&, KigWidget&, bool)'
Linking CXX shared module ../lib/libkigpart.so
[ 36%] Built target kigpart
make: *** [all] Error 2
*
* ERROR: kde-base/kdeedu-9999.4 failed.
* Call stack:
* ebuild.sh, line 1735: Called dyn_compile
* ebuild.sh, line 891: Called qa_call 'src_compile'
* ebuild.sh, line 35: Called src_compile
* environment, line 3232: Called kde4-base_src_compile
* environment, line 2347: Called kde4-base_src_make
* environment, line 2403: Called cmake-utils_src_make
* environment, line 864: Called die
* The specific snippet of code:
* emake || diefunc "$FUNCNAME" "$LINENO" "$?" "Make failed!";
* The die message:
* Make failed!
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/kde-base/kdeedu-9999.4/temp/build.log'.

Above is no error included. Please post a larger part of the output or tell make to use -j1.albright wrote:Everything compiles **except** kdeedu, where I get this cryptic
error:
anyone have any idea what is going wrong? TIA,Code: Select all
[ 36%] Building CXX object kig/CMakeFiles/kigpart.dir/kig/kig_view.o /var/tmp/portage/kde-base/kdeedu-9999.4/work/kdeedu-9999.4/kig/kig/../modes/base_mode.h:42: warning: 'virtual void BaseMode::midClicked(QMouseEvent*, KigWidget*)' was hidden /var/tmp/portage/kde-base/kdeedu-9999.4/work/kdeedu-9999.4/kig/kig/../modes/normal.h:38: warning: by 'virtual void NormalMode::midClicked(const QPoint&, KigWidget&)' /var/tmp/portage/kde-base/kdeedu-9999.4/work/kdeedu-9999.4/kig/kig/../modes/base_mode.h:44: warning: 'virtual void BaseMode::rightClicked(QMouseEvent*, KigWidget*)' was hidden /var/tmp/portage/kde-base/kdeedu-9999.4/work/kdeedu-9999.4/kig/kig/../modes/normal.h:39: warning: by 'virtual void NormalMode::rightClicked(const std::vector<ObjectHolder*, std::allocator<ObjectHolder*> >&, const QPoint&, KigWidget&)' /var/tmp/portage/kde-base/kdeedu-9999.4/work/kdeedu-9999.4/kig/kig/../modes/base_mode.h:45: warning: 'virtual void BaseMode::mouseMoved(QMouseEvent*, KigWidget*)' was hidden /var/tmp/portage/kde-base/kdeedu-9999.4/work/kdeedu-9999.4/kig/kig/../modes/normal.h:41: warning: by 'virtual void NormalMode::mouseMoved(const std::vector<ObjectHolder*, std::allocator<ObjectHolder*> >&, const QPoint&, KigWidget&, bool)' Linking CXX shared module ../lib/libkigpart.so [ 36%] Built target kigpart make: *** [all] Error 2 * * ERROR: kde-base/kdeedu-9999.4 failed. * Call stack: * ebuild.sh, line 1735: Called dyn_compile * ebuild.sh, line 891: Called qa_call 'src_compile' * ebuild.sh, line 35: Called src_compile * environment, line 3232: Called kde4-base_src_compile * environment, line 2347: Called kde4-base_src_make * environment, line 2403: Called cmake-utils_src_make * environment, line 864: Called die * The specific snippet of code: * emake || diefunc "$FUNCNAME" "$LINENO" "$?" "Make failed!"; * The die message: * Make failed! * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/kde-base/kdeedu-9999.4/temp/build.log'.
I had the same problem. I use KDE and this method fixed it up for me (as long as I remember to select a Custom instead of svn).gimpel wrote:I start it like this... using GDM though
That way $PATH and $XDG_DATA from kde3 and kde4 don't mix up, and settings are written to ~/.kde4.
/usr/bin/kde4:/usr/share/xsessions/kde4.desktop:Code: Select all
#!/bin/sh eval `dbus-launch --auto-syntax` # don't show non-KDE4 applications for now export XDG_DATA_DIRS="/usr/local/share:/usr/share:/usr/kde/3.9/share" export KDEDIR="/usr/kde/3.9" export KDEDIRS="$KDEDIR" export PATH="$KDEDIR/libexec:$KDEDIR/bin:$PATH" export KDEHOME="$HOME/.kde4" if test -z "$LD_LIBRARY_PATH" ; then export LD_LIBRARY_PATH="$KDEDIR/lib" else export LD_LIBRARY_PATH="$KDEDIR/lib:$LD_LIBRARY_PATH" fi export LDPATH="$KDEDIR/lib:$LDPATH" startkdeTo start KDE4 apps in KDE3 i do it like shown here:Code: Select all
[Desktop Entry] Encoding=UTF-8 Type=XSession Exec=/usr/bin/kde4 TryExec=/usr/bin/kde4 Name=KDE 4 Preview Comment=KDE 4 test build
http://gimpel.ath.cx/blog/articles/kde4 ... entoo.html

OK and thanks earthwing - there was no error message so I put -j1Above is no error included. Please post a larger part of the output or tell make to use -j1.
Code: Select all
[ 61%] Building C object kstars/kstars/indi/CMakeFiles/indi_celestron_gps.dir/base64.o
/var/tmp/portage/kde-base/kdeedu-9999.4/work/kdeedu-9999.4/kstars/kstars/indi/base64.c:248: warning: initialization discards qualifiers from pointer target type
Linking CXX executable indi_celestron_gps
CMakeFiles/indi_celestron_gps.dir/libs/indicom.o: In function `extractISOTime':
/var/tmp/portage/kde-base/kdeedu-9999.4/work/kdeedu-9999.4/kstars/kstars/indi/libs/indicom.c:78: undefined reference to `ln_get_date_from_tm'
collect2: ld returned 1 exit status
make[2]: *** [kstars/kstars/indi/indi_celestron_gps] Error 1
make[1]: *** [kstars/kstars/indi/CMakeFiles/indi_celestron_gps.dir/all] Error 2
make: *** [all] Error 2


Try zooming back in with the corner control thing in the upper right of the background tile that has the taskbar.Maleita wrote:http://img139.imageshack.us/img139/1206/messob5.png
what is happens here....??
