Opened 7 years ago
Closed 7 years ago
#54772 closed defect (invalid)
curl-ca-bundle fetch failed
Reported by: | john0380 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | curl-ca-bundle |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Johns-MacBook-Air-3:~ johntorr$ sudo port clean cmake Warning: port definitions are more than two weeks old, consider updating them by running 'port selfupdate'. ---> Cleaning cmake Johns-MacBook-Air-3:~ johntorr$ sudo port install cmake mercurial Warning: port definitions are more than two weeks old, consider updating them by running 'port selfupdate'. ---> Computing dependencies for cmake ---> Dependencies to be installed: curl curl-ca-bundle libidn pkgconfig libarchive lzo2 ---> Fetching distfiles for curl-ca-bundle ---> Attempting to fetch certdata-1.87.txt from http://nue.de.distfiles.macports.org/macports/distfiles/curl ---> Attempting to fetch certdata-1.87.txt from http://mse.uk.distfiles.macports.org/sites/distfiles.macports.org/curl ---> Attempting to fetch certdata-1.87.txt from http://distfiles.macports.org/curl/ ---> Attempting to fetch certdata-1.87.txt from http://distfiles.macports.org/curl ---> Attempting to fetch certdata-1.87.txt from http://lil.fr.distfiles.macports.org/curl ---> Attempting to fetch certdata-1.87.txt from http://fco.it.distfiles.macports.org/mirrors/macports-distfiles/curl ---> Attempting to fetch certdata-1.87.txt from http://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/curl ---> Attempting to fetch certdata-1.87.txt from http://sea.us.distfiles.macports.org/macports/distfiles/curl ---> Attempting to fetch certdata-1.87.txt from http://jog.id.distfiles.macports.org/macports/mpdistfiles/curl ---> Attempting to fetch certdata-1.87.txt from http://aarnet.au.distfiles.macports.org/pub/macports/mpdistfiles/curl ---> Attempting to fetch certdata-1.87.txt from http://cjj.kr.distfiles.macports.org/curl ---> Attempting to fetch certdata-1.87.txt from http://her.gr.distfiles.macports.org/mirrors/macports/mpdistfiles/curl ---> Attempting to fetch certdata-1.87.txt from http://svn.macports.org/repository/macports/distfiles/curl Error: org.macports.fetch for port curl-ca-bundle returned: fetch failed Error: Failed to install curl-ca-bundle Please see the log file for port curl-ca-bundle for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_curl/curl-ca-bundle/main.log Error: The following dependencies were not installed: curl curl-ca-bundle libidn pkgconfig libarchive lzo2 To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port cmake failed
Change History (1)
comment:1 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign added |
---|---|
Description: | modified (diff) |
Port: | curl-ca-bundle added |
Resolution: | → invalid |
Status: | new → closed |
Summary: | processing of port make failed, on Mac OX El Capitan → curl-ca-bundle fetch failed |
Note: See
TracTickets for help on using
tickets.
Your port definitions are quite out of date; the curl-ca-bundle port was updated to a version newer than 1.87 in April 2015, so your port definitions are at least that old. As the warning in your above output said, please run
sudo port selfupdate
to receive new port definitions. Once you have those, you'll be able to fetch the new version of the file.And remember to use WikiFormatting when writing in Trac.