[00:03] hi all, to create a meta package, how do I go about it? === tuantub_ is now known as tuantub [03:57] Come on folks. Let's upload some FTBFS fixes .... [04:11] Found a package that hasn't been touched since Hoary. [04:12] has it been touched in debian? [04:13] Doesn't exist in Debian since before Etch. Not sure why we kept it. [04:14] It's also possible it was never in Debian, since that long ago the practice of adding ubuntu to the revision was not firmly established (I don't think) [04:14] ScottK: what's the package? [04:14] ajmitch_: rail [04:16] * ajmitch_ doesn't see anything in the *-changes lists about it, it probably did come in from debian & was never properly cleaned up [04:18] either that, or it was one of the crack packages imported from a non-debian source, as was done in those days [04:19] eg http://arege.jp/debian-arege/dists/unstable/rail/source/ [04:19] from way back in 2001 :) [04:22] Lovely. [04:22] Nice detective work. [04:26] apt-get.org was the main index of all these repositories [04:29] Right. I remember some of you that were around then discussing it. [04:30] it was scary seeing that photo on jcastro's blog from UDU :) [04:31] ScottK: are the bug fixes listed here worth a sync with debian (we have 1.5.2): http://qbittorrent.sourceforge.net/news.php [04:32] micahg: Without looking, I'll tell you we pretty much always want the latest crack with torrent stuff. [04:32] should I request a sync then? [04:33] micahg: As long as it builds and you test it works, sure. [04:33] do you want me to grab the debian version an push to ppa first? [04:37] ajmitch_: Haha === dmb__ is now known as dmb [04:41] micahg: I want you to build it, test it, and document this in a bug. If you choose to use a PPA to help you do that, it's fine, but PPA specifically is not needed. [04:43] ok, I will, then subscribe motu-releasE? [04:45] StevenK: you weren't at that one, were you? [04:49] ajmitch_: Nope [04:57] ScottK: seems to be fine [04:57] only issue is report a bug goes to upstream [04:57] but I think the same is true in the current version [04:57] micahg: OK, file your bug. [04:58] and I subscribe motu-releasE? [05:00] micahg: Yes. [05:00] ok, thanks [05:00] There was a new feature in there, so it needs FFe (small one though) [05:02] new cli option? [05:03] Yep [05:03] should I copy the fix list into the bug? [05:03] Yes [05:03] Read the requirements for FFe. [05:03] It's on the wiki, but I don't recall exactly where [05:04] yeah, I've read it before [05:04] * micahg doesn't trust the wiki for some reason [05:05] I'll attach the debdiff too [05:06] https://wiki.ubuntu.com/FreezeExceptionProcess === kirkland` is now known as kirkland [06:00] geser: i didnt quite understand could you help me again? [07:08] hi, i upload my package for review, it is here http://revu.ubuntuwire.com/details.py?upid=6950 [07:09] but there is a warning message, i don't know what is that? [07:13] suji: There's no .orig.tar.gz there, so the source can't be extracted. [07:14] RAOF: now what i do to add .orig.tar.gz there? [07:16] suji: You need to build your source package with -sa. That forces the .orig.tar.gz to be included in the changes file. [07:16] RAOF: ok [07:33] RAOF: Again i got some warning, there are here http://revu.ubuntuwire.com/details.py?upid=6951 [07:34] suji: Those are problems with your package; they should be reasonably self-explanatory. [07:34] ScottK: (or other motu-release) I have two SELinux uploads ready for manual push: selinux and refpolicy-ubuntu. as selinux does not currently work sanely in Karmic, these cannot be regressions. :) also, they are not seeded on ISOs. [07:36] RAOF: In the maintainer field what should i give? [07:40] suji: https://wiki.ubuntu.com/PackagingGuide/Complete - since it'll be going into Universe, it'd probably be "Ubuntu MOTU Developers " [08:27] how easy/hard would it be to get a one-line crasher fix into a universe package at this time? impossible? [08:38] specifically bug 394394, I've attached a patch for the specific file, what do I ideally need, a debdiff? [08:38] Launchpad bug 394394 in wxbanker "unable to start if wxpython default install is < 2.8" [Medium,Fix committed] https://launchpad.net/bugs/394394 [08:45] good morning [08:49] mrooney, I would say attach a debdiff and subscribe u-u-s ;) === porthose is now known as porthose|afk [08:56] porthose|afk: okay thanks, will do :) === micahg1 is now known as micahg [09:23] wrapster: what did you not understand? [09:52] geser: one moment [10:02] geser: here is the pastie again...: now from what i understand.. i'll let the 32 bit version run(build_32 will run) it will generate a few .so files in some directory... then in build_64 section.. I should copy these .so files first to some temp directory run the build again but this time for 64.. Then the generated .so files will be of 64bit that I need to again relocate to appropriate dir... [10:02] Is this understanding right? [10:04] yes [10:05] ok thanks... I'll do it right now.. and give you the results.. [10:28] Hi, is there a way to get python dist/site-packages path from a python/shell prompt ? I'm trying to update python-poker-network debian/ubuntu packaging to work with python2.6 ? [10:28] and there is hardcoded path to /usr/lib/python$(python -c 'import sys; print sys.version[:3]')/site-packages in init files [10:29] use --install-layout=deb or --install-lib=/usr/lib/pythonX.Y/site-packages [10:31] or take a look at include /usr/share/python/python.mk [10:32] s/include // [10:33] proppy: python -c 'from distutils import sysconfig; print(sysconfig.get_python_lib())' (taken from python.mk) [10:33] geser: so far it was all working fine.. all of a sudden.. http://pastie.org/663197 [10:33] i didnt change a thing... no additions /no deletions... [10:33] geser: Thanks for the tips [10:33] POX: thanks too [10:34] wrapster: is this the 32bit or 64bit build? [10:35] geser: 32bit build [10:35] the default one [10:35] proppy: http://svn.debian.org/viewsvn/python-modules/packages/paste/trunk/debian/rules?view=markup [10:36] wrapster: looks like it's missing a include now (it happened to other packages too) [10:38] POX: geser: the following patch do the trick http://pastebin.com/f377edcc9 [10:38] thanks [10:39] geser: oh my god.. ironical... how do i find out whats missing now... [10:39] hmm [10:41] look into the manpage of rindex to find out which include is missing and add it to the other ones in that .c file [11:19] Where can I find documentation on the personalities of the various ubuntu kernels? [11:32] geser: http://pastie.org/661922 [11:33] thats what i did.. i was able to backup all the .so files to debian/32 but when the build_64 section was encountered I still get the same.. #file <*.so> will still show it as 32bit only.. could you please let me know what mistake im making? [11:36] did you look at your log if it really rebuild everything or just checked if it's still uptodate? you might need to clean the source before build for 64bit [11:41] kees: Pushed. [11:41] ls [11:44] ScottK: https://bugs.launchpad.net/ubuntu/+source/spring-engine/+bug/457059 (that game I mentioned yesterday) [11:44] Launchpad bug 457059 in spring-engine "Freeze Exception Request: spring-engine" [Undecided,Fix released] [11:44] YokoZar: I just accepted it [11:44] oh snap looks like it already got approved haha [11:44] you're awesome [11:44] I even looked at my email like 5 minutes ago [11:48] urgh [11:50] geser: ok so i added a sleep to see if the section was executed and also ran a clean before I could copy... this is what i added ...http://pastie.org/663273 [11:50] I lost my script to generate the haskell installability graphs [11:50] the manipulate section is there before clean thats coz all those 'cp' that you see will end in an error as they are generated by the build_32 section.... so before i clean it up i will copy then clean. [11:56] geser: the 64bit build made some progress but failed here http://pastie.org/663278 [12:00] sorry, don't know why the file is missing [12:49] geser: this is the actual issue... http://pastie.org/663334 [12:49] i didnt get the previous one i had written... [12:49] is this a generic issue while cross-compiling? [12:50] is it got to do with the flags? [12:54] wrapster: looks like it wants to link the amd64 .o files into an i386 .so. I don't know if there is only a flag missing but you need to also modify the -L value to point to your amd64 libs and make sure that the libs mentioned in -l are also there (in amd64 variants) [12:55] ok. === porthose|afk is now known as porthose === jono_ is now known as jono [14:50] hmph does eclipse REALLY still lack word wrap? [15:22] online boxing game http://www.kobox.org/kobox-fande-Nourine.html [15:24] Whut? [15:51] bdmurray: I noticed you triaged bug 440098 as high, are you willing to sponsor the patch? [15:51] Error: Could not parse data returned by Launchpad: The read operation timed out (https://launchpad.net/bugs/440098) [17:24] ScottK: thanks for the push! :) [17:53] question re: ppa =0 [17:53] I made a ppa on LP : [17:53] https://launchpad.net/~zenix-shravaka/+ppa-packages [17:54] I uploaded a package, but it does not show at that url ??? [17:54] bodhi_zazen: #launchpad is a better channel for PPA questions. [17:54] It shows here : https://launchpad.net/~zenix-shravaka/+archive/ppa/+packages [17:54] Ah, thanks ScottK [18:04] Is there any chance in heck of getting the new lordsawar upstream that I just uploaded to Debian, into Karmic? [18:04] bddebian: Sure. I'm very easy about FFe for games. [18:05] ScottK: That means I need to remember how to file sync requests and FFes :) [18:06] bddebian: That or Tom Sawyer someone else into doing it. [18:06] Is there anything wrong with "manual" syncing? [18:06] via the syncpackage script [18:07] Hmm, I wonder if I can beg persia :) [18:08] I'll request the sync if you get approval to upload [18:09] hi, is it possible to get it before karmic's final release? bug #455744 [18:09] Launchpad bug 455744 in tinyproxy "[FFe] New upstream bug-fix release 1.6.5" [Undecided,New] https://launchpad.net/bugs/455744 [18:10] bug fix releases don't need ffes [18:29] Laney: It should be avoided if possible as it introduces chances to mess up. [18:29] ari-tczew: If it's bug fix only it doesn't need an FFe up through Sunday. [18:31] jest, it's bug-fix only, as information attached in bug [18:31] yes * [18:31] So just needs a sponsor review/approval. [18:31] * sbeattie would appreciate a sponsor for bug 389633 [18:31] Error: Could not parse data returned by Launchpad: The read operation timed out (https://launchpad.net/bugs/389633) [18:32] ubuntu-universe-sponsors subscribed [18:34] I subscribed fabrice, but he is not glad for this reason :P [18:35] ScottK: is it need change status to Confirmed? [18:35] already is New [18:36] ari-tczew: Confirmed is for after the sponsor has approved it. [18:40] ScottK: you could start with bug #457516 :D no rdepends so won't break anything [18:40] Error: Could not parse data returned by Launchpad: The read operation timed out (https://launchpad.net/bugs/457516) [18:40] For you, sure. [18:44] sebner: Ack'ed. [18:44] Laney: Was that for me and lordsawar? [18:45] ScottK: could you approv for my bug? :> [18:45] ScottK: you are my hero. thank you very much :) I filed bugs for nexuiz(-data) but I have to testbuild and generally add content there. I'll bug you again if I'm ready. Is that ok for you? [18:45] ari-tczew: I don't have time to review it for sponsorship now, so no. J [18:45] sebner: Generally I get to the FFe bugs pretty quickly through bugmail, so I'd prefer just to do it that way. [18:46] ScottK: as you wish :) [18:46] bddebian: Are you still MOTU? [18:47] ScottK: I didn't think so but persia says I'm still listed [18:47] If you're still listed, maybe you could review ari-tczew's bug for sponsorship and he could do your lordsawar FFe? [18:51] Hi all! I have reported 2 bugs on launchpad (https://bugs.edge.launchpad.net/ubuntu/+source/software-center/+bug/457001) and (https://bugs.edge.launchpad.net/ubuntu/+source/ibus/+bug/457007) as you can see are bugs related with translations. One of them is very important cause is very visible on the menĂº.. Did you think that developers will fix this in time to tomorrow freeze?? [18:51] sebner: Approved. [18:51] Error: Could not parse data returned by Launchpad: The read operation timed out (https://launchpad.net/bugs/457001) [18:51] iulian: uhuhuhuh, another hero :) thx [18:52] Thank you. [18:54] sbeattie - won't bash-completion need a conflicts/replaces on the versions of svk which ship /etc/bash_completion.d/svk? [18:55] else upgrades will still break [18:56] frandieguez: It's extremely unlikely for tomorrow. It is in theory possible to be fixed between the RC and final. [18:56] Hmm, I think av` owes me :) [18:57] dpm: You might want to look at frandieguez's bugs ^^^^ === maxb_ is now known as maxb [18:57] Thanks to all! [18:58] thanks ScottK, I was looking at them right now, but I've got a meeting in 3 mins [18:58] dpm: OK. Just wanted to make sure you were aware. [18:58] ScottK, sure, thanks for pointing them out to me [18:59] frandieguez, ScottK, one of them is easily fixable, (I will contact the Galician translators), the other one I'll have to look into in more detail [18:59] dpm, ok thanks before all [18:59] chrisccoulson: doh, you're right. [18:59] frandieguez, np, you're welcome [19:00] bddebian, hey barry, what's up? :) [19:03] av`: I'm just being lazy and trying get lordswar synced for karmic :) [19:04] bddebian, sure, is there a bug open for it already? [19:04] av`: Nope, I just uploaded it to Debian a couple hours ago [19:04] bddebian: You aren't being lazy. You are striving for minimal effort. Lazy would be not worrying about the sync. [19:04] ScottK: Heh, thanks :) [19:05] ScottK, do you think we can have it synced at this time? [19:06] ScottK, I gonna take care to test it to check out if everything is working the right way if it's ok for you to have it synced [19:07] av`: As long as we get an FFe in soonish, it should be doable. [19:07] ScottK, great, thanks [19:08] bddebian, please add an FFe bug for it asap, and then I gonna add some comments if my tests went fine [19:08] av`: I think he wants you to do the FFe bug too [19:08] oh ok [19:09] gonna take care of it later then, so it's done for today [19:09] bddebian, ^^ :) === propagandist1 is now known as propagandist [19:22] . [19:24] ScottK: do you have time to sponsor a pretty old patch for daemontools? bug 253465 [19:24] Error: Could not parse data returned by Launchpad: The read operation timed out (https://launchpad.net/bugs/253465) [19:24] lfaraone: Not now. Busy with $WORK. Sorry [19:24] ubottu: did you break LP you bad boy? [19:24] Error: I am only a bot, please don't think I'm intelligent :) [19:24] right :P [19:24] * lfaraone hopes to find a bored MOTU. [19:25] hi ari-tczew it seems I have (bad) internet access. I'll have a look at #455744 [19:26] hi Fabrice [19:29] ScottK: understood. === asac_ is now known as asac [20:21] Gads I'ver forgotten how much I hate LP :( [20:22] bddebian, I'm testing it a bit then I open up the FFe request for you ;) [20:22] what's wrong with LP? [20:22] av`: Thanks since I can't even seem to get on fcking LP [20:23] hyperair, some proxy problems [20:23] heh i see [20:23] those suck [20:23] works fine for me [20:25] bddebian, looks like a nice game but I'm a total noob at it atm :D [20:26] hyperair: Not to mention I just find it slow and cumbersome in general :( [20:26] av`: Yeah, it kicks my arse all the time. I tend to suck at RTS type games. :) [20:26] i kinda like launchpad's bug interface [20:26] it's better than debian's at the very least =\ [20:26] bddebian, at every turn a new hero decides to follow me, e.g all the map will be mine in a sec :D [20:27] i don't have to dig through the bloody manpage every time i need to change the status of some bug [20:27] hyperair: I'm not sure that is a measure to be proud of. :) [20:27] heheheh [20:27] right good point [20:27] it's better than bugzilla! [20:27] yes, at least it lets me remain logged in [20:27] stupid damn bugzilla invalidates its own cookies [20:28] I find it mildly confusing that LP is so slow. [20:28] then i have to start clearing them out or i'll have to keep reentering my credentials for every move [20:28] it always gets like this around release unfortunately [20:28] heh [20:28] It's written in Python, right? And it is new and well-maintained, and has a real company to buy servers to run it. So why is it slow? [20:28] python is slow? [20:28] Oh well, I'm sure there's an interesting reason having to do with relational databases... [20:36] bddebian, #457577 [20:36] bddebian, I've subscribed you so you gonna receive a copy on your mail box soon [20:38] morning [20:39] Heya ajmitch [20:39] hello [20:43] av`: Thanks, now if I could just get to it [20:45] bddebian, LP loads fine here === TheMuso` is now known as TheMuso [20:52] Still not here :( [20:52] bddebian, maybe because I'm running under edge [20:53] Heh [21:04] Do I need to do anything to that bug? [21:05] just pop up if an input is needed from you [21:06] bddebian, anyway I gonna take care of having it done, you'll receive all messages since you are subscribed so np [21:07] av`: Rockin' thanks [21:08] bddebian, np, I owe you some favours so it's time to give something back [21:08] ;) [21:09] heh [21:46] how do I build a package from git? [21:47] jack__: git-buildpackage [21:47] jack__, but there is no debian folder in it yet [21:48] jack__: well, you need that :-) [21:48] mok0, I used cdbs for it on a tar.gz package... but how to do it with just a source downloaded from git? [21:49] jack__: you still need to have the orig.tar.gz file [21:50] jack__: building directly from a VCS is still up in the air [21:50] jack__: it's not even supported by uscan AFAIK [21:52] mmh [21:53] jack__: yeah :-) [22:21] Hi bddebian, ajmitch and av` [22:21] hi geser [22:21] heya geser [22:23] Heya geser [22:23] huhu geser bddebian [22:23] and the rest [22:23] Hi sebner [22:23] ;) [22:28] Heya sebner [22:41] Is there an easy way to build a debian package from a common lisp adsf-install package? common-lisp-controller claims it contains a tool to do this but I cannot find what it is. [22:42] quidnunc: I've seen lots of claims for such tools. I've never found one that produced good packages though [22:43] ScottK: It's only for personal use. So "okay" is good enough. [22:43] That's reasonable [22:49] ScottK: I just built nexuiz-data for 2 hours. Please believe me that it worked as I don't have a build log! xD [23:19] sebner: Put it in the bug. [23:20] huh ? http://pastebin.com/d40d33a14 [23:20] it checks whether 4 < 32 and not 4<3 ? [23:24] c_korn: yes, dpkg --compare-versions 7.4 lt 7.32 && echo true [23:25] ok, I did not expect that. have to recompile now ... :/ thanks [23:27] c_korn: http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Version if you are interested how versions are compared [23:28] ScottK: what do you mean with "put it in the bug?" [23:28] sebner: That you built it, but have no log [23:28] ScottK: aye aye [23:28] ScottK: I always have the "Setting up stuff" so I'm trustworthy imho ^^ [23:34] ScottK: subscribed you guys [23:34] geser: thanks. bookmarked it [23:35] ScottK: do you have time now to take a look at it (if you need anything further)? else I'd go to bed (Past midnight already) [23:43] sebner: No. I'm in the middle of cooking dinner and kids with homework [23:44] ScottK: ah, no problem. Cya tomorrow then. Don't forget to let sispoty know when you see him. He is going mad, I promise :D good night :) [23:47] trying to find fixes for bugs in the boost svn repository is painful [23:51] ajmitch: boost and pain is pretty redundant, IMO [23:54] ScottK: yeah, there's a bug where a number of packages will be breaking with libboost-python & python >= 2.6.3 === cjwatson_ is now known as cjwatson [23:54] Have a URL for that bug? [23:55] apparantly fixed in boost svn, but I haven't found it yet [23:55] https://bugs.edge.launchpad.net/ubuntu/+source/boost1.38/+bug/457688 [23:55] Launchpad bug 457688 in boost1.38 "libboost-python1.38 issues with __doc__ property in Python >= 2.6.3" [Undecided,Confirmed] [23:58] ajmitch: Odd, we're all the way to 2.6.4 already, but I didn't hear of a lot of problems? [23:59] ScottK: yeah, python-visual had some other problems that have been masking it