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.000030
First Submitted: 2018-12-29 16:32 (UTC)
Last Updated: 2023-06-22 22:08 (UTC)

Latest Comments

1 2 3 Next › Last »

albert-softie commented on 2024-03-12 23:34 (UTC)

@tatokis figured it out after running which pkg-config, it was my homebrew installation that was messing it up. i ended up uninstalling homebrew since i don't think i was using it anyways and now it builds no problem. thank you for pointing me in the right direction

tatokis commented on 2024-03-12 19:40 (UTC)

@albert-softie it's okay for PKG_CONFIG_PATH to be unset. Make sure you're not running a third party pkg-config, (perhaps which pkg-config will tell you) and also check if /usr/lib/pkgconfig/xcb-ewmh.pc exists on your system and isn't a blank file.

albert-softie commented on 2024-03-12 18:53 (UTC)

@tatokis first command returns nothing, the second tells me it can't find the package in the pkg config path, probably because it's not set. i should probably do something about that shouldn't i

tatokis commented on 2024-03-12 14:59 (UTC)

@albert-softie What do the following return?

echo $PKG_CONFIG_PATH
pkg-config --libs xcb-ewmh

albert-softie commented on 2024-03-10 16:29 (UTC)

@tatokis did that and everything seems to be in order in regards to the xcb package, but the build still fails for me with the same error as before

tatokis commented on 2024-03-10 12:33 (UTC)

@albert-softie Could it be something on your end? I just tested it and it built fine. Can you try reinstalling the xcb-util-wm package and making sure all its files are present and correct?

albert-softie commented on 2024-03-09 17:27 (UTC)

build fails with exit status 4 due to missing dependency

==> Starting build()...
-- The C compiler identification is GNU 13.2.1
-- The CXX compiler identification is GNU 13.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Git: /usr/bin/git (found version "2.44.0") 
-- ckb-next version: 0.6.0-33-gaaf48a03 (Non-release)
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST
-- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST - Failed
-- Found Iconv: /usr/lib/libiconv.so
-- Checking for module 'libudev'
--   No package 'libudev' found
-- Found UDEV: /usr/lib/libudev.so  
-- systemd detected
-- Generating and importing ckb-next-daemon.service (systemd)
-- Found PulseAudio: /usr/lib/libpulse.so  
-- Found ZLIB: /usr/lib/libz.so (found version "1.3.1")  
-- Found QuaZip: QuaZip::QuaZip
-- Found PkgConfig: /home/linuxbrew/.linuxbrew/bin/pkg-config (found version "0.29.2") 
-- Checking for module 'xcb'
--   Found xcb, version 1.15
-- Checking for module 'xcb-ewmh'
--   No package 'xcb-ewmh' found
-- Checking for module 'xcb-screensaver'
--   Found xcb-screensaver, version 1.15
CMake Error at src/gui/CMakeLists.txt:305 (message):
  XCB-EWMH was not found.  Either install it or pass -DUSE_XCB=0 to disable
  active window detection.


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: ckb-next-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
ckb-next-git - exit status 4

tatokis commented on 2023-04-05 17:17 (UTC)

@useless2764 Yeah, that shouldn't have been there in the first place. It's gone now.

useless2764 commented on 2023-03-12 22:35 (UTC)

can we change whatever it is that kills the daemon after building to restart the daemon instead

tatokis commented on 2022-04-26 09:24 (UTC)

@Flammkuchen Apologies, I reverted it. I thought it could also be reset along with pkgrel when the version changes. I see how it works now.