Skip to content

Rename libarchive13 to libarchive #499

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

Merged
merged 1 commit into from
Mar 8, 2025
Merged

Rename libarchive13 to libarchive #499

merged 1 commit into from
Mar 8, 2025

Conversation

j-chiam
Copy link

@j-chiam j-chiam commented Mar 7, 2025

Closes #490

@@ -50,7 +50,7 @@ libaio-dev: libaio-devel
libapache2-mpm-itk: apache2
libapparmor-dev: libapparmor-devel
libarchive-dev: libarchive-devel
libarchive-tools: libarchive13 bsdtar
libarchive-tools: libarchive bsdtar
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a limitation here... Because this change is done in the value of the key-value pair, it will be taken as is. Hence even if the correct mapping of libarchive: libarchive13 is added to this file, it will not be replaced.

Copy link

@seowwj seowwj Mar 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the installation script does not recursively search for any other packages in the values to be replaced, this change will break lkp install on opensuse/leap. (OpenSUSE doesn't have libarchive, but has libarchive13 instead)

image

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, the right side of mapping doesn't need be changed, since the right side is the actual package on that distro.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the installation script does not recursively search for any other packages in the values to be replaced, this change will break lkp install on opensuse/leap. (OpenSUSE doesn't have libarchive, but has libarchive13 instead)

For this, shall we undo this change or should we raise an issue?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can undo it and force push a new commit.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can undo it and force push a new commit.

Alright, thanks for the clarification 👍

@rli9
Copy link

rli9 commented Mar 7, 2025

thanks, help check the failure on ubuntu/noble in the Checks

E: Unable to locate package libarchive

Closes intel#490

Signed-off-by: Wei Shan <wei.shan.lim@intel.com>
Signed-off-by: Chiam, Jia Ying <jia.ying.chiam@intel.com>
Signed-off-by: Seow, Wen Jie <wen.jie.seow@intel.com>
@rli9 rli9 merged commit 159c16d into intel:master Mar 8, 2025
@rli9
Copy link

rli9 commented Mar 8, 2025

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.

distro/adaptation: rename libarchive13 to libarchive
4 participants