Bug 164308 - devel/subversion: The subversion book cannot be downloaded
Summary: devel/subversion: The subversion book cannot be downloaded
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-19 12:30 UTC by khaelin
Modified: 2012-02-12 21:00 UTC (History)
0 users

See Also:


Attachments
patch.txt (1.05 KB, text/plain; charset=us-ascii)
2012-01-21 01:28 UTC, Jason Helfman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description khaelin 2012-01-19 12:30:11 UTC
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.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2012-01-19 16:30:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lev

Fix synopsis and assign.
Comment 2 Jason Helfman freebsd_committer freebsd_triage 2012-01-21 01:28:34 UTC
Attached is a patch for this issue.

-jgh

-- 
Jason Helfman         | FreeBSD Committer
jgh@FreeBSD.org       | http://people.freebsd.org/~jgh
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2012-02-08 20:32:23 UTC
Responsible Changed
From-To: lev->pgollucci

committer&maintainer timeout (lev ; 18 days) / last commit: 65 days ago
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-02-12 20:53:39 UTC
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"
Comment 5 Philip M. Gollucci freebsd_committer freebsd_triage 2012-02-12 20:53:52 UTC
State Changed
From-To: open->closed

Committed, Thanks!