buildbot failure in MacPorts on buildports-lion-x86_64

Bradley Giesbrecht pixilla at macports.org
Fri Nov 16 10:32:21 PST 2012


On Nov 16, 2012, at 9:45 AM, noreply at macports.org wrote:

> The Buildbot has detected a failed build on builder buildports-lion-x86_64 while building MacPorts.
> Full details are available at:
> http://build.macports.org/builders/buildports-lion-x86_64/builds/5901
> 
> Buildbot URL: http://build.macports.org/
> 
> Buildslave for this Build: apple-lion-x86_64-ports
> 
> Build Reason: scheduler
> Build Source Stamp: [branch trunk] 99758
> Blamelist: pixilla at macports.org
> 
> BUILD FAILED: failed status

The mythtv-core.25 port triggered this build but the failure is for dbus not being able to set the group of a file to a non-existent group.

The dbus Portfile has this:
...
set dbus_user     messagebus
set dbus_group    messagebus
add_users         ${dbus_user} group=${dbus_group} realname=Message\ Bus
...
post-activate {
    file attributes ${prefix}/var/run/dbus -group ${dbus_group} -owner ${dbus_user}
    file attributes ${prefix}/libexec/dbus-daemon-launch-helper -group ${dbus_group}
...


Shouldn't this work on the buildbots?  If needed, shouldn't the group "message" be created by "add_users"; before post-activate?


Regards,
Bradley Giesbrecht (pixilla)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2763 bytes
Desc: not available
URL: <http://lists.macosforge.org/pipermail/macports-dev/attachments/20121116/1a0683b8/attachment.p7s>


More information about the macports-dev mailing list