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

Compile didn't work #220

Closed
mbelouso opened this issue Jul 16, 2018 · 2 comments
Closed

Compile didn't work #220

mbelouso opened this issue Jul 16, 2018 · 2 comments

Comments

@mbelouso
Copy link

Hey guys,

I compiled your software (with the help of miniconda) and it compiled all right but when I ran make tests-verbose I got the following error:

` test 4
Start 4: progs

4: Test command: /bin/bash "/usr/local/eman2/tests/run_prog_tests.sh"
4: Test timeout computed to be: 9.99988e+06
4: basename: missing operand
4: Try 'basename --help' for more information.
4/5 Test #4: progs ............................***Failed 0.01 sec
test 5
Start 5: py-compile

5: Test command: /home/mbelouso/miniconda2/bin/python "-m" "compileall" "-q" "/usr/local/eman2"
5: Test timeout computed to be: 9.99988e+06
5/5 Test #5: py-compile ....................... Passed 0.04 sec

80% tests passed, 1 tests failed out of 5

Total Test time (real) = 12.47 sec

The following tests FAILED:
4 - progs (Failed)
Errors while running CTest
CMakeFiles/test-verbose.dir/build.make:57: recipe for target 'CMakeFiles/test-verbose' failed
make[3]: *** [CMakeFiles/test-verbose] Error 8
CMakeFiles/Makefile2:163: recipe for target 'CMakeFiles/test-verbose.dir/all' failed
make[2]: *** [CMakeFiles/test-verbose.dir/all] Error 2
CMakeFiles/Makefile2:170: recipe for target 'CMakeFiles/test-verbose.dir/rule' failed
make[1]: *** [CMakeFiles/test-verbose.dir/rule] Error 2
Makefile:214: recipe for target 'test-verbose' failed
make: *** [test-verbose] Error 2 `

And when I try and run something basic like e2display.py

File "/home/mbelouso/miniconda2/bin/e2display.py", line 2 from __future__ import print_function SyntaxError: future feature print_function is not defined

cmake didn't give any glaring errors, although when it compiled there we lots and lots of warnings about unused variables...

Thanks for your time and efforts with this project!

@sludtke42
Copy link
Member

sludtke42 commented Jul 16, 2018 via email

@mbelouso
Copy link
Author

Thanks,

Installing future fixed things! Again, thanks for the titanic effort it is to provide this software to the cryoEM community.

cheers,

matt B

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

3 participants