bughelp wanted
Metriche repository
- Star
- (20.368 star)
- Metriche merge PR
- (Merge medio 20g 9h) (27 PR mergiate in 30 g)
Descrizione
Describe the Bug
Default system locale is tr_TR.UTF-8. Followed qmk setup guide. Execution qmk compile -kb clueboard/66/rev3 -km default produces following error:
$ qmk compile -kb clueboard/66/rev3 -km default
Ψ Compiling keymap with make -r -R -f builddefs/build_keyboard.mk -s KEYBOARD=clueboard/66/rev3 KEYMAP=default KEYBOARD_FILESAFE=clueboard_66_rev3 TARGET=clueboard_66_rev3_default VERBOSE=false COLOR=true SILENT=false QMK_BIN="qmk"
Generating: .build/obj_clueboard_66_rev3_default/src/info_deps.d [OK]
avr-gcc (GCC) 9.3.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Generating: .build/obj_clueboard_66_rev3_default/src/info_config.h [OK]
Generating: .build/obj_clueboard_66_rev3_default/src/default_keyboard.c [OK]
Generating: .build/obj_clueboard_66_rev3_default/src/default_keyboard.h [OK]
Compiling: keyboards/clueboard/66/rev3/rev3.c In file included from keyboards/clueboard/66/rev3/rev3.c:1:
quantum/quantum.h:154:14: fatal error: send_string.h: No such file or directory
154 | # include "send_string.h"
| ^~~~~~~~~~~~~~~
compilation terminated.
[ERRORS]
|
|
|
make: *** [builddefs/common_rules.mk:362: .build/obj_clueboard_66_rev3_default/keyboards/clueboard/66/rev3/rev3.o] Error 1
Setting en_US.UTF-8 locale builds fine without errors.
Keyboard Used
clueboard
Link to product page (if applicable)
No response
Operating System
Void Linux
qmk doctor Output
Ψ QMK Doctor is checking your environment.
Ψ CLI version: 1.1.6
Ψ QMK home: /home/qmk-user/qmk_firmware
Ψ Detected Linux (Void Linux).
Ψ Userspace enabled: False
Ψ Git branch: master
Ψ Repo version: 0.27.1
Ψ - Latest master: 2024-12-18 00:02:05 -0500 (a7d12e4e8f) -- [Keyboard] wilba_tech/wt45_h1 (#24717)
Ψ - Latest upstream/master: 2024-12-18 00:02:05 -0500 (a7d12e4e8f) -- [Keyboard] wilba_tech/wt45_h1 (#24717)
Ψ - Latest upstream/develop: None
Ψ - Common ancestor with upstream/master: 2024-12-18 00:02:05 -0500 (a7d12e4e8f) -- [Keyboard] wilba_tech/wt45_h1 (#24717)
Ψ - Common ancestor with upstream/develop: None
Ψ CLI installed in virtualenv.
Ψ All dependencies are installed.
Ψ Found arm-none-eabi-gcc version 9.3.0
Ψ Successfully compiled using arm-none-eabi-gcc
Ψ Successfully tested arm-none-eabi-binutils using arm-none-eabi-size
Ψ Found avr-gcc version 9.3.0
Ψ Successfully compiled using avr-gcc
Ψ Successfully tested avr-binutils using avr-size
Ψ Found avrdude version 7.0
Ψ Found dfu-programmer version 0.7.2
Ψ Found dfu-util version 0.11
Ψ Submodules are up to date.
Ψ Submodule status:
Ψ - lib/chibios: 2024-02-17 19:20:06 +0000 -- (be44b3305f)
Ψ - lib/chibios-contrib: 2024-04-03 20:39:24 +0800 -- (77cb0a4f)
Ψ - lib/googletest: 2021-06-11 06:37:43 -0700 -- (e2239ee6)
Ψ - lib/lufa: 2022-08-26 12:09:55 +1000 -- (549b97320)
Ψ - lib/vusb: 2022-06-13 09:18:17 +1000 -- (819dbc1)
Ψ - lib/printf: 2022-06-29 23:59:58 +0300 -- (c2e3b4e)
Ψ - lib/pico-sdk: 2023-02-12 20:19:37 +0100 -- (a3398d8)
Ψ - lib/lvgl: 2022-04-11 04:44:53 -0600 -- (e19410f8)
Is AutoHotKey / Karabiner installed
- AutoHotKey (Windows)
- Karabiner (macOS)
Other keyboard-related software installed
No response
Additional Context
No response