<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">For folks that are working on the cdaq cluster and using the non standard ROOT PRO installation (5.34.36) you will run into issues regarding a clean installation of hcana.  From what I understand you will also run into issues utilizing the PRO installation however that is aside the point.<div class=""><br class=""></div><div class="">Currently, when one logs into cdaql1 the default ROOT is source to the PRO version.  If one then switches to say 6.08.00 via. the command ‘source /apps/root/6.08.00/setroot_CUE.csh’ then your LD_LIBRARY_PATH and PATH environment variables will still contain stale links to the PRO version of ROOT.  With the newest updates to Scons, this will cause the build of hcana to fail.</div><div class=""><br class=""></div><div class="">The hack to solve this issue is that one needs to remove the PRO version of ROOT in the aforementioned paths.  This can be accomplished with the following shell commands:</div><div class=""><br class=""></div><div class="">setenv PATH `echo $PATH | perl -pe “s[/apps/root/PRO/root/bin[]g;”`</div><div class="">setenv LD_LIBRARY_PATH `echo $LD_LIBRARY_PATH | perl -pe “s[/apps/root/PRO/root/lib[]g;”` </div><div class=""><br class=""></div><div class="">Once this is done, perform a clean scons build and everything should work…famous last words :-p</div><div class=""><br class=""></div><div class="">Kind regards,</div><div class="">-Eric<br class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""></div></div></div><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br class="Apple-interchange-newline">Eric Pooser<br class="">Hall C Postdoctoral Fellow<br class="">Building 12-1 Room C115<br class="">Thomas Jefferson National Accelerator Facility<br class="">12000 Jefferson Avenue<br class="">Newport News, VA 23606</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">Office: (757) 269 7216</div></div></div>
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On Oct 2, 2017, at 12:48 PM, Mark Jones <<a href="mailto:jones@jlab.org" class="">jones@jlab.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Until it gets fixed the quick fix to the SCONS problem is<br class="">edit  the podd/SConstruct<br class=""><br class="">Change line <br class=""><br class="">coda_dir = os.getenv('CODA')<br class=""><br class="">to<br class=""><br class="">coda_dir = os.getenv('CODAtemp')<br class=""><br class="">This will cause it to download evio instead of looking in CODA.<br class=""><br class=""><br class="">Cheers,<br class="">       Mark<br class="">_______________________________________________<br class="">Hallcsw mailing list<br class=""><a href="mailto:Hallcsw@jlab.org" class="">Hallcsw@jlab.org</a><br class="">https://mailman.jlab.org/mailman/listinfo/hallcsw<br class=""></div></div></blockquote></div><br class=""></div></body></html>