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

fatal: unable to access 'https://github.com/glfw/glfw/': SSL certificate problem: Couldn't understand the server certificate format #106

Open
Et7f3 opened this issue Apr 18, 2019 · 0 comments

Comments

@Et7f3
Copy link
Member

Et7f3 commented Apr 18, 2019

  • Operating System: Mac OS Sierra 10.12.6 (16G1815)

  • git version : 2.14.3 (Apple Git-98) (download via xcode command line tool)

  • Steps to reproduce:

git clone https://github.com/revery-ui/revery.git
cd revery
esy install
esy x Examples

  • Actual Result:
info building [email protected]@d41d8cd9
error: build failed with exit code: 1
  build log:
    # esy-build-package: building: [email protected]
    # esy-build-package: pwd: /Users/username/.esy/3_______________________________________________________________/b/esy_glfw-3.2.1009-9a11ba1f
    # esy-build-package: running: 'make' 'build-glfw' 'ROOTDIR=/Users/username/.esy/3_______________________________________________________________/b/esy_glfw-3.2.1009-9a11ba1f' 'WIN32=0'
    echo Library: /Users/username/.esy/3_______________________________________________________________/b/esy_glfw-3.2.1009-9a11ba1f/_build/glfw/src
    Library: /Users/username/.esy/3_______________________________________________________________/b/esy_glfw-3.2.1009-9a11ba1f/_build/glfw/src
    echo Include: /Users/username/.esy/3_______________________________________________________________/b/esy_glfw-3.2.1009-9a11ba1f/_build/glfw/include
    Include: /Users/username/.esy/3_______________________________________________________________/b/esy_glfw-3.2.1009-9a11ba1f/_build/glfw/include
    mkdir -p /Users/username/.esy/3_______________________________________________________________/b/esy_glfw-3.2.1009-9a11ba1f/_build
    git clone https://github.com/glfw/glfw /Users/username/.esy/3_______________________________________________________________/b/esy_glfw-3.2.1009-9a11ba1f/_build/glfw
    Cloning into '/Users/username/.esy/3_______________________________________________________________/b/esy_glfw-3.2.1009-9a11ba1f/_build/glfw'...
    fatal: unable to access 'https://github.com/glfw/glfw/': SSL certificate problem: Couldn't understand the server certificate format
    make: *** [/Users/username/.esy/3_______________________________________________________________/b/esy_glfw-3.2.1009-9a11ba1f/_build/glfw/include/GLFW/glfw3.h] Error 128
    error: command failed: 'make' 'build-glfw' 'ROOTDIR=/Users/username/.esy/3_______________________________________________________________/b/esy_glfw-3.2.1009-9a11ba1f' 'WIN32=0' (exited with 2)
    esy-build-package: exiting with errors above...
    
  building [email protected]
esy: exiting due to errors above
  • Expected Result:

It is installed

  • Additional Information:
    I have tried to download myself with git clone https://github.com/glfw/glfw/ => no error
    I have tried to execute the make command => no error
    I have retried to esy x Examples and esy erase what I have done 😢 . Maybe I don't type the right command. I don't know if their is ont ot install directly from a git repository.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant