Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
fuzz
Tux's lil' helper
Tux's lil' helper


Joined: 23 Apr 2002
Posts: 93

PostPosted: Tue Apr 30, 2002 3:54 pm    Post subject: emerge problem Reply with quote

When I try to emerge blackbox I get the error

Code:
>>> emerge x11-wm/blackbox-0.62.1-r2 to /
>>> Download http:/www.ibiblio.org/gentoo/destfiles/blackbox-0.62.1.tar.gz
--06:33:41-- http:/www.ibiblio.org/gentoo/distfiles/blackbox-0.62.1.tar.gz
    =>'/usr/portage/distfiles/blackbox-0.62.1.tar.gz'
Resolving www.ibiblio.org... faild:host not found.

>>> Download http:/prdownloads.sourceforge.net/blackboxwm/blackbox-0.62.1.tar.gz
--06:33:41-- http:/prdownloads.sourceforge.net/blackboxwm/blackbox-0.62.1.tar.gz
    =>'/usr/portage/distfiles/blackbox-0.62.1.tar.gz'
Resolving prdownloads.sourceforge.net... faild:host not found.

!!! couldn't download blackbox-0.62.1-tar.gz
!!! emerge aborting on /usr/portage/x11-wm/blackbox/blackbox-0.62.1-r2.ebuild


Is there a way to fix this it happens when I try emerge enything else too
Back to top
View user's profile Send private message
tod
Developer
Developer


Joined: 17 Apr 2002
Posts: 136
Location: Ozarks, USA

PostPosted: Tue Apr 30, 2002 4:11 pm    Post subject: Reply with quote

Hi!

1. is your network connection up?

2. Have you configured /etc/resolv.conf
Back to top
View user's profile Send private message
fuzz
Tux's lil' helper
Tux's lil' helper


Joined: 23 Apr 2002
Posts: 93

PostPosted: Tue Apr 30, 2002 4:23 pm    Post subject: Reply with quote

yes and yes it's was done during installation
Back to top
View user's profile Send private message
rachaef
n00b
n00b


Joined: 19 Apr 2002
Posts: 39
Location: Vienna/Austria/Europe

PostPosted: Tue Apr 30, 2002 7:57 pm    Post subject: Reply with quote

Well, either your name server is unreachable at the moment or the resolve couldn't be done because of some problem in your system. If the former is the case, maybe you should just try again later or use another nameserver. Otherwise - are you using some kind of firewall? When exactly did this problem appear for the first time and can you think of something, that has changed on your system short time before?
Back to top
View user's profile Send private message
fuzz
Tux's lil' helper
Tux's lil' helper


Joined: 23 Apr 2002
Posts: 93

PostPosted: Tue Apr 30, 2002 8:56 pm    Post subject: Reply with quote

It happened right after I install gentoo and loged in for the first time. It hasn't work from the begining. I use to work with the old version of gentoo, but I tryed installing that again and that didn't work to well. 1.1a is the only one that now installes correctly, and emerge doesn't work.
Back to top
View user's profile Send private message
Guest






PostPosted: Tue May 07, 2002 2:56 pm    Post subject: Reply with quote

It happened to me too. This is a sourceforge fault.
The have switched to some kind of mirror system. Every download you make is a 5-8K html page.
The page requests you to set your preferred mirror.
The easy solution seems to edit your local ebuilds to point some sf mirror.
Back to top
AutoBot
l33t
l33t


Joined: 22 Apr 2002
Posts: 968
Location: Usually Out

PostPosted: Tue May 07, 2002 3:38 pm    Post subject: Reply with quote

Or you could just emerge fluxbox instead, kinda like blackbox++ :)
_________________
This message self destructed a long time ago.
Back to top
View user's profile Send private message
spendabuck
Apprentice
Apprentice


Joined: 28 Apr 2002
Posts: 256

PostPosted: Tue May 07, 2002 3:48 pm    Post subject: emerge Reply with quote

I'm having the same problem too when I do an emerge kde or gnome. it starts downloading then stops and then I get the ERROR 404: not found. I didn't have that problem the day before when I installed gentoo
Back to top
View user's profile Send private message
Guest






PostPosted: Tue May 07, 2002 4:06 pm    Post subject: Reply with quote

OK. I repeat: THIS IS A SOURCEFORGE FAULT.

Some of the files to be fetched do not reside on ibiblio (I do not know why).

Then, emerge will look at the "original" source to get the file.

The original source for most of the files is prdownloads.sourceforge.net

And it no longer allows "Direct" downloads. What all you download is a redirector HTML page (named gqview-x.y.z.tar.gz)

I think ibiblio mirror tries to download them, and when the MD5 sum does not match, it erases the files... I am not sure :(

You can edit the .ebuild files to point to
ftp://ftp.sourceforge.net/pub/sourceforge/projectname/projectname-version.tbz2
(or whatever) to "temporaryly" fix the problem. -- by the way my name is Sukru
Back to top
spendabuck
Apprentice
Apprentice


Joined: 28 Apr 2002
Posts: 256

PostPosted: Tue May 07, 2002 4:21 pm    Post subject: Reply with quote

ok Sukru how do I edit the ebuild files or should I say which ebuild files? and don't get mad.
Back to top
View user's profile Send private message
Guest






PostPosted: Tue May 07, 2002 4:26 pm    Post subject: Reply with quote

It happened to me for gqview (you may have already guessed).

The ebuild file is in
/usr/portage/media-gfx/gqview

To find which .ebuild file to edit
emerge --pretend gqview

For *ME* it's gqview-1.0.2-r1.ebuild
vi gqview-1.0.2-r1.ebuild

You'll see SRC_URL="..." at some place near top.
It starts with http://prdownloads.sourceforge.net/...
I did change it to ftp://ftp.sourceforge.net/pub/sourceforge/gqview/${P}.tar.gz
(I only changed the beginningof the URL. {$P} is part of the script.)
Back to top
Guest






PostPosted: Tue May 07, 2002 4:29 pm    Post subject: Reply with quote

WARNING: Don't forget to remove
/usr/portage/distfiles/gqview-*

Otherwise, it try to "resume" the file. That will be no helpful.
Back to top
spendabuck
Apprentice
Apprentice


Joined: 28 Apr 2002
Posts: 256

PostPosted: Tue May 07, 2002 4:54 pm    Post subject: Reply with quote

thanks
Back to top
View user's profile Send private message
friedmud
Apprentice
Apprentice


Joined: 18 Apr 2002
Posts: 258
Location: Austin, TX USA

PostPosted: Tue May 07, 2002 8:37 pm    Post subject: Or Reply with quote

You could make an entry in your "hosts" file that points prdownloads.sourceforge.net to the ip of one of the mirrors.

Derek
Back to top
View user's profile Send private message
fuzz
Tux's lil' helper
Tux's lil' helper


Joined: 23 Apr 2002
Posts: 93

PostPosted: Tue May 07, 2002 10:32 pm    Post subject: Reply with quote

thanks for all your help all is going great now
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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