When selecting the BOOK option of the devel/subversion port, the installation process fails to download svn-book-html.tar.bz2. The file from the official website has the wrong size, so it tries to download it from an FreeBSD mirror, and fails again. => svn-book-html.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/subversion17. => Attempting to fetch http://svnbook.red-bean.com/en/1.6/svn-book-html.tar.bz2 fetch: http://svnbook.red-bean.com/en/1.6/svn-book-html.tar.bz2: size mismatch: expected 443043, actual 443003 => Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/subversion17/svn-book-html.tar.bz2 fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/subversion17/svn-book-html.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/subversion17 and try again. *** Error code 1 How-To-Repeat: Intall the devel/subversion port with the BOOK option enabled.
Responsible Changed From-To: freebsd-ports-bugs->lev Fix synopsis and assign.
Attached is a patch for this issue. -jgh -- Jason Helfman | FreeBSD Committer jgh@FreeBSD.org | http://people.freebsd.org/~jgh
Responsible Changed From-To: lev->pgollucci committer&maintainer timeout (lev ; 18 days) / last commit: 65 days ago
pgollucci 2012-02-12 20:53:25 UTC FreeBSD ports repository Modified files: devel/subversion Makefile.common distinfo Log: - Fix Subversion Book PR: ports/163194, ports/164308, ports/164508 Submitted by: glewis@, several Approved by: maintainer timeout (lev ; 58 days) Revision Changes Path 1.58 +2 -2 ports/devel/subversion/Makefile.common 1.82 +0 -4 ports/devel/subversion/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, Thanks!