[00:08] lifeless: That helped some. DragAcceptFiles had no matches. Drag and SDL_ACTIVEEVENTS have 85 common matches. Thanks. [00:09] de nada [03:33] http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-rebuild-20100407-lucid.html is now updating hourly from the in-progress archive rebuild. [03:40] Now http://qa.ubuntuwire.org/ftbfs/test-rebuild-20100407/. [03:42] wgrant: I'm curious, were the rebuilds on udd not sufficient? [03:47] micahg: An LP rebuild was started yesterday. [03:48] lucas' don't cover them. [03:50] (I don't know why it was started; I just organised the report) [03:56] wgrant: ok === emma_ is now known as emma [04:16] * ScottK thinks it's because there's a item in the Beta release checklist to do it. [04:16] Maybe London's a bit cold and needs a buildfarm of heaters. [04:22] very cold - gulf stream moved, no ? [05:02] Linux000: got 5 minutes? [05:07] Sure [05:07] fabrice_sp: Sure [05:07] cool :-) [05:08] Linux000: it's about the DEP-3 header: it has to go into the patch you created, not as the header of the debdiff [05:09] Ahh, then I've probably been uploading patches wrong too, the patch is the debdiff, right? [05:10] oh: I've just seen that you didn't do a patch with your change, but a direct source change. As the package uses quilt, you need to create a patch for that [05:10] the debdiff is a kind of patch, yes :-) I was speaking about the change in glock.py [05:11] Okay, so how would I make the patch for this? [05:11] do you know how to use quilt? [05:12] not really [05:14] ok. You first need to add a patch to the list pf patches managed by quilt. This is done by running 'quilt new ' [05:14] as patch-name, check in debian/patches what are the name that are used [05:14] and use something similar [05:15] Hi all. I'm the developer of a project with various files; shell scripts, images, desktop files etc, and it also has some python modules & executables. Could someone propose to me a similar package that I could use as a template to package mine? [05:16] Linux000: for example fix_glock_error.diff [05:17] fabrice_sp: Thanks, trying to be short is not a strong point [05:17] Linux000: what do you mean? [05:18] alkisg: I don't have any in mind right now [05:18] Thank you. Someone else? [05:18] the name I was going for was to long for comfort [05:19] Linux000: ok :-) The name doesn't need to be long, as you will have a header in the patch that will explain it [05:20] okay [05:22] alkisg: aubio ? [05:22] fabrice_sp: no, no audio [05:23] aah, aubio? heh [05:23] OK, looking... [05:24] (basically what I'm looking for is a simple, nice packaged package that also has some python modules included - I can mostly do the rest of the stuff...) [05:25] pychess has python modules, if you need an example of that [05:25] alkisg: If it's just the python stuff, pypolicyd-spf. [05:25] Although if I were doing it now, I'd use debhelper 7 and not CDBS. [05:26] * alkisg is using debhelper 6 atm... [05:27] Then pypolicyd-spf is not a bad basis for Python stuff. [05:27] Thank you all, /me looks... [05:27] You could also look at pyspf for an example of multiple binary packages. [05:28] Hmm yeah, that would be useful as well, I do need 2 binary packages. [05:29] fabrice_sp: I have the new patch in quilt and my source, do I add the file(glock.py) to the patch, then patch it, or vice-versa [05:32] yes: you first need a clean glock.py file, and then, you can add you file, patch it again, and use quit refresh to add the modifications to the patch [05:32] great [05:34] when done, you just have to add at the beginning of the patch, the header you want [05:37] Linux000: by the way, origin should point to the svn commit entry with [05:37] s/with// [05:37] should this patch also have the changelog updated? [05:40] you should name the patch in the changelog, like 'fix_glock_error.diff: fix .... (LP: #534761)' [05:40] Launchpad bug 534761 in pychess "pychess in Lucid doesn't start" [Undecided,In progress] https://launchpad.net/bugs/534761 [05:40] with the LP: stuff, the bug report will be fixed as soon as the fix will be uploaded and accepted into the archive [05:40] makr as fixed, I mean [05:41] fabrice_sp: Where can I find the svn, and with what? [05:42] Linux000: http://code.google.com/p/pychess/source/browse/ [05:42] and browsing by source, you will find the commit that makes this change. Let me check [05:46] Linux000: seems to be this one: http://code.google.com/p/pychess/source/detail?r=1653 [05:47] Okay, I see now, that goes in as origin, also, how do I get the file from quilt? I can't seem to find it. [05:49] you don't have it created in debian/patches ? [05:49] from the root of the source tree, I ran ' [05:49] ' [05:49] sorry [05:49] i ran quilt new glock_error_fix.diff [05:50] then you ran "quilt add lib/pychess/System/glock.py" ? [05:50] yes [05:51] made modifications to the file and ran quilt refresh ? [05:51] yes [05:51] so it should be in debian/patches [05:51] hmm, what is the value of QUILT_PATCHES variable? [05:52] by default, patches goes into patches and not debian/patches, IIRC [05:52] How would I find that? [05:52] NVM, I found it, it was under patches, not debian/patches [05:53] ok: that's why you need to set QUILT_PATCHES to debian/patches next time [05:53] understood [05:53] so you need to move the patch to debian/patches [05:53] and update the series file [05:54] Ok [05:54] and delete the roo patches directory, to avoid having it in the debdiff twice [05:55] so, that patch file gets the headers and is uploaded to lauchpad? [05:57] you can upload the patch to launchpad, or generate a debdiff between your package and the actual one and uplaod it to launchpad. The latter is prefered from a sponsor point of view as it's less work :-) [05:57] debdiff the compiled package, right? [05:59] the source package [05:59] Good, my computer just got wiped (some mountall error in lucid) so I have no cdbs, devscripts, or anything [05:59] what sponsors do is download the actual source, review and apply the debdiff, and if ok, upload the resulting source package [06:00] ok, I thought the built packages were uploaded to the repository [06:00] Linux000: I have a dual boot for that reason :-) (and looking after kvm right now) [06:01] I had windows, so I lucked out and got ubuntu back, I needed a reminder as to why I use ubuntu:) [06:02] :-) [06:02] no windows at all here: only live-usb's to recover things :-) [06:02] (and dual boot now!) [06:02] with karmic [06:04] Well, I wish I could get rid of windows, but I also program some WAGO PLC's and they need windows to program, and oddly enough, my debian touchscreen wants a windows IDE [06:05] How would I get the debdiff of the source? [06:06] you have to generate a dsc file first with debuild -S [06:06] ahh, okay [06:06] and then debdiff the 2 dsc files [06:06] I don't have to sign it, right? [06:06] no [06:09] this will have to wait until tomorrow, to late for me, it should be up around 4~5 CST [06:09] np: I have to go to work now :-) [07:06] siretart: will you be looking into the vlc build failure, bjsnider gave me a patch earlier which I was going to try over the weekend to port it to xul192 [07:09] micahg: I just noticed the build failure, but am currently very short on time [07:09] micahg: if you could just fix it, that would be really great! [07:09] siretart: ok, so I'll take it then [07:09] thanks [07:15] siretart: critical? [07:16] good morning [07:18] micahg: without having it fixed, we cannot do any updates, including security and other important updates. I consider that pretty critical [07:19] siretart: it's a universe package...that's the same for any other FTBFS [07:19] micahg: oh, are severities now distro global (again)? did I miss something? - anyways, feel free to downgrade [07:20] siretart: maybe I'm missing something idk [07:20] I wanted this bug to appear at the top of the vlc bugs [07:21] siretart: does MOTU have different severity settings as opposed to triagers (like status)? [07:21] micahg: I hope not [07:22] siretart: it would seem then it's not severe until we need an update...I'm going to throw up a test build tonight [09:53] bug 559054, can someone take a look at this please, think there's dependency problems with the new metacity package [09:53] Launchpad bug 559054 in ubuntu "compiz-gnome needs to be removed during partial upgrade" [Medium,New] https://launchpad.net/bugs/559054 [09:55] may affect upgrading users to beta 2 [09:57] xteejx, I believe that is a known issue already being looked at [09:57] ahh ok joaopinto, didn't see a duplicate in LP thought it wasn't made aware === Kmos is now known as Guest18658 === lukjad007 is now known as lukjad86 [11:56] Hi motu's. I filed this one this morning in the hope that it is seen as important enough to be included. bug #558946 [11:56] Launchpad bug 558946 in ubuntu "FFe: Sync ipheth 1.0-1 (universe) from Debian sid (main)" [Undecided,New] https://launchpad.net/bugs/558946 [11:56] After a long slog... I have finally managed to get the package sponsored. [11:57] doesn't look sponsored to me. [11:57] Do we have any MOTU's with iPhones to be able to test it? [11:57] Sorry... Debian sponsored. [11:58] aah i see. [11:59] You dont need a sponsor for a sync from what I can tell. Or do you? [11:59] you do. [11:59] but first you need the FFe acked. [11:59] go poke some #ubuntu-release people =) [11:59] I guess it would need someone with an iPhone to test. Do we have MOTU's with such evil devices? [12:00] * hyperair shrugs [12:00] hyperair: thanks. Will give it a try [12:00] i've got friends with them, and i wouldn't be opposed to getting one myself, if i didn't already have a good, working phone already. [12:04] hyperair: understood. I'm not religious about them as some people are. I have one, it works, and ipheth works quite well, so I thought I'd package it up properly. [12:05] A google of popcon and ipheth shows that my PPA package has been quite popular [12:07] pmcenery: i'd imagine so. [12:07] pmcenery: and i saw your RFS on debian-mentors sometime back. congrats on getting it into debian =) [12:07] i know how hard it is, first hand. [12:08] hyperair: lol. Yes. It seems that once you have worked with a couple of DD's, it gets easier. They come to trust your work... [12:09] pmcenery: yes, of course. it's the same everywhere [12:09] pmcenery: also, it's easier to get things that have a team with DDs watching over the set of packages [12:09] e.g. CLI packages are easy to get in as we've got two DDs in the team [12:09] python packages are also fairly easy to get in [12:13] hyperair: Yes. I ended up joining the debian-perl team during the process of getting slimrat sponsored. Although in the end I had a non perl DD sponsor me. The perl team were not too interested in sponsoring apps, only modules. [12:16] heh i see. [12:16] I'll hang around here a while... hopefully someone will be brave! [12:16] i would if i had an iphone =\ [12:16] feel like donating one to me? ;-) [12:18] lol. I've only got one. And I think the wife will be getting it when I get the next one... [12:19] Well, next phone! Not guarantee it will be an iPhone [12:19] heheh [12:31] can someone lend me an ear? It's because I started to use Bazaar with Launchpad. === dholbach_ is now known as dholbach [13:15] anyone experienced with reprepro ? [13:21] joaopinto: Just ask your question - that will get you a better propability of helpful answers. :) [13:21] except that I maybe talking to the wind ;) [13:21] the reprepro man page is not very clear [13:21] You may that even if someone claims to be experienced with $foo. [13:21] is copysrc expected to copy also the source package ? [13:22] Actually it doesn't "copy" anything, the package stays in the pool at the same place. It just "copies" the medatdata in its database and the Sources file. [13:23] right, I am refering to the meta data [13:24] is it expected to copy the source metatada to the target release Sources file ? [13:24] I would very much think so that that's its job, yes. [13:24] Though an reprepro export run afterwards never can hurt. [13:25] no, according to the man page its job is to copy packages whose source (Source:?) match the specified name [13:25] it does so for binary packages produce from a given source, but is not clear if it does or should do the same for the source package [13:25] produced [13:26] It doesn't "every package be it dsc, deb or udeb" [13:27] The dsc part is pretty clear source package. :) [13:27] s/It doesn't // [13:28] ok :P [14:01] jdstrand: are you around? [14:02] mhall119: yes [14:02] jdstrand: is there anything you need to get a FFe for the other 2 qimo packages? [14:02] qimo-games isn't terribly useful on it's own [14:03] mhall119: they all need an FFe. I think it would be fine to have them all in one bug [14:03] okay, there are currently 3 needs-packaging bugs for the 3 packages [14:03] mhall119: since they are small and dependent on each other, aiui [14:03] do I need to make an additional FFe bug? [14:04] mhall119: oh, if there are already 3 bugs open, then you probably should do the one more for qimo-games [14:04] mhall119: since they are already separated. do mention how they relate to each other though [14:04] qimo-games has already been accepted, the other two have not [14:05] I think I am confused [14:05] ok, I'll add comments to the other 2 [14:05] there are 3 total [14:05] yes [14:05] 1 accepted, two not? [14:05] qimo-games was accepted [14:05] yes [14:05] qimo-wallpaper and qimo-session have not [14:05] I see, then wither wait for review of the other two, are ask someone in ubuntu-release to look at them (I am not a member of ubuntu-release) [14:06] qimo-games was accepted a couple months ago, you rejected the other two because I needed to expand on the copyrights [14:06] s/are/or/ [14:06] so I don't think qimo-games needed an FFe === Kmos_ is now known as Kmos [14:06] is there a channel for ubuntu-release? [14:07] I think qimo-games maybe didn't get uploaded? I don't remember looking at it specifically, but I might not remember correctly [14:07] mhall119: #ubuntu-release [14:07] they were all uploaded [14:08] qimo-games is in the repo already [14:08] the other two have been uploaded, but not accepted [14:18] afternoon all, having just put my first debdiff on a bug using https://wiki.ubuntu.com/Bugs/HowToFix I wonder if there's a similar guide that explains using bzr and launchpad? I can't seem to find one. [14:28] Ciemon, https://wiki.ubuntu.com/DistributedDevelopment/Documentation [14:31] dholbach: ping [14:32] whom should i talk to in order to adopt rekonq ? [14:33] ill be in and out.. so can someone please point me to the right people? ( ive already read the wiki links ) [14:33] evilshadeslayer_: pong [14:33] I'm not sure I'm the best person to talk about rekonq [14:33] there is too much cdbs magic in pandoc [14:33] * Laney goes cross-eyed figuring it out [14:33] dholbach: ok so who then? :) [14:34] dholbach: i already do the docs for them... so i can easily adopt this package... [14:34] ( thats my opinion ) [14:34] nigelb: thanks [14:35] np :) [14:35] Tonio__: i see that your the last person to update the package :) [14:35] evilshadeslayer_: can you try to explain what you want to do? :) [14:35] dholbach: i want to adopt a upstream ( rekonq ) [14:36] ahhhhh nice [14:36] dholbach: ive been meaning to do this since some time [14:36] evilshadeslayer_: a good first step might be to have a look at the changelog of the package and get in touch with the people who worked on the package before, so you get to know ubuntu and debian maintainers which is a good start [14:36] evilshadeslayer_: also check out the web page I mentioned - it should give you a few good practical tips [14:37] dholbach: lol... i work with the rekonq devs on a daily basis... i practically know all the dev work they do.. also i build rekonq everyday :P [14:37] awesome [14:37] :-D [14:38] dholbach: ok but how do i officially adopt it? like do i subscribe a ML or something? [14:38] it's a good idea to track the bug reports - you can subscribe to the package [14:38] also have a chat with the people in #ubuntu-bugs [14:38] dholbach: ive subscribed to the meta kubuntu bugs list [14:39] wow [14:39] hehe.. yeah i just deleted about 13MB's worth of bug mail :P [14:40] from my mail box that is :) [14:40] i guess i should just wait for Tonio__ ... === hannesw_ is now known as hannesw [15:23] maco: You ought to have a look at Debian Bug #577087. [15:23] Debian bug 577087 in wnpp "ITP: spim -- MIPS R2000/R3000 emulator" [Wishlist,Open] http://bugs.debian.org/577087 === mathiaz_ is now known as mathiaz [16:22] mhall119: hey. sorry about this, but I need to reject the packages that were uploaded to the archive. I don't know what happened, but the source are like a source within a source. you can see what I mean by viewing the packages at https://launchpad.net/ubuntu/lucid/+queue?queue_state=0&queue_text=qimo [16:23] mhall119: eg, a dpkg-source -x ...dsc results in: [16:23] qimo-wallpaper/qimo-wallpaper_2.0.0-ubuntu1.dsc [16:23] qimo-wallpaper/qimo-wallpaper_2.0.0-ubuntu1.diff.gz [16:23] among other things [16:23] https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/559005 [16:23] Launchpad bug 559005 in compiz "Compiz won't start after the 10.04 Beta 2 update (dup-of: 558998)" [Undecided,Confirmed] [16:23] Launchpad bug 558998 in compiz "[lucid] compiz-gnome broken because of metacity update" [Undecided,In progress] [16:23] this is annoying... [16:24] mhall119: perhaps this is due to highvoltage's upload? I don't know [16:26] mhall119: you want an orig.tar.gz, a .dsc, a .diff.gz. a dpkg-source -x on the dsc will untar the orig.tar.gz and apply diff.gz to it (which ideally will only touch the debian/ dir). if you are aware of all that, just take it up with highvoltage and/or revu [16:26] mhall119: this does not affect the FFe. upload new packages and we'll get the processed [16:27] evilnhandler: hey [16:27] we won't go with rekonq right now [16:27] evilnhandler: we probably will switch to rekonq one day [16:28] evilnhandler: there are still too many bugs of features lacking with it right now === ssweeny_ is now known as ssweeny [16:42] Folks: we had a critical performance bug in Tahoe-LAFS (actually in foolscap) and we think we fixed it, but we have one report that it still exists after the upgrade, but we can't reproduce it. [16:42] Anybody else want to try? [16:43] maco uploaded the update of foolscap which I think fixed the bug. [16:43] https://bugs.launchpad.net/ubuntu/+source/foolscap/+bug/548993 [16:43] Launchpad bug 548993 in foolscap "please upgrade foolscap in Ubuntu Lucid to v0.5.1" [Undecided,Fix released] [16:44] The details about the attempts to reproduce the problem are in http://tahoe-lafs.org/trac/tahoe-lafs/ticket/983 [16:44] Basically, if you can upload, say, a 500 GB mutable file to your localhost with the current version in Lucid, then we're good. :-) [16:45] In a different topic, how do I tell launchpad that this is a bug in pycentral, not in foolscap: https://bugs.launchpad.net/ubuntu/+source/foolscap/+bug/388855 [16:45] Launchpad bug 388855 in foolscap "package python-foolscap 0.3.2.dfsg-2 failed to install/upgrade: subprocess post-installation script returned error exit status 1" [Undecided,New] [16:45] zooko`: Just change the affected package. [16:50] ScottK: there doesn't appear to be a package for pycentral. [16:50] I could at least *unset* it from foolscap. [16:51] There I set it to "invalid". [16:51] zooko`: How about python-central [16:51] I looked for that! I'll look again. [16:52] " There is no project in Launchpad named "python-central". Please search for it as it may be registered with a different name." === zooko` is now known as zooko [16:54] zooko: python-central package, not project [16:55] zooko: Actually I suspect that's not a bug at all. I suspect the user played with the symlink for /usr/bin/python. [16:55] zooko: i just added a python-central task to it [16:56] zooko: for future reference, click "also affects distribution" to set the package within a distro that is affected [16:56] Okay. Anything else I should do about it? [16:56] maco: I don't get it. Isn't a "distribution" a version of Ubuntu such as Karmic, Lucid? [16:56] zooko: ubuntu is a distribution [16:56] zooko: baltix linux also uses launchpad [16:57] so if you want to mark a package within ubuntu or baltix, you click "also affects distribution", select which distro from the drop down, and put the package name in the textbox [16:57] Ah, so if I click on "also affects distribution" I'll then be able to find python-central-as-part-of-ubuntu ? [16:57] Or are you just saying I should have marked it as also affecting Ubuntu? [16:58] zooko: the first one [16:58] but i just did it for you [16:58] Thanks. [16:58] The parts about different people trying to reproduce that performance bug are here: http://tahoe-lafs.org/trac/tahoe-lafs/ticket/983#comment:7 === Tonio__ is now known as Tonio_ === yofel_ is now known as yofel [18:14] hi folks. I'm trying to backport puppet and facter from lucid to hardy. facter builds fine but puppet gives me this error from pbuilder build: pbuilder-satisfydepends failed - presumably because it needs the newer version of facter and that's not in the base.tgz. How can I fix this? [18:24] is it possible to have a symlink installed in /etc be treated like a conffile? [18:33] nevermind, cjwatson answered that in #ubuntu-devel [18:33] short answer: DFDT [19:06] * hyperair kicks dpkg-source's @ubuntu.com check [19:06] Hey guys [19:06] hello. [19:07] Noticed another dependency problem in today's updates, hasn't been reported. bug 559447 [19:07] Launchpad bug 559447 in samba "[lucid] samba is to be removed during update" [Undecided,New] https://launchpad.net/bugs/559447 [19:09] xteejx: Are you on amd64? [19:09] yeah ScottK [19:09] xteejx: The package isn't fully built. Just wait. No need to report bugs on stuff like that. [19:10] ScottK: Ahh I'll close it, sorry didn't realise. For future reference...in cases like these is it safe to just close and do normal updates? [19:10] xteejx: Generally I'd wait and try again later. [19:11] These things are a normal part of running the development release. [19:11] I haven't actually came across it yet to be honest, been lucky updating at the right time I guess :) [19:45] if you're creating a package based on the state of the sources in a git tree on a certain date, what version string is suggested? [19:45] say for today's date? [19:52] cnd: hmm.. for example last_version+git20100409.-XubuntuY [19:53] kklimonda: that seems very long and obtuse, is that really suggested? [19:53] also, there's no "last_version" [19:54] I rememberd mtd-utils doesn't put out releases either, so I see that it's version is 20090606-1 [19:55] cnd: well, the problem with using only the current date is that if they ever release stable package you'll have to use epoch. of course epoch is exactly for situations like that [19:56] cnd: I don't think there is a single, official way of naming releases from various repositories - the one I've given you is the one I like the most [19:56] ok [19:56] there's not a huge amount of commits on a given day [19:56] POX: Hey, man. Do you have a copy of the .dsc and .debian.tar.gz from the python-cloudfiles upload? [19:56] really, it goes quite some time without commits [19:57] POX: Thanks for that, by the way! [19:57] so I think I'll leave off the git hash [19:57] cnd: you can grep though /var/lib/apt/lists/ to see what are others conventions [19:57] cnd: I think hash may be useful to regenerate the orig tarball [19:58] kklimonda: it's slightly more useful, but if there weren't any commits on that day it's unnecessary [19:59] and not many people are going to download the orig tarball based strictly on the version string [19:59] cnd: sure - as I said, the final decision is up to the maintainer [19:59] ok [20:03] soren: http://people.debian.org/~piotr/python-cloudservers_1.0~a5-1.d{ebian.tar.gz,sc} [20:05] (I didn't check/upload python-cloudfiles, IIRC) [20:12] soren: If you upload that, consider -0ubuntu1 or similar just in case there is an issue. [20:17] An SRU for universe (Bug #510571), would it be prudent to poke someone from the SRU team? If so who/how? [20:17] Launchpad bug 510571 in virtualbox-ose "Lucid guest won't boot with acpi in virtualbox" [Undecided,Fix released] https://launchpad.net/bugs/510571 [20:21] soren: Sorry, that was a typo. [20:21] Hehe.. [20:21] Good one. [20:21] POX: Sorry, cloudfiles was a typo. I meant cloudservers. Thanks! [20:22] persia: Hmm... Yeah, I guess that's a good point. [20:26] persia: Done so. Very good point. Hadn't thought of that. [20:28] soren: 99% of the time the ftp-masters don't reject it, but that 1% hurts :) [20:32] It goes either way. I've rejected stuff that was accepted by Debian. [20:42] Sure, but that doesn't cause issues with version numbers. [20:44] ScottK: (just curious) which package was it? [20:44] No. In the cases I was involved in the Debian maintainer uploaded a fixed version and we sync'ed that. [20:44] POX: I don't recall exactly, it was something R related. [20:44] Two of them. [20:45] ok then (/me rejected every single Ubuntu accepted package so far :P) [20:45] I thought that AAs didn't review packages already in Debian [20:50] baaad POX [20:50] * sebner throws rotten tomatoes at POX :P [20:50] but I also rejected (almost) every single NEW mentors.d.n package (DktrKranz was one of two guys who managed to get it in) [20:51] I mean, NEW without serious comments [20:52] I've not had a NEW package rejected (yet) [20:52] sebner: still waiting for you to join DktrKranz :P [20:52] :cool: [20:52] POX: with that attitude you can wait long :P [20:52] Laney is teehh geek! [20:53] * Laney releases sebner under the WTFPL [20:54] * sebner is FREEEEEEEEEEEEEEEEEe [20:54] * soren admires POX' keen eye [20:55] soren: pfff, he's just EVIL :P [20:56] "delightfully picky" [20:57] * sebner uploads *any* package that's lintian clean even if it does rm -rf / in postinstall. lintian is god \o/ *muahahahahhaha* [20:57] soren: there's another competition, BTW - uploads without a comment in a row - DktrKranz and Jonathan Wiltshire have 4 (but DktrKranz decided to quit the game) [20:57] * Laney coughs === BlackZ_ is now known as BlackZ [20:58] DktrKranz: pussy! [20:59] He got @debian.org and ftp team powers [20:59] I'd call that pretty hardcore [20:59] * Laney bows down [20:59] DktrKranz: haha, I told ya ;) [21:00] Laney: I expect from him to become president of the world, nothing less [21:09] cnd: do still intend to submit rinputd to Debian? I noticed you filed debbugs 569042 two months ago, and was wondering if you wanted someone to maintain it. [21:10] lfaraone: I'm very new to all this, but it's already been sponsored and uploaded to ftp-master [21:10] it's in the NEW queue, so I assume now I wait for an ftp-master to review it? [21:10] been waiting for 5 days [21:11] cnd: ah, didn't check there :) [21:11] lfaraone: how long do packages usually sit in the NEW queue [21:11] cnd: NEW can take anywhere from a few days to a month. For my packages, it's been an average of 10/12 days [21:12] ok [21:12] hyperair: What version of sugar is Lucid supposed to have. It appears to have pieces of several at the moment. [21:12] ScottK: Debian packages a bunch of versions. [21:12] ScottK: sugar has versions? [21:12] * hyperair only cares about sugar levels in his blood [21:13] hyperair: http://sugarlabs.org/ :) [21:13] aha! [21:13] *that* sugar. [21:13] i'm assuming a wrong ping then [21:13] Ah. I think I meant that for highvoltage. Sorry. [21:14] np [21:14] right now in karmic we have python-sugar-toolkit-0.88, sugar-0.86, sugar-activities at 0.83, sugar-artwork-0.88, sugar-browse-activity-0.86, sugar-chat-activity-0.86, sugar-emulator-0.88, sugar-read-activity-0.86, sugar-presence-service-0.88, sugar-session-0.88, and sugar-tools-0.88 [21:14] s/karmic/lucid/ [21:15] yep. [21:16] ScottK: it's complicated. 0.88 is the latest stable, 0.84 is in most deployments, but 0.86 will be on the next OLPC XO laptop. [21:16] lfaraone: Someone needs to sort out what we have. [21:17] ScottK: upstream ideally would like to have 0.88 shipped, as we'd rather not support .84 for all eternity. [21:17] There are bits of 0.84 and 0.86 that aren't buildable. [21:17] lfaraone: Are you involved upstream with sugar? [21:17] ScottK: yes, I'm a systems administrator. [21:18] (I maintain some of their servers, that is) [21:18] ScottK: would it be possible to bring it up to .88 via SRU? [21:18] lfaraone: OK. Someone who understands all the sugar packages ought to sort through what we have/need/don't need. [21:18] highvoltage: Generally not, but as different sugar versions are packaged to be co-installable, we could have more than one. [21:19] ScottK: well, I'm in pretty good contact with the development team. [21:19] The thing is it doesn't appear to me that we have ANY version that is complete and buildable right now. [21:19] yes, it is rather a mess. [21:20] So it would be great if you and highvoltage could put your heads together and figure out the best path forward. [21:20] I don't care some much WHICH version as that we have at least one. [21:21] ScottK: in theory, we would be fine if we only shipped the shell, artwork, presence service, browse, and the toolkit. Users can download activities (Sugar Applications) through the prefered means of distribution, http://activities.sugarlabs.org/, a la Mozilla Addons. [21:21] ScottK: one of the sugar developers (or at least he was until a few months ago) lives quite close to me and he was quite enthusiastic about the ubuntu packages until he got a new job and adopted a baby, I'll also check if he has more free time now and try to reel him in [21:21] highvoltage: dfarning, right? [21:21] at the very least he could help bring me up to speed and fill some gaps [21:21] lfaraone: morgs (Morgan Collett) [21:22] lfaraone and highvoltage: I've got a few hundred other packages to sort before release, so please figure it out. Ping me if you need an FFe for something. [21:22] highvoltage: ah. I haven't heard from him since Intrepid. [21:22] ScottK: understood, we'll ask if we need something :) [21:22] Excellent. [21:23] lfaraone: I think that's about when he officially stopped working as an employee for the sugar project, he was still involved for a bit afterwards though [21:23] highvoltage: would you agree my assessment of the bare-minimum is accurate, and a good base to start towards? [21:24] lfaraone: to be perfectly honest, my knowledge of sugar is very minimal, but that does sounds like a very rational and pragmatic approach, so yes [21:24] highvoltage: take a look at https://launchpad.net/~sugarteam/+archive/ppa , by the way. I haven't tested the packags, but they're supposed to work :) [21:24] lfaraone: nice, we should probably link to it somewhere on the edubuntu site if anyone adventurous wants to try it out and file some bugs [21:25] highvoltage: mk. I was never clear on this: where should PPA bugs be filed? :) [21:25] Somewhere other than Ubuntu. [21:26] * lfaraone thinks he's asked this before, and I often get different answers. [21:26] You can make an LP project with it's own bug tracker if you want [21:26] highvoltage: I guess we could use https://edge.launchpad.net/usr [21:26] highvoltage: and I can add you to ~sugarteam if you want. [21:26] yes I think creating a project and filing bugs against that is the right way to do it [21:27] lfaraone: that would be great [21:27] highvoltage: done, ~jonathan added [21:28] lfaraone: great, I think it would be a good addition to the edubuntu dvd's as an optional install when the packages are nice and ready [21:34] How do I grab the source code for a specific arch? [21:34] xteejx: all arches have the same source code tarball... [21:34] xteejx: Source code is the same across architectures. [21:34] xteejx: Erm... they're the same for all arches? [21:35] oops :) [21:36] thanks guys [21:47] Guys, bug 557556, is that right about ppc64/PS3? Gives me the impression that it won't be worked on, although I think I might have found the problem [21:47] Launchpad bug 557556 in pitivi "pitivi crashed with RuntimeError in __init__() on Playstation 3 (PPC64)" [Medium,New] https://launchpad.net/bugs/557556 [21:48] something to do with the gst.GhostPad part of mixer.py [21:51] xteejx: well, it has a priority assigned. if someone knows about it, they'll propose a fix. [21:51] Even better if you figure it out, you can attach a patch. [21:52] The odds of it getting fixed go WAY up then. [21:52] Well to be honest all I know is that the gst.GhostPad is part of gstreamer, but other than that I'm no use I'm sure plenty of others know that [21:53] xteejx: well, try to replicate the problem with a smaler testcase to isolate the bug. [21:53] Put what you know in the bug and that'll help the next person to take a shot at it.. [21:54] Will do, and hope so! === traveller_ is now known as traveller