Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge -uD world, trying to install the wrong things?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Slime15
n00b
n00b


Joined: 19 May 2004
Posts: 69

PostPosted: Wed May 26, 2004 9:17 pm    Post subject: emerge -uD world, trying to install the wrong things? Reply with quote

Hi, I was havin prob emergin quake1 so I decided to emerge -uD world, this is the first time I've done that since my install of the 2004.1 universal cd, I'm using gento-dev-sources and it gives me this error and I dont know how to make it omit the package, doing verbose and pretend dont say that its caused by any use flags... here it is...

Code:

>>> emerge (35 of 172) net-fs/openafs-1.2.10-r1 to /
>>> Downloading http://gentoo.oregonstate.edu/distfiles/openafs-1.2.10-src.tar.b z2
--09:32:21--  http://gentoo.oregonstate.edu/distfiles/openafs-1.2.10-src.tar.bz2
           => `/usr/portage/distfiles/openafs-1.2.10-src.tar.bz2'
Resolving gentoo.oregonstate.edu... 128.193.0.3
Connecting to gentoo.oregonstate.edu[128.193.0.3]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 10,343,261 [application/x-tar]
 
100%[====================================>] 10,343,261   141.51K/s    ETA 00:00
 
09:33:33 (140.98 KB/s) - `/usr/portage/distfiles/openafs-1.2.10-src.tar.bz2' sav ed [10343261/10343261]
 
>>> md5 src_uri ;-) openafs-1.2.10-src.tar.bz2
 
!!! ERROR: net-fs/openafs-1.2.10-r1 failed.
!!! Function pkg_setup, Line 30, Exitcode 0
!!! OpenAFS does not yet support 2.5 and 2.6 kernels
 
tux root # emerge unmerge --pretend openafs
 
>>> These are the packages that I would unmerge:
 
--- Couldn't find openafs to unmerge.
 
>>> unmerge: No packages selected for removal.
 
tux root # emerge --pretend --verbose -uD openafs
 
These are the packages that I would merge, in order:
 
Calculating dependencies ...done!
[ebuild  N    ] net-fs/openafs-1.2.10-r1   0 kB
 
Total size of downloads: 0 kB


plz help... dont know how to tell it not to do that one... :oops:
_________________
yay
Back to top
View user's profile Send private message
ikaro
Advocate
Advocate


Joined: 14 Jul 2003
Posts: 2527
Location: Denmark

PostPosted: Wed May 26, 2004 9:24 pm    Post subject: Reply with quote

try with: emerge -UDpv --tree world

then you can see which package wants to install that net-fs/openafs
once you remove the root of the problem, it wont bother you anymore.
_________________
linux: #232767
Back to top
View user's profile Send private message
Slime15
n00b
n00b


Joined: 19 May 2004
Posts: 69

PostPosted: Wed May 26, 2004 11:45 pm    Post subject: Reply with quote

ma 3,180 kB
[ebuild U ] gnome-base/librsvg-2.6.4 [2.4.0-r1] +doc +zlib 216 kB
[ebuild N ] dev-libs/libcroco-0.5.1 280 kB
[ebuild N ] net-analyzer/gnome-netstatus-2.6.0.1 407 kB
[ebuild U ] gnome-base/gnome-panel-2.6.0 [2.4.2] +doc 2,864 kB
[ebuild U ] gnome-base/gnome-desktop-2.6.0.1 [2.4.1.1] 1,052 kB
[ebuild U ] gnome-base/libgnomeprint-2.6.0 [2.4.2] +cups +doc 669 kB
[ebuild U ] x11-themes/gnome-themes-2.6.0 [2.4.1] 2,536 kB
[ebuild U ] x11-themes/gnome-icon-theme-1.2.0 [1.0.9] 2,654 kB
[ebuild N ] x11-themes/hicolor-icon-theme-0.4 24 kB
[ebuild U ] gnome-extra/gnome-system-monitor-2.6.0 [2.4.0] 583 kB
[ebuild U ] gnome-base/libgnomeui-2.6.0 [2.4.0.1] +doc +jpeg 1,421 kB
[ebuild N ] gnome-base/gnome-keyring-0.2.0 318 kB
[ebuild U ] gnome-base/libbonoboui-2.6.0 [2.4.3] +doc 896 kB
[ebuild U ] gnome-base/libgnome-2.6.0 [2.4.0] +doc 1,045 kB
[ebuild U ] gnome-base/gnome-vfs-2.6.0 [2.4.2-r1] +doc -ipv6 +samba +ssl 1,397 kB
[ebuild N ] net-fs/samba-3.0.2a-r2 +acl +cups -kerberos +ldap +mysql

does that mean if I unmerge samba, it will sove it and also... is samba necissary for anything important?
_________________
yay
Back to top
View user's profile Send private message
Slime15
n00b
n00b


Joined: 19 May 2004
Posts: 69

PostPosted: Wed May 26, 2004 11:46 pm    Post subject: Reply with quote

oh I've decided not to use kde, but I want to be able to run all my programs, if I unmerge kde will it stop programs I run in gnome from working? or is it safe :oops:
_________________
yay
Back to top
View user's profile Send private message
ikaro
Advocate
Advocate


Joined: 14 Jul 2003
Posts: 2527
Location: Denmark

PostPosted: Wed May 26, 2004 11:53 pm    Post subject: Reply with quote

sure go ahead and remove kde if you want :)

I dont think it will mess up your gnome setup.
you can do qpkg -I |grep kde > evil-packages
then you can check the file 'evil-packges' for stuff you dont want and emerge -C package-name


if you dont know what samba is, then you dont need it.
_________________
linux: #232767
Back to top
View user's profile Send private message
Slime15
n00b
n00b


Joined: 19 May 2004
Posts: 69

PostPosted: Wed May 26, 2004 11:55 pm    Post subject: Reply with quote

sweet, thnx dude, if i just emerge unmerge kde if I try to install stuff that needs qt then it will just emerge qt again right?

EDIT: WHOA samba isnt whats causin it...

tux root # emerge unmerge --pretend samba

>>> These are the packages that I would unmerge:

--- Couldn't find samba to unmerge.

>>> unmerge: No packages selected for removal.

EDIT: lmao, w00t, i just decided to unmerge kde, and it's unmerging samba, lmao
_________________
yay
Back to top
View user's profile Send private message
ikaro
Advocate
Advocate


Joined: 14 Jul 2003
Posts: 2527
Location: Denmark

PostPosted: Thu May 27, 2004 12:03 am    Post subject: Reply with quote

samba is listed as New package [ N ] so its not installed.
if you are going to use KDE apps ( qt ) then dont remove it. doesnt make sense if later you have to install it again ( takes ages... )


i cant see why UDpv wants to install samba ... but i guess something from either gnome or KDE needs it ..
and since i dont use gnome, kde or samba i cant help you with that.

You gotta sort out which package you installed that needs samba.
_________________
linux: #232767
Back to top
View user's profile Send private message
Slime15
n00b
n00b


Joined: 19 May 2004
Posts: 69

PostPosted: Thu May 27, 2004 12:28 am    Post subject: Reply with quote

damn, i cant find out wich one it is either, damn universal install!!!, oh well, once I get my geforce im prolly gonna reinstall off of a minimal cd anyway, have they fixed the !@#$ bug with the 2004.1 cds where it things my hda is hde, hen the portage snapshot things my hda is actually hda, but there is no hde in it and such... that's pretty janked... lol
_________________
yay
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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