Package Details: xboxdrv-git 0.8.4.r453.gf8ef7e0-2

Git Clone URL: https://aur.archlinux.org/xboxdrv-git.git (read-only, click to copy)
Package Base: xboxdrv-git
Description: An XBox/XBox 360 gamepad driver - as alternative to the xpad-kernel module - with more configurability, runs in userspace and supports a multitude of controllers
Upstream URL: https://xboxdrv.gitlab.io/
Licenses: GPL3
Conflicts: xboxdrv
Provides: xboxdrv
Submitter: lubosz
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 14
Popularity: 0.000000
First Submitted: 2014-07-08 07:07 (UTC)
Last Updated: 2021-05-28 21:28 (UTC)

Latest Comments

1 2 3 Next › Last »

FabioLolix commented on 2021-05-28 21:30 (UTC)

I had the fix ready but forgot to upload it, now is done

solarer commented on 2021-05-26 16:26 (UTC)

yes, fmt is missing. Installed it and it compiles fine

heyrict commented on 2021-03-18 11:24 (UTC)

There seems another dependency fmt for this package. It refuses to compile without that.

CMake Error at CMakeLists.txt:51 (find_package):
  By not providing "Findfmt.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "fmt", but
  CMake did not find one.

  Could not find a package configuration file provided by "fmt" with any of
  the following names:

    fmtConfig.cmake
    fmt-config.cmake

  Add the installation prefix of "fmt" to CMAKE_PREFIX_PATH or set "fmt_DIR"
  to a directory containing one of the above files.  If "fmt" provides a
  separate development package or SDK, be sure it has been installed.

FabioLolix commented on 2021-03-17 20:52 (UTC)

I have added nvllsvm as co-maintainer, I had lost the 2 2020-09 comments in the flow of messages.

By the way git submodules need to be configured in source=() and prepare instead of simply using "git submodule update --init --recursive"

namtabmai commented on 2020-09-21 19:05 (UTC)

Following on from Ashark's comment looks like the PKGBUILD needs to deal with the git submodules

prepare() {                                                                                                                                                                                                         
  cd "${pkgname%-git}"                                                                                                                                                                                              
  mkdir -p build                                                                                                                                                                                                    
  git submodule update --init --recursive                                                                                                                                                                           
}

Ashark commented on 2020-09-15 11:14 (UTC) (edited on 2020-09-15 11:15 (UTC) by Ashark)

CMake Error at CMakeLists.txt:109 (add_subdirectory):
  The source directory

    /home/andrew/.cache/yay/xboxdrv-git/src/xboxdrv/external/argparser

  does not contain a CMakeLists.txt file.


-- Configuring incomplete, errors occurred!
See also "/home/andrew/.cache/yay/xboxdrv-git/src/xboxdrv/build/CMakeFiles/CMakeOutput.log".
See also "/home/andrew/.cache/yay/xboxdrv-git/src/xboxdrv/build/CMakeFiles/CMakeError.log".

Lmx947 commented on 2019-09-22 13:50 (UTC) (edited on 2019-09-22 13:52 (UTC) by Lmx947)

You have to edit the PCKBUILD to tell cmake to include the director /usr/include/harfbuzz where hb.h is located. Change the line "cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr" to "cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_CXX_FLAGS=-isystem\ /usr/include/harfbuzz"

xDShot commented on 2019-08-19 10:51 (UTC) (edited on 2019-08-19 10:52 (UTC) by xDShot)

[100%] Built target xboxdrv
In file included from /usr/include/pango-1.0/pango/pango-font.h:25,
                 from /usr/include/pango-1.0/pango/pango-attributes.h:25,
                 from /usr/include/pango-1.0/pango/pango.h:25,
                 from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
                 from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from /home/xdshot/aur/xboxdrv-git/src/xboxdrv/src/virtualkeyboard/virtual_keyboard.hpp:23,
                 from /home/xdshot/aur/xboxdrv-git/src/xboxdrv/src/virtualkeyboard/keyboard_controller.cpp:30:
