-
Notifications
You must be signed in to change notification settings - Fork 568
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
how to install perl-URI-Encode on CBL Mariner #6166
Comments
We do not ship |
@pramenku there's |
I think |
Actually, we need "perl-URI-Encode" Usecase: perl-URI-Encode needed by hip-devel hip-devel is HIP package which needs "perl-URI-Encode" , defined at below line. It's mandatory to have it to install rocm driver. |
@pramenku until CBL-Mariner team adds the package installing it manually is trivial. Use a source package from Fedora and build locally. Here's the spec from Fedora 38 used for testing on CBL-Mariner 2.0: perl-URI-Encode.spec%global cpan_version v1.1.1 Name: perl-URI-Encode BuildBuildRequires: coreutils Run-timeBuildRequires: perl(base) Test SuiteBuildRequires: perl(Test::More) >= 0.88 DependenciesRequires: perl(Encode) >= 2.12 Drop under-specified dependencies%{?perl_default_filter} %description %prep %build %install %check %files %changelog
or just add
|
Thanks @elsaco , Actually, I have tried it already but did not work. hip-devel is expecting as package also installed , means "dnf info perl-URI-Encode" should show the info like
|
@pramenku I understand your frustration. Hopefully CBL-Mariner team takes notice. In the meantime I added the RPM and SRPM to https://github.com/elsaco/cbl-mariner-rpms. You could rebuild the srpm on your system or use the binary package. Verify contents fist! Output of
This will satisfy your package dependencies. |
Thanks for sharing https://github.com/elsaco/cbl-mariner-rpms/blob/main/perl-URI-Encode-1.1.1-21.cm2.noarch.rpm compiled package, @elsaco . it WORKS. |
Unable to find perl-URI-Encode package for CBL mariner
How to get it ?
The text was updated successfully, but these errors were encountered: