Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42457 - bcel-5.1
Summary: bcel-5.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 42626
  Show dependency tree
 
Reported: 2004-02-22 02:07 UTC by Margus
Modified: 2004-03-16 08:34 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 Margus 2004-02-22 02:07:51 UTC
margus root # ACCEPT_KEYWORDS="~x86" emerge -ukv bcel
Calculating dependencies ...done!
>>> emerge (1 of 1) dev-java/bcel-5.1 to /
>>> Downloading ftp://ftp.ccs.neu.edu/net/mirrors/Apache/dist/jakarta/bcel/source/bcel-5.1-src.tar.gz
--12:02:45--  ftp://ftp.ccs.neu.edu/net/mirrors/Apache/dist/jakarta/bcel/source/bcel-5.1-src.tar.gz
           => `/usr/portage/distfiles/bcel-5.1-src.tar.gz'
Resolving ftp.ccs.neu.edu... 129.10.116.80
Connecting to ftp.ccs.neu.edu[129.10.116.80]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /net/mirrors/Apache/dist/jakarta/bcel/source ... done.
==> PASV ... done.    ==> RETR bcel-5.1-src.tar.gz ... done.

    [                                                                                                         <=>       ] 12,634,761   515.22K/s

12:03:13 (496.43 KB/s) - `/usr/portage/distfiles/bcel-5.1-src.tar.gz' saved [12634761]


!!! File is corrupt or incomplete. (Digests do not match)
>>> our recorded digest: c9ebfa7373eb4416e590205fd0005039
>>>  your file's digest: 31ebbd7738325c775bd3ad5ce90dc263
!!! File does not exist: /usr/portage/distfiles//bcel-5.1-src.tar.gz


---

ebuild /usr/portage/distfiles/bcel-5.1-src.tar.gz digest

does't help, file is totaly different.

bcel is one of my world's files
Comment 1 Chris Aniszczyk (RETIRED) gentoo-dev 2004-02-22 09:58:28 UTC
Digests should be fixed now in portage, thanks!
Comment 2 Margus 2004-02-22 12:22:58 UTC
digest was not the proflem, file inside is differend, so i gues that there is differend file whit same name that the old one or there is other think wrong. don't know and can't figure it out.
Comment 3 Chris Aniszczyk (RETIRED) gentoo-dev 2004-02-22 14:04:31 UTC
emerge sync, this should be fixed in portage now.
Comment 4 JN 2004-02-22 18:15:32 UTC
Hi,

I've been experiencing the same symptoms, however, sync'ing portage and re-emerging bcel does not solve the problem.  I've just sync'd portage against "rsync://rsync.gentoo.org/gentoo-portage" and still receive an MD5 checksum conflict.

There appear to be multiple versions of the bcel-5.1-src.tar.gz tarball in existence (all with different MD5 checksums).  Some of the bcel tarballs I've located equate to:
o  15d8b23f3ed9a772aabf0301116ca164
o  31ebbd7738325c775bd3ad5ce90dc263
o  c9ebfa7373eb4416e590205fd0005039

But none of them match the "eac2149db7da6c0abcf2637db7936320" checksum in portage.  As a matter of fact, I can't find a bcel tarball with checksum anywhere...

Anyways, here's the build output...

Cheers,
John.

>ACCEPT_KEYWORDS="~x86" emerge ant-optional bcel
Calculating dependencies ...done!
>>> emerge (1 of 1) dev-java/bcel-5.1 to /

!!! File is corrupt or incomplete. (Digests do not match)
>>> our recorded digest: eac2149db7da6c0abcf2637db7936320
>>>  your file's digest: 15d8b23f3ed9a772aabf0301116ca164
!!! File does not exist: /usr/portage/distfiles//bcel-5.1
Comment 5 Chris Aniszczyk (RETIRED) gentoo-dev 2004-02-22 18:31:45 UTC
This seems like an apache issue then... if noone minds I will set it up so it only downloads from one mirror... this will solve the problem I think as apache's servers dont seem to sync.
Comment 6 Margus 2004-02-22 21:28:32 UTC
tar -xvzf /usr/portage/distfiles/bcel-5.1-src.tar.gz
bcel-5.1-src.zip
bcel-5.1.tar.gz
bcel-5.1.zip
home/rdonkin/release.tar.gz

i think thows 4 files isn't correct files, bcel-5.1-src.tar.gz with checksums
"31ebbd7738325c775bd3ad5ce90dc263" is only one that i have got, and i have search throw all apache mirror servers.
Comment 7 Chris Aniszczyk (RETIRED) gentoo-dev 2004-02-23 13:58:52 UTC
It should be fixed in portage now. Give it about 30-60 mins for the rsync servers to get it.
Comment 8 Vidar Skjelanger 2004-02-25 13:46:35 UTC
Problem is still there. I emerge sync'ed now and still get this:

Calculating dependencies ...done!
>>> emerge (1 of 1) dev-java/bcel-5.1 to /

!!! File is corrupt or incomplete. (Digests do not match)
>>> our recorded digest: 31ebbd7738325c775bd3ad5ce90dc263
>>>  your file's digest: 15d8b23f3ed9a772aabf0301116ca164
!!! File does not exist: /usr/portage/distfiles//bcel-5.1-src.tar.gz
Comment 9 Margus 2004-02-25 21:05:56 UTC
i did deleted the file and reloaded it just in case, and it should work for you to.

