Bug 107255 - math/suitesparce fetch error
Summary: math/suitesparce fetch error
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: Maho Nakata
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-27 22:10 UTC by Paul Dlug
Modified: 2007-01-02 03:22 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Dlug 2006-12-27 22:10:05 UTC
The checksum/size of the SuiteSparse.tar.gz file from the main download site is incorrect in the port, this is also preventing the latest upgrade of math/octave-devel from installing since this is a dependency.

Maintainer cc'd.

	ports/math/suitesparse> sudo  make
===>  Vulnerability check disabled, database not found
=> SuiteSparse.tar.gz doesn't seem to exist in /usr/ports/distfiles/suitesparse/2.1.1.
=> Attempting to fetch from http://www.cise.ufl.edu/research/sparse/SuiteSparse/current/.
fetch: http://www.cise.ufl.edu/research/sparse/SuiteSparse/current/SuiteSparse.tar.gz: size mismatch: expected 7839523, actual 7970203
=> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/suitesparse/2.1.1/.
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/suitesparse/2.1.1/SuiteSparse.tar.gz: File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/suitesparse/2.1.1 and try again.
*** Error code 1

Stop in /usr/ports/math/suitesparse.

Fix: 

Fix the size/checksum
How-To-Repeat: 	Attempt to build math/suitesparee
Comment 1 NAKATA Maho 2006-12-28 00:33:09 UTC
Hi, I updated suitesparse port so that
make fetchable. Now SS port has version number.
thanks,
- NAKATA, Maho (maho@FreeBSD.org)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-28 04:42:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->maho

Over to maintainer
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-12-28 08:16:07 UTC
maho        2006-12-28 08:16:01 UTC

  FreeBSD ports repository

  Modified files:
    math/suitesparse     Makefile 
  Log:
  (Forced commit)
  The last commit was due to:
  
  PR:             107255, 107258 (?)
  Submitted by:   Paul Dlug
  
  Revision  Changes    Path
  1.14      +0 -0      ports/math/suitesparse/Makefile
_______________________________________________
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 4 Maho Nakata freebsd_committer freebsd_triage 2007-01-02 03:21:44 UTC
State Changed
From-To: open->closed

Fixed, thanks!