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

install.py fails on test Linux system #18

Closed
prjemian opened this issue Mar 18, 2014 · 1 comment
Closed

install.py fails on test Linux system #18

prjemian opened this issue Mar 18, 2014 · 1 comment

Comments

@prjemian
Copy link
Contributor

testing the install process on a fresh Linux system (one that has not been used before for tomopy) and fail happens when testing "--version" option to c compiler.

os: Linux Mint (Debian Ubuntu derivative)

como:/tmp/tomopy> uname -a
Linux como 3.8.0-33-generic #48-Ubuntu SMP Wed Oct 23 09:16:58 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

Here's the error:

como:/tmp/tomopy>      python install.py $SANDBOX --boost --fftw

Determining system setup
 -> changing to work directory... 
    /tmp/tmpyrXxhb
 -> determining platform...  Linux / 
Traceback (most recent call last):
  File "install.py", line 136, in <module>
    p = subprocess.Popen(shlex.split(fc + ' --version'), stdout=subprocess.PIPE)
  File "/home/prjemian/Apps/epd/rh5-x86_64/lib/python2.7/subprocess.py", line 679, in __init__
    errread, errwrite)
  File "/home/prjemian/Apps/epd/rh5-x86_64/lib/python2.7/subprocess.py", line 1249, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
@dgursoy
Copy link
Collaborator

dgursoy commented Mar 18, 2014

These two C and Fortran tests depending on files should be removed. I'll check tomorrow.

prjemian added a commit that referenced this issue Mar 18, 2014
* use argparse package
* refactor several common code blocks
@dgursoy dgursoy closed this as completed Apr 20, 2015
dgursoy pushed a commit that referenced this issue May 31, 2018
carterbox pushed a commit that referenced this issue Sep 16, 2018
carterbox pushed a commit that referenced this issue Sep 16, 2018
carterbox pushed a commit that referenced this issue Sep 16, 2018
resync

Former-commit-id: 31eaf69 [formerly a09e9bb]
Former-commit-id: b0c1486
carterbox pushed a commit to carterbox/tomopy that referenced this issue Sep 16, 2018
* use argparse package
* refactor several common code blocks


Former-commit-id: d67166b
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