Open lpetre-ulb opened 4 years ago
The twiki page was not correct but has since been updated to add the instruction that was listed in the email thread, i.e., --enablerepo=cernonly
I guess this repository is only available in CC7? While I have good a experience with CentOS, it is more mitigated with CERN CentOS... If CC is needed at CERN, it isn't for remote test stands. Would it possible to target vanilla CentOS and provide the required packages?
Brief summary of issue
Sven attempted to install the
gempython_gemplotting
package from thegemos
repositories on a pristine computer. That resulted in an error about thecx_Oracle
package not being found.Types of issue
Expected Behavior
The legacy GEM software from the repositories should install seamlessly on any CC7 machine.
Current Behavior
The
cx_Oracle
package is missing; it cannot be found in neither the GEM repositories nor in the standard repositories under the namecx_Oracle
.Steps to Reproduce (for bugs)
sudo curl -L https://cern.ch/test-gemdaq-ci/sw/gemos/repos/releases/legacy/gemos_release_centos7_x86_64.repo -o /etc/yum.repos.d/gemos.repo
sudo yum install -y xhal reedmuller wiscrpcsvc gempython\*
Possible Solution (for bugs)
Provide a pre-compiled
cx_Oracle
package in thegemos-extras
repository.Your Environment