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

Add --allmirros option for dnf download --url #1735

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

alimirjamali
Copy link
Contributor

resolves: #1734

Copy link

We were not able to find or create Copr project packit/rpm-software-management-dnf5-1735 specified in the config with the following error:

Cannot create a new Copr project (owner=packit project=rpm-software-management-dnf5-1735 chroots=['fedora-41-x86_64', 'fedora-rawhide-x86_64', 'fedora-40-x86_64', 'fedora-39-x86_64']): Copr: 'packit/rpm-software-management-dnf5-1735' already exists. Copr HTTP response is 400 BAD REQUEST.

Unless the HTTP status code above is >= 500, please check your configuration for:

  1. typos in owner and project name (groups need to be prefixed with @)
  2. whether the project name doesn't contain not allowed characters (only letters, digits, underscores, dashes and dots must be used)
  3. whether the project itself exists (Packit creates projects only in its own namespace)
  4. whether Packit is allowed to build in your Copr project
  5. whether your Copr project/group is not private

@ppisar ppisar self-assigned this Sep 30, 2024
alimirjamali added a commit to alimirjamali/dnf5 that referenced this pull request Sep 30, 2024
@ppisar
Copy link
Contributor

ppisar commented Sep 30, 2024

Now, when you renamed the option, also please update a title of this commit.

@alimirjamali alimirjamali changed the title Add --all-mirros option for dnf download --url Add --allmirros option for dnf download --url Sep 30, 2024
alimirjamali added a commit to alimirjamali/dnf5 that referenced this pull request Sep 30, 2024
@alimirjamali
Copy link
Contributor Author

Now, when you renamed the option, also please update a title of this commit.

This is also done

@alimirjamali
Copy link
Contributor Author

@ppisar Fedora 39 unittests failed because of missing libfmt.so. Is this normal?

Copy link
Contributor

@ppisar ppisar left a comment

Choose a reason for hiding this comment

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

Good. The F39 test failure is unrelated.

@ppisar ppisar added this pull request to the merge queue Oct 1, 2024
Merged via the queue into rpm-software-management:main with commit e93df4a Oct 1, 2024
17 of 20 checks passed
@ppisar
Copy link
Contributor

ppisar commented Oct 1, 2024

The "dnf5: error while loading shared libraries: libfmt.so.10: cannot open shared object file: No such file or directory" error should not happen because Fedora 39 latest fmt package is fmt-10.0.0-3.fc39 which delivers /usr/lib64/libfmt.so.10 file. The package is in the release repositories since the very beginning of Fedora 39. The error looks more like a corrupted container.

@alimirjamali
Copy link
Contributor Author

The "dnf5: error while loading shared libraries: libfmt.so.10: cannot open shared object file: No such file or directory" error should not happen because Fedora 39 latest fmt package is fmt-10.0.0-3.fc39 which delivers /usr/lib64/libfmt.so.10 file. The package is in the release repositories since the very beginning of Fedora 39. The error looks more like a corrupted container.

Thank you very much for the explanation and thanks for the PR review.

@ppisar
Copy link
Contributor

ppisar commented Oct 1, 2024

The error looks more like a corrupted container.

I reproduced it. The cause is condor-23.9.6-1.fc39.x86_64 package that RPM-provides libfmt.so.10()(64bit), but does not actually install that library. I reported a bug against condor https://bugzilla.redhat.com/show_bug.cgi?id=2315859.

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.

Option to retreive download url of a pacakge from all available mirrors
2 participants