Bug 2079892

Summary: systemtap-client can't be installed with the latest dyninst
Product: Red Hat Enterprise Linux 9 Reporter: Takashi Kajinami <tkajinam>
Component: systemtapAssignee: Frank Ch. Eigler <fche>
systemtap sub component: system-version QA Contact: qe-baseos-tools-bugs
Status: CLOSED DUPLICATE Docs Contact:
Severity: urgent    
Priority: unspecified CC: bstinson, jwboyer, lberk, mcermak, mjw
Version: CentOS Stream   
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-05-02 17:20:25 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 Takashi Kajinami 2022-04-28 12:48:46 UTC
Description of problem:

The updated version of dyninst ( dyninst-12.1.0-1.el9.x86_64.rpm ) was recently released.
After that, the current latest version of systemtap-client ( systemtap-client-4.6-11.el9.x86_64.rpm ) can't be installed because of the conflicts.
~~~
Error: 
 Problem: package systemtap-client-4.6-11.el9.x86_64 requires libcommon.so.11.0()(64bit), but none of the providers can be installed
  - package systemtap-client-4.6-11.el9.x86_64 requires libinstructionAPI.so.11.0()(64bit), but none of the providers can be installed
  - package systemtap-client-4.6-11.el9.x86_64 requires libparseAPI.so.11.0()(64bit), but none of the providers can be installed
  - package systemtap-client-4.6-11.el9.x86_64 requires libsymtabAPI.so.11.0()(64bit), but none of the providers can be installed
  - cannot install both dyninst-12.1.0-1.el9.x86_64 and dyninst-11.0.0-5.el9.x86_64
  - cannot install both dyninst-12.1.0-1.el9.x86_64 and dyninst-11.0.0-4.el9.x86_64
  - cannot install the best update candidate for package systemtap-client-4.6-11.el9.x86_64
  - cannot install the best update candidate for package dyninst-11.0.0-5.el9.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use 
~~~


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Install systemtap-client
 $ sudo dnf install systemtap-client -y

Actual results:
Installation succeeds

Expected results:
Installation fails because of conflict with the latest dyninst

Additional info:

Comment 1 Frank Ch. Eigler 2022-05-02 17:20:25 UTC

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