ohpc icon indicating copy to clipboard operation
ohpc copied to clipboard

Possible regression of #451 and #322 (Unresolvable dependency on /bin/perl and /bin/python)

Open amblakem opened this issue 6 years ago • 1 comments

Hi,

I'm not quite sure if this is a regression or if I'm just doing something wrong. If you look at the 1.3.7 version of mvapich2-gnu8-ohpc it shows the correct requirement of /usr/bin/perl


$ wget http://build.openhpc.community/OpenHPC:/1.3:/Update7:/Staging/CentOS_7/x86_64/mvapich2-gnu8-ohpc-2.3-45.1.ohpc.1.3.7.x86_64.rpm
...
$ rpm -qpR mvapich2-gnu8-ohpc-2.3-45.1.ohpc.1.3.7.x86_64.rpm  | grep perl
...
/usr/bin/perl

If I do the same for 1.3.8 I get /bin/perl, as mentioned in #451

$ wget http://build.openhpc.community/OpenHPC:/1.3:/Update8:/Staging/CentOS_7/x86_64/mvapich2-gnu8-ohpc-2.3.1-3.1.ohpc.1.3.8.x86_64.rpm4.rpm

$ rpm -qpR mvapich2-gnu8-ohpc-2.3.1-3.1.ohpc.1.3.8.x86_64.rpm | grep -i perl

/bin/perl

I confirmed this with a live system:

# yum deplist mvapich2-gnu8-ohpc  | grep -A1 perl
  dependency: /bin/perl
   Unsatisfied dependency

The same seems true for python (EG. #322) for a few packages (petsc-gnu8-mpich-ohpc, slepc-gnu8-mpich-ohpc) but I haven't gone through all packages.

# yum deplist petsc-gnu8-mpich-ohpc | grep -A1 python
  dependency: /bin/python
   Unsatisfied dependency
# yum deplist slepc-gnu8-mpich-ohpc | grep -A1 python
  dependency: /bin/python
   Unsatisfied dependency

@koomie , I know you were doing some work in upgrading OBS. Is this perhaps a side effect?

amblakem avatar Sep 05 '19 16:09 amblakem

A friendly reminder that this issue had no activity for 30 days.

github-actions[bot] avatar Aug 05 '24 00:08 github-actions[bot]