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

Wrong path gets encoded in Makefile: /home/conda/feedstock_root/build_artifacts/ruby_1552262701982/_build_env/bin/x86_64-conda_cos6-linux-gnu-cc: Command not found #101

Closed
init-js opened this issue Jun 19, 2019 · 2 comments

Comments

@init-js
Copy link

init-js commented Jun 19, 2019

I'm getting a compilation error during bundle install. commonmarker gets pulled as a dependency, and the resulting Makefile points to a compiler that doesn't exist.

current directory: /home/ec2-user/miniconda2/envs/biol525D/lib/ruby/gems/2.4.0/gems/commonmarker-0.17.13/ext/commonmarker
make "DESTDIR="
compiling arena.c
make: /home/conda/feedstock_root/build_artifacts/ruby_1552262701982/_build_env/bin/x86_64-conda_cos6-linux-gnu-cc: Command not found
Makefile:241: recipe for target 'arena.o' failed
make: *** [arena.o] Error 127

The CC= line in the Makefiles points to that /home/conda/... path which doesn't exist. The compiler it's looking for, x86_64-conda_cos6-linux-gnu-cc is installed elsewhere, and is in my $PATH, but in a different folder.

Is there any quick way around this? Is this a conda bug? Would you know where that CC= line gets pulled from?

@init-js
Copy link
Author

init-js commented Jun 19, 2019

eh. looks like a conda-forge issue. ContinuumIO/anaconda-issues#10547

@gjtorikian
Copy link
Owner

My anaconda don't want none...of another project's bugs. Sorry!

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