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

Cygwin conflict with esy@master #8

Open
andreypopp opened this issue Nov 6, 2018 · 1 comment
Open

Cygwin conflict with esy@master #8

andreypopp opened this issue Nov 6, 2018 · 1 comment

Comments

@andreypopp
Copy link

This is what I get when building libressl (fastpack):

info building esy-libressl@github:esy-packages/esy-libressl#bdf7ada
      2 [main] make 11268 child_info_fork::abort: C:\Users\IEUser\esy\node_modules\esy-bash\.cygwin\bin\cygiconv-2.dll: Loaded to different address: parent(0xDB0000) != child(0x600000)

Looks like esy's bundled cygwin conflicts with the cygwin from esy-cmake.

@bryphe
Copy link
Collaborator

bryphe commented Nov 7, 2018

Interesting, ya, it seems like a version mismatch. On Windows we simply install it from the cygwin installer and copy over the binaries:

/setup-x86_64.exe --root $ROOT -q --packages=cmake

So I'm wondering if perhaps this was installed with an older version of cygwin.

Could you try deleting your esy-cmake install folder in esy's cache, and re-build? That should get the installer to re-install cmake.

This is hacky for sure - long-term once #3 is done, that should be better for us.

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

2 participants