Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix perf package dependencies on redhat #394

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

bssrikanth
Copy link

Currently perf install fails citing few dependency failures on redhat 9.4. This commit fixes it.

Before fix:

Error: Unable to find a match: curl-minimal
Cannot install some packages of makepkg depends
..
Error: Unable to find a match: libcapstone-dev
Cannot install some packages of perf depends
..

  -> Stripping unneeded symbols from binaries and libraries...
==> Creating package "perf"...
  -> Generating .MTREE file...
/home/LKP/lkp-tests/sbin/makepkg: line 2337: bsdtar: command not found
  -> Compressing package...
/home/LKP/lkp-tests/sbin/makepkg: line 2348: bsdtar: command not found
==> ERROR: Failed to create package file.
Install perf failed

After fix:

  LINK    perf
  GEN     python/perf.cpython-39-x86_64-linux-gnu.so
==> Entering fakeroot environment...
x86_64
==> Starting package()...
==> Tidying install...
  -> Purging unwanted files...
  -> Removing libtool files...
  -> Removing static library files...
  -> Compressing man and info pages...
  -> Stripping unneeded symbols from binaries and libraries...
==> Creating package "perf"...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: perf git-1 (Wed Dec 11 06:24:54 PM IST 2024)
==> Installing package perf with /home/LKP/lkp-tests/sbin/pacman-LKP -U...
install succeed

Currently perf install fails citing
few dependency failures on redhat.
This commit fixes it.

Signed-off-by: Srikanth Aithal <[email protected]>
@rli9 rli9 merged commit 39764b1 into intel:master Dec 11, 2024
@rli9
Copy link

rli9 commented Dec 11, 2024

thanks for the patch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants