Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TravisCI: wget cmake with --no-check-certificate #3276

Merged
merged 1 commit into from
Nov 3, 2015

Conversation

lukeyeager
Copy link
Contributor

Pulling fix from #3272.

--2015-11-03 22:31:11--  http://www.cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.sh
Resolving www.cmake.org (www.cmake.org)... 66.194.253.19
Connecting to www.cmake.org (www.cmake.org)|66.194.253.19|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.sh [following]
--2015-11-03 22:31:11--  http://cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.sh
Resolving cmake.org (cmake.org)... 66.194.253.19
Connecting to cmake.org (cmake.org)|66.194.253.19|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.sh [following]
--2015-11-03 22:31:11--  https://cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.sh
Connecting to cmake.org (cmake.org)|66.194.253.19|:443... connected.
ERROR: no certificate subject alternative name matches
        requested host name `cmake.org'.
To connect to cmake.org insecurely, use `--no-check-certificate'.

```
--2015-11-03 22:31:11--  http://www.cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.sh
Resolving www.cmake.org (www.cmake.org)... 66.194.253.19
Connecting to www.cmake.org (www.cmake.org)|66.194.253.19|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.sh [following]
--2015-11-03 22:31:11--  http://cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.sh
Resolving cmake.org (cmake.org)... 66.194.253.19
Connecting to cmake.org (cmake.org)|66.194.253.19|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.sh [following]
--2015-11-03 22:31:11--  https://cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.sh
Connecting to cmake.org (cmake.org)|66.194.253.19|:443... connected.
ERROR: no certificate subject alternative name matches
        requested host name `cmake.org'.
To connect to cmake.org insecurely, use `--no-check-certificate'.
```
shelhamer added a commit that referenced this pull request Nov 3, 2015
TravisCI: wget cmake with --no-check-certificate
@shelhamer shelhamer merged commit 3c00040 into BVLC:master Nov 3, 2015
@shelhamer
Copy link
Member

Thanks for the travis fix.

@lukeyeager lukeyeager deleted the bvlc/fix-travis-cmake-download branch November 3, 2015 22:54
@lukeyeager
Copy link
Contributor Author

Oh, I was going to wait to see if the TravisCI build passed before merging.

This PR fixes the CMake errors. Now we've got PYTHON3 errors:

Error: Unsatisfiable package specifications.
Generating hint: 
[      COMPLETE      ]|###################################################| 100%
Hint: the following packages conflict with each other:
  - boost 1.56|1.56.0*
  - python 3.5*
Use 'conda info boost' etc. to see the dependencies for each package.

https://travis-ci.org/BVLC/caffe/builds/89116236
https://travis-ci.org/NVIDIA/caffe/builds/89114892

@shelhamer
Copy link
Member

Sorry -- I misread the check. Shouldn't merge during a deadline week...

shelhamer added a commit to shelhamer/caffe that referenced this pull request Nov 3, 2015
This causes its own trouble:
BVLC#3276 (comment)

This can be re-included in a future PR that also fixes Python 3.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants