You are not logged in.

#1 2008-08-09 06:05:05

tony5429
Member
Registered: 2006-03-28
Posts: 1,017

Ruby not Found

Is anyone else having this issue?

bash-3.2# pacman -Syu
:: Synchronising package databases...
 core is up to date
 extra is up to date
 community is up to date
:: Starting full system upgrade...
warning: ruby: forcing upgrade to version 1.8.7_p71-1
resolving dependencies...
looking for inter-conflicts...

Targets (2): ruby-1.8.7_p71-1  sqlite3-3.6.1-1

Total Download Size:    3.80 MB
Total Installed Size:   50.71 MB

Proceed with installation? [Y/n]
:: Retrieving packages from extra...
error: failed retrieving file 'ruby-1.8.7_p71-1-x86_64.pkg.tar.gz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'ruby-1.8.7_p71-1-x86_64.pkg.tar.gz' from locke.suu.edu : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'ruby-1.8.7_p71-1-x86_64.pkg.tar.gz' from archlinux.unixheads.org : Not Found
error: failed retrieving file 'ruby-1.8.7_p71-1-x86_64.pkg.tar.gz' from ftp.gtlib.gatech.edu : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'ruby-1.8.7_p71-1-x86_64.pkg.tar.gz' from mirror.cs.vt.edu : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'ruby-1.8.7_p71-1-x86_64.pkg.tar.gz' from mirrors.easynews.com : Not Found
error: failed retrieving file 'ruby-1.8.7_p71-1-x86_64.pkg.tar.gz' from ftp.ibiblio.org : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'ruby-1.8.7_p71-1-x86_64.pkg.tar.gz' from holmes.umflint.edu : Not Found
error: failed retrieving file 'ruby-1.8.7_p71-1-x86_64.pkg.tar.gz' from mirror.neotuli.net : Not Found
error: failed retrieving file 'ruby-1.8.7_p71-1-x86_64.pkg.tar.gz' from mirror.rit.edu : Multiple Choices
error: failed retrieving file 'ruby-1.8.7_p71-1-x86_64.pkg.tar.gz' from mirror.umoss.org : Not Found
error: failed retrieving file 'ruby-1.8.7_p71-1-x86_64.pkg.tar.gz' from mirror.csclub.uwaterloo.ca : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'ruby-1.8.7_p71-1-x86_64.pkg.tar.gz' from archlinux.c3sl.ufpr.br : Not Found
error: failed retrieving file 'ruby-1.8.7_p71-1-x86_64.pkg.tar.gz' from archlinux.c3sl.ufpr.br : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'ruby-1.8.7_p71-1-x86_64.pkg.tar.gz' from ftp.las.ic.unicamp.br : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'ruby-1.8.7_p71-1-x86_64.pkg.tar.gz' from gd.tuwien.ac.at : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'ruby-1.8.7_p71-1-x86_64.pkg.tar.gz' from ftp.belnet.be : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'ruby-1.8.7_p71-1-x86_64.pkg.tar.gz' from ftp.sh.cvut.cz : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'ruby-1.8.7_p71-1-x86_64.pkg.tar.gz' from ftp.estpak.ee : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'ruby-1.8.7_p71-1-x86_64.pkg.tar.gz' from mir1.archlinuxfr.org : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'ruby-1.8.7_p71-1-x86_64.pkg.tar.gz' from mir2.archlinuxfr.org : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'ruby-1.8.7_p71-1-x86_64.pkg.tar.gz' from distrib-coffee.ipsl.jussieu.fr : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'ruby-1.8.7_p71-1-x86_64.pkg.tar.gz' from mir.archlinux.fr : Not Found
error: failed retrieving file 'ruby-1.8.7_p71-1-x86_64.pkg.tar.gz' from ftp.free.fr : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'ruby-1.8.7_p71-1-x86_64.pkg.tar.gz' from ftp.hosteurope.de : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'ruby-1.8.7_p71-1-x86_64.pkg.tar.gz' from ftp5.gwdg.de : File unavailable (e.g., file not found, no access)

Offline

#2 2008-08-09 06:10:48

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,403
Website

Re: Ruby not Found

Ruby has only recently been updated so you may have to wait for mirrors to sync fully.  Also, you should edit you /etc/pacman.d/mirrorlist file and comment out mirrors that you don't want to use.  Especially comment out ftp.archlinux.org which uses the distros resources.

Offline

#3 2008-08-09 06:55:19

tony5429
Member
Registered: 2006-03-28
Posts: 1,017

Re: Ruby not Found

Thanks for the feedback. However, I'm having the same trouble about an hour after that...

Offline

#4 2008-08-09 06:56:04

ProfessorTomoe
Member
From: Garland, TX
Registered: 2008-02-12
Posts: 61

Re: Ruby not Found

It seems rather odd that the data retrieved via pacman -Syu would be ahead of the actual contents of the repo used.  Doesn't pacman default to getting its repo database from the mirror listed at the top of the mirrorlist file?  If so, then it would appear to be an error that needs to be fixed on the repo side of things - the repo shouldn't say that a package is available if the repo doesn't have the package file to offer.

Offline

#5 2008-08-09 07:30:29

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,403
Website

Re: Ruby not Found

It seems something happened and this package (and sqlite3, lftp) didn't upload properly for some reason.  It is known about now and will get fixed eventually.

Offline

#6 2008-08-09 07:54:53

AndyRTR
Developer
From: Magdeburg/Germany
Registered: 2005-10-07
Posts: 1,641

Re: Ruby not Found

no idea what happened. uploaded again now.

Offline

#7 2008-08-09 08:27:57

ProfessorTomoe
Member
From: Garland, TX
Registered: 2008-02-12
Posts: 61

Re: Ruby not Found

Works like a charm now.  Much obliged!!!

Offline

#8 2008-08-09 13:10:04

tony5429
Member
Registered: 2006-03-28
Posts: 1,017

Re: Ruby not Found

Working now for me too. Thanks!

Offline

Board footer

Powered by FluxBB