<html><body>
<p>I'm trying to compile 0.6.5 and bumping into an error:<br>
<br>
[...lines deleted]<br>
Making all in init<br>
make[3]: Entering directory `/home/marcelk/workspace/src/third-party/upstart/upstart-0.6.5/init'<br>
  GEN    com.ubuntu.Upstart.c<br>
/bin/sh: line 2: --package=upstart: command not found<br>
make[3]: *** [com.ubuntu.Upstart.c] Error 127<br>
make[3]: Leaving directory `/home/marcelk/workspace/src/third-party/upstart/upstart-0.6.5/init'<br>
<br>
Browsing the file init/Makefile, I determined that $(NIH_DBUS_TOOL) was either empty or not set. If I explicitly set it during configure, then it compiles fine. I do have libnih 1.0.1 installed in a non-standard location, if that makes a difference.<br>
<br>
                PKG_CONFIG_PATH=$(STAGEDIR)/lib/pkgconfig \<br>
                NIH_DBUS_TOOL=$(STAGEDIR)/bin/nih-dbus-tool ./configure<br>
<br>
Just wanted to let you know, in case this behavior is unexpected.<br>
<br>
-- Marcel</body></html>