/usr/include/pango-1.0/pango/pango-coverage.h:28:10: fatal error: hb.h: No such file or directory
   28 | #include <hb.h>
      |          ^~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/virtualkeyboard.dir/build.make:63: CMakeFiles/virtualkeyboard.dir/src/virtualkeyboard/keyboard_controller.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /usr/include/pango-1.0/pango/pango-font.h:25,
                 from /usr/include/pango-1.0/pango/pango-attributes.h:25,
                 from /usr/include/pango-1.0/pango/pango.h:25,
                 from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
                 from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from /home/xdshot/aur/xboxdrv-git/src/xboxdrv/src/virtualkeyboard/virtual_keyboard.hpp:23,
                 from /home/xdshot/aur/xboxdrv-git/src/xboxdrv/src/virtualkeyboard/keyboard_dispatcher.cpp:27:
/usr/include/pango-1.0/pango/pango-coverage.h:28:10: fatal error: hb.h: No such file or directory
   28 | #include <hb.h>
      |          ^~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/virtualkeyboard.dir/build.make:89: CMakeFiles/virtualkeyboard.dir/src/virtualkeyboard/keyboard_dispatcher.cpp.o] Error 1
In file included from /usr/include/pango-1.0/pango/pango-font.h:25,
                 from /usr/include/pango-1.0/pango/pango-attributes.h:25,
                 from /usr/include/pango-1.0/pango/pango.h:25,
                 from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
                 from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:34,
                 from /usr/include/gtk-2.0/gtk/gtkmisc.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkimage.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkstatusicon.h:31,
                 from /home/xdshot/aur/xboxdrv-git/src/xboxdrv/src/virtualkeyboard/status_icon.hpp:22,
                 from /home/xdshot/aur/xboxdrv-git/src/xboxdrv/src/virtualkeyboard/status_icon.cpp:19:
/usr/include/pango-1.0/pango/pango-coverage.h:28:10: fatal error: hb.h: No such file or directory
   28 | #include <hb.h>
      |          ^~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/virtualkeyboard.dir/build.make:115: CMakeFiles/virtualkeyboard.dir/src/virtualkeyboard/status_icon.cpp.o] Error 1
In file included from /usr/include/pango-1.0/pango/pango-font.h:25,
                 from /usr/include/pango-1.0/pango/pango-attributes.h:25,
                 from /usr/include/pango-1.0/pango/pango.h:25,
                 from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
                 from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from /home/xdshot/aur/xboxdrv-git/src/xboxdrv/src/virtualkeyboard/virtual_keyboard.hpp:23,
                 from /home/xdshot/aur/xboxdrv-git/src/xboxdrv/src/virtualkeyboard/virtual_keyboard.cpp:19:
/usr/include/pango-1.0/pango/pango-coverage.h:28:10: fatal error: hb.h: No such file or directory
   28 | #include <hb.h>
      |          ^~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/virtualkeyboard.dir/build.make:128: CMakeFiles/virtualkeyboard.dir/src/virtualkeyboard/virtual_keyboard.cpp.o] Error 1
In file included from /usr/include/pango-1.0/pango/pango-font.h:25,
                 from /usr/include/pango-1.0/pango/pango-attributes.h:25,
                 from /usr/include/pango-1.0/pango/pango.h:25,
                 from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
                 from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from /home/xdshot/aur/xboxdrv-git/src/xboxdrv/src/virtualkeyboard/main.cpp:19:
/usr/include/pango-1.0/pango/pango-coverage.h:28:10: fatal error: hb.h: No such file or directory
   28 | #include <hb.h>
      |          ^~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/virtualkeyboard.dir/build.make:102: CMakeFiles/virtualkeyboard.dir/src/virtualkeyboard/main.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:134: CMakeFiles/virtualkeyboard.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

lubosz commented on 2015-11-19 11:02 (UTC)

sorry, i have accidentally committed the unstable branch version. fixed.