Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
I upgraded dbus since i play some on the ~amd64 side of life... And, old depreciated api:s had been removed, so i fixed that (2 lines) While doing this i also noticed that there was some 64 bit breakage. The attached patches hasn't been sent to the maintainers, please have a look at them and forward. Reproducible: Always Steps to Reproduce: 1. compile Actual Results: missing dbus_*_disconnect, should be dbus_*_remove %ll causes problems on 64bit platforms, replaced with PRI<letter>64 and (unsigned) long long casts removed.
Created an attachment (id=105897) [details] Change dbus_*_disconnect to dbus_*_close
Created an attachment (id=105901) [details] Some 64 bit annotations Changed %ll<letter> to %PRI<letter>64 to make it work with 64 and 32 bit machines. Removed (unsigned) long long casts. Other misc size changes.
Please, continue in the pending bug. Thanks. *** This bug has been marked as a duplicate of bug 157220 ***