Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3208 - ebuilder-0.4-r1.ebuild doesn't download correctly
Summary: ebuilder-0.4-r1.ebuild doesn't download correctly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: George Shapovalov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-29 22:14 UTC by Bob Waskosky
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bob Waskosky 2002-05-29 22:14:29 UTC
ebuild aborts with the following message...

 emerge ebuilder
Calculating dependencies ...done!
>>> emerge dev-util/ebuilder-0.4-r1 to /

>>> Downloading http://www.ibiblio.org/gentoo/distfiles/ebuilder-0.4.tar.gz
--22:10:20--  http://www.ibiblio.org/gentoo/distfiles/ebuilder-0.4.tar.gz
           => `/usr/portage/distfiles/ebuilder-0.4.tar.gz'
Resolving www.ibiblio.org... done.
Connecting to www.ibiblio.org[152.2.210.81]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 23,346 [application/x-tar]

100%[====================================>] 23,346        68.26K/s    ETA 00:00

22:10:20 (68.26 KB/s) - `/usr/portage/distfiles/ebuilder-0.4.tar.gz' saved
[23346/23346]


>>> Downloading http://www.disinformation.ca/gentoo/ebuilder-0.4.tar.gz
--22:10:20--  http://www.disinformation.ca/gentoo/ebuilder-0.4.tar.gz
           => `/usr/portage/distfiles/ebuilder-0.4.tar.gz.1'
Resolving www.disinformation.ca... done.
Connecting to www.disinformation.ca[24.64.63.20]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 23,346 [application/x-tar]

100%[====================================>] 23,346        64.77K/s    ETA 00:00

22:10:21 (64.77 KB/s) - `/usr/portage/distfiles/ebuilder-0.4.tar.gz.1' saved
[23346/23346]

!!! Couldn't download ebuilder-0.4.tar.gz.  Aborting.
!!! emerge aborting on  /usr/portage/dev-util/ebuilder/ebuilder-0.4-r1.ebuild .

### also if I run emerge ebuilder it will try to download ebuilder-0.4.tar.gz.2
....etc
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-05-30 20:19:12 UTC
what happens if you do:

rm /usr/portage/distfiles/ebuilder*
emerge ebuilder 

?
Comment 2 Bob Waskosky 2002-05-30 21:20:05 UTC
the error I posted was pasted right after doing that...
rm /usr/portage/distfiles/ebuilder*
Comment 3 George Shapovalov (RETIRED) gentoo-dev 2002-06-04 04:03:26 UTC
Looks like digest file is broken.
I deleted old one and then it unpacked and built fine.
I'll do some more tests and if ebuilder works will correct the digest and close
this bug.

George
Comment 4 George Shapovalov (RETIRED) gentoo-dev 2002-06-06 03:37:32 UTC
tar.gz file on server still has the same size (different from what is in
digest). It downloads and unpacks/gets installed fine with modified digest. 
Updated digest in cvs, closing this bug.

George