Invalid path for portupgrade ftp.FreeBSD.orgpub

Michel Talon talon at lpthe.jussieu.fr
Mon Feb 16 01:47:12 PST 2009


I think you can access that in the ruby program pkg_fetch
(/usr/local/sbin/pkg_fetch)
in function real_fetch_pkg, i have the following:
 $pkg_site_uris.each do |uri_base|
    PKG_SUFFIXES.each do |suffix|
      uri = uri_base + (subdir + '/' + pkgname + suffix)
      path = path_base + suffix

      fetch(uri, path) and return path
    end
  end

Here probably you lack the '/'


-- 

Michel TALON



More information about the freebsd-stable mailing list