Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KDE 3.2 'Rudi'
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3, ... 9, 10, 11  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
fusibou
Tux's lil' helper
Tux's lil' helper


Joined: 25 Mar 2003
Posts: 109

PostPosted: Mon Nov 03, 2003 9:39 pm    Post subject: Reply with quote

emerge sync

ACCEPT_KEYWORDS="~x86" emerge automake autoconf m4

edit /usr/portage/profiles/package.mask and remove masks for all kde beta1 ebuilds

Emerge the ebuilds ie.

************ update
Note: after my recent emerge sync I see there is a kde-3.2.0_beta1.ebuild in /usr/portage/kde-base/kde so you can simply use that instead of the junk below
************ update






**** OLD STUFF BELOW****

You can copy the following into a textfile called buildkde [note that there should only be *spaces* between each item, no hard returns]
chmod +x buildkde
./buildkde

*note* you can add a -p after the word emerge and save and run the file to see what emerge thinks it will do. If you are happy, edit the file to remove the -p and run again.

Code:

emerge
/usr/portage/kde-base/arts/arts-1.2.0_beta1.ebuild
/usr/portage/kde-base/kdeaccessibility/kdeaccessibility-3.2.0_beta1.ebuild /usr/portage/kde-base/kdelibs/kdelibs-3.2.0_beta1.ebuild /usr/portage/kde-base/kdebase/kdebase-3.2.0_beta1.ebuild /usr/portage/kde-base/kdesdk/kdesdk-3.2.0_beta1.ebuild /usr/portage/kde-base/kdegraphics/kdegraphics-3.2.0_beta1.ebuild /usr/portage/kde-base/kdenetwork/kdenetwork-3.2.0_beta1.ebuild /usr/portage/kde-base/kdemultimedia/kdemultimedia-3.2.0_beta1.ebuild /usr/portage/kde-base/kdepim/kdepim-3.2.0_beta1.ebuild /usr/portage/kde-base/kdegames/kdegames-3.2.0_beta1.ebuild /usr/portage/kde-base/kdeadmin/kdeadmin-3.2.0_beta1.ebuild /usr/portage/kde-base/kdetoys/kdetoys-3.2.0_beta1.ebuild /usr/portage/kde-base/kdeutils/kdeutils-3.2.0_beta1.ebuild /usr/portage/kde-base/kde-i18n/kde-i18n-3.2.0_beta1.ebuild


I am currently building.


Last edited by fusibou on Tue Nov 04, 2003 3:16 pm; edited 3 times in total
Back to top
View user's profile Send private message
BenjyD_UK
n00b
n00b


Joined: 03 Sep 2003
Posts: 44

PostPosted: Mon Nov 03, 2003 9:44 pm    Post subject: Reply with quote

Carlo wrote:
Yes, updating the autotools lets kdelibs compile, but...
Code:
checking for assembler support for IA32 extensions... MMX yes, SSE yes, SSE2 yes, 3DNOW yes

...I'm sure I didn't tweak my little Duron to support SSE2. 8O
Carlo


That's just checking for assembler support (whether the actual program itself can produce SSE2 code), not actual processor support. The checking for support of extended instruction sets is done at run time.
Back to top
View user's profile Send private message
Carlo
Developer
Developer


Joined: 12 Aug 2002
Posts: 3356

PostPosted: Mon Nov 03, 2003 10:30 pm    Post subject: Reply with quote

BenjyD_UK: Thanks. At some time I'll need to have a deeper look at these configure|make|install stuff.


Carlo
_________________
Please make sure that you have searched for an answer to a question after reading all the relevant docs.
Back to top
View user's profile Send private message
yodermk
Apprentice
Apprentice


Joined: 09 Jun 2003
Posts: 189
Location: Quito, Ecuador

PostPosted: Mon Nov 03, 2003 11:18 pm    Post subject: Reply with quote

Cool, I'm gonna try it! Thanks fusibou.

