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

servant-client error: Failed to build unix-2.7.2.2, only old base-compat patched #957

Open
clojurians-org opened this issue Apr 6, 2019 · 0 comments

Comments

@clojurians-org
Copy link

servant library build failed with unix library error.
the related dependency chain: servant :> base-compat :> unix

eta-hackage just exist old version [base-compat] patched.
we can add base-compat >= 0.9.1 && <= 0.10.4 to resolve it.

it's better to patch the newer versions of base-compat to avoid this situation

the complete build log is attached:

larrys-MBP:myTest larluo$ etlas build
Resolving dependencies...
In order, the following will be built (use -v for more details):
 - unix-2.7.2.2 (lib) (requires build)
 - myTest-0.1.0.0 (exe:myTest) (first run)
Configuring unix-2.7.2.2 (lib)...
Building unix-2.7.2.2 (lib)...

Failed to build unix-2.7.2.2.
Build log (
/Users/larluo/.etlas/logs/eta-0.8.6.5/unix-2.7.2.2-798d964f261ff7cb8ec15a2d99204702e8ca0cc7a269ec1b3c5297ab195e3ffd.log
):
Configuring library for unix-2.7.2.2..
Preprocessing library for unix-2.7.2.2..
etlas: can't find source for System/Posix/Resource in ., dist/build/autogen,
dist/build/global-autogen
etlas: Failed to build unix-2.7.2.2 (which is required by exe:myTest from
myTest-0.1.0.0). See the build log above for details.
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