Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1326355

Summary: missing dep on mpitests-mvapich2 package
Product: Red Hat Enterprise Linux 7 Reporter: Götz Waschk <goetz.waschk>
Component: mpitestsAssignee: Michal Schmidt <mschmidt>
Status: CLOSED DUPLICATE QA Contact: Mike Stowell <mstowell>
Severity: low Docs Contact:
Priority: unspecified    
Version: 7.2CC: jshortt, mstowell, zguo
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-06-28 18:08:07 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Götz Waschk 2016-04-12 13:56:59 UTC
The mpitests subpackages should depend on the right runtime, otherwise this will happen:

# yum install -y mpitests-mvapich2
Loaded plugins: ps
7.2errata_C                                              | 2.5 kB     00:00     
7.2server                                                | 3.7 kB     00:00     
7extra_lustre2.7.0-client                                | 1.9 kB     00:00     
ZN_7.2_arch                                              | 1.9 kB     00:00     
ZN_7.2_noarch                                            | 1.9 kB     00:00     
ZN_7_arch                                                | 1.9 kB     00:00     
ZN_7_noarch                                              | 1.9 kB     00:00     
ZN_common                                                | 1.9 kB     00:00     
Resolving Dependencies
--> Running transaction check
---> Package mpitests-mvapich2.x86_64 0:3.2-14.el7 will be installed
--> Processing Dependency: libmpich.so.10()(64bit) for package: mpitests-mvapich2-3.2-14.el7.x86_64
--> Processing Dependency: libmpl.so.1()(64bit) for package: mpitests-mvapich2-3.2-14.el7.x86_64
--> Processing Dependency: libopa.so.1()(64bit) for package: mpitests-mvapich2-3.2-14.el7.x86_64
--> Running transaction check
---> Package mpich.x86_64 0:3.0.4-8.el7 will be installed
--> Processing Dependency: environment-modules for package: mpich-3.0.4-8.el7.x86_64
--> Running transaction check
---> Package environment-modules.x86_64 0:3.2.10-10.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                  Arch        Version              Repository      Size
================================================================================
Installing:
 mpitests-mvapich2        x86_64      3.2-14.el7           7.2server       97 k
Installing for dependencies:
 environment-modules      x86_64      3.2.10-10.el7        7.2server      106 k
 mpich                    x86_64      3.0.4-8.el7          7.2server      1.0 M

Transaction Summary
================================================================================
Install  1 Package (+2 Dependent packages)

Total download size: 1.2 M
Installed size: 3.9 M
Downloading packages:
(1/3): environment-modules-3.2.10-10.el7.x86_64.rpm        | 106 kB   00:00     
(2/3): mpitests-mvapich2-3.2-14.el7.x86_64.rpm             |  97 kB   00:00     
(3/3): mpich-3.0.4-8.el7.x86_64.rpm                        | 1.0 MB   00:00     
--------------------------------------------------------------------------------
Total                                               10 MB/s | 1.2 MB  00:00     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : environment-modules-3.2.10-10.el7.x86_64                     1/3 
  Installing : mpich-3.0.4-8.el7.x86_64                                     2/3 
  Installing : mpitests-mvapich2-3.2-14.el7.x86_64                          3/3 
  Verifying  : mpitests-mvapich2-3.2-14.el7.x86_64                          1/3 
  Verifying  : mpich-3.0.4-8.el7.x86_64                                     2/3 
  Verifying  : environment-modules-3.2.10-10.el7.x86_64                     3/3 

Installed:
  mpitests-mvapich2.x86_64 0:3.2-14.el7                                         

Dependency Installed:
  environment-modules.x86_64 0:3.2.10-10.el7     mpich.x86_64 0:3.0.4-8.el7    

Complete!


mpitests-mvapich2 should have a dependency on mvapich2, the automatic dep on libmpich.so.10()(64bit) is not sufficient as it pulled mpich instead.

Comment 2 Jarod Wilson 2018-06-28 18:08:07 UTC
The needed Requires: lines were added a while back, closing as duplicate.

*** This bug has been marked as a duplicate of bug 1358437 ***