fasrc / helmod

Harvard Extensions for Lmod deployment
http://rc.fas.harvard.edu/helmod
Other
28 stars 5 forks source link

kallisto-0.42.4-fasrc02 build problem (cmake hangs) #4

Closed dansomers closed 7 years ago

dansomers commented 7 years ago

I am trying to build the kallisto-0.42.4-fasrc02 module. Both dependency modules are in place and working. The build gets to the cmake step, but does not progress beyond '-- The C compiler identification is GNU 4.4.7' - it has stuck at this point for several days. Added '--debug-output' to the cmake command in the spec file to try to get more info, which yielded:



and has been stuck at that point since. 'ps' shows cmake running with state R+, using CPU. I have used this cmake module successfully in the past so do not suspect an issue with that dependency. Any insight as to what may be going on here would be very much appreciated.

dansomers commented 7 years ago

Updating my own issue since I found the problem. gcc on my build host was old enough to cause problems with '-std=c++11'. I added gcc/4.9.3/fasrc01 to build dependencies and cmake completed in a flash, then the module worked. strace to the rescue.