You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
It is installed
I have tried to download myself with
git clone https://github.com/glfw/glfw/
=> no errorI 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.The text was updated successfully, but these errors were encountered: