Bug 103713 - fpconst-0.7.2.tar.gz in ports appears to point to a download address that doesn't exist
Summary: fpconst-0.7.2.tar.gz in ports appears to point to a download address that doe...
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: Soeren Straarup
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-27 12:40 UTC by Eric Mesa
Modified: 2006-10-09 08:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Mesa 2006-09-27 12:40:22 UTC
I am trying to compile py-soappy (not py-soapy).  I CVS Up'd last night to make sure I was up to date.  Apparently, fpconst-0.7.2.tar.gz, is being downloaded from a website that is either down or doesn't exist.  The location of the file needs to changed in the Makefule for fpconst.

Fix: 

Find another site that has the .gz file
How-To-Repeat: cd into /usr/ports/net/py-soappy/
make clean && make
and the output is:
===>  Cleaning for py24-fpconst-0.7.2
===>  Cleaning for python-2.4.3
===>  Cleaning for py24-xml-0.8.4
===>  Cleaning for py24-soappy-0.11.6
===>  Vulnerability check disabled, database not found
===>  Extracting for py24-soappy-0.11.6
=> MD5 Checksum OK for SOAPpy-0.11.6.tar.gz.
=> SHA256 Checksum OK for SOAPpy-0.11.6.tar.gz.
===>  Patching for py24-soappy-0.11.6
===>   py24-soappy-0.11.6 depends on file: /usr/local/lib/python2.4/site-packages/fpconst.py - not found
===>    Verifying install for /usr/local/lib/python2.4/site-packages/fpconst.py in /usr/ports/math/py-fpconst
===>  Vulnerability check disabled, database not found
===>  Extracting for py24-fpconst-0.7.2
=> MD5 Checksum mismatch for fpconst-0.7.2.tar.gz.
=> SHA256 Checksum mismatch for fpconst-0.7.2.tar.gz.
===>  Refetch for 1 more times files: fpconst-0.7.2.tar.gz fpconst-0.7.2.tar.gz
===>  Vulnerability check disabled, database not found
=> fpconst-0.7.2.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from http://mac.warnes.net/~warnes/files/.
fetch: http://mac.warnes.net/~warnes/files/fpconst-0.7.2.tar.gz: size unknown
fetch: http://mac.warnes.net/~warnes/files/fpconst-0.7.2.tar.gz: size of remote file is not known
fpconst-0.7.2.tar.gz                                     1  B 2832  Bps
===>  Vulnerability check disabled, database not found
=> MD5 Checksum mismatch for fpconst-0.7.2.tar.gz.
=> SHA256 Checksum mismatch for fpconst-0.7.2.tar.gz.
===>  Giving up on fetching files: fpconst-0.7.2.tar.gz fpconst-0.7.2.tar.gz
Make sure the Makefile and distinfo file (/usr/ports/math/py-fpconst/distinfo)
are up to date.  If you are absolutely sure you want to override this
check, type "make NO_CHECKSUM=yes [other args]".
*** Error code 1

Stop in /usr/ports/math/py-fpconst.
*** Error code 1

Stop in /usr/ports/math/py-fpconst.
*** Error code 1

Stop in /usr/ports/net/py-soappy.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-27 13:07:12 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Rui Lopes 2006-09-27 20:25:11 UTC
Hi,

The author server is down for unknown time, so we must temporary fetch
the file from FreeBSD.org.  To do so, edit the Makefile, and add:

MASTER_SITE_FREEBSD=    yes

before:

USE_PYTHON=             yes


With this, the distfile will be downloaded from:

ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/fpconst-0.7.2.tar.gz


Edwin, can you please do that change in the Makefile on CVS?


Best regards,
Rui Lopes
Comment 3 Soeren Straarup freebsd_committer freebsd_triage 2006-10-06 22:24:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->xride

I'll take it
Comment 4 dfilter service freebsd_committer freebsd_triage 2006-10-09 07:55:24 UTC
xride       2006-10-09 06:55:14 UTC

  FreeBSD ports repository

  Modified files:
    math/py-fpconst      Makefile 
  Log:
  The author server is down for unknown time, so we must temporary fetch
  the file from FreeBSD.org.
  
  PR:             103713
  Submitted by:   Eric Mesa <ericsbinaryworld_@_gmail.com> (maintainer approved)
  Approved by:    tmclaugh (mentor)
  
  Revision  Changes    Path
  1.6       +1 -0      ports/math/py-fpconst/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 5 Soeren Straarup freebsd_committer freebsd_triage 2006-10-09 07:56:24 UTC
State Changed
From-To: feedback->closed

Committed, Thanks