Emerging qt 3.2 now. Hopefully that won't screw up KDE 3.1, since there isn't a separate slot for it.
Back to top
View user's profile Send private message
thundersteele
Apprentice
Apprentice


Joined: 30 Aug 2003
Posts: 219

PostPosted: Tue Nov 04, 2003 12:35 am    Post subject: Reply with quote

some Problems here:

kdelibs + kdebase compiled on desktop, laptop still working

kdm not working correct, no login possible (I think I killed my config). How can I get it to use kdm 3.1.X instead of kdm beta? What I am doing now is renaming /usr/kde/3.2 to /usr/kde/3.0 to get old kdm, and then rerename it.

control center not working:
There aren't any options to choose. Instead, there is an menu called UNKNOWN in kicker that contains direct links to all configuration options, or at least many of them. I will see.

alpha2 has been better
Back to top
View user's profile Send private message
nsahoo
l33t
l33t


Joined: 17 Jul 2003
Posts: 618

PostPosted: Tue Nov 04, 2003 12:56 am    Post subject: Reply with quote

kdelib and kdebase done .. doing kdenetwork. To me thats the most important stuff.
Back to top
View user's profile Send private message
adriang
n00b
n00b


Joined: 29 Sep 2002
Posts: 49
Location: Vienna/Austria

PostPosted: Tue Nov 04, 2003 12:59 am    Post subject: Reply with quote

@thundersteele:

use
Code:
# genkdmconf --no-old
as root in order to restore the ability to log in...

