[05:42] Keybuk: how do I build upstart from bzr (0.3 branch) [05:49] Keybuk: (automake is not being friendly) [15:51] Keybuk: I'm still getting errors from autoreconf. [15:51] Keybuk: Makefile.am:3: required directory ./intl does not exist [15:51] sadmac_: what errors do you get? [15:51] what version of gettext do you have? [15:52] Keybuk: 0.16.1-12.fc8 [15:52] hmm [15:53] that should work [15:53] I get these first: [15:53] configure.ac:14: required file `./config.rpath' not found [15:53] configure.ac:42: required file `intl/Makefile.in' not found [15:53] configure.ac:14: required file `./ABOUT-NLS' not found [15:53] configure.ac:19: required file `./ltmain.sh' not found [15:54] oh [15:55] autoreconf -i :-) [15:55] ahh [15:56] now I can configure it :) [15:56] If it doesn't make it'll be my fault [15:56] hehe [15:58] Keybuk: I get this when I try to make [15:58] make[2]: *** No rule to make target `../m4/codeset.m4', needed by `Makefile.in'. Stop. [15:59] gnargh [15:59] try a fresh checkout [15:59] autoreconf -i [15:59] and go again [15:59] that should have come from gettext [16:03] hi [16:04] I am trying to run a simple console like init does "-/bin/sh" [16:04] but that does not work [16:05] Keybuk: still same issue [16:05] I am booting from from a serial (qemu) [16:06] any tips? [16:09] sadmac_: it could be a bug without gettext packages? have you tried an unpatched version? [16:10] Keybuk: I didn't do anything to the new checkout before I built it. Its all branch code. [16:10] right [16:10] but the error you're getting is from the gettext Makefile.in I assume? [16:10] about a missing gettext file in m4? [16:10] ... [16:10] which version of automake do you have? [16:11] 1.10-6.fc8 [16:11] after running autoreconf [16:11] what does ls m4 say? [16:12] Keybuk: http://rafb.net/p/R9QjbO65.html [16:13] weird [16:13] it *has* codeset.m4 [16:13] that's not a symlink, right? [16:13] nope [16:13] can you paste the "make" output? [16:13] k [16:22] sadmac_: does it help if you create a directory build [16:22] cd build && ../configure && make [16:23] it does? [16:23] Keybuk: I noticed that before myself. [16:24] It's somehow a result of the nihify scripts which uses symlinks. [16:24] I'm having trouble reproducing it now [16:24] ahhh [16:24] you need to run "autoreconf -i" in *both* libnih and upstart directories [16:24] Keybuk: that'd do it [16:24] http://upstart.ubuntu.com/wiki/CompilingUpstart?highlight=(CategoryTemplate)|(CategoryDoc)|(CategoryCategory)|(DocTemplate)|(FrontPage)|((CategoryDoc)) [16:25] err [16:25] http://upstart.ubuntu.com/wiki/CompilingUpstart [16:28] probably configure too [16:28] it's a bit of hack really [16:28] yeah :) [16:28] Ahh, I'm getting gcc lines now... [16:28] compile error. [16:28] hmm... [16:29] heh [16:29] don't think there should be any of those in trunk [16:29] what is it? [16:29] main.c:242: error: incompatible type for argument 3 of ‘nih_child_add_watch’ [16:29] main.c:242: error: too few arguments to function ‘nih_child_add_watch’ [16:30] which version of libnih? [16:30] Keybuk: trunk (only branch I saw, do I need to roll back? [16:30] no... [16:30] what main.c is that? [16:30] init [16:30] which revno of upstart? [16:30] line 242 isn't nih_child_add_watch for me [16:31] Keybuk: head of the 0.3 branch [16:31] ahhhhhh [16:31] yeah, you'll need to rollback libnih [16:31] that's just 0.3.9 isn't it? [16:31] I'd assume (first time bzr user :) [16:33] I actually have a software engineering lab to get to (the university is still persistent in their efforts to teach me Java) but I'll pick this up later. [16:33] ok [16:34] revno 426 seems to be about right [16:34] bzr uncommit -r 426 [16:34] bzr revert --no-backup [16:34] (I think) [16:48] Keybuk: when will initctl (and the sysv compat tools) be back in trunk? [17:23] mbiebl: err, now + some time + a bit more [17:41] Keybuk: ;-) [17:46] you could write a patch ... :p