Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140570 - dbus doesn't work on x86-fbsd
Summary: dbus doesn't work on x86-fbsd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: All FreeBSD
: High normal (vote)
Assignee: Gentoo/BSD Team
URL: https://bugs.freedesktop.org/show_bug...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-15 15:48 UTC by Timothy Redaelli (RETIRED)
Modified: 2006-09-08 11:11 UTC (History)
1 user (show)

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


Attachments
dbus kqueue patch (dbus-0.62-freebsd.patch,9.40 KB, patch)
2006-07-15 15:49 UTC, Timothy Redaelli (RETIRED)
Details | Diff
dbus-fbsd.patch (dbus-fbsd.patch,9.19 KB, patch)
2006-07-18 12:36 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff
bus/dir-watch-dnotify.c (dir-watch-dnotify.c,2.26 KB, text/plain)
2006-08-01 14:24 UTC, Timothy Redaelli (RETIRED)
Details
bus/dir-watch-default.c (dir-watch-default.c,1.12 KB, text/plain)
2006-08-01 14:25 UTC, Timothy Redaelli (RETIRED)
Details
bus/dir-watch-kqueue.c (dir-watch-kqueue.c,4.29 KB, text/plain)
2006-08-01 14:26 UTC, Timothy Redaelli (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Redaelli (RETIRED) gentoo-dev 2006-07-15 15:48:50 UTC
Hi,
dbus doesn't work on gentoo/freebsd because it miss the kqueue support
Comment 1 Timothy Redaelli (RETIRED) gentoo-dev 2006-07-15 15:49:18 UTC
Created attachment 91833 [details, diff]
dbus kqueue patch
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-07-15 22:32:40 UTC
Cardoe can you take a look to this please? I'd prefer not to wait for a new version upstream, although for sure it needs to be upstreamed possibly before 1.0 release.. but you know what happens usually :)
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-07-18 12:36:25 UTC
Created attachment 92152 [details, diff]
dbus-fbsd.patch

To apply over 0.90 this version is needed, it's almost the same but without the change to python bindings, the reason is that it's split out by itself now, so I can just avoid keywording it till a proper fix is available (#define lint 1 is just a workaround).
Comment 4 Timothy Redaelli (RETIRED) gentoo-dev 2006-08-01 14:24:35 UTC
Created attachment 93220 [details]
bus/dir-watch-dnotify.c
Comment 5 Timothy Redaelli (RETIRED) gentoo-dev 2006-08-01 14:25:30 UTC
Created attachment 93221 [details]
bus/dir-watch-default.c
Comment 6 Timothy Redaelli (RETIRED) gentoo-dev 2006-08-01 14:26:06 UTC
Created attachment 93222 [details]
bus/dir-watch-kqueue.c
Comment 7 Timothy Redaelli (RETIRED) gentoo-dev 2006-08-30 08:24:06 UTC
dbus 0.9.2 already has my patches
Comment 8 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-09-08 11:11:01 UTC
Let's consider this fixed, I've unmasked and keyworded dbus-core for FreeBSD, which means we'll just use the new split ebuilds directly.