Bug 192141 - cmake-2.8.12.1.tar.gz not found in ftp directory packages-9-stable
Summary: cmake-2.8.12.1.tar.gz not found in ftp directory packages-9-stable
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-26 21:01 UTC by EW1
Modified: 2014-07-27 16:06 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description EW1 2014-07-26 21:01:41 UTC
While attempting "make install" in the /usr/ports/devel/cmake directory, make fails with multiple errors because no source tarball is available for download from ftp.freebsd.org (and some mirrors.  Not all available mirrors checked).
Comment 1 John Marino freebsd_committer freebsd_triage 2014-07-26 22:50:18 UTC
According to the scanner, it fetches fine:
http://people.freebsd.org/~ehaupt/distilator/devel/cmake/

And logically, as used as cmake is in the ports tree, wouldn't it surprise you that you are the first to report a problem like that?

I'd suspect a local network issue myself.  Maybe you should try again in a hour or so...
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2014-07-27 11:44:45 UTC
downloads.cmake.org doesn't resolve anymore, I think this is causing at least some of the issues here.
Comment 3 commit-hook freebsd_committer freebsd_triage 2014-07-27 11:46:45 UTC
A commit references this bug:

Author: rakuco
Date: Sun Jul 27 11:46:06 UTC 2014
New revision: 363052
URL: http://svnweb.freebsd.org/changeset/ports/363052

Log:
  Update MASTER_SITES for the CMake ports.

  downloads.cmake.org does not resolve, use www.cmake.org instead.

  PR:		192141
  MFH:		2014Q3

Changes:
  head/devel/cmake/Makefile
  head/devel/cmake-gui/Makefile
Comment 4 commit-hook freebsd_committer freebsd_triage 2014-07-27 13:04:54 UTC
A commit references this bug:

Author: rakuco
Date: Sun Jul 27 13:04:21 UTC 2014
New revision: 363060
URL: http://svnweb.freebsd.org/changeset/ports/363060

Log:
  MFH: r363052

  Update MASTER_SITES for the CMake ports.

  downloads.cmake.org does not resolve, use www.cmake.org instead.

  PR:		192141

  Approved by:	portmgr (erwin)

Changes:
_U  branches/2014Q3/
  branches/2014Q3/devel/cmake/Makefile
  branches/2014Q3/devel/cmake-gui/Makefile
Comment 5 EW1 2014-07-27 16:06:55 UTC
Thanks for the quick fix!