Package Details: ckb-next-git 1:0.6.0.r0.gfaca39b1-1

Git Clone URL: https://aur.archlinux.org/ckb-next-git.git (read-only, click to copy)
Package Base: ckb-next-git
Description: Corsair Keyboard and Mouse Input Driver, git master branch
Upstream URL: https://github.com/ckb-next/ckb-next
Licenses: GPL2
Conflicts: ckb-git, ckb-git-latest, ckb-next
Provides: ckb-next
Submitter: tatokis
Maintainer: tatokis (steinex)
Last Packager: tatokis
Votes: 15
Popularity: 0.000017
First Submitted: 2018-12-29 16:32 (UTC)
Last Updated: 2023-06-22 22:08 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

Flammkuchen commented on 2022-04-25 23:59 (UTC)

Please don't decrease an epoch. The packages being build now will always be seen as older than the ones before the decrease of the epoch.

harre commented on 2022-04-19 21:10 (UTC)

I get this error when starting:

% ckb-next
ckb-next: error while loading shared libraries: libquazip1-qt5.so.1.0.0: cannot open shared object file: No such file or directory

I solved it by this workaround:

sudo ln -s /usr/lib/libquazip1-qt5.so.1.3 /usr/lib/libquazip1-qt5.so.1.0.0

It works for now but I guess ckb-next need to target the updated lib instead.

Mr_Happy commented on 2022-03-08 21:34 (UTC)

@tatokis Awesome! found it and it works again! Thanks

tatokis commented on 2022-03-08 20:25 (UTC)

@Mr_Happy the error means that you previously had Qt 5.15.2, then you upgraded your system to Qt 5.15.3, but a library is either still at version 5.15.2 or built against it and needs rebuilding. It's possibly another AUR package that you need to rebuild manually, or a package in Arch itself has not been rebuilt.

You can try running QT_DEBUG_PLUGINS=1 ckb-next to see what gets loaded. Most likely the last library it tries to load is the one that has not been updated.

Mr_Happy commented on 2022-03-08 20:10 (UTC)

@tatokis It is up2date according to yay/pacman and I already ran a clean build. Does the error mean I have Qt 5.15.2 or 5.15.3?

tatokis commented on 2022-03-08 19:48 (UTC)

@Mr_Happy Make sure your system is fully updated and then clean build the package again.

Mr_Happy commented on 2022-03-08 19:40 (UTC)

Installing works fine, but there is something else wrong... Cannot mix incompatible Qt library (5.15.2) with this library (5.15.3) zsh: IOT instruction (core dumped) ckb-next

tatokis commented on 2021-09-21 15:53 (UTC)

@blackhole It should be fixed now.

blackhole commented on 2021-09-21 15:45 (UTC)

There is a "loop" here. The version is 1:0.4.4.r100.gdc4dc54, but after installation is 1:0.4.4.r100.gdc4dc54c but updating version 1:0.4.4.r100.gdc4dc54 is condidered newer...

harre commented on 2020-12-21 23:49 (UTC)

Written with StackEdit.

The build-config doesn't utilize multiple cores for compiling.

This is the build-time on my AMD Ryzen 7 2700X:

makepkg -si  157.37s user 15.36s system 96% cpu 2:58.51 total

Add this line before the build command:

export MAKEFLAGS="-j$(cat /proc/cpuinfo | awk '/^processor/{print $3}' | wc -l)"

This changes reduces the build time to this:

makepkg -si  245.04s user 21.70s system 712% cpu 37.422 total