=== j_ack [n=rudi@p508D809A.dip0.t-ipconnect.de] has joined #upstart === j_ack_ [n=rudi@p508D96D3.dip0.t-ipconnect.de] has joined #upstart === Amaranth [n=travis@ubuntu/member/amaranth] has joined #upstart === j_ack [n=rudi@p508DA8D0.dip0.t-ipconnect.de] has joined #upstart === Amaranth [n=travis@ubuntu/member/amaranth] has joined #upstart === Squido [n=Squidder@netblock-72-25-92-91.dslextreme.com] has joined #upstart [07:13] How does one pass a variable from the grub [07:13] boot line to a script? [07:17] <_ion> /proc/cmdline === Squido [n=Squidder@netblock-72-25-92-91.dslextreme.com] has left #upstart ["Cheers!"] === juergbi [n=juerg@80-219-26-249.dclient.hispeed.ch] has joined #upstart === Keybuk [n=scott@quest.netsplit.com] has joined #upstart === Md [i=md@freenode/staff/md] has joined #upstart === Starting logfile irclogs/upstart.log === ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #upstart === Topic for #upstart: Upstart 0.3.0 | http://upstart.ubuntu.com/ | http://upstart.ubuntu.com/wiki/ | http://upstart.ubuntu.com/doc/getting-started.html | irc logs: http://people.ubuntu.com/~fabbione/irclogs === Topic (#upstart): set by Keybuk at Mon Nov 27 12:20:28 2006 === Starting logfile irclogs/upstart.log === ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #upstart === Topic for #upstart: Upstart 0.3.0 | http://upstart.ubuntu.com/ | http://upstart.ubuntu.com/wiki/ | http://upstart.ubuntu.com/doc/getting-started.html | irc logs: http://people.ubuntu.com/~fabbione/irclogs === Topic (#upstart): set by Keybuk at Mon Nov 27 12:20:28 2006 === j_ack [n=rudi@p508DC1D0.dip0.t-ipconnect.de] has joined #upstart === wasabi_ [n=wasabi@ubuntu/member/wasabi] has joined #upstart [04:47] afternoon [04:47] <_ion> Hi [05:15] hey === jonib1 [n=jonas@ua-83-227-144-18.cust.bredbandsbolaget.se] has joined #upstart === Amaranth [n=travis@ubuntu/member/amaranth] has joined #upstart === treepio [n=pine@88-212-90-121.vl20-cph.dhcp.clearwire.dk] has joined #upstart === treepio [n=pine@88-212-90-121.vl20-cph.dhcp.clearwire.dk] has joined #upstart [08:58] Testing nih_alloc_using() [08:58] ...with realloc [08:58] ...with failing realloc [08:58] BAD: wrong value for ptr, expected 0x401a7d got (nil) [08:58] at tests/test_alloc.c:103 (test_alloc_using). [08:58] zsh: abort (core dumped) ./test_alloc [08:59] \o/ [08:59] much more useful test case output === cortana [n=sam@62-31-146-25.cable.ubr12.azte.blueyonder.co.uk] has joined #upstart === zod [i=zod@85.14.216.232] has joined #upstart === jonib1 [n=jonas@ua-83-227-144-18.cust.bredbandsbolaget.se] has left #upstart [] [09:11] <_ion> Cool. [09:12] <_ion> And yay for using zsh. ;-) [09:12] heh, I've always used zsh [09:13] <_ion> There was a long period of time i had to suffer from bash, because zsh didn't support UTF-8. [09:14] how often did you need utf-8 on the shell? :) [09:17] <_ion> Quite rarely, but when you do need it (remember i'm Finnish, non-ASCII letters are used in our language), it's nice if it works. :-) [09:18] i wanted to test upstart on archlinux but if i use a different prefix to build the package it fails with the following error [09:18] libtool: install: error: cannot install `libupstart.la' to a directory not ending in /usr/lib [09:18] zod: how did you compile it? [09:19] ./configure --prefix=/opt/upstart --sysconfdir=/etc [09:19] and it fails on make install [09:19] odd [09:19] which version? [09:20] 0.3.0 [09:20] i use "make DESTDIR=$startdir/pkg install" to build a package [09:21] startdir? [09:22] the directory where the files should go so i can build the package [09:23] can you copy everything out of your terminal into npaste? [09:23] it worked for me [09:24] (ie everything from the configure line through to the failed bit) [09:27] http://nopaste.php-q.net/259171 [09:31] you ran "make" before you ran "configure" ? [09:31] ehm nope [09:32] there's no "make" output in that paste [09:33] oh my fault :( [09:33] i used ./configure, ran make, changed ./configure without cleaning up [09:33] so you built it with /usr/lib as the prefix :) [09:33] which is why it failed [09:35] damn stupid ;) [10:36] nih/tests/test_list.c | 790 +++++++++++++++----------------------------------- [10:36] sweet [10:36] new test framework makes the test files much smaller