-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
[Bug] qmk setup
fails on Fedora 39 due to missing package 'dfu-programmer'
#22773
Comments
I also have issues with Debian, CentOS and Arch Linux. Seems like the whole |
This is something you should take up with the respective distro packagers; it's not a QMK issue and there's not much we can do about it if they don't provide the package. dfu-programmer is still there on Arch: https://archlinux.org/packages/extra/x86_64/dfu-programmer/ The last release for Fedora was for 38: https://packages.fedoraproject.org/pkgs/dfu-programmer/dfu-programmer/ |
One option here is to make the installation of In theory it could be possible to use |
You are right. I didn't have time to write a more extensive report and didn't think it would fit in this issue. I'll look into it tomorrow and create a new issue. |
Just came across this bug while attempting to install on Fedora 40 which came out a couple of weeks ago - I checked the install file at util/install/fedora.sh and found there is a workaround added to change the install for Fedora 39 but doesn't work for F40. Changing it to "$VERSION_ID"== "40" made it work for me `_qmk_install() {
}` |
Describe the Bug
Executing the main install command from
util/install/fedora.sh
I can't find this package in Fedora 39.
As a workaround, removing
dfu-programmer
from the list and re-runningqmk setup
at least gets things to a stage where we can compile.Keyboard Used
No response
Link to product page (if applicable)
No response
Operating System
Fedora 39
qmk doctor Output
Is AutoHotKey / Karabiner installed
Other keyboard-related software installed
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: