Bug Description
Attempts to enable the COPR repo for OneMount fail on Fedora 43. In addition, searches on the COPR website don't return any results when searching for it (nothing comes up if searching for "Auriora" either). It seems that the repo has been removed.
Steps to Reproduce
- Attempt to enable the COPR repo via terminal:
sudo dnf copr enable auriora/onemount
- See error
Expected Behavior
The package is downloaded and installed successfully.
Actual Behavior
A 404 error is returned and the installation fails. See below for terminal output.
Environment
Error Messages
martin@cyndaquil:~$ sudo dnf copr enable auriora/onemount
https://copr.fedorainfracloud.org/api_3/rpmrepo/auriora/onemount/fedora-43/ 100% | 41.0 B/s | 49.0 B | 00m01s
>>> Status code: 404 for https://copr.fedorainfracloud.org/api_3/rpmrepo/auriora/onemount/fedora-43/ (IP: 3.225.109.36) - https://copr.fedorainfracloud.org/api_3/rpmrepo/auriora/onemount/fed
>>> Status code: 404 for https://copr.fedorainfracloud.org/api_3/rpmrepo/auriora/onemount/fedora-43/ (IP: 3.225.109.36) - https://copr.fedorainfracloud.org/api_3/rpmrepo/auriora/onemount/fed
>>> Status code: 404 for https://copr.fedorainfracloud.org/api_3/rpmrepo/auriora/onemount/fedora-43/ (IP: 3.225.109.36) - https://copr.fedorainfracloud.org/api_3/rpmrepo/auriora/onemount/fed
>>> Status code: 404 for https://copr.fedorainfracloud.org/api_3/rpmrepo/auriora/onemount/fedora-43/ (IP: 3.225.109.36) - https://copr.fedorainfracloud.org/api_3/rpmrepo/auriora/onemount/fed
>>> Status code: 404 for https://copr.fedorainfracloud.org/api_3/rpmrepo/auriora/onemount/fedora-43/ (IP: 3.225.109.36)
Failed to download files
Librepo error: Status code: 404 for https://copr.fedorainfracloud.org/api_3/rpmrepo/auriora/onemount/fedora-43/ (IP: 3.225.109.36)
Workarounds and Notes
The workaround is to download the package from the Github repo, or to build it from source. However, it would be very helpful in terms of updates if the repo worked.
I could possibly help set up the repo if needed, but my experience beyond building stuff on my own machine and minor bugfixes is limited, so I might not be the best bet.
Bug Description
Attempts to enable the COPR repo for OneMount fail on Fedora 43. In addition, searches on the COPR website don't return any results when searching for it (nothing comes up if searching for "Auriora" either). It seems that the repo has been removed.
Steps to Reproduce
sudo dnf copr enable auriora/onemountExpected Behavior
The package is downloaded and installed successfully.
Actual Behavior
A 404 error is returned and the installation fails. See below for terminal output.
Environment
Error Messages
Workarounds and Notes
The workaround is to download the package from the Github repo, or to build it from source. However, it would be very helpful in terms of updates if the repo worked.
I could possibly help set up the repo if needed, but my experience beyond building stuff on my own machine and minor bugfixes is limited, so I might not be the best bet.