sorry for bad english i have.
Comment 10 Vidar Skjelanger 2004-02-26 08:08:11 UTC
Still the same problem here. Is it something I'm doing wrong?

emerge sync
emerge bcel

is what I do. Something else that needs to be done?
Comment 11 Margus 2004-02-26 08:59:21 UTC
rm /usr/portage/distfiles/bcel-5.1-src.tar.gz
emerge bcel

so first you remove (rm = remove, thik you know that :]) old bcel source file from your hd and then emerge it.

emerge sync isn't necessary because your portage is up to date.

hope this will help
Comment 12 Vidar Skjelanger 2004-02-26 12:26:56 UTC
I still get the same error, but this time along with some (hopefully) relevant information:

Calculating dependencies ...done!
>>> emerge (1 of 1) dev-java/bcel-5.1 to /
>>> Downloading http://212.219.247.14/sites/www.ibiblio.org/gentoo/distfiles/bcel-5.1-src.tar.gz
--19:02:13--  http://212.219.247.14/sites/www.ibiblio.org/gentoo/distfiles/bcel-5.1-src.tar.gz
           => `/usr/portage/distfiles/bcel-5.1-src.tar.gz'
>>> Downloading ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo/distfiles/bcel-5.1-src.tar.gz
--19:02:13--  ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo/distfiles/bcel-5.1-src.tar.gz
           => `/usr/portage/distfiles/bcel-5.1-src.tar.gz'
Resolving ftp.snt.utwente.nl... 130.89.175.1
Connecting to ftp.snt.utwente.nl[130.89.175.1]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /pub/os/linux/gentoo/distfiles ... done.
==> PASV ... done.    ==> RETR bcel-5.1-src.tar.gz ... done.
Length: 269,706 (unauthoritative)

100%[===========================================>] 269,706       34.00K/s    ETA 00:00

19:02:22 (35.69 KB/s) - `/usr/portage/distfiles/bcel-5.1-src.tar.gz' saved [269706]

>>> Resuming download...
>>> Downloading http://trumpetti.atm.tut.fi/gentoo/distfiles/bcel-5.1-src.tar.gz
--19:02:22--  http://trumpetti.atm.tut.fi/gentoo/distfiles/bcel-5.1-src.tar.gz
           => `/usr/portage/distfiles/bcel-5.1-src.tar.gz'
Resolving trumpetti.atm.tut.fi... 130.230.54.100
Connecting to trumpetti.atm.tut.fi[130.230.54.100]:80... connected.
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/bcel-5.1-src.tar.gz'.

>>> Resuming download...
>>> Downloading http://gentoo.linux.no/distfiles/bcel-5.1-src.tar.gz
--19:02:23--  http://gentoo.linux.no/distfiles/bcel-5.1-src.tar.gz
           => `/usr/portage/distfiles/bcel-5.1-src.tar.gz'
Resolving gentoo.linux.no... 193.201.220.90
Connecting to gentoo.linux.no[193.201.220.90]:80... connected.
HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable

    The file is already fully retrieved; nothing to do.

>>> Resuming download...
>>> Downloading ftp://ftp.epix.net/pub/apache/jakarta/bcel/source/bcel-5.1-src.tar.gz
--19:02:27--  ftp://ftp.epix.net/pub/apache/jakarta/bcel/source/bcel-5.1-src.tar.gz
           => `/usr/portage/distfiles/bcel-5.1-src.tar.gz'
Resolving ftp.epix.net... failed: Host not found.
>>> Resuming download...
>>> Downloading ftp://ftp.oregonstate.edu/pub/apache/jakarta/bcel/source/bcel-5.1-src.tar.gz
--19:02:47--  ftp://ftp.oregonstate.edu/pub/apache/jakarta/bcel/source/bcel-5.1-src.tar.gz
           => `/usr/portage/distfiles/bcel-5.1-src.tar.gz'
Resolving ftp.oregonstate.edu... 128.193.0.3
Connecting to ftp.oregonstate.edu[128.193.0.3]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /pub/apache/jakarta/bcel/source ... done.
==> SIZE bcel-5.1-src.tar.gz ... done.
==> PASV ... done.    ==> REST 269706 ... done.
==> RETR bcel-5.1-src.tar.gz ... done.
Length: 12,634,761 [12,365,055 to go]

100%[===========================================>] 12,634,761    22.15K/s    ETA 00:00

19:14:11 (18.09 KB/s) - `/usr/portage/distfiles/bcel-5.1-src.tar.gz' saved [12634761]


!!! File is corrupt or incomplete. (Digests do not match)
>>> our recorded digest: 31ebbd7738325c775bd3ad5ce90dc263
>>>  your file's digest: 15d8b23f3ed9a772aabf0301116ca164
!!! File does not exist: /usr/portage/distfiles//bcel-5.1-src.tar.gz

Comment 13 Vidar Skjelanger 2004-03-16 06:09:39 UTC
The problem still exists.
Comment 14 Chris Aniszczyk (RETIRED) gentoo-dev 2004-03-16 07:56:09 UTC
rm /usr/portage/distfiles/bcel-*
emerge sync
emerge bcel

It should go away.
Comment 15 Vidar Skjelanger 2004-03-16 08:34:50 UTC
Yep, this time it finally worked! Thanks! :)