ethz-asl / yaml_cpp_catkin

Yaml cpp catkin package
5 stars 26 forks source link

Odroid0 error downloading yaml-cpp #5

Closed blankered closed 7 years ago

blankered commented 8 years ago

In the process of building catkin_simple and yaml_cpp_catkin with Catkin Build, the following error occurs

CMake Error at yaml_cpp_src-stamp/download-yaml_cpp_src.cmake:22 (message):
  error: downloading
  'https://yaml-cpp.googlecode.com/files/yaml-cpp-0.5.1.tar.gz' failed

    status_code: 22
    status_string: "HTTP response code said error"
    log: Hostname was NOT found in DNS cache
    Trying 2607:f8b0:4001:c05::52...

  Connected to yaml-cpp.googlecode.com (2607:f8b0:4001:c05::52) port 443 (#0)

  successfully set certificate verify locations:

    CAfile: none
    CApath: /etc/ssl/certs

  SSLv3, TLS handshake, Client hello (1):

  
dymczykm commented 7 years ago

It was probably a networking error or a broken URL. Seems to be fixed now. Closing.