<div dir="ltr"><div dir="ltr">Sean,<div><br></div><div>Not only does ccdb not work "out of the box" on alma9, it doesn't even work "out of the box" on Centos7 / RHEL7. Here is the simplest possible test carried out on ifarm (no container, just plain bash shell), following the Minimum Installation instructions on the ccdb wiki. Probably should pause here until this package is working on Centos7 again? After that we can start thinking about alma9.</div><div><br></div><div>-Richard Jones</div><div><br></div><div><pre style="box-sizing:border-box;font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace;font-size:13.6px;margin-top:0px;margin-bottom:0px;padding:16px;overflow:auto;line-height:1.45;color:rgb(31,35,40);border-radius:6px;word-break:normal">git clone git@github.com:JeffersonLab/ccdb.git ccdb
<span style="box-sizing:border-box">source</span> ccdb/environment.bash

<span style="box-sizing:border-box"><span style="box-sizing:border-box">#</span>That is it! Check it works</span>
ccdb -i</pre><pre style="box-sizing:border-box;font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace;font-size:13.6px;margin-top:0px;margin-bottom:0px;padding:16px;overflow:auto;line-height:1.45;color:rgb(31,35,40);border-radius:6px;word-break:normal"><br>+--------------------------+<br>  CCDB shell v.2.00.00<br>+--------------------------+<br>       <br>Interactive mode<br>print help to get help<br>print quit or q to exit<br>print !<command> to execute shell command<br>()<br>Login as   : 'anonymous'<br>Connect to : 'mysql://ccdb_user@localhost/ccdb'<br>Variation  : 'default'<br>Deflt. run : '0'<br>/> ls<br>Traceback (most recent call last):<br>  File "/home/jonesrt/test/ccdb/bin/ccdb", line 5, in <module><br>    ccdb.init_ccdb_console()<br>  File "/home/jonesrt/test/ccdb/python/ccdb/__init__.py", line 168, in init_ccdb_console<br>    result = context.process(sys.argv)<br>  File "/home/jonesrt/test/ccdb/python/ccdb/cmd/cli_manager.py", line 195, in process<br>    self.interactive_loop()<br>  File "/home/jonesrt/test/ccdb/python/ccdb/cmd/cli_manager.py", line 380, in interactive_loop<br>    user_input = eval(input(self.context.current_path + "> "))<br>  File "<string>", line 1, in <module><br>NameError: name 'ls' is not defined<br></pre></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Oct 14, 2023 at 4:42 PM Sean Dobbs via Halld-offline <<a href="mailto:halld-offline@jlab.org" target="_blank">halld-offline@jlab.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">*Message sent from a system outside of UConn.*<br><br><br>Hi Beni,<br><br>Thanks for trying this out and sharing your notes - we will take them<br>into account.<br><br>Regarding CERNLIB - I would just remove it from your XML file for now.<br>We are considering about whether or not to continue supporting that<br>package.<br><br>Please note that CCDB and some simulation-related packages don't<br>currently build successfully out of the box, so don't expect to be<br>able to go all of the way through without a problem.  This packages<br>are still being worked on.<br><br>Cheers,<br>Sean</blockquote></div></div>