Source: fcitx Version: 1:4.2.9.7-3 Severity: normal Hello,
Since 1:4.2.9.7-3 upload enchant support is disabled: -- Checking for module 'enchant' -- No package 'enchant' found And the packages are not linked to libenchant-2-2 Quickly looking at the code, the pkg-config file name in cmake/FindEnchant.cmake should be changed from "enchant" to "enchant-2" pkg_check_modules(PC_ENCHANT enchant) -> pkg_check_modules(PC_ENCHANT enchant-2) Kind regards, Laurent Bigonville -- System Information: Debian Release: bullseye/sid APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental-debug'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 5.5.0-1-amd64 (SMP w/8 CPU cores) Kernel taint flags: TAINT_WARN Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8), LANGUAGE=fr_BE:fr (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: SELinux: enabled - Mode: Permissive - Policy name: refpolicy