Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 600838 - games-util/xboxdrv-0.8.5-r1 should require dbus-glib
Summary: games-util/xboxdrv-0.8.5-r1 should require dbus-glib
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-25 17:46 UTC by Chris White
Modified: 2017-09-30 04:15 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
xboxdrv-0.8.5-r2 ebuild patch (xboxdrv.diff,281 bytes, patch)
2016-11-25 17:46 UTC, Chris White
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris White 2016-11-25 17:46:05 UTC
Created attachment 454360 [details, diff]
xboxdrv-0.8.5-r2 ebuild patch

The current stable xboxdrv fails if dev-libs/dbus-glib is not present:

---------------
x86_64-pc-linux-gnu-g++ -o src/controller_slot_options.o -c -Wall -march=native -O2 -pipe -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -pthread -isystem/usr/include/libusb-1.0 -DPACKAGE
_VERSION='"0.8.5"' -Isrc src/controller_slot_options.cpp
x86_64-pc-linux-gnu-g++ -o src/controller_thread.o -c -Wall -march=native -O2 -pipe -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -pthread -isystem/usr/include/libusb-1.0 -DPACKAGE_VERSI
ON='"0.8.5"' -Isrc src/controller_thread.cpp
build_dbus_glue(["src/xboxdrv_controller_glue.hpp"], ["src/xboxdrv_controller.xml"])
scons: *** [src/xboxdrv_controller_glue.hpp] No such file or directory
scons: building terminated because of errors.
 * ERROR: games-util/xboxdrv-0.8.5-r1::gentoo-overlay failed (compile phase):
-----------------

This is due to the build_dbus_glue function in the scons build system attempting to call dbus-binding-tool which is not provided by the default deps. Unstable xboxdrv has the proper deps.
Comment 1 Michael Palimaka (kensington) gentoo-dev 2017-09-30 04:15:24 UTC
This is fixed in 0.8.8 which is going stable.