smfrpc / smf

Fastest RPC in the west

Home Page:http://smfrpc.github.io/smf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

change lksctp link from sourceforge to github

emaxerrno opened this issue · comments

our CI fails sometimes while trying to download the lksctp links

https://github.com/sctp/lksctp-tools

We should use the github release urls.

/cc @noahdesu



CMake Error at lksctp-tools-stamp/download-lksctp-tools.cmake:159 (message):
  Each download failed!

    error: downloading 'https://sourceforge.net/projects/lksctp/files/lksctp-tools/lksctp-tools-1.0.16.tar.gz' failed
         status_code: 35
         status_string: "SSL connect error"
         log:
         --- LOG BEGIN ---
           Trying 216.105.38.13...

  TCP_NODELAY set

  Connected to sourceforge.net (216.105.38.13) port 443 (#0)

  ALPN, offering http/1.1

  successfully set certificate verify locations:

    CAfile: /etc/pki/tls/certs/ca-bundle.crt
    CApath: none

  [5 bytes data]

  TLSv1.3 (OUT), TLS handshake, Client hello (1):

  [512 bytes data]

  OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to sourceforge.net:443


  Closing connection 0

  

         --- LOG END ---
         error: downloading 'https://sourceforge.net/projects/lksctp/files/lksctp-tools/lksctp-tools-1.0.16.tar.gz' failed
         status_code: 35
         status_string: "SSL connect error"
         log:
         --- LOG BEGIN ---
           Trying 216.105.38.13...

  TCP_NODELAY set

  Connected to sourceforge.net (216.105.38.13) port 443 (#0)

  ALPN, offering http/1.1

  successfully set certificate verify locations:

    CAfile: /etc/pki/tls/certs/ca-bundle.crt
    CApath: none

  [5 bytes data]

  TLSv1.3 (OUT), TLS handshake, Client hello (1):

  [512 bytes data]

  OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to sourceforge.net:443


  Closing connection 0

  

         --- LOG END ---
         error: downloading 'https://sourceforge.net/projects/lksctp/files/lksctp-tools/lksctp-tools-1.0.16.tar.gz' failed
         status_code: 35
         status_string: "SSL connect error"
         log:
         --- LOG BEGIN ---
           Trying 216.105.38.13...

  TCP_NODELAY set

  Connected to sourceforge.net (216.105.38.13) port 443 (#0)

  ALPN, offering http/1.1

  successfully set certificate verify locations:

    CAfile: /etc/pki/tls/certs/ca-bundle.crt
    CApath: none

  [5 bytes data]

  TLSv1.3 (OUT), TLS handshake, Client hello (1):

  [512 bytes data]

  OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to sourceforge.net:443

sigh. i broke the build. on my computer, lksctp-tools is also installed globally. fixing.