Package Details: ckbcomp 1.247-1

Git Clone URL: https://aur.archlinux.org/ckbcomp.git (read-only, click to copy)
Package Base: ckbcomp
Description: Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol
Upstream URL: https://salsa.debian.org/installer-team/console-setup
Licenses: GPL-2.0-or-later
Submitter: Binero
Maintainer: xiota (chaotic-aur)
Last Packager: xiota
Votes: 16
Popularity: 0.000001
First Submitted: 2015-11-04 14:43 (UTC)
Last Updated: 2026-04-15 18:05 (UTC)

Dependencies (2)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

yochananmarqos commented on 2022-06-09 22:49 (UTC) (edited on 2022-06-09 22:49 (UTC) by yochananmarqos)

FYI, the ckbcomp script has not been updated in 9 months, so updating to anything newer than 1.206 won't make any difference.

gamezelda commented on 2022-06-09 22:17 (UTC)

Both 1.207 and 1.208 fail to parse the new rules in xkeyboard-config 2.36-1 for Arch:

$ ckbcomp en_US
WARNING: Syntax error in the following line in "rules/base":
WARNING: armada asus_laptop benqx btc5090 btc6301urf btc9019u /
Died at /usr/bin/ckbcomp line 3228, <RULES> line 105.

Looks more like an xkeyboard-config issue though.

To work around it, either edit the file (/usr/share/X11/xkb/rules/base) to replace those trailing / to \ or downgrade to xkeyboard-config 2.35.1-1.

killajoe commented on 2022-06-09 21:30 (UTC)

http://ftp.de.debian.org/debian/pool/main/c/console-setup/console-setup_1.208.tar.xz is there already ;)

TheCynicalLiger commented on 2021-08-02 18:56 (UTC)

@talos767 also 1.205 also does the job

talos767 commented on 2021-07-26 18:32 (UTC)

Getting a 404 on the download for this (version 1.202-1):

curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading http://ftp.de.debian.org/debian/pool/main/c/console-setup/console-setup_1.202.tar.xz

When I attempt to edit the pkgbuild to use 1.191 as @VeryGeneric suggests, I get:

==> Validating source files with sha512sums...
    console-setup_1.191.tar.xz ... FAILED
==> ERROR: One or more files did not pass the validity check!
error downloading sources: ckbcomp

Is this upstream's issue, or a packaging issue?

VeryGeneric commented on 2021-07-17 02:33 (UTC)

For anyone building this, it seems debian wants us to use 1.191 now.

funilrys commented on 2021-04-18 11:23 (UTC)

@TechXero, fixed.

TechXero commented on 2021-04-18 11:00 (UTC) (edited on 2021-04-18 11:00 (UTC) by TechXero)

@funilrys I cannot build keep getting file not found error xD

lifo2 commented on 2020-11-16 12:04 (UTC)

195 is removed. I switched to 198 and also had to change the cd command as the directory in the tar file is console-setup-1.198 now, not console-setup.

octal commented on 2020-11-04 03:42 (UTC) (edited on 2020-11-04 04:24 (UTC) by octal)

How to fix the 404 error "oneliner" style:
yay -G ckbcomp ; cd ckbcomp ; curl -o PKGBUILD https://hastebin.com/raw/uxomutereh > PKGBUILD ; makepkg -si