CMake Deprecation Warning at CMakeLists.txt:3 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. CMake Deprecation Warning at CMakeLists.txt:9 (cmake_policy): The OLD behavior for policy CMP0005 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. g-0.21/scripts/ razercfg-0.21/scripts/paths_replace.sh razercfg-0.21/scripts/cmake.global razercfg-0.21/razerd/ razercfg-0.21/razerd/razerd.c razercfg-0.21/razerd/CMakeLists.txt razercfg-0.21/razerd.service razercfg-0.21/razerd.initscript razercfg-0.21/razer.conf razercfg-0.21/pm-hook.sh.template razercfg-0.21/librazer/ razercfg-0.21/librazer/util.h razercfg-0.21/librazer/util.c razercfg-0.21/librazer/synapse.h razercfg-0.21/librazer/synapse.c razercfg-0.21/librazer/razer_private.h razercfg-0.21/librazer/profile_emulation.h razercfg-0.21/librazer/profile_emulation.c razercfg-0.21/librazer/librazer.h razercfg-0.21/librazer/librazer.c razercfg-0.21/librazer/hw_taipan.h razercfg-0.21/librazer/hw_taipan.c razercfg-0.21/librazer/hw_naga.h razercfg-0.21/librazer/hw_naga.c razercfg-0.21/librazer/hw_lachesis5k6.h razercfg-0.21/librazer/hw_lachesis5k6.c razercfg-0.21/librazer/hw_lachesis.h razercfg-0.21/librazer/hw_lachesis.c razercfg-0.21/librazer/hw_krait.h razercfg-0.21/librazer/hw_krait.c razercfg-0.21/librazer/hw_imperator.h razercfg-0.21/librazer/hw_imperator.c razercfg-0.21/librazer/hw_deathadder.h razercfg-0.21/librazer/hw_deathadder.c razercfg-0.21/librazer/hw_copperhead.h razercfg-0.21/librazer/hw_copperhead.c razercfg-0.21/librazer/hw_boomslangce.h razercfg-0.21/librazer/hw_boomslangce.c razercfg-0.21/librazer/cypress_bootloader.h razercfg-0.21/librazer/cypress_bootloader.c razercfg-0.21/librazer/config.h razercfg-0.21/librazer/config.c razercfg-0.21/librazer/buttonmapping.h razercfg-0.21/librazer/buttonmapping.c razercfg-0.21/librazer/CMakeLists.txt razercfg-0.21/README razercfg-0.21/COPYING razercfg-0.21/CMakeLists.txt patching file razerd.initscript -- The C compiler identification is GNU 11.2.0 -- 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 -- Looking for libusb.h -- Looking for libusb.h - found -- Configuring done -- Generating done -- Build files have been written to: /usr/src/slapt-src/desktop/razercfg/razercfg-0.21 [ 4%] Generate udev rules pathreplace: template=/usr/src/slapt-src/desktop/razercfg/razercfg-0.21/udev.rules.template target=/usr/src/slapt-src/desktop/razercfg/razercfg-0.21/udev.rules instdir=/usr [ 4%] Built target razer_udev_rules [ 9%] Generate PM hook pathreplace: template=/usr/src/slapt-src/desktop/razercfg/razercfg-0.21/pm-hook.sh.template target=/usr/src/slapt-src/desktop/razercfg/razercfg-0.21/pm-hook.sh instdir=/usr [ 9%] Built target razer_pm_hook [ 14%] Building C object librazer/CMakeFiles/razer.dir/buttonmapping.o [ 19%] Building C object librazer/CMakeFiles/razer.dir/profile_emulation.o [ 23%] Building C object librazer/CMakeFiles/razer.dir/librazer.o In file included from /usr/src/slapt-src/desktop/razercfg/razercfg-0.21/librazer/librazer.c:18: /usr/src/slapt-src/desktop/razercfg/razercfg-0.21/librazer/librazer.c: In function ‘razer_generic_usb_gen_idstr’: /usr/src/slapt-src/desktop/razercfg/razercfg-0.21/librazer/razer_private.h:92:55: warning: ‘%s’ directive output may be truncated writing up to 511 bytes into a region of size 117 [-Wformat-truncation=] 92 | snprintf(buf, RAZER_IDSTR_MAX_SIZE, "%s:%s:%s-%s:%s", | ^~ In file included from /usr/include/stdio.h:866, from /usr/src/slapt-src/desktop/razercfg/razercfg-0.21/librazer/util.h:12, from /usr/src/slapt-src/desktop/razercfg/razercfg-0.21/librazer/razer_private.h:5, from /usr/src/slapt-src/desktop/razercfg/razercfg-0.21/librazer/librazer.c:18: /usr/include/bits/stdio2.h:71:10: note: ‘__builtin___snprintf_chk’ output 13 or more bytes (assuming 587) into a destination of size 128 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ [ 28%] Building C object librazer/CMakeFiles/razer.dir/config.o [ 33%] Building C object librazer/CMakeFiles/razer.dir/util.o [ 38%] Building C object librazer/CMakeFiles/razer.dir/synapse.o [ 42%] Building C object librazer/CMakeFiles/razer.dir/cypress_bootloader.o [ 47%] Building C object librazer/CMakeFiles/razer.dir/hw_boomslangce.o [ 52%] Building C object librazer/CMakeFiles/razer.dir/hw_copperhead.o [ 57%] Building C object librazer/CMakeFiles/razer.dir/hw_deathadder.o [ 61%] Building C object librazer/CMakeFiles/razer.dir/hw_krait.o [ 66%] Building C object librazer/CMakeFiles/razer.dir/hw_lachesis.o [ 71%] Building C object librazer/CMakeFiles/razer.dir/hw_lachesis5k6.o [ 76%] Building C object librazer/CMakeFiles/razer.dir/hw_naga.o [ 80%] Building C object librazer/CMakeFiles/razer.dir/hw_imperator.o [ 85%] Building C object librazer/CMakeFiles/razer.dir/hw_taipan.o [ 90%] Linking C shared library librazer.so [ 90%] Built target razer [ 95%] Building C object razerd/CMakeFiles/razerd.dir/razerd.o [100%] Linking C executable razerd [100%] Built target razerd [ 4%] Generate udev rules pathreplace: template=/usr/src/slapt-src/desktop/razercfg/razercfg-0.21/udev.rules.template target=/usr/src/slapt-src/desktop/razercfg/razercfg-0.21/udev.rules instdir=/usr [ 4%] Built target razer_udev_rules [ 9%] Generate PM hook pathreplace: template=/usr/src/slapt-src/desktop/razercfg/razercfg-0.21/pm-hook.sh.template target=/usr/src/slapt-src/desktop/razercfg/razercfg-0.21/pm-hook.sh instdir=/usr [ 9%] Built target razer_pm_hook Consolidate compiler generated dependencies of target razer [ 90%] Built target razer Consolidate compiler generated dependencies of target razerd [100%] Built target razerd Install the project... -- Install configuration: "" -- Installing: /usr/src/slapt-src/desktop/razercfg/package-razercfg/usr/lib/librazer.so -- Installing: /usr/src/slapt-src/desktop/razercfg/package-razercfg/etc/udev/rules.d/01-razer-udev.rules -- Installing: /usr/src/slapt-src/desktop/razercfg/package-razercfg/etc/pm/sleep.d/50-razer CMake Warning at librazer/cmake_install.cmake:92 (message): WARNING: udevadm control --reload-rules failed: 2 Please reload udev manually or reboot the system Call Stack (most recent call first): cmake_install.cmake:47 (include) -- ldconfig: 0 -- Installing: /usr/src/slapt-src/desktop/razercfg/package-razercfg/usr/sbin/razerd -- Installing: /usr/src/slapt-src/desktop/razercfg/package-razercfg/usr/bin/pyrazer.py -- Installing: /usr/src/slapt-src/desktop/razercfg/package-razercfg/usr/bin/razercfg -- Installing: /usr/src/slapt-src/desktop/razercfg/package-razercfg/usr/bin/qrazercfg -- Installing: /usr/src/slapt-src/desktop/razercfg/package-razercfg/usr/bin/razer-gamewrapper 'razer.conf' -> '/usr/src/slapt-src/desktop/razercfg/package-razercfg/etc/razer.conf.new' install: creating directory '/usr/src/slapt-src/desktop/razercfg/package-razercfg/etc/rc.d' 'razerd.initscript' -> '/usr/src/slapt-src/desktop/razercfg/package-razercfg/etc/rc.d/rc.razerd.new' Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/desktop/razercfg/razercfg-0.21-i486-1salix15.0.txz ./ etc/ etc/pm/ etc/pm/sleep.d/ etc/pm/sleep.d/50-razer etc/razer.conf.new etc/rc.d/ etc/rc.d/rc.razerd.new install/ install/doinst.sh install/slack-desc lib/ lib/udev/ lib/udev/rules.d/ lib/udev/rules.d/01-razer-udev.rules usr/ usr/bin/ usr/bin/pyrazer.py usr/bin/qrazercfg usr/bin/razer-gamewrapper usr/bin/razercfg usr/doc/ usr/doc/razercfg-0.21/ usr/doc/razercfg-0.21/COPYING usr/doc/razercfg-0.21/README usr/doc/razercfg-0.21/razercfg.SlackBuild usr/lib/ usr/lib/librazer.so usr/sbin/ usr/sbin/razerd Slackware package /usr/src/slapt-src/desktop/razercfg/razercfg-0.21-i486-1salix15.0.txz created. Installing package razercfg-0.21-i486-1salix15.0... | razercfg (Razer device configuration tool) | | This is the next generation Razer device configuration tool bringing | the Razer gaming experience to the free OpenSource world. | This utility is a replacement for the old deathaddercfg tool. | The tool architecture is based on "razerd", which is a background | daemon doing all of the lowlevel privileged hardware accesses. The | user interface tools are "razercfg", a commandline tool; and | "qrazercfg", a QT4 based graphical device configuration tool. | | https://dual.bues.ch/cms/hacking/razercfg.html | | WARNING: Post-installation script failed. (512)