Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 364537 - net-wireless/bluedevil-1.1 invokes registerDeviceAsync() during keyboard pairing, which does not exist in libbluedevil-1.8.1
Summary: net-wireless/bluedevil-1.1 invokes registerDeviceAsync() during keyboard pair...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: AMD64 Linux
: Normal major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-23 00:11 UTC by Mark
Modified: 2011-04-23 12:50 UTC (History)
0 users

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


Attachments
emerge.info (emerge.info,4.60 KB, text/plain)
2011-04-23 00:11 UTC, Mark
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark 2011-04-23 00:11:25 UTC
Created attachment 270927 [details]
emerge.info

net-wireless/bluedevil-1.1 depends on >=net-libs/libbluedevil-1.8.1

During PIN Registration of a bluetooth keyboard, bluedevil-wizard halts before generating a PIN for validation and produces the following output:

Object::connect: No such signal BlueDevil::Device::registered(Device*) in /var/tmp/portage/net-wireless/bluedevil-1.1/work/bluedevil-1.1/src/wizard/pages/keyboardpairing.cpp:57
Object::connect:  (receiver name: 'KeyboardPairing')
QMetaObject::invokeMethod: No such method BlueDevil::Device::registerDeviceAsync()



The registerDeviceAsync() method was added to libbluedevil in this change on March 26th, and is NOT included in libbluedevil-1.8.1 in portage:
https://projects.kde.org/projects/playground/libs/libbluedevil/repository/revisions/a2a7ef716b7a858d2691cfc4a1755b389fd67d2e
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2011-04-23 12:50:29 UTC
This shoudl be fixed by -r1, as i added new library that supports it, suprising it compiled with old one in first place :)