At tools/hal-disable-polling.c in hal-0.5.10 line 183: real_device = realpath(device, NULL); gives a bus error on darwin. The invocation of realpath() where the second parameter is NULL is a glibc extension, not part of the standard function.
fixed in git with 80337b4ecb66df0f8bf107cdb432491fbd71b9a2
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.