Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge KDE using package CD
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Matrim
n00b
n00b


Joined: 17 Jun 2004
Posts: 10
Location: Bulgaria

PostPosted: Fri Jun 18, 2004 11:14 pm    Post subject: emerge KDE using package CD Reply with quote

Hi there, sorry for asking but I'm absolutelly new to Gentoo (and to Linux in a way) but could somebody tell me how for humanity's sake I could be able to emerge KDE (and the other required stuff) using the package CD and not downloading it ??? Cause everything needed is onto that CD ! Thanks in advance :x
Back to top
View user's profile Send private message
Shan
Guru
Guru


Joined: 04 Nov 2003
Posts: 558
Location: /dev/null

PostPosted: Sat Jun 19, 2004 3:53 am    Post subject: Reply with quote

Its in the Gentoo-handbook (under "Optional: Install GRP Packages") see also "man emerge"



Quote:
Optional: Install GRP Packages

Important: This part is for GRP users only. Other users should skip this part and continue with Where to go from here?.


Now that your system is booted, log on as the user you created (for instance, john) and use su - to gain root privileges:

Code Listing 6: Gaining root privileges

Code:
$ su -
Password: (Enter your root password)



Now we need to change the Portage configuration to look for the prebuilt binaries from the second CD (Gentoo Packages CD). First mount this CD:

Code Listing 7: Mount the Packages CD

(Put the Gentoo Packages CD in the CD tray)
Code:
# mount /mnt/cdrom


Now configure Portage to use /mnt/cdrom for its prebuilt packages:

Code Listing 8: Configuring Portage to use /mnt/cdrom

Code:
# ls /mnt/cdrom


(If there is a /mnt/cdrom/packages directory:)
Code:
# export PKGDIR="/mnt/cdrom/packages"


(Otherwise:)
Code:
# export PKGDIR="/mnt/cdrom"




Now install the packages you want. The Packages CD contains several prebuilt binaries, for instance KDE:

Code Listing 9: Installing KDE

Code:
# USE="bindist" emerge --usepkg kde

[/code]
_________________
{ NO -U } { STRIP }
{ TINY }
Back to top
View user's profile Send private message
pakoraman
n00b
n00b


Joined: 16 Jun 2004
Posts: 25

PostPosted: Sat Jun 19, 2004 6:42 am    Post subject: doesnt work Reply with quote

Im having the same exact problem. I tried what you suggested even though I had tried it prior and I got this message as I always get.

Code:

Calculating dependencies ...done!
>>> emerge (1 of 86) net-print/cups-1.1.20-r1 to /
>>> Downloading http://gentoo.oregonstate.edu/distfiles/cups-1.1.20-source.tar.bz2
--21:32:26-- http://distro.ibiblio.org/pub/Linux/distributions/gentoo/distiles/cups-1.1.20-source.tar.bz2
=> '/usr/portage/distfiles/cups-1.1.20-source.tar.bz2'
Resolving distro.ibiblio.org... failed: Temporary failure in name resolution.
>>> Downloading ftp://ftp.easysw.com/pub/cups/1.1.20/cups-1.1.20-source.tar.bz2
--21:32:26- ftp://ftp.easysw.com/pub/cups/1.1.20/cups-1.1.20-source.tar.bz2
=> '/usr/portage/distfiles/cups-1.1.20-source.tar.bz2'
Resolving ftp.easysw.com... failed: Temporary failure in name resolution.
!!! Couldn't download cups-1.1.20-cource.tar.bz2. Aborting.



I HAVE NO WAY TO ACCESS THE INTERNET! How do I install KDE off of the freaking packages disk![/code]
Back to top
View user's profile Send private message
Shan
Guru
Guru


Joined: 04 Nov 2003
Posts: 558
Location: /dev/null

PostPosted: Sat Jun 19, 2004 6:56 am    Post subject: Reply with quote

Odd. Are you using a portage tree from the install disks or did you get an updated one somehwere? If the portage version is updated after your package disk, the emerge process wont work (It wont install an older stable if a newer stable is available).

Try using 'emerge --usepkgonly kde' and see what it does, or 'emerge --usepkgonly kde.x.y.z' (EG the specific version that comes with your packages disk)

if that fails try copying the binary packages files into /usr/portage/distfiles and going at it again.
_________________
{ NO -U } { STRIP }
{ TINY }
Back to top
View user's profile Send private message
pakoraman
n00b
n00b


Joined: 16 Jun 2004
Posts: 25

PostPosted: Sat Jun 19, 2004 7:19 am    Post subject: positive outlook Reply with quote

its doing things that it hasnt before!!!

Things look promising :)

I'll be back to report either a successful update or a total failure!



wish me luck!
Back to top
View user's profile Send private message
pakoraman
n00b
n00b


