Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Kde 3.1 Error: Can not compile/install kdebase
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
gunman
n00b
n00b


Joined: 16 Jun 2002
Posts: 20
Location: Germany

PostPosted: Thu Jan 30, 2003 9:37 am    Post subject: Kde 3.1 Error: Can not compile/install kdebase Reply with quote

hi,
i can not compile kde 3.1: Error always accure with kdebase (after 2 hours compiling):
(gentoo 1.4_rc1)

any tipp?
thanx gunnar

[...]
make[1]: Entering directory `/var/tmp/portage/kdebase-3.1/work/kdebase-3.1'
make[2]: Entering directory `/var/tmp/portage/kdebase-3.1/work/kdebase-3.1'
/bin/sh ./admin/mkinstalldirs /var/tmp/portage/kdebase-3.1/image//usr/kde/3.1/bin
/bin/install -c -p startkde /var/tmp/portage/kdebase-3.1/image//usr/kde/3.1/bin/startkde



*************** Important *************************

Add /usr/kde/3.1/bin to your PATH

Please report bugs with our web form at
http://bugs.kde.org.

Stephan Kulow <coolo@kde.org> and all the KDE
developers wish you fun with the KDE.
****************************************************

make[2]: Leaving directory `/var/tmp/portage/kdebase-3.1/work/kdebase-3.1'
make[1]: Leaving directory `/var/tmp/portage/kdebase-3.1/work/kdebase-3.1'
/usr/sbin/ebuild.sh: /usr/portage/kde-base/kdebase/files/3.1/startkde-3.1-gentoo.diff: Input/output error

!!! ERROR: kde-base/kdebase-3.1 failed.
!!! Function src_install, Line -378, Exitcode 1
!!! (no error message)
Back to top
View user's profile Send private message
gunman
n00b
n00b


Joined: 16 Jun 2002
Posts: 20
Location: Germany

PostPosted: Thu Jan 30, 2003 2:19 pm    Post subject: hier ist die lösung Reply with quote

hallo,
hier die lösung:

trotz mehrmaligen emerge rsync war die datei /usr/portage/kde-base/kdebase/files/3.1/startkde-3.1-gentoo.diff nicht auf meiner platte.

habe diesen text als startkde-3.1-gentoo.diff gespeichert. danach lief es.
gunnar

--- startkde 2002-11-30 19:58:15.000000000 +0200
+++ startkde 2003-01-27 23:19:26.000000000 +0200
@@ -1,12 +1,33 @@
-#!/bin/sh
+#!/bin/sh --login
#
-# DEFAULT KDE STARTUP SCRIPT ( KDE-3.1 )
+# GENTOO CUSTOMIZED KDE STARTUP SCRIPT ( KDE-3.1 )
#

# When the X server dies we get a HUP signal from xinit. We must ignore it
# because we still need to do some cleanup.
trap 'echo GOT SIGHUP' HUP

+# Gentoo part:
+export PATH="_KDEDIR_/bin:${PATH}"
+export KDEDIR="_KDEDIR_"
+export KDEDIRS="_KDEDIR_:/usr" # do NOT add env.d's KDEDIRS
+
+# handle ~/.kde* dirs - separate ones for separate KDEs
+cd ~
+[ -d .kde ] && /bin/mv .kde .kde.backup
+if [ ! -e .kde3.1 ]; then
+ if [ -e .kde3 ]; then
+ /bin/cp -r .kde3 .kde3.1
+ else
+ /bin/mkdir .kde3.1
+ fi
+fi
+/bin/ln -sf .kde3.1 .kde
+
+#export KDEHOME="${HOME}/.kdecvs"
+
+# Gentoo part ends
+
# Boot sequence:
#
# kdeinit is used to fork off processes which improves memory usage
@@ -29,12 +50,12 @@
# especially necessary on slow machines, where starting KDE takes one or two
# minutes until anything appears on the screen.
#
-# Set the background to plain grey.
+# Set the background to cyan (Gentoo version change).
# The standard X background is nasty, causing moire effects and exploding
# people's heads. We use colours from the standard KDE palette for those with
# palettised displays.

-test "$XDM_MANAGED" || bkg="-solid #C0C0C0"
+test "$XDM_MANAGED" || bkg="-solid #5477A0"
xsetroot -cursor_name left_ptr $bkg

# The user's personal KDE directory is usually ~/.kde, but this setting
@@ -140,7 +161,11 @@
fi

# the splashscreen and progress indicator
-ksplash
+if [ -n "$KSPLASH" ]; then
+ $KSPLASH
+else
+ ksplash
+fi

# We set LD_BIND_NOW to increase the efficiency of kdeinit.
# kdeinit unsets this variable before loading applications.
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Thu Jan 30, 2003 4:19 pm    Post subject: Reply with quote

Please post in German only in the German forums.

Moving to German forums.
_________________
"I'm just very selective about the reality I choose to accept." -- Calvin
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum