lang/ruby19 distfile not found (ruby-1.9.3-p484.tar.bz2)

Matthew Pounsett matt at conundrum.com
Tue Jan 7 07:54:04 UTC 2014


While building ports-mgmt/portupgrade, I'm trying to build ruby19 on a new system (9.2-RELEASE), portsnapped up to five minutes ago.  I'm unable to find ruby-1.9.3-p484.tar.bz2 on any of the FreeBSD mirrors that ports tries.

I thought this might be a new development (recently updated port, not enough time for the distfile to make it everywhere) except that the Makefile shows the last update as 2013-12-13 02:17:30Z.  I also don't see anything recent about it in gnats[1], so I have to assume this has been broken for a few weeks.

This is my make.conf .. otherwise this is a pristine system.
# cat /etc/make.conf 
WITHOUT_X11=yes
MAKEFLAGS="-j2"

It shouldn't matter, but this box is v6-only (hence a few "network not reachable" and timeout errors for some fetch attempts).  I've FTP'd into a handful of the v6 enabled hosts and manually looked for the distfile, just to verify that I should be able to reach it somewhere via v6.

Any thoughts or suggestions?

[1] <http://www.freebsd.org/cgi/query-pr-summary.cgi?&category=ports&text=ruby19&sort=none&closedtoo=on>



root at tinder:/usr/ports/ports-mgmt/portupgrade # make install
===>  License BSD accepted by the user
===>  Found saved configuration for portupgrade-2.4.12,2
===> Fetching all distfiles required by portupgrade-2.4.12,2 for building
===>  Extracting for portupgrade-2.4.12,2
=> SHA256 Checksum OK for portupgrade/pkgtools-2.4.12.tar.bz2.
===>   portupgrade-2.4.12,2 depends on file: /usr/local/bin/ruby19 - not found
===>    Verifying install for /usr/local/bin/ruby19 in /usr/ports/lang/ruby19
===>  License BSD2CLAUSE RUBY accepted by the user
===>  Found saved configuration for ruby-1.9.3.484,1
=> ruby-1.9.3-p484.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/ruby.
=> Attempting to fetch ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p484.tar.bz2
fetch: ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p484.tar.bz2: Network is unreachable
=> Attempting to fetch ftp://ftp.SpringDaemons.com/pub/ruby/ruby/1.9/ruby-1.9.3-p484.tar.bz2
fetch: ftp://ftp.SpringDaemons.com/pub/ruby/ruby/1.9/ruby-1.9.3-p484.tar.bz2: Network is unreachable
=> Attempting to fetch http://www.ibiblio.org/pub/languages/ruby/1.9/ruby-1.9.3-p484.tar.bz2
fetch: http://www.ibiblio.org/pub/languages/ruby/1.9/ruby-1.9.3-p484.tar.bz2: Forbidden
=> Attempting to fetch ftp://xyz.lcs.mit.edu/pub/ruby/1.9/ruby-1.9.3-p484.tar.bz2
fetch: ftp://xyz.lcs.mit.edu/pub/ruby/1.9/ruby-1.9.3-p484.tar.bz2: Network is unreachable
=> Attempting to fetch http://ring.nict.go.jp/archives/lang/ruby/1.9/ruby-1.9.3-p484.tar.bz2
fetch: http://ring.nict.go.jp/archives/lang/ruby/1.9/ruby-1.9.3-p484.tar.bz2: Network is unreachable
=> Attempting to fetch ftp://ftp.fu-berlin.de/unix/languages/ruby/1.9/ruby-1.9.3-p484.tar.bz2
fetch: ftp://ftp.fu-berlin.de/unix/languages/ruby/1.9/ruby-1.9.3-p484.tar.bz2: Network is unreachable
=> Attempting to fetch ftp://ftp.easynet.be/ruby/ruby/1.9/ruby-1.9.3-p484.tar.bz2
fetch: ftp://ftp.easynet.be/ruby/ruby/1.9/ruby-1.9.3-p484.tar.bz2: File unavailable (e.g., file not found, no access)
=> Attempting to fetch ftp://ftp.ntua.gr/pub/lang/ruby/1.9/ruby-1.9.3-p484.tar.bz2
fetch: ftp://ftp.ntua.gr/pub/lang/ruby/1.9/ruby-1.9.3-p484.tar.bz2: Network is unreachable
=> Attempting to fetch ftp://ftp.kr.FreeBSD.org/pub/ruby/1.9/ruby-1.9.3-p484.tar.bz2
fetch: ftp://ftp.kr.FreeBSD.org/pub/ruby/1.9/ruby-1.9.3-p484.tar.bz2: Network is unreachable
=> Attempting to fetch http://mirrors.sunsite.dk/ruby/1.9/ruby-1.9.3-p484.tar.bz2
fetch: http://mirrors.sunsite.dk/ruby/1.9/ruby-1.9.3-p484.tar.bz2: Not Found
=> Attempting to fetch ftp://ftp.iDaemons.org/pub/mirror/ftp.ruby-lang.org/ruby/1.9/ruby-1.9.3-p484.tar.bz2
fetch: ftp://ftp.iDaemons.org/pub/mirror/ftp.ruby-lang.org/ruby/1.9/ruby-1.9.3-p484.tar.bz2: Network is unreachable
=> Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ruby/ruby-1.9.3-p484.tar.bz2
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ruby/ruby-1.9.3-p484.tar.bz2: File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ruby and try again.
*** [do-fetch] Error code 1

Stop in /usr/ports/lang/ruby19.
*** [install] Error code 1

Stop in /usr/ports/lang/ruby19.
*** [extract-depends] Error code 1

Stop in /usr/ports/ports-mgmt/portupgrade.
*** [install] Error code 1

Stop in /usr/ports/ports-mgmt/portupgrade.



More information about the freebsd-ports mailing list