When I try to install the XTD AUR packages, I get the following error:
no results found for roccat-tools package failed to retrieve roccat-tools package
Git Clone URL: | https://aur.archlinux.org/roccat-tools.git (read-only, click to copy) |
---|---|
Package Base: | roccat-tools |
Description: | Userland applications to configure and make extended use of ROCCAT RyosMK devices |
Upstream URL: | http://roccat.sourceforge.net |
Keywords: | gui hardware keyboard mouse settings |
Licenses: | GPL2 |
Submitter: | russo79 |
Maintainer: | aaronfischer |
Last Packager: | aaronfischer |
Votes: | 55 |
Popularity: | 0.000000 |
First Submitted: | 2012-03-05 16:53 (UTC) |
Last Updated: | 2020-09-23 21:17 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 22 Next › Last »
When I try to install the XTD AUR packages, I get the following error:
no results found for roccat-tools package failed to retrieve roccat-tools package
CMake 3.13.3 broke this PKGBUILD because it now requires to specify a build directory. As mentioned in CMake's issue tracker it seems that not specifying a build directory was never a supported scenario to begin with.
The fix is as easy as adding a dot:
cmake . -DFOO=bar
instead of just
cmake -DFOO=bar
... as can be seen in the git history of another AUR package's PKGBUILD.
The CMake guys recently patched this behavior but CMake will still issue a warning; also, who knows when the new CMake version is due and when it'll land in the Arch Linux Extra repo.
Thanks!
BTW, the libgaminggear
package is affected by this as well.
Thanks for the hint @astaoth, I've updated the libgaminggear package.
Hey here ! I'm not able to build this package ! I get this error : https://pastebin.com/ia7yX98s
I then retried after having edited the pkgbuild in order to keep only the nyth part, and here is the error I have : https://pastebin.com/VRGyN9ic
Any idea of how to solve it ?
EDIT : ok, it looks like I read only the pined comments and not the latests ....
EDIT 2 : same as @gripped, I had to copy the same file from the cmake-3.12 directory. Current cmake version is 3.13.
@gripped: Thanks for your hint. The version of cmake bumped to 3.12. I've updated the package and cranked up the pkgver on the libgaminggear package. Please update the libgaminggear package, then you can install the roccat-tools packages.
Does not build unless I manually copy a file into the scrdir
cp /usr/share/cmake-3.11/Modules/FindGAMINGGEAR0.cmake ($scrdir)/roccat/roccat-tools-kovaplus/src/roccat-tools-5.7.0/cmake_modules
Same error as in other comments "Could not find a package configuration file provided by "GAMINGGEAR0" (requested version 0.15.1) with any of the following names:"
libgaminggear is/was up to date
@foxhunt72: Try installing core/sqlite. Not sure if this is a new dependency. Let me know if this helps. If so, I will put it to the dependency array.
Get a issue building:
[ 9%] Linking C executable roccateventhandler
/usr/lib/gcc/x86_64-pc-linux-gnu/8.1.1/../../../../lib/libgaminggear.so: undefined reference to sqlite3_close@SQLITE_3'
/usr/lib/gcc/x86_64-pc-linux-gnu/8.1.1/../../../../lib/libgaminggear.so: undefined reference to
sqlite3_exec@SQLITE_3'
/usr/lib/gcc/x86_64-pc-linux-gnu/8.1.1/../../../../lib/libgaminggear.so: undefined reference to sqlite3_free@SQLITE_3'
/usr/lib/gcc/x86_64-pc-linux-gnu/8.1.1/../../../../lib/libgaminggear.so: undefined reference to
sqlite3_open@SQLITE_3'
collect2: error: ld returned 1 exit status
make[2]: [roccateventhandler/CMakeFiles/roccateventhandler.dir/build.make:152: roccateventhandler/roccateventhandler] Error 1
make[1]: [CMakeFiles/Makefile2:398: roccateventhandler/CMakeFiles/roccateventhandler.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
The build failed.
Pinned Comments
aaronfischer commented on 2019-03-28 20:13 (UTC)
@Gonzo2028: See here: https://www.reddit.com/r/linux_gaming/comments/5js1l2/im_stefan_achatz_stopping_programming_linux/
Stunts commented on 2017-01-05 13:13 (UTC)
aaronfischer commented on 2015-11-22 13:21 (UTC) (edited on 2017-01-04 21:58 (UTC) by aaronfischer)
edward_81 commented on 2015-10-03 15:31 (UTC)