-
Notifications
You must be signed in to change notification settings - Fork 140
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
Fails to build several packages on a windows machine #856
Comments
Hi, i've just test a project with those dependencies and it worked for me. However it has picked different versions of packages. Moreover, it doesnt build zlib :
My versions of eta and etlas are the same but built from source, so i had preinstalled some packages, including bytestring:
Maybe the errors could be related with the issue with long paths in windows so i would change the project and the
After the change etlas should create the directory and put the packages in. |
@jneira It looks like the |
Thanks for looking into this issue! @jneira it seems that your test project uses @rahulmutt I deleted folders
I have |
Mmm, not sure if the internal win32 api calls done by etlas use that policy cause it has to work in older windows versions...
|
@jneira your workaround helped, thank you! If |
@jneira I remember there was a Cabal fix for this - can you link that here to track it? We'll try to port it sometime. |
Oh, i am afraid i dont remember that one and i just look for it in https://github.com/haskell/cabal/issues with no luck |
Description
A project with dependencies
optparse-applicative
,typed-process
, andbytestring
fails to compile, even thought all three packages are supported.Expected Behavior
Should compile
Actual Behavior
Compilation fails with
Steps to Reproduce
build-depends: base >=4.11 && <4.12
, optparse-applicative
, typed-process
, bytestring
Your Environment
etlas
1.5.0.0,eta
0.8.6b1.The text was updated successfully, but these errors were encountered: