You are not logged in.
Hi folks, Yet Another Newbie Archer here ![]()
I just tried installing 'powerpill' and encountered some problems:
[~] yaourt -S powerpill
resolving dependencies...
looking for inter-conflicts...
Targets (9): c-ares-1.6.0-1 aria2-1.5.2-1 perl-xyne-common-0.05-3 perl-uri-1.40-1 perl-html-tagset-3.20-1 perl-html-parser-3.61-1
perl-libwww-5.829-1 perl-xyne-arch-0.75-1 powerpill-16.1-2
Total Download Size: 0.41 MB
Total Installed Size: 6.30 MB
Proceed with installation? [Y/n]
:: Retrieving packages from extra...
error: failed retrieving file 'perl-html-parser-3.61-1-i686.pkg.tar.gz' from mirrors.uk2.net : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'perl-html-parser-3.61-1-i686.pkg.tar.gz' from mir1.archlinuxfr.org : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'perl-html-parser-3.61-1-i686.pkg.tar.gz' from www.mirrorservice.org : Not Found
error: failed retrieving file 'perl-html-parser-3.61-1-i686.pkg.tar.gz' from archlinux.mirrors.uk2.net : Not Found
error: failed retrieving file 'perl-html-parser-3.61-1-i686.pkg.tar.gz' from mirror.archlinux.com.ve : Not Found
error: failed retrieving file 'perl-html-parser-3.61-1-i686.pkg.tar.gz' from archlinux.unixheads.org : Not Found
error: failed retrieving file 'perl-html-parser-3.61-1-i686.pkg.tar.gz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'perl-libwww-5.829-1-any.pkg.tar.gz' from mirrors.uk2.net : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'perl-libwww-5.829-1-any.pkg.tar.gz' from mir1.archlinuxfr.org : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'perl-libwww-5.829-1-any.pkg.tar.gz' from www.mirrorservice.org : Not Found
error: failed retrieving file 'perl-libwww-5.829-1-any.pkg.tar.gz' from archlinux.mirrors.uk2.net : Not Found
error: failed retrieving file 'perl-libwww-5.829-1-any.pkg.tar.gz' from mirror.archlinux.com.ve : Not Found
error: failed retrieving file 'perl-libwww-5.829-1-any.pkg.tar.gz' from archlinux.unixheads.org : Not Found
error: failed retrieving file 'perl-libwww-5.829-1-any.pkg.tar.gz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
warning: failed to retrieve some files from extra
error: failed to commit transaction (File unavailable (e.g., file not found, no access))
Errors occurred, no packages were upgraded.Also, the powerpill package seems to be in two repos:
[~] yaourt -Ss powerpill
community/powerpill 16.1-2
A wrapper for pacman that speeds up package retrieval by using aria2c for
concurrent/segmented downloads.
aur/powerpill 16.1-2 (398)
A wrapper for pacman that speeds up package retrieval by using aria2c for concurrent/segmented downloads.Please let me know if this is the wrong place to report this.
Cheers.
Last edited by anotherjohn (2009-09-25 23:56:03)
Offline
Try adding this repo in your /etc/pacman.conf file:
[xyne-any]
Server = http://xyne.archlinux.ca/repos/anyThen run:
pacman -SyyAnd last:
pacman -SuBirger ![]()
Offline
Hi MindTooth, thanks for your reply.
I tried adding the repo you suggested, but encountered the same problem. The powerpill package in all the repos I've tried (including xyne) is identically named, so presumably has identical contents ![]()
The xyne repo hasn't got the missing perl-html-parser and perl-libwww packages.
Cheers
Offline
Try another mirror. Your mirror is out of date. The current versions are:
perl-html-parser 3.62-1
perl-libwww 5.831-1
Offline
Or try : pacman -Syu
it will update your local db and do a system update. That could also be the problem.
Offline
Thanks for your replies.
I had already synced my local db - I should have mentioned that in the original post.
I just tried installing powerpill again, and it magically worked - the perl-* dependencies are now consistent with the versions in the repos, so it was probably another propagation error.
In future I will be more patient ![]()
Offline