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

Build failure in Julia v0.6 #348

Closed
juliohm opened this issue Sep 21, 2017 · 3 comments
Closed

Build failure in Julia v0.6 #348

juliohm opened this issue Sep 21, 2017 · 3 comments

Comments

@juliohm
Copy link

juliohm commented Sep 21, 2017

gcc: error: $: No such file or directory
make: *** [Makefile:12: task] Error 1
===============================[ ERROR: Turing ]================================

LoadError: failed process: Process(`make`, ProcessExited(2)) [2]
while loading /home/juliohm/.julia/v0.6/Turing/deps/build.jl, in expression starting on line 1

================================================================================

================================[ BUILD ERRORS ]================================

WARNING: Turing had build errors.

 - packages with build errors remain installed in /home/juliohm/.julia/v0.6
 - build the package(s) and all dependencies with `Pkg.build("Turing")`
 - build a single package by running its `deps/build.jl` script

================================================================================
@xukai92
Copy link
Member

xukai92 commented Sep 21, 2017

This is a known issue (#330 & #293) - we are currently working on making Turing.jl compatible with 0.6.

@kleinschmidt
Copy link
Contributor

kleinschmidt commented Sep 27, 2017

I don't think this is a 0.6 issue; it's a problem with the Makefile. I get the same error on 0.5. It's because there are trailing $ at the end of a couple of lines in the Makefile: https://github.com/yebai/Turing.jl/blob/32551b91aeaa1e636482c21bb085d457533d5b35/deps/Makefile#L8-L9

(for what it's worth I'm on linux)

@yebai
Copy link
Member

yebai commented Sep 27, 2017

@kleinschmidt Could you create a PR for this? Also, any idea why the code actually pass on Travis?

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

4 participants