Channel Statistics

   February 22, 2012
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29

[00:02:38] *** andy_js has quit IRC
[00:04:37] <richlowe> it's what I was expecting, yes.
[00:05:18] <Meths> Okay, ta.
[00:09:22] <richlowe> it'd be a good idea to make sure it works though, of course
[00:09:55] *** esproul has quit IRC
[00:13:59] <Triskelios> Meths: I added a comment to the bug re: umask
[00:14:43] <richlowe> Triskelios: cute
[00:15:00] <richlowe> though in an ideal world I'd love to be consistent in the other direction, and sod the umask
[00:15:28] *** gwr_ has joined #oi-dev
[00:45:13] *** igork2 has joined #oi-dev
[00:47:27] *** igork2 has quit IRC
[01:04:21] *** slpz`` has joined #oi-dev
[01:06:34] *** slpz` has quit IRC
[01:09:32] *** alfism has quit IRC
[01:09:37] *** deirdres has quit IRC
[01:54:09] *** bayoda has joined #oi-dev
[02:28:17] *** der_adi has quit IRC
[02:38:12] *** lindakateley has quit IRC
[03:11:25] *** lindakateley has joined #oi-dev
[03:48:04] *** deirdres has joined #oi-dev
[03:50:46] *** bsdguru has quit IRC
[03:57:10] *** bsdguru has joined #oi-dev
[04:45:18] *** lindakateley has quit IRC
[06:29:00] *** der_adi has joined #oi-dev
[07:00:51] *** gwr_ has quit IRC
[08:36:49] *** merzo has quit IRC
[08:39:14] *** Worsoe has joined #oi-dev
[08:39:33] *** bsdguru_ has joined #oi-dev
[08:41:18] *** bsdguru has quit IRC
[08:41:18] *** bsdguru_ is now known as bsdguru
[08:57:38] <madwizard> Coffee
[08:58:05] <xenol> morning
[09:52:13] *** deirdres has quit IRC
[10:07:27] *** deirdres has joined #oi-dev
[10:12:47] *** spanglywires has joined #oi-dev
[10:56:12] *** bsdguru has quit IRC
[11:25:30] *** andy_js has joined #oi-dev
[11:28:02] *** Whoopsie has joined #oi-dev
[11:29:30] <estibi> aszeszo: illumos-kvm, what is COMPONENT_VERSION=      c02ec96 in the Makefile?
[11:29:40] <estibi> oi-build
[11:31:30] <JT-EC> Looks like the commit id at the time of fork from joyent's github
[11:31:31] <aszeszo> estibi: it is abbreviated git changeset id
[11:33:59] <estibi> ok, and COMPONENT_ARCHIVE_HASH ? is it just 'digest -a sha1 <file>' ?
[11:34:32] <JT-EC> Yes
[11:41:48] <estibi> ok, i'm going to update kvm bits
[11:43:02] <Alasdairrr> estibi: awesome stuff!
[12:16:03] *** igork2 has joined #oi-dev
[12:18:08] <estibi> aszeszo: illumos-kvm-cmd has a lot of warnings, it that just my setup?
[12:18:59] <estibi> for example
[12:19:00] <estibi> Converting ../i386-softmmu/pcspk.o
[12:19:00] <estibi> ../ctf.sh: line 27: /code/oi-build/components/qemu-kvm/build/amd64/x86_64-softmmu/../../../illumos/usr/src/tools/proto/root_i386-nd/opt/onbld/bin/i386/ctfconvert: No such file or directory
[12:21:05] <Alasdairrr> estibi: they are utilising features of onbld from a built illumos-gate by the looks of things
[12:21:16] <Alasdairrr> ctf.sh will need patched
[12:21:27] <Alasdairrr> not sure where you will want to obtain ctfconvert from
[12:21:36] <JT-EC> Make it use /opt/onbld
[12:21:40] <Alasdairrr> Yeah
[12:21:48] <Alasdairrr> Have we updated our onbld package in IPS?
[12:22:00] <Alasdairrr> does the illumos-gate build spit out an onbld package as part of the build, actually?
[12:22:46] <JT-EC> If it's built in illumos-gate for the IPS package then we get it updated with every build
[12:22:56] <Alasdairrr> Yes that would be the ideal situation
[12:23:16] <JT-EC> All the build instructions for illumos have you update it with the version you're building.
[12:23:31] <JT-EC> Which should follow on for illumos-kvm
[12:24:18] <Alasdairrr> Not necessarily - that requirement will be to cater for the situation where onbld has been modified in the gate
[12:24:42] <Alasdairrr> I doubt onbld is changing much any more and for kvm it probably isn't strictly necessary - i think the packaged onbld will be fine
[12:28:14] <estibi> i have onbld installed from the /experimental repo
[12:30:56] <JT-EC> onbld isn't in experimental
[12:33:10] <Alasdairrr> estibi: /experimental is just an overlay at the moment, but we'll be copying /dev to /experimental at some point soon
[13:11:34] <buffyg> estibi: Was building kvm why you added onbld to the general build requirements for userland?
[13:12:36] <estibi> buffyg: it was needed fot oi-build
[13:12:50] <estibi> and it's still needed
[13:12:58] <buffyg> What specifically?
[13:13:11] <buffyg> I'm curious, as it hasn't been previously documented.
[13:13:23] <estibi> for kvm
[13:14:25] <buffyg> Ok, that's what I was wondering. Makes sense, thanks.
[13:14:57] <JT-EC> buffyg: It's documented http://wiki.openindiana.org/oi/Building+SFW
[13:15:28] <JT-EC> Better have a good understanding of the change and be able to explain it if an SFW dep doesn't apply to userland.
[13:18:49] <buffyg> JT-EC: I'm not sure what you mean. What does sfw-gate have to do with onbld as a build requirement for kvm in userland? The sfw-gate build system itself was the onbld dependency, IIRC.
[13:19:47] <estibi> Converting ../savevm.o
[13:19:48] <estibi> ERROR: ctfconvert: file does not contain dwarf type data (try compiling with -g)
[13:21:54] <JT-EC> buffyg: The entire contents of SFW should be in userland.  So any dep changes should be explainable or they hint at something broken.  Your explanation for onbld sounds fine.
[14:35:05] *** der_adi_ has joined #oi-dev
[14:37:14] *** der_adi has quit IRC
[14:37:14] *** der_adi_ is now known as der_adi
[14:45:04] *** lindakateley has joined #oi-dev
[14:51:53] *** andy_js has quit IRC
[14:53:08] <Alasdairrr> tomww: around?
[14:53:21] <Alasdairrr> or any SFE devs
[15:04:13] *** andy_js has joined #oi-dev
[15:14:30] *** slpz`` is now known as slpz
[15:19:40] <tomww> yes
[15:20:48] <Alasdairrr> it's okay i found the spec i was after
[15:20:56] <Alasdairrr> i'm just looking at vlc/ffmpeg core dumps on smartos
[15:25:25] <tomww> linking with libumem solved the vlc core dumps here, though I more would like to eliminate the root cause then linking with libumem.
[15:26:15] <Alasdairrr> how does one do that?
[15:26:39] <tomww> and there is a extra branch for vlc on solaris now (don't know when they started, opencsw people brought that up)
[15:27:01] <Alasdairrr> where is it?
[15:27:31] <tomww> SFEvlc-1.1.12.spec  has the line :export EXTRA_LDFLAGS="${EXTRA_LDFLAGS} -lumem"
[15:27:43] <tomww> its in experimental/
[15:27:57] <Alasdairrr> i mean the branch
[15:28:03] <tomww> yeah
[15:28:05] <tomww> 1 sec
[15:28:36] <tomww> http://repo.or.cz/w/vlc.git
[15:28:43] <Alasdairrr> thanks!
[15:29:12] <tomww> sorry, was the wrong link, i think this one here is it:  http://repo.or.cz/w/vlc/solaris.git
[15:29:27] <tomww> I just pasted from the irc logs
[15:29:35] <Alasdairrr> ahh
[15:41:13] *** gwr_ has joined #oi-dev
[15:48:52] *** lindakateley has quit IRC
[16:12:54] *** Worsoe has quit IRC
[16:24:34] *** lindakateley has joined #oi-dev
[16:28:12] *** igork2 has quit IRC
[16:31:26] *** esproul has joined #oi-dev
[17:37:09] *** raichoo has joined #oi-dev
[17:43:25] *** lindakateley has quit IRC
[17:50:10] *** nikolam has joined #oi-dev
[18:41:30] <nikolam> I want to sat that after update to 151a2 , my X on Intel 945GM grahics , notebook does not freeze. yet.
[18:41:57] <nikolam> It would be interesting to see Illumos and some kind of Illumos version in uname -a
[18:42:49] <buffyg> nikolam: Still working on that rather vexed problem.
[18:54:16] *** Whoopsie has quit IRC
[18:56:44] *** nikolam has quit IRC

top