PDA

View Full Version : The packages-9.0-release/Latest/ subdirectory does NOT exists?


everypot
July 11th, 2012, 10:03
It looks like ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/Latest (or packages-9-stable) does exist any more. What's wrong?

pkg_add -r math/lp_solve
Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/Latest/math/lp_solve.tbz:
File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/Latest/math/lp_solve.tbz'
by URL

SirDice
July 11th, 2012, 10:10
I think it's a problem with the mirror. Even ftp://ftp.freebsd.org/pub/FreeBSD/ is completely empty.

stefanlasiewski
July 11th, 2012, 23:24
It's true, I've run into multiple problems with ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable in the last day or two. I'm using other mirrors.


pkg_add -r math/lp_solve
Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/Latest/math/lp_solve.tbz:
File unavailable (e.g., file not found, no access)


ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/Latest/math/ isn't a valid path, correct? Don't you want `pkg_add -r lp_solve` instead of `pkg_add -r math/lp_solve`?

# pkg_add -r lp_solve
Fetching ftp://ftp3.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/Latest/lp_solve.tbz... Done.
# pkg_info |grep lp_solve
lp_solve-5.5.2.0 Linear Programming Solver