Joined: 16 Jun 2004
Posts: 25

PostPosted: Sat Jun 19, 2004 7:37 am    Post subject: success!? Reply with quote

I used the command

emerge --usepkgonly kde

and um... it emerged all 85 segments in about 20 minutes!??!

is that right?

right now it brought me back to the text based linux promp.... how the heck do I load kde? Did it even install right? I read posts where its supposed to take an insane amount of time to install it.. but it took me 20 minutes.. something doesnt seem right!
Back to top
View user's profile Send private message
pakoraman
n00b
n00b


Joined: 16 Jun 2004
Posts: 25

PostPosted: Sat Jun 19, 2004 7:59 am    Post subject: :( Reply with quote

i dont know if it freaking installed or not but i type in startkde and then it says "starting kde"

then it goes into a loop and scrolls this


kpersonalizer: cannot connect to X server


it scrolls that over and over and I have to shut off the computer in order to quit... wtf man I just want to get KDE to work not be the president or anything! SHEESH!
Back to top
View user's profile Send private message
ralph
Advocate
Advocate


Joined: 02 Mar 2003
Posts: 2001
Location: Hamburg

PostPosted: Sat Jun 19, 2004 8:04 am    Post subject: Reply with quote

Hit Ctrl+C to stop it and take a look at the desktop guide:
http://www.gentoo.org/doc/en/desktop.xml
_________________
The computer can't tell you the emotional story. It can give you the exact mathematical design, but what's missing is the eyebrows.
- Frank Zappa
Back to top
View user's profile Send private message
Shan
Guru
Guru


Joined: 04 Nov 2003
Posts: 558
Location: /dev/null

PostPosted: Sat Jun 19, 2004 8:14 am    Post subject: Re: :( Reply with quote

pakoraman wrote:
i dont know if it freaking installed or not but i type in startkde and then it says "starting kde"

then it goes into a loop and scrolls this


kpersonalizer: cannot connect to X server


it scrolls that over and over and I have to shut off the computer in order to quit... wtf man I just want to get KDE to work not be the president or anything! SHEESH!


You've got to set X (the server) to automatically run KDM so you can login. The desktop guide that Ralph linked will show you how, but for a quick test, running 'kdm' as root should atleast get you a graphical login.
_________________
{ NO -U } { STRIP }
{ TINY }
Back to top
View user's profile Send private message
pakoraman
n00b
n00b


Joined: 16 Jun 2004
Posts: 25

PostPosted: Sat Jun 19, 2004 9:06 am    Post subject: how Reply with quote

how can I set up X Server if I have no connection to the Internet :cry:
Back to top
View user's profile Send private message
ralph
Advocate
Advocate


Joined: 02 Mar 2003
Posts: 2001
Location: Hamburg

PostPosted: Sat Jun 19, 2004 9:12 am    Post subject: Re: how Reply with quote

pakoraman wrote:
how can I set up X Server if I have no connection to the Internet :cry:


The X Server is allready installed with emerging kde.
_________________
The computer can't tell you the emotional story. It can give you the exact mathematical design, but what's missing is the eyebrows.
- Frank Zappa
Back to top
View user's profile Send private message
pakoraman
n00b
n00b


Joined: 16 Jun 2004
Posts: 25

PostPosted: Sat Jun 19, 2004 9:41 am    Post subject: how Reply with quote

how do I install kde off of the packages cd!?!??!!
Back to top
View user's profile Send private message
Shan
Guru
Guru


Joined: 04 Nov 2003
Posts: 558
Location: /dev/null

PostPosted: Sat Jun 19, 2004 9:47 am    Post subject: Re: how Reply with quote

pakoraman wrote:
how do I install kde off of the packages cd!?!??!!


Didn't we just go over this? I even gave the applicable section from the gentoo handbook
_________________
{ NO -U } { STRIP }
{ TINY }
Back to top
View user's profile Send private message
ralph
Advocate
Advocate


Joined: 02 Mar 2003
Posts: 2001
Location: Hamburg

PostPosted: Sat Jun 19, 2004 9:53 am    Post subject: Re: how Reply with quote

pakoraman wrote:
how do I install kde off of the packages cd!?!??!!


You allready did!!! Or you wouldn't have startkde on your machine.
_________________
The computer can't tell you the emotional story. It can give you the exact mathematical design, but what's missing is the eyebrows.
- Frank Zappa
Back to top
View user's profile Send private message
Matrim
n00b
n00b


Joined: 17 Jun 2004
Posts: 10
Location: Bulgaria

PostPosted: Sat Jun 19, 2004 1:22 pm    Post subject: Reply with quote

Thanks Shan ! I forgot to take a look at the handbook although it was in front of me (stupid me !). That way it took me about 15-20 min.

Hey pakoraman, have you tried startx not startkde ?
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
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