i have the same problem with kcontrol, nothing inside but instead everything in "unknown". i hope this is a problem with old kde3.2alpha and kde3.1 which i will be unmerging as soon as i have kdemultimedia installed (i'm using kmix from 3.1). it seems the whole menu structure and storage of .desktop files is getting changed, and i think this is the reason why kcontrol doesn't work.

adrian
Back to top
View user's profile Send private message
shm
Advocate
Advocate


Joined: 09 Dec 2002
Posts: 2380
Location: Atlanta, Universe

PostPosted: Tue Nov 04, 2003 1:00 am    Post subject: Reply with quote

yodermk wrote:
Emerging qt 3.2 now. Hopefully that won't screw up KDE 3.1, since there isn't a separate slot for it.


Nope.. qt 2.3 works fine with kde 3.1.4 (and the perhaps-soon to be released 3.1.5)

qt 3.2 didn't work with 3.1.3 well however.
_________________
what up
Back to top
View user's profile Send private message
thundersteele
Apprentice
Apprentice


Joined: 30 Aug 2003
Posts: 219

PostPosted: Tue Nov 04, 2003 1:21 am    Post subject: Reply with quote

ok, kdm working now.

anyone knows how I can select in new kdm which version of kde to start?
Back to top
View user's profile Send private message
Edgaer
Tux's lil' helper
Tux's lil' helper


Joined: 01 Jul 2002
Posts: 145
Location: The Isle of the Sundered

PostPosted: Tue Nov 04, 2003 7:49 am    Post subject: Reply with quote

OK seriously, why are there *'s at the ends of dependancy lines? Like in the kdeaddons beta ebuild
Code:
newdepend "=kde-base/kdebase-${PV}*

All this is doing so far is making it so emerge chokes with failed deps. I'm editing my local copies mostly so I know it'll get done tonight, but I'd wager that other people wouldn't mind this being fixed.
_________________
--First General Edgaer
Hope is the last to die. Unlike the icq flower.
Back to top
View user's profile Send private message
nsahoo
l33t
l33t


Joined: 17 Jul 2003
Posts: 618

PostPosted: Tue Nov 04, 2003 7:55 am    Post subject: Reply with quote

nsahoo wrote:
kdelib and kdebase done .. doing kdenetwork. To me thats the most important stuff.

emerged and tried. but, iamalarryboy's cvs-builds seem more stable than this. :P
Back to top
View user's profile Send private message
bulletman
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jul 2002
Posts: 126

PostPosted: Tue Nov 04, 2003 2:23 pm    Post subject: Compile fails with kdemultimedia Reply with quote

I was able to get quite a bit to compile (running ~x86):

emerge kdelibs kdebase kdeadmin kdeartwork kdeedu kdegames kdegraphics kdemultimedia kdenetwork kdepim kdetoys kdeutils kdeaccessibility

and it failed with kdemultimedia. Anyone know why? I'm next going to try getting kdenetwork, kdepim, and kdeutils to compile.

plat_linux.c: In function `gen_get_volume':
plat_linux.c:743: warning: left-hand operand of comma expression has no effect
plat_linux.c:743: warning: left-hand operand of comma expression has no effect
plat_linux.c:743: warning: statement with no effect
make[4]: *** [plat_linux.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
rm: cannot remove `': Invalid argument
plat_svr4.c:28: warning: `plat_svr4_id' defined but not used
make[4]: Leaving directory `/var/tmp/portage/kdemultimedia-3.2.0_beta1/work/kdemultimedia-3.1.93/kscd/libwm'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.2.0_beta1/work/kdemultimedia-3.1.93/kscd/libwm'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdemultimedia-3.2.0_beta1/work/kdemultimedia-3.1.93/kscd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdemultimedia-3.2.0_beta1/work/kdemultimedia-3.1.93'
make: *** [all] Error 2

!!! ERROR: kde-base/kdemultimedia-3.2.0_beta1 failed.
!!! Function kde_src_compile, Line 137, Exitcode 2
!!! died running emake, kde_src_compile:make
_________________
Stephen

If your desktop gets out of control easily,
you probably have too much stuff on it that
doesn't need to be there.
Donna Smallin, "Unclutter Your Home"
Back to top
View user's profile Send private message
fusibou
Tux's lil' helper
Tux's lil' helper


Joined: 25 Mar 2003
Posts: 109

PostPosted: Tue Nov 04, 2003 2:39 pm    Post subject: Re: Compile fails with kdemultimedia Reply with quote

bulletman wrote:
and it failed with kdemultimedia. Anyone know why? I'm next going to try getting kdenetwork, kdepim, and kdeutils to compile.


I had the same problem and am compiling the rest too. Note that my emerge of kde 3.1.4 failed with kdemultimedia as well and I simply moved on to 3.2.0beta1. Did you successfully emerge 3.1.4?

Note also that there is now a kde-3.2.0_beta1.ebuild in /usr/portage/kde-base/kde if you emerge sync. I believe it has additional kde packages. Also, the arts package was updated by someone to beta1_r1 so I will try emerging the updated arts, then the new kde ebuild and see where it gets me.
Back to top
View user's profile Send private message
ravageNG
n00b
n00b


Joined: 29 Jul 2003
Posts: 46

PostPosted: Tue Nov 04, 2003 3:08 pm    Post subject: Worx now Reply with quote

Hi,

for me it works after:
- emerge arts beta-r1
- downgrading linux-headers to 2.4.19

But still a BIG problem:
KControl Center displays nothing :/
(also setting:/ in konqueror).
:?:
Back to top
View user's profile Send private message
fusibou
Tux's lil' helper
Tux's lil' helper


Joined: 25 Mar 2003
Posts: 109

PostPosted: Tue Nov 04, 2003 3:25 pm    Post subject: Re: Worx now Reply with quote

ravageNG wrote:
Hi,

for me it works after:
- emerge arts beta-r1
- downgrading linux-headers to 2.4.19

But still a BIG problem:
KControl Center displays nothing :/
(also setting:/ in konqueror).
:?:


I don't know what effect it has, but I get a lot of the following error during compiles of the kde components:

Code:

trying to create local folder: Permission denied
failed to create /root/.kde/share/config/
Back to top
View user's profile Send private message
Phemt
Apprentice
Apprentice


Joined: 05 Apr 2003
Posts: 242

PostPosted: Tue Nov 04, 2003 3:31 pm    Post subject: Reply with quote

Can't build kdebase!

/bin/sh ../../libtool --silent --mode=install /bin/install -c -p krootimage /home/giovanni/tmp/portage/kdebase-3.2.0_beta1/image//usr/kde/3.2/bin/krootimage
/bin/sh ../../libtool --silent --mode=install /bin/install -c -p genkdmconf /home/giovanni/tmp/portage/kdebase-3.2.0_beta1/image//usr/kde/3.2/bin/genkdmconf
/bin/sh ../../admin/mkinstalldirs /home/giovanni/tmp/portage/kdebase-3.2.0_beta1/image//usr/kde/3.2/lib/kde3
/bin/sh ../../libtool --silent --mode=install /bin/install -c -p kgreet_classic.la /home/giovanni/tmp/portage/kdebase-3.2.0_beta1/image//usr/kde/3.2/lib/kde3/kgreet_classic.la
libtool: install: warning: remember to run `libtool --finish /usr/kde/3.2/lib/kde3'
./genkdmconf --in /home/giovanni/tmp/portage/kdebase-3.2.0_beta1/image//usr/kde/3.2/share/config/kdm --face-src ./pics
Cannot create parent /home/giovanni of target directory /home/giovanni/tmp/portage/kdebase-3.2.0_beta1/image//usr/kde/3.2/share/config/kdm: Permission denied
make[4]: *** [install-data-local] Error 1
make[4]: Leaving directory `/home/giovanni/tmp/portage/kdebase-3.2.0_beta1/work/kdebase-3.1.93/kdm/kfrontend'
make[3]: *** [install-am] Error 2
make[3]: Leaving directory `/home/giovanni/tmp/portage/kdebase-3.2.0_beta1/work/kdebase-3.1.93/kdm/kfrontend'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/giovanni/tmp/portage/kdebase-3.2.0_beta1/work/kdebase-3.1.93/kdm/kfrontend'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/giovanni/tmp/portage/kdebase-3.2.0_beta1/work/kdebase-3.1.93/kdm'
make: *** [install-recursive] Error 1

!!! ERROR: kde-base/kdebase-3.2.0_beta1 failed.
!!! Function kde_src_install, Line 162, Exitcode 2
!!! died running make install, kde_src_install:make

this happens during the final installation
of kdebase (make install)!!
I use gcc stable (3.2.3r2) portage stable (2.0.49-r15)...everything stable...except kde and qt 3.2.2
:(
Back to top
View user's profile Send private message
fusibou
Tux's lil' helper
Tux's lil' helper


Joined: 25 Mar 2003
Posts: 109

PostPosted: Tue Nov 04, 2003 3:38 pm    Post subject: Reply with quote

Phemt wrote:
Can't build kdebase!
Cannot create parent /home/giovanni of target directory /home/giovanni/tmp/portage/kdebase-3.2.0_beta1/image//usr/kde/3.2/share/config/kdm: Permission denied
make[4]: *** [install-data-local] Error 1
:(


Looks like you are forgetting to su to root before you make install. I realize it's a little jerky for me to say this, but if you are hand-compiling vs. using Gentoo, it's not helping Gentoo packagers.
Back to top
View user's profile Send private message
Phemt
Apprentice
Apprentice


Joined: 05 Apr 2003
Posts: 242

PostPosted: Tue Nov 04, 2003 3:51 pm    Post subject: Reply with quote

fusibou wrote:
Phemt wrote:
Can't build kdebase!
Cannot create parent /home/giovanni of target directory /home/giovanni/tmp/portage/kdebase-3.2.0_beta1/image//usr/kde/3.2/share/config/kdm: Permission denied
make[4]: *** [install-data-local] Error 1
:(


Looks like you are forgetting to su to root before you make install. I realize it's a little jerky for me to say this, but if you are hand-compiling vs. using Gentoo, it's not helping Gentoo packagers.

no, no! I'm doing
emerge kdebase
As root of course (portage 2.0.49-r15)...
Back to top
View user's profile Send private message
fusibou
Tux's lil' helper
Tux's lil' helper


Joined: 25 Mar 2003
Posts: 109

PostPosted: Tue Nov 04, 2003 4:09 pm    Post subject: Reply with quote

Phemt wrote:

no, no! I'm doing
emerge kdebase
As root of course (portage 2.0.49-r15)...


Sorry. I was confused by the reference to "/home/giovanni" being in all the paths ie. it looked like you were installing as a user vs. as root. I don't understand why it is there. Maybe you have some special setup or ran the command in some way for that to happen?

I assume a df -h shows you have plenty of free hard disk space.
Back to top
View user's profile Send private message
Phemt
Apprentice
Apprentice


Joined: 05 Apr 2003
Posts: 242

PostPosted: Tue Nov 04, 2003 4:20 pm    Post subject: Reply with quote

fusibou wrote:
Phemt wrote:

no, no! I'm doing
emerge kdebase
As root of course (portage 2.0.49-r15)...


Sorry. I was confused by the reference to "/home/giovanni" being in all the paths ie. it looked like you were installing as a user vs. as root. I don't understand why it is there. Maybe you have some special setup or ran the command in some way for that to happen?

I assume a df -h shows you have plenty of free hard disk space.

/home/giovanni/tmp is set as portage tmp dir

df -h shows
/dev/hda1 / 21G free
/dev/hda2 /home 49 G free
Back to top
View user's profile Send private message
yodermk
Apprentice
Apprentice


Joined: 09 Jun 2003
Posts: 189
Location: Quito, Ecuador

PostPosted: Tue Nov 04, 2003 4:24 pm    Post subject: Reply with quote

RATS! Failed on kdeadmin, right after the configure step:

Code:
checking if kpackage should be compiled... yes
checking if ksysv should be compiled... yes
checking if kuser should be compiled... yes
checking if lilo-config should be compiled... yes
checking if secpolicy should be compiled... yes
configure: creating ./config.status

Good - your configure finished. Start make now


!!! ERROR: kde-base/kdeadmin-3.2.0_beta1 failed.
!!! Function kde_src_compile, Line 137, Exitcode 2
!!! died running emake, kde_src_compile:make
Back to top
View user's profile Send private message
fusibou
Tux's lil' helper
Tux's lil' helper


Joined: 25 Mar 2003
Posts: 109

PostPosted: Tue Nov 04, 2003 4:58 pm    Post subject: Reply with quote

I assume everyone who is having problems did

Code:

emerge sync
ACCEPT_KEYWORDS="~x86" emerge automake autoconf m4


before starting
Back to top
View user's profile Send private message
BenjyD_UK
n00b
n00b


Joined: 03 Sep 2003
Posts: 44

PostPosted: Tue Nov 04, 2003 4:59 pm    Post subject: kcontrol empty? Reply with quote

Has anyone managed to fix the kcontrol (and kinfo center) not displaying any items problem yet? Kcontrol runs fine, but the icon view and tree view are both empty.
Back to top
View user's profile Send private message
caleb
Developer
Developer


Joined: 02 Jun 2003
Posts: 404

PostPosted: Tue Nov 04, 2003 5:07 pm    Post subject: Re: kcontrol empty? Reply with quote

BenjyD_UK wrote:
Has anyone managed to fix the kcontrol (and kinfo center) not displaying any items problem yet? Kcontrol runs fine, but the icon view and tree view are both empty.


This is a problem for a lot of people with other distributions as well, as noted at dot.kde.org. I haven't seen any reports of a fix yet, but once there's one available I'll be sure to put it into portage.
Back to top
View user's profile Send private message
striscio
n00b
n00b


Joined: 30 Aug 2002
Posts: 23
Location: milano - italy

PostPosted: Tue Nov 04, 2003 5:28 pm    Post subject: Reply with quote

I'm waiting for good news about kcontrol bug ;-)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2, 3, ... 9, 10, 11  Next
Page 2 of 11

 
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