Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
can't emerge gnome
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
deeznuts
n00b
n00b


Joined: 20 Sep 2002
Posts: 2

PostPosted: Fri Sep 20, 2002 11:18 pm    Post subject: can't emerge gnome Reply with quote

I have been trying for days, but it gives the following errors:

Code:

localhost e # emerge gnome
Calculating dependencies ...done!
>>> emerge gnome-base/libgnome-2.0.5 to /

>>> Downloading http://www.ibiblio.org/gentoo/distfiles/libgnome-2.0.5.tar.bz2
--19:05:09--  http://www.ibiblio.org/gentoo/distfiles/libgnome-2.0.5.tar.bz2
           => `/usr/portage/distfiles/libgnome-2.0.5.tar.bz2'
Resolving www.ibiblio.org... done.
Connecting to www.ibiblio.org[152.2.210.81]:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/libgno
me-2.0.5.tar.bz2 [following]
--19:05:10--  http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/li
bgnome-2.0.5.tar.bz2
           => `/usr/portage/distfiles/libgnome-2.0.5.tar.bz2'
Connecting to www.ibiblio.org[152.2.210.81]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
19:05:10 ERROR 404: Not Found.


>>> Downloading mirror://gnome/2.0.1/sources/libgnome/libgnome-2.0.5.tar.bz2
mirror://gnome/2.0.1/sources/libgnome/libgnome-2.0.5.tar.bz2: Unsupported scheme
.
!!! Couldn't download libgnome-2.0.5.tar.bz2.  Aborting.
!!! emerge aborting on  /usr/portage/gnome-base/libgnome/libgnome-2.0.5.ebuild .


Looking at the mirrors, there seems to be no libgnome-2.0.5.tar.bz2. When I do a pretend, it shows the other files it would install and some aren't there as well. They are:

    gnome-base/gnome-applets-2.0.3
    gnome-base/eel-2.0.7
    gnome-base/nautilus-2.0.7
    gnome-extra/gnome2-user-docs-2.0.1


The only versions up are off by one (e.g., libgnome-2.0.4). Plus, I don't even see gnome-base/gnome-2.0.2-r1.tar.bz2. I'm a newbie, so any help will be much appreciated.
Back to top
View user's profile Send private message
ebrostig
Bodhisattva
Bodhisattva


Joined: 20 Jul 2002
Posts: 3152
Location: Orlando, Fl

PostPosted: Sat Sep 21, 2002 12:19 am    Post subject: Re: can't emerge gnome Reply with quote

deeznuts wrote:
I have been trying for days, but it gives the following errors:

Code:

localhost e # emerge gnome
Calculating dependencies ...done!
>>> emerge gnome-base/libgnome-2.0.5 to /

>>> Downloading http://www.ibiblio.org/gentoo/distfiles/libgnome-2.0.5.tar.bz2
--19:05:09--  http://www.ibiblio.org/gentoo/distfiles/libgnome-2.0.5.tar.bz2
           => `/usr/portage/distfiles/libgnome-2.0.5.tar.bz2'
Resolving www.ibiblio.org... done.
Connecting to www.ibiblio.org[152.2.210.81]:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/libgno
me-2.0.5.tar.bz2 [following]
--19:05:10--  http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/li
bgnome-2.0.5.tar.bz2
           => `/usr/portage/distfiles/libgnome-2.0.5.tar.bz2'
Connecting to www.ibiblio.org[152.2.210.81]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
19:05:10 ERROR 404: Not Found.


>>> Downloading mirror://gnome/2.0.1/sources/libgnome/libgnome-2.0.5.tar.bz2
mirror://gnome/2.0.1/sources/libgnome/libgnome-2.0.5.tar.bz2: Unsupported scheme
.
!!! Couldn't download libgnome-2.0.5.tar.bz2.  Aborting.
!!! emerge aborting on  /usr/portage/gnome-base/libgnome/libgnome-2.0.5.ebuild .


Looking at the mirrors, there seems to be no libgnome-2.0.5.tar.bz2. When I do a pretend, it shows the other files it would install and some aren't there as well. They are:

    gnome-base/gnome-applets-2.0.3
    gnome-base/eel-2.0.7
    gnome-base/nautilus-2.0.7
    gnome-extra/gnome2-user-docs-2.0.1


The only versions up are off by one (e.g., libgnome-2.0.4). Plus, I don't even see gnome-base/gnome-2.0.2-r1.tar.bz2. I'm a newbie, so any help will be much appreciated.


Ok, the first thing I would do here is:
emerge rsync
Then when it is finished, edit the package.mask file and unmask any packages that you have unmasked earlier.

Then I would suggest:
emerge -up world (This will show you which packages that needs to be update, if it shows you one or more, then run emerge -u worl)

Now you are ready to emerge gnome. If it still gives you the same errors, file a bug since the ebuild must be broken.

Erik
Back to top
View user's profile Send private message
deeznuts
n00b
n00b


Joined: 20 Sep 2002
Posts: 2

PostPosted: Sat Sep 21, 2002 12:24 pm    Post subject: Reply with quote

Quote:
Then I would suggest:
emerge -up world (This will show you which packages that needs to be update, if it shows you one or more, then run emerge -u worl)


It shows me a lot more than one! I really don't want to compile all those packages again nor see the need to do so. Is there some way I can tell portage to use the older versions, like libgnome-2.0.4 and nautilus-2.0.6? I don't think this will break any packages.

Oh, and I can't emerge mozilla. I get some something like:
!!! Error name couldn't be found in : net-www/mozilla-1.0-rc3
(don't quote me on that). I really like mozilla and can't stand using opera/netscape. :D Thanks!
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