View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000452 | ascend | build-linux | public | 2010-04-08 19:46 | 2011-02-22 17:34 |
Reporter | arvindsraj | ||||
Assigned To | john | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | |||||
Target Version | 1.0 | Fixed in Version | |||
Summary | 0000452: Running the ascend binary causes an infinite loop after compilation | ||||
Description | I was compiling ascend from source and finished it successfully. But, when I tried to run it I got the following error. Restarting with corrected environment... LD_LIBRARY_PATH = /usr/local//lib:/usr/local/lib ASCENDLIBRARY = /usr/local/lib/ascend/models:/usr/local//lib/ascend/models PYTHON = /usr/bin/python script = /usr/local/bin/ascend Restarting with corrected environment... LD_LIBRARY_PATH = /usr/local//lib:/usr/local/lib ASCENDLIBRARY=/usr/local/lib/ascend/models:/usr/local/lib/ascend/models:/usr/local//lib/ascend/models PYTHON = /usr/bin/python script = /usr/local/bin/ascend It was observed that the LD_LIBRARY_PATH had two slashes instead of one because of specifying INSTALL_PATH as "/usr/local/" during scons install. The operating system takes it as the correct path and installs the files accordingly but the configuration uses the string "/usr/local" as is and hence the extra slash. | ||||
Additional Information | To recreate the bug, perform the following steps. cd ~/ascend scons scons install INSTALL_PATH=/usr/local/ ascend | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2010-04-08 19:46 | arvindsraj | New Issue | |
2010-04-08 19:46 | arvindsraj | Status | new => assigned |
2010-04-08 19:46 | arvindsraj | Assigned To | => john |
2010-04-09 14:39 | john | Note Added: 0000632 | |
2011-02-22 17:34 | john | Target Version | => 1.0 |