Comment 1 for bug 602130

Revision history for this message
David Sugar (dyfet-deactivatedaccount) wrote :

Reviewing my results, I get the result rebuilding upstart for Maverick:

test_job_class: tests/test_job_class.c:168: test_consider: Assertion `(execlp ("dbus-daemon", "test_dbus-daemon", "--session", "--print-address", ((void *)0))) == 0' failed.
test_job_class: tests/test_job_class.c:168: test_consider: Assertion `read (_test_fds[0], _test_address, sizeof (_test_address)) > 0' failed.
/bin/bash: line 5: 25643 Aborted ${dir}$tst
FAIL: test_job_class

...with D-Bus connection
test_job: tests/test_job.c:190: test_new: Assertion `(execlp ("dbus-daemon", "test_dbus-daemon", "--session", "--print-address", ((void *)0))) == 0' failed.
test_job: tests/test_job.c:190: test_new: Assertion `read (_test_fds[0], _test_address, sizeof (_test_address)) > 0' failed.
/bin/bash: line 5: 26033 Aborted ${dir}$tst
FAIL: test_job

Testing control_bus_close()
test_control: tests/test_control.c:802: test_bus_close: Assertion `(execlp ("dbus-daemon", "test_dbus-daemon", "--session", "--print-address", ((void *)0))) == 0' failed.
test_control: tests/test_control.c:802: test_bus_close: Assertion `read (_test_fds[0], _test_address, sizeof (_test_address)) > 0' failed.
/bin/bash: line 5: 26420 Aborted ${dir}$tst
FAIL: test_control
===============================================
3 of 13 tests failed
Please report to <email address hidden>
===============================================
make[4]: *** [check-TESTS] Error 1
make[4]: Leaving directory `/tmp/buildd/upstart-0.6.6/init'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory `/tmp/buildd/upstart-0.6.6/init'
make[2]: *** [check] Error 2
make[2]: Leaving directory `/tmp/buildd/upstart-0.6.6/init'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/tmp/buildd/upstart-0.6.6'
dh_auto_test: make -j1 check returned exit code 2
make: *** [build] Error 29

I would be happy to upload my full build log if it would help.