Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69623 (acpitool-ebuild-size) - emerge --fetchonly acpitool doesn't work
Summary: emerge --fetchonly acpitool doesn't work
Status: VERIFIED NEEDINFO
Alias: acpitool-ebuild-size
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Karol Wojtaszek (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-31 07:34 UTC by Amol Hatwar
Modified: 2005-04-30 02:51 UTC (History)
0 users

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 Amol Hatwar 2004-10-31 07:34:25 UTC
emerging acpitool doesn't work. I guess there's a file-size issue at work here. The size of the file mentioned in the ebuild and the actual file are different... emerge thinks of re-downloading/appending to the download... which it shouldn't be doing

Reproducible: Always
Steps to Reproduce:
1. emerge --fetchonly acpitool
-- OR --
2. emerge acpitool
Actual Results:  
emerge tries to download the file from other servers but fails
Comment 1 Eric Brown 2004-10-31 08:02:13 UTC
I have some problems doing emerge -f acpitool also:

HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable

Continued download failed on this file, which conflicts with `-c'.
Refusing to truncate existing file `/usr/portage/distfiles/acpitool-0.2.5.tar.bz2'.

!!! Couldn't download acpitool-0.2.5.tar.bz2. Aborting.

!!! Fetch for /usr/portage/app-laptop/acpitool/acpitool-0.2.5.ebuild failed, continuing...



!!! Some fetch errors were encountered.  Please see above for details.
Comment 2 Daniel Black (RETIRED) gentoo-dev 2004-11-02 00:08:47 UTC
>>> emerge (1 of 1) app-laptop/acpitool-0.2.5 to /
>>> Downloading http://freeunix.dyndns.org:8088/ftp_site/pub/unix/acpitool/acpitool-0.2.5.tar.bz2
--17:37:42--  http://freeunix.dyndns.org:8088/ftp_site/pub/unix/acpitool/acpitool-0.2.5.tar.bz2
           => `/usr/portage/distfiles/acpitool-0.2.5.tar.bz2'
Resolving freeunix.dyndns.org... 81.83.48.213
Connecting to freeunix.dyndns.org[81.83.48.213]:8088... connected.
HTTP request sent, awaiting response... 200 OK
Length: 93,076 [application/x-tar]

100%[======================================================>] 93,076        36.89K/s

17:37:45 (36.81 KB/s) - `/usr/portage/distfiles/acpitool-0.2.5.tar.bz2' saved [93076/93076]
Comment 3 Mariusz Pękala 2004-11-17 02:40:44 UTC
I confirm the fetch errors.
After an emerge sync the files are:

lisa acpitool # head -n 99 files/digest-acpitool-0.2.5 Manifest 
==> files/digest-acpitool-0.2.5 <==
MD5 f2eb5d22ecab92ba1becc174f117201f acpitool-0.2.5.tar.bz2 93109

==> Manifest <==
MD5 d03b88a96127f3ac231b5cd6398767ab acpitool-0.2.5.ebuild 672
MD5 451558bb29ca9b5038f0f8f6497dbe23 ChangeLog 355
MD5 8629d3ef30ef3be4b273182406eef4f2 metadata.xml 224
MD5 cd058eea0858dbfa56c7d1eb5e2ff195 files/digest-acpitool-0.2.5 66


lisa distfiles #  wget http://freeunix.dyndns.org:8088/ftp_site/pub/unix/acpitool/acpitool-0.2.5.tar.bz2
--10:37:54--  http://freeunix.dyndns.org:8088/ftp_site/pub/unix/acpitool/acpitool-0.2.5.tar.bz2
           => `acpitool-0.2.5.tar.bz2'
Translacja freeunix.dyndns.org... 81.83.88.249
&#321;&#261;czenie si&#281; z freeunix.dyndns.org[81.83.88.249]:8088... po&#322;&#261;czono.
&#379;&#261;danie HTTP wys&#322;ano, oczekiwanie na odpowied&#378;... 200 OK
D&#322;ugo&#347;&#263;: 93,076 [application/x-tar]

100%[============================================================================>] 93,076        52.72K/s             

10:37:56 (52.56 KB/s) - zapisano `acpitool-0.2.5.tar.bz2' [93076/93076]

lisa distfiles # md5sum acpitool-0.2.5.tar.bz2 
5e439d1f0f4f458127479500c06db8f6  acpitool-0.2.5.tar.bz2

So, the downloaded file does not match the md5 sum stored in the digest - not only the size.
Comment 4 Karol Wojtaszek (RETIRED) gentoo-dev 2004-11-18 11:47:00 UTC
Fixed in CVS, changed file from bz2 to gz and hit it to distfiles. Please check is everything ok.
Comment 5 Karol Wojtaszek (RETIRED) gentoo-dev 2005-04-30 02:51:47 UTC
Closing.