View previous topic :: View next topic |
Author |
Message |
raid517 l33t

Joined: 06 Mar 2003 Posts: 946
|
Posted: Mon Oct 06, 2003 7:01 pm Post subject: Weird portage Digest Errors??? |
|
|
I get these a lot, can anyone tell me what they mean and how to resolve them? They persist even after I do an emerge update...
Code: | 19:55:22 (6.84 KB/s) - `/usr/portage/distfiles/wine-20030911-misc.tar.bz2' saved [4925/4925]
>>> md5 src_uri ;-) Wine-20030911.tar.gz
>>> md5 src_uri ;-) wine-20030911-xopenfont.patch
>>> md5 src_uri ;-) wine-20030911-fake_windows.tar.bz2
!!! File is corrupt or incomplete. (Digests do not match)
>>> our recorded digest: b629202e9983e301daca512f01ddbbb0
>>> your file's digest: 6eac13c76d723f5d00457204f0bb1472
!!! File does not exist: /usr/portage/distfiles//wine-20030911-misc.tar.bz2
bash-2.05b# |
Also while I'm on the subject of portage (hopefully I can get these last few snags finally cleared up) after updating several packages I always get a message saying something along the lines of:
Code: | Regenerating GNU info directory index...
install-info: menu item `Bash' already exists, for file `bash'
* Processed 77 info files; 1 errors. |
It seems like a small error and it probably is, but it's no less anoying if it happens any time I emerge a significant amount of packages.
Any input anyone can offer on either of these errors would be much appreciated.
Q |
|
Back to top |
|
 |
henjin n00b

Joined: 08 Oct 2003 Posts: 5
|
|
Back to top |
|
 |
ikaro Advocate


Joined: 14 Jul 2003 Posts: 2526 Location: Denmark
|
Posted: Wed Oct 08, 2003 4:14 pm Post subject: |
|
|
same thing happens with 0.9.2 mplayer _________________ linux: #232767 |
|
Back to top |
|
 |
ikaro Advocate


Joined: 14 Jul 2003 Posts: 2526 Location: Denmark
|
Posted: Wed Oct 08, 2003 11:41 pm Post subject: |
|
|
 _________________ linux: #232767 |
|
Back to top |
|
 |
mta n00b


Joined: 02 Jun 2003 Posts: 28 Location: Australia
|
Posted: Tue Oct 21, 2003 10:17 am Post subject: |
|
|
thanks Henjin, that fixed the problem for me too. |
|
Back to top |
|
 |
BanditJax n00b

Joined: 24 Oct 2003 Posts: 5
|
Posted: Fri Oct 24, 2003 6:52 am Post subject: Portage Errors Portage 2.0.49-r15 |
|
|
emerge -V gives, (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.20-gentoo-r5)
I am having various portage errors. Perhaps I am just a Gentoo newb (I have been using it for almost a year now, but I admit I haven't dug deeply into the intracacies of the portage system).
I am getting digest errors on quite a few ebuilds, also failure to download dependencies. Is this normal, seems to only be happening recently to me with a new laptop I setup.
09:31:02 (5.23 KB/s) - `/usr/portage/distfiles/libnet.tar.gz' saved [210621/210621]
!!! File is corrupt or incomplete. (Digests do not match)
>>> our recorded digest: ddf53f0f484184390e8c2a1bd0853667
>>> your file's digest: b46e650d9d0e7ad5ef9439c7cd281922
!!! File does not exist: /usr/portage/distfiles//libnet.tar.gz
Hrmm, rm'd the distfiles copy, dl new copy without error, still have a MD5 mismatch.
>>> emerge (1 of media-libs/pdflib-4.0.3-r1 to /
>>> Downloading http://www.pdflib.com/pdflib/download/PHP-4.3.0/pdf.c
--08:47:39-- http://www.pdflib.com/pdflib/download/PHP-4.3.0/pdf.c
=> `/usr/portage/distfiles/pdf.c'
Resolving www.pdflib.com... done.
Connecting to www.pdflib.com[212.227.87.212]:80... connected.
HTTP request sent, awaiting response... 404
08:47:44 ERROR 404: (no description).
!!! Couldn't download pdf.c. Aborting.
>>> emerge (1 of 1) net-ftp/lftp-2.6.5 to /
>>> Downloading http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-2.6.5.tar.bz2
--09:54:28-- http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-2.6.5.tar.bz2
=> `/usr/portage/distfiles/lftp-2.6.5.tar.bz2'
Resolving ftp.yars.free.net... done.
Connecting to ftp.yars.free.net[193.233.48.66]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
09:54:35 ERROR 404: Not Found.
!!! Couldn't download lftp-2.6.5.tar.bz2. Aborting.
So I guess the question is, is this a normal problem and I just haven't run it to it much before? Can I just manually install the portion of the dependencies for an ebuild (my guess is that portage wants to see the actual ebuild installed and not just the fileset for the dependency) Can I tell portage to just skip the dependency that is failing? (since I know I wont be using that portion of the code anyway...)
What about these ebuilds where no mirrors seem to be finding the file?
Is it just that the ebuilds get stale as far as the location for the download? |
|
Back to top |
|
 |
BanditJax n00b

Joined: 24 Oct 2003 Posts: 5
|
Posted: Fri Oct 24, 2003 7:22 am Post subject: perhaps this will work |
|
|
For the pdf.c problem, I know that I wont be using that code so I decided to just put a stub package in by using emerge inject. Perhaps there is a better way to get around an ebuild dependency, but this is the first thing I found from going thru the man pages.... |
|
Back to top |
|
 |
ikaro Advocate


Joined: 14 Jul 2003 Posts: 2526 Location: Denmark
|
Posted: Fri Oct 24, 2003 7:30 am Post subject: |
|
|
ive also read somehere, that using Code: | emerge -f <package> | and then emerge package helps too.
at least that fixed the problem i had with mplayer.
ps: -f = fetches the package first ( downloads it ) _________________ linux: #232767 |
|
Back to top |
|
 |
BanditJax n00b

Joined: 24 Oct 2003 Posts: 5
|
Posted: Fri Oct 24, 2003 9:29 am Post subject: |
|
|
emerge -f just forces it to download all the dependencies without actually doing anything.
The problem with libnet appears to be that the MD5's don't match. It downloads it just fine, so probably the tarball has been changed recently. What I am trying to emerge is tcptraceroute, which appears to have a dependency on an older version of libnet. When I emerge the latest libnet, tcptraceroute still attempts to get the older version which has the MD5 digest mismatch.
I am about to abandon the emerge process for tcptraceroute and just install the damned libnet and tcptraceroute source, then compile it manually. I like hping2 also, but sometimes it's nice to have the older tcptraceroute on hand. |
|
Back to top |
|
 |
DecoR Tux's lil' helper


Joined: 09 Jul 2003 Posts: 85 Location: Oslo, Norway
|
Posted: Thu Nov 27, 2003 1:25 am Post subject: Wierd.. |
|
|
Really wierd...
I also had the same problem with mplayer.
What worked for me:
then,
and finaly
Henrik. _________________ Don't you feel rimeligOK!?
www.rimeligok.no |
|
Back to top |
|
 |
|