You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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.
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
The package is installed, and it seems that it is working successfully.
The text was updated successfully, but these errors were encountered:
Following the instructions to install the tool in a Fedora 38 laptop, an error happens with the following message:
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
The text was updated successfully, but these errors were encountered: