On Nov 16, 2012, at 9:45 AM, [email protected] 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: [email protected] > > 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)
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-dev
