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

bvn13/kat repository not available for Fedora 38 #431

Open
rmarting opened this issue May 19, 2023 · 0 comments
Open

bvn13/kat repository not available for Fedora 38 #431

rmarting opened this issue May 19, 2023 · 0 comments

Comments

@rmarting
Copy link

Following the instructions to install the tool in a Fedora 38 laptop, an error happens with the following message:

Repository 'fedora-38-x86_64' does not exist in project 'bvn13/kcat'.
Available repositories: 'fedora-37-x86_64', 'mageia-8-x86_64', 'fedora-36-x86_64', 'centos-stream-9-x86_64', 'epel-9-x86_64', 'fedora-35-x86_64'

The bvn13/kat repository is not available for Fedora 38, only for previous versions.

It is possible to enable a previous repository to use it, and install it (with some errors and warnings in the output). It could be better to have a repository for Fedora 38, instead of to use a older one.

Steps to reproduce it
  1. Enable the repository, this process fails with the error:
❯ sudo dnf copr enable bvn13/kcat
Enabling a Copr repository. Please note that this repository is not part
of the main distribution, and quality may vary.

The Fedora Project does not exercise any power over the contents of
this repository beyond the rules outlined in the Copr FAQ at
<https://docs.pagure.org/copr.copr/user_documentation.html#what-i-can-build-in-copr>,
and packages are not held to any quality or security level.

Please do not file bug reports about these packages in Fedora
Bugzilla. In case of problems, contact the owner of this repository.

Do you really want to enable copr.fedorainfracloud.org/bvn13/kcat? [y/N]: y
Error: It wasn't possible to enable this project.
Repository 'fedora-38-x86_64' does not exist in project 'bvn13/kcat'.
Available repositories: 'fedora-37-x86_64', 'mageia-8-x86_64', 'fedora-36-x86_64', 'centos-stream-9-x86_64', 'epel-9-x86_64', 'fedora-35-x86_64'

If you want to enable a non-default repository, use the following command:
  'dnf copr enable bvn13/kcat <repository>'
But note that the installed repo file will likely need a manual modification.
  1. Enable the repository for a previous Fedora distro, e.g. Fedora 37:
❯ sudo dnf copr enable bvn13/kcat fedora-37-x86_64
Enabling a Copr repository. Please note that this repository is not part
of the main distribution, and quality may vary.

The Fedora Project does not exercise any power over the contents of
this repository beyond the rules outlined in the Copr FAQ at
<https://docs.pagure.org/copr.copr/user_documentation.html#what-i-can-build-in-copr>,
and packages are not held to any quality or security level.

Please do not file bug reports about these packages in Fedora
Bugzilla. In case of problems, contact the owner of this repository.

Do you really want to enable copr.fedorainfracloud.org/bvn13/kcat? [y/N]: y
Repository successfully enabled.
  1. Install the package, however, new errors are showed in the output:
❯ sudo dnf install kafkacat
Copr repo for kcat owned by bvn13                                                                                                                                                    284  B/s | 341  B     00:01    
Errors during downloading metadata for repository 'copr:copr.fedorainfracloud.org:bvn13:kcat':
  - Status code: 404 for https://download.copr.fedorainfracloud.org/results/bvn13/kcat/fedora-38-x86_64/repodata/repomd.xml (IP: 54.192.95.31)
Error: Failed to download metadata for repo 'copr:copr.fedorainfracloud.org:bvn13:kcat': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
Ignoring repositories: copr:copr.fedorainfracloud.org:bvn13:kcat
Last metadata expiration check: 0:20:00 ago on Fri 19 May 2023 08:39:31 AM CEST.
Dependencies resolved.
=====================================================================================================================================================================================================================
 Package                                              Architecture                                     Version                                                Repository                                        Size
=====================================================================================================================================================================================================================
Installing:
 kcat                                                 x86_64                                           1.7.1-2.fc38                                           fedora                                            39 k
Installing dependencies:
 librdkafka                                           x86_64                                           1.9.2-2.fc38                                           fedora                                           688 k

Transaction Summary
=====================================================================================================================================================================================================================
Install  2 Packages
  1. The package is installed, and it seems that it is working successfully.
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

No branches or pull requests

1 participant