Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problems with emerge gtk+
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
tgnb
Apprentice
Apprentice


Joined: 16 Apr 2002
Posts: 208
Location: New York, NY

PostPosted: Wed Jul 03, 2002 4:49 am    Post subject: problems with emerge gtk+ Reply with quote

here is the error message: (explanation to follow)

root@hal tgnb # emerge --update world
Calculating world dependencies ...done!
>>> emerge x11-libs/gtk+-2.0.5 to /
directfb
directfb

>>> Downloading http://mirrors.sunsite.dk/gentoo/distfiles/gtk+-directfb-2.0.5.tar.gz
--00:36:32-- http://mirrors.sunsite.dk/gentoo/distfiles/gtk+-directfb-2.0.5.tar.gz
=> `/usr/portage/distfiles/gtk+-directfb-2.0.5.tar.gz'
Resolving mirrors.sunsite.dk... done.
Connecting to mirrors.sunsite.dk[130.225.247.90]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
00:36:33 ERROR 404: Not Found.


>>> Downloading http://directfb.org/download/GTK+-DirectFB/gtk+-directfb-2.0.5.tar.gz
--00:36:33-- http://directfb.org/download/GTK+-DirectFB/gtk+-directfb-2.0.5.tar.gz
=> `/usr/portage/distfiles/gtk+-directfb-2.0.5.tar.gz'
Resolving directfb.org... done.
Connecting to directfb.org[212.84.236.3]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 8,483,687 [application/x-tar]

100%[=========================>] 8,483,687 151.31K/s

00:37:28 (151.31 KB/s) - `/usr/portage/distfiles/gtk+-directfb-2.0.5.tar.gz' saved [8483687/8483687]

!!! Couldn't download gtk+-directfb-2.0.5.tar.gz. Aborting.
!!! emerge aborting on /usr/portage/x11-libs/gtk+/gtk+-2.0.5.ebuild .
root@hal tgnb # emerge --update world
Calculating world dependencies ...done!
>>> emerge x11-libs/gtk+-2.0.5 to /
directfb
directfb
>>> Resuming download...

>>> Downloading http://mirrors.sunsite.dk/gentoo/distfiles/gtk+-directfb-2.0.5.tar.gz
--00:37:57-- http://mirrors.sunsite.dk/gentoo/distfiles/gtk+-directfb-2.0.5.tar.gz
=> `/usr/portage/distfiles/gtk+-directfb-2.0.5.tar.gz'
Resolving mirrors.sunsite.dk... done.
Connecting to mirrors.sunsite.dk[130.225.247.90]:80... connected.
HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable

The file is already fully retrieved; nothing to do.


>>> Downloading http://directfb.org/download/GTK+-DirectFB/gtk+-directfb-2.0.5.tar.gz
--00:37:57-- http://directfb.org/download/GTK+-DirectFB/gtk+-directfb-2.0.5.tar.gz
=> `/usr/portage/distfiles/gtk+-directfb-2.0.5.tar.gz'
Resolving directfb.org... done.
Connecting to directfb.org[212.84.236.3]:80... connected.
HTTP request sent, awaiting response... 416 Unknown

The file is already fully retrieved; nothing to do.

!!! Couldn't download gtk+-directfb-2.0.5.tar.gz. Aborting.
!!! emerge aborting on /usr/portage/x11-libs/gtk+/gtk+-2.0.5.ebuild .
root@hal tgnb #

=================================

i tried to:

emerge rsync
emerge --clean rsync
downloading from different servers
moving the .tar.gz file
movinf the .ebuild file
deleting the .tar.gz file
deleting the .ebuild file
using different mirrors
emerge gtk+
emerge --update system
unmerge gtk+

i have tried several different combinations of all of these. the bottom line is i always end up with the same errors as shown above :(
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20053

PostPosted: Wed Jul 03, 2002 4:53 am    Post subject: Re: problems with emerge gtk+ Reply with quote

tgnb wrote:
HTTP request sent, awaiting response... 404 Not Found
00:36:33 ERROR 404: Not Found.

You aren't having any other network errors? What version of portage are you using?
Versions after 2.04 seem to be having some problems.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Wed Jul 03, 2002 4:56 am    Post subject: Reply with quote

The file changed on the server without the ebuild being updated. Portage thinks the file isn't fully downloaded (because of the size listed in the digest fle), so it keeps trying to re-download. Delete the respective digest file, run "ebuild /usr/portage/x11-libs/gtk+/gtk+-2.0.5.ebuild digest" to regenerate it, and try emerging again.

Also, file a bug about it.
_________________
I don't believe in witty sigs.
Back to top
View user's profile Send private message
tgnb
Apprentice
Apprentice


Joined: 16 Apr 2002
Posts: 208
Location: New York, NY

PostPosted: Wed Jul 03, 2002 4:57 am    Post subject: network errors? Reply with quote

can you specify what you mean by network errors? AFAIK i have no other network errors. emerge --update world emerged a few packages sucessfully prior to this, in particular emerge --update system went flawlessly.

Portage 2.0.9
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20053

PostPosted: Wed Jul 03, 2002 4:59 am    Post subject: Re: network errors? Reply with quote

tgnb wrote:
can you specify what you mean by network errors? AFAIK i have no other network errors. emerge --update world emerged a few packages sucessfully prior to this, in particular emerge --update system went flawlessly.

Portage 2.0.9
Ignore me... pay attention to delta407 :D I think I'll just keep my mouth shut when it comes to portage problems.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
tgnb
Apprentice
Apprentice


Joined: 16 Apr 2002
Posts: 208
Location: New York, NY

PostPosted: Wed Jul 03, 2002 5:01 am    Post subject: silly question Reply with quote

where is the respective digest file?
And do i have to include anything more than my original post into the bug report? (sorry i never reported one yet)
Back to top
View user's profile Send private message
tgnb
Apprentice
Apprentice


Joined: 16 Apr 2002
Posts: 208
Location: New York, NY

PostPosted: Wed Jul 03, 2002 5:02 am    Post subject: speed Reply with quote

support here is lightning fast. so far the life of this thread is what? 13 minutes :)
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Wed Jul 03, 2002 5:07 am    Post subject: Reply with quote

Code:
# rm /usr/portage/x11-libs/gtk+/files/digest-gtk+-2.0.5


Sorry for the slow response, had to update my avatar.
_________________
I don't believe in witty sigs.
Back to top
View user's profile Send private message
tgnb
Apprentice
Apprentice


Joined: 16 Apr 2002
Posts: 208
Location: New York, NY

PostPosted: Wed Jul 03, 2002 5:12 am    Post subject: compiling now Reply with quote

Its compiling now thanks for your help.
Is there a crash course tutorial on reporting bugs for gentoo somewhere?
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Wed Jul 03, 2002 5:12 am    Post subject: Reply with quote

Okay, here's full instructions (easier, too). Delete the digest file, add FEATURES="digest sandbox" to your /etc/make.conf, and emerge gtk+. It will download the necessary files and regenerate the digest as necessary. It should compile and install without incident, at which point you can remove that line from /etc/make.conf and go about your daily life.

:D
_________________
I don't believe in witty sigs.
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Wed Jul 03, 2002 5:14 am    Post subject: Reply with quote

Okay, disregard the instructions. ;)

Crash course is to be as helpful as possible, giving the information that can help the developers solve bugs. So, in this case, give the package name (x11-libs/gtk+-2.0.5) and state the problem (digest file does not reflect the download on the official server). Beyond that, you might also want to include a link to this thread.

Have fun. :D
_________________
I don't believe in witty sigs.
Back to top
View user's profile Send private message
tgnb
Apprentice
Apprentice


Joined: 16 Apr 2002
Posts: 208
Location: New York, NY

PostPosted: Wed Jul 03, 2002 5:18 am    Post subject: okay Reply with quote

bug 4467 filed :)
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