Unix Technical Forum

perl-cleaner-1.03 probs?

This is a discussion on perl-cleaner-1.03 probs? within the Gentoo Linux Support forums, part of the Unix Operating Systems category; --> I am trying to emerge -auvD world but I'm having problems with perl-cleaner-1.03. I've repeatedly tried to get it, ...


Go Back   Unix Technical Forum > Unix Operating Systems > Gentoo Linux Support

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-21-2008, 11:30 AM
Durk van Veen
 
Posts: n/a
Default perl-cleaner-1.03 probs?

I am trying to emerge -auvD world but I'm having problems with
perl-cleaner-1.03. I've repeatedly tried to get it, but either the sites
that emerge goes to time out, or when I do get a copy of the file, the MD5
check fails. Any ideas?

Thanks!

Durk


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-21-2008, 11:30 AM
Rick Born
 
Posts: n/a
Default Re: perl-cleaner-1.03 probs?

I am having the same issue, at first the FTP download site seemed to be down
but now I am getting a message saying it was trying to resume the download
but the file had already completely been retrieved...... bummer right in the
middle of an emerge -e system too.


"Durk van Veen" <nospamplz@example.com> wrote in message
news:WOPdg.177735$bm6.70231@fed1read04...
>I am trying to emerge -auvD world but I'm having problems with
>perl-cleaner-1.03. I've repeatedly tried to get it, but either the sites
>that emerge goes to time out, or when I do get a copy of the file, the MD5
>check fails. Any ideas?
>
> Thanks!
>
> Durk
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-21-2008, 11:30 AM
Chris Head
 
Posts: n/a
Default Re: perl-cleaner-1.03 probs?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Don't forget "emerge --resume". You don't have to start over!

Just in case you didn't know.

Chris

Rick Born wrote:
> I am having the same issue, at first the FTP download site seemed
> to be down but now I am getting a message saying it was trying to
> resume the download but the file had already completely been
> retrieved...... bummer right in the middle of an emerge -e system
> too.


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (MingW32)
Comment: GnuPT 2.7.2
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEeJMF6ZGQ8LKA8nwRAkjHAKCsd/UsysY8IfHoQFvZ6zi9NS6KBgCfVlzL
vE9UVUeUoC4wiRP86o3pl6M=
=TZYZ
-----END PGP SIGNATURE-----
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-21-2008, 11:30 AM
Durk van Veen
 
Posts: n/a
Default SOLVED (WAS: perl-cleaner-1.03 probs?)

Durk van Veen wrote:
> I am trying to emerge -auvD world but I'm having problems with
> perl-cleaner-1.03. I've repeatedly tried to get it, but either the
> sites that emerge goes to time out, or when I do get a copy of the
> file, the MD5 check fails. Any ideas?
>
> Thanks!
>
> Durk


OK, I hunted around google and the forums some more and it appears similar
situations have happened in the past. I was able to get around it by
recomputing the digest, manually merging the package, then rerunning the
main emerge, like so:

$ ebuild /usr/portage/app-admin/perl-cleaner/perl-cleaner-1.03.ebuild digest
$ ebuild /usr/portage/app-admin/perl-cleaner/perl-cleaner-1.03.ebuild merge
$ emerge -uvD world

Hope this helps other folks running into this as well.

Durk


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-21-2008, 11:30 AM
Arthur Hagen
 
Posts: n/a
Default Re: SOLVED (WAS: perl-cleaner-1.03 probs?)

Durk van Veen <nospamplz@example.com> wrote:
>
> OK, I hunted around google and the forums some more and it appears
> similar situations have happened in the past. I was able to get
> around it by recomputing the digest, manually merging the package,
> then rerunning the main emerge, like so:
>
> $ ebuild /usr/portage/app-admin/perl-cleaner/perl-cleaner-1.03.ebuild
> digest $ ebuild
> /usr/portage/app-admin/perl-cleaner/perl-cleaner-1.03.ebuild merge $
> emerge -uvD world
> Hope this helps other folks running into this as well.


The problem is that both 1.03 and 1.03-r1 uses the same package name,
perl-cleaner-1.03.tar.gz So if you have installed 1.03, and then try to
install 1.03-r1, the checksum fails, which it should.

The above will cause you to install using 1.03's package if already there,
which although it works, gives you the wrong version. Instead, I'd
recommend:

rm /usr/portage/distfiles/perl-cleaner-1.03.tar.gz
emerge --oneshot --update app-admin/perl-cleaner

Regards,
--
*Art

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-21-2008, 11:30 AM
Durk van Veen
 
Posts: n/a
Default Re: SOLVED (WAS: perl-cleaner-1.03 probs?)

Arthur Hagen wrote:
> Durk van Veen <nospamplz@example.com> wrote:
>>
>> OK, I hunted around google and the forums some more and it appears
>> similar situations have happened in the past. I was able to get
>> around it by recomputing the digest, manually merging the package,
>> then rerunning the main emerge, like so:
>>
>> $ ebuild /usr/portage/app-admin/perl-cleaner/perl-cleaner-1.03.ebuild
>> digest $ ebuild
>> /usr/portage/app-admin/perl-cleaner/perl-cleaner-1.03.ebuild merge $
>> emerge -uvD world
>> Hope this helps other folks running into this as well.

>
> The problem is that both 1.03 and 1.03-r1 uses the same package name,
> perl-cleaner-1.03.tar.gz So if you have installed 1.03, and then try
> to install 1.03-r1, the checksum fails, which it should.
>
> The above will cause you to install using 1.03's package if already
> there, which although it works, gives you the wrong version. Instead, I'd
> recommend:
>
> rm /usr/portage/distfiles/perl-cleaner-1.03.tar.gz
> emerge --oneshot --update app-admin/perl-cleaner
>
> Regards,


Nice, I will try that when my in-progress emerge is done. Although since it
is working on KDE 3.5 that could take a little while, heh.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-21-2008, 11:30 AM
PRose
 
Posts: n/a
Default Re: SOLVED (WAS: perl-cleaner-1.03 probs?)

Over 400 years ago, Nostradamus predicted that on Sat, 27 May 2006
21:40:44 -0400, in message <e5av2r$fog$1@tree.broomstick.com>, Arthur
Hagen would say:

> The above will cause you to install using 1.03's package if already there,
> which although it works, gives you the wrong version. Instead, I'd
> recommend:
>
> rm /usr/portage/distfiles/perl-cleaner-1.03.tar.gz
> emerge --oneshot --update app-admin/perl-cleaner


Worked a treat. Thanks.

PRose
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-21-2008, 11:30 AM
Durk van Veen
 
Posts: n/a
Default Re: SOLVED (WAS: perl-cleaner-1.03 probs?)

Arthur Hagen wrote:
<SNIP>
> The problem is that both 1.03 and 1.03-r1 uses the same package name,
> perl-cleaner-1.03.tar.gz So if you have installed 1.03, and then try
> to install 1.03-r1, the checksum fails, which it should.
>
> The above will cause you to install using 1.03's package if already
> there, which although it works, gives you the wrong version. Instead, I'd
> recommend:
>
> rm /usr/portage/distfiles/perl-cleaner-1.03.tar.gz
> emerge --oneshot --update app-admin/perl-cleaner
>
> Regards,


Hmm, on my box it didn't force the re-install. The package is listed as
1.03, not 1.03-r1. Does this mean I have r1 but it just lists it wrong
because I did that ebuild digest thing? See log below:

pacman ~ # equery list perl-cleaner
[ Searching for package 'perl-cleaner' in all categories among: ]
* installed packages
[I--] [ ] app-admin/perl-cleaner-1.03 (0)
pacman ~ # rm /usr/portage/distfiles/perl-cleaner-1.03.tar.gz
pacman ~ # emerge --oneshot --update app-admin/perl-cleaner
Calculating dependencies ...done!
>>> Auto-cleaning packages ...


>>> No outdated packages were found on your system.



* GNU info directory index is up-to-date.

pacman ~ #



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-21-2008, 11:30 AM
Arthur Hagen
 
Posts: n/a
Default Re: SOLVED (WAS: perl-cleaner-1.03 probs?)

Durk van Veen <nospamplz@example.com> wrote:
>
> Hmm, on my box it didn't force the re-install. The package is listed
> as 1.03, not 1.03-r1. Does this mean I have r1 but it just lists it wrong
> because I did that ebuild digest thing?


Probably, yes. After another "emerge --sync", you should get the corrected
version (or, rather, 1.04 which is out now).

Regards,
--
*Art

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-21-2008, 11:30 AM
Durk van Veen
 
Posts: n/a
Default Re: SOLVED (WAS: perl-cleaner-1.03 probs?)

Arthur Hagen wrote:
>
> Probably, yes. After another "emerge --sync", you should get the
> corrected version (or, rather, 1.04 which is out now).
>
> Regards,


OK, did another emerge --sync and now the 1.04 version is slated for
installation. So that should take care of that. Interestingly enough I got a
block between pam-login and shadow this time around and when I tried to
"emerge -C pam-login && emerge -u shadow" I got a filesize mismatch on
shadow after pam-login uninstalled!!!! Argh!

I'm now trying to just install the other stuff (binutils & gcc, fun!) first
and then deal with shadow hopefully without having to re-login, since I have
no /bin/login right now.

Do I keep screwing these things up or is someone asleep at the wheel on the
ebuild side?

Durk


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 01:53 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com