=== cpg|away is now known as cpg [02:10] I created a package and uploaded it to the ppa, I want to test it locally however to make sure I did everything correctly, how can I do that? [02:18] Botanic: you could add the ppa using apt-add-repository [02:18] its not built yet [02:19] itl take like 8-10 hours to be processed [02:19] id like to test it a bit sooner then that :) [02:19] oh! [02:19] as if there is an issue it limits the time I can work on it [02:19] very much so :) hehe [02:20] look into 'sbuild' or 'pbuild'; they help recreate the build environment on your machine. neither are perfect, but they do give you some confidence that a build didn't succeed because of some local packages that just happened to be installed. [02:20] well i know the code is fine, im more concerned with it creating shortcuts properly etc [02:20] hallyn: Well, looks like I mangled enough of the archive to get qemu to migrate to raring. Next step, removal of qemu-kvm source (which should be simple, now that the only binary it produces is obsolete) [02:21] hallyn: But you definitely need to do something about spice, so we can drop the now un-uploadable qemu-linaro. === doko_ is now known as doko [02:57] infinity: yup. do you object to a duplicated source of qemu, called qemu-spice, producing the (universe) qemu-kvm-spice package? [02:58] That would be until either main-universe split is done away with, or spice gets MIR'd [02:58] infinity: what do you mean by 'get qemu to migrate' to raring? [02:59] ithought that would happen automativally [03:00] hallyn: Well, I needed to fix some packages with deps on kvm. And then forcefully whack the kvm binary package. [03:00] hallyn: Also, there are file overlaps in qemu. [03:00] hallyn: (Unrelated, just noticing this now) [03:00] hallyn: Looks like this is inherited from Debian, so not your fault. But should fix. [03:01] (base)adconrad@cthulhu:~/qemu/qemu-1.3.0+dfsg$ grep doc/qemu/ debian/qemu-system.install [03:01] debian/tmp/usr/share/doc/qemu/qemu-tech.html [03:01] debian/tmp/usr/share/doc/qemu/qemu-doc.html [03:01] debian/tmp/usr/share/doc/qemu/qmp-commands.txt [03:01] ^-- Those three end up in both qemu and qemu-system, which seems silly, since all the other docs in doc/qemu are in qemu, but not system. [03:02] I'm grabbing all the binaries right now to make sure those are the only overlaps. [03:03] hallyn: I was going to JFDI a fix for the file overlaps, but it might be nice to know what the people who wrote that .install file were thinking (ie: is there a reason at all to have those files in the qemu-system package?) [03:10] hallyn: Okay, those are the only overlaps I see (and, actually, only two of those are overlaps, but all three seem silly, given that all the other docs live in qemu.deb) [03:10] hallyn: The quick-and-simple fix would just be to move those to qemu.install instead. Opinions? Can you get that into Debian too, so we don't diverge? [03:11] hallyn: Oh, wait. Then there's also the two overlaps listed explicitle in qemu.docs. Fail. [03:12] hallyn: So, this could go either way. I can't tell what people really wanted. :P [03:12] Given that qemu depends on qemu-system anyway, maybe it's easier to remove those from qemu. [03:12] * infinity does that. [03:13] infinity: oops, sorry, yeah, I can push it into Debian. [03:14] Let me test spin this and make sure it gives the result I'm assuming it will. [03:14] * infinity sets his laptop on fire with the awful build of awful. [03:16] hallyn: Assuming this test build produces plausibly-populated binaries, you probably want to push both these revisions to experimental: http://paste.ubuntu.com/1550856/ [03:17] hallyn: (With an appropriate Closes: in the changelog for the CVE one, the Debian bug is mentioned in the patch header) [03:19] * hallyn curses the request for 2factor auth to d/l as text [03:21] infinity: i'll push it to my github tree and pass it along to the debian team [03:22] infinity: thanks [03:24] hallyn: And before you ask, there's no need for a Replaces, since dpkg would have never let him install qemu anyway, so it can't own the files. [03:24] hallyn: Anyhow. Testbuid running just to make sure it DTRT. [03:24] hallyn: The I'll upload. [03:27] infinity: odd, the patch author is the guy mainly doing the debian qemu tree. [03:28] oh, no, but the bug submitter [03:28] oh well [03:29] I do wonder if maybe I have this backward, given that all the other docs are in qemu, not qemu-system. [03:30] Do you have an opinion on where these 3 files should ship? [03:30] seems to me qemu is just meant to be a meta-package, not ship the docs, so i'd say qemu-system [03:31] although, what, they apply to qemu-user too? [03:31] Well, that's not currently true. qemu has a ton of docs. [03:31] a new qemu-docs pkg? :) [03:32] http://paste.ubuntu.com/1550873/ [03:32] i guess qemu makes sense as you certainly can use qemu-user without qemu-system [03:32] A docs package may not be an awful idea, but I'm thinking for now, I should reverse this patch, and ship those three files in qemu, but not -system, based on the above paste. [03:33] * infinity does that. [03:33] nod [03:36] hallyn: New and improved -- http://paste.ubuntu.com/1550888/ [03:37] * infinity rebuilds again. [03:39] Only takes 20m to build. I thought it was worse... [03:39] Maybe someone fixed some parallelisation at some point. [03:41] the old old qemu-kvm packages didn't parallelize the build at all. those were painful. [03:41] hallyn: As for the spice thing, I object slightly to a qemu-universe that only generates the spice package, but it's no worse than the situation we've had up until now with qemu-kvm and qemu-linaro. [03:42] infinity: is there anything else we can do? how close are we to getting rid of main+universe split? [03:42] hallyn: If you keep them in sync until such a time as it's not needed, it's probably not a big deal. [03:42] right, i'd take the source from our qemu with the relevant part of the old qemu-linaro packaging, i guess [03:42] hallyn: ArchiveReorg probably won't be done this cycle, so we need a solution for now, whether it's spice in main or a qemu-universe source. [03:42] (keep it in a separate branch of the same github tree) [03:42] hallyn: Duplicate sources aren't world-ending if they're kept completely in sync, so they're trivial to patch for security and SRU. [03:43] (See, eg: boost and boost-mpi) [03:49] infinity: (your debdiff pushed to git://github.com/hallyn/qemu) [03:50] * hallyn takes a quick looka t spice deps [03:52] hallyn: Do you keep a Debian branch as well, or just ask people to pull, mangle, and merge? [03:54] well shoot [03:54] infinity: i've only just started, so so far i just have asked ppl to look and comment and cherrypick if appropriate [03:54] How/where is it maintained in Debian? [03:55] spice deps are looking clean ! i may ahve to re-ask for MIR [03:55] Ahh, git://git.debian.org/git/pkg-qemu/qemu.git [03:55] well, git://anonscm.debian.org/pkg-qemu/qemu.git is what i use, not sure if that's the same [03:55] assume so [03:55] You should probably just ask to be added to the Alioth group and merge appropriate distro-agnostic changes back yourself. [03:55] Really helps keep the deltas down. [03:56] infinity: yeah, that'll be best long term, but i'm happy to spend some time slow-tracking to prove myself [03:56] My life got a bazillion times easier when I just sucked it up and started maintaining all our glibc stuff in Debian first. [03:57] In the meantime we have som ethings we're hashing out in the debian qemu list, [03:57] (Of course, this also led to accidentally being a Debian/glibc maintainer, but I suppose that's not a bad thing) [03:58] * hallyn looks up what the heck the alioth group is [03:58] Alright, confirmed that that diff did what I wanted. Uploading. [03:59] hallyn: pkg-qemu, according to the UNIX perms on git.d.o [04:00] gotcha [04:06] all right i'll re-file the MIR for spice, hope for the best [04:08] hallyn: Well, all its build-deps are in main now, that's a good start. [04:09] hallyn: If you can get security to sign off on it, I have no issues with it, personally. [04:09] hallyn: Might want to offer jdstrand or mdeslaur a beer to review it for you. [04:10] infinity: luckily they won't be horribly overprised copenhagen beers [04:11] priced even [04:23] filed bug 1101978 [04:23] bug 1101978 in spice (Ubuntu) "[MIR] spice" [Undecided,New] https://launchpad.net/bugs/1101978 [04:24] jdstrand / mdeslaur: Can I get one of you to do a quick security audit for bug 1101978? [04:24] bug 1101978 in spice (Ubuntu) "[MIR] spice" [Undecided,New] https://launchpad.net/bugs/1101978 [04:25] jdstrand / mdeslaur: Thanks in advance, you're stellar people, hallyn is buying you a pint. [04:26] ^ :) and you as well [04:26] all right, with that i'm off to do my part in the war on the common cold. gnight. [04:26] Good luck. Bring reinforcements. === cmagina_away is now known as cmagina === cmagina is now known as cmagina_away === Quintasan_ is now known as Quintasan [09:13] hi, what is used to create the current iso images with shim? [09:14] livecd-rootfs does not contain the work shim === Ivanka_ is now known as Ivanka === cpg is now known as cpg|away === nigelb is now known as Lord_Nigelb === ximion is now known as ximion-afk === ximion-afk is now known as ximion === Lord_Nigelb is now known as nigelb [19:11] cjwatson: hm with just that shared libgallium patch applied (no idea if it runs, only tested building) [19:11] $ ls -ahl /tmp/static-gallium.tar.gz /tmp/shared-gallium.tar.gz [19:11] -rw-rw-r-- 1 mlankhorst mlankhorst 9,1M jan 20 20:02 /tmp/shared-gallium.tar.gz [19:11] -rw-rw-r-- 1 mlankhorst mlankhorst 11M jan 20 20:10 /tmp/static-gallium.tar.gz [19:12] still seems the object files for mesa are kind of big, but it looks like it might be possible to shrink it down slightly more, would have to investigate on monday === cpg|away is now known as cpg [19:45] mlankhorst: good start, thanks [19:48] cjwatson: how much space do you need? [19:52] I'm probably going to compare against the old mesa, and just prevent an increase in size only [19:56] mlankhorst: I think we're something like 15MB over target === cpg is now known as cpg|away [19:56] (vs. 12.04.1, which was just about crowbarred into space) [19:56] I haven't checked absolutely current image sizes though [19:56] obv. it's not all going to come from mesa, but as much as feasible ... [19:57] yeah but can't get more than 5 mb off probably, unless you want to drop some drivers from the renamed stack [19:58] but most of those are small :/ === ximion is now known as ximion-afk === ximion-afk is now known as ximion [20:37] QML question: Anyone know if the default ItemStyle.class: "new-tabs" colour can be changed to something else? [20:39] There is no documentation I have found that gives any reasonable descriptions for the Flickable tabs... === ximion is now known as ximion-afk === ximion-afk is now known as ximion [20:55] israeldahl: is it Ubuntu specific? Or a generic QML question? If the latter, try one of the QML channels [20:56] Ubuntu specific... I am using the "new-tabs" implemented for the Phone Os, and I want to change the background colour... possible on certain events as well if that is possible. [20:56] sladen: thanks for your reply [21:01] sladen: does a specific Phone app development irc channel exist? [21:05] israeldahl: #ubuntu-phone [21:05] slade: thanks.. I'll ask there === cpg|away is now known as cpg === RzR is now known as rZr === chiluk is now known as chiluk_away