[12:03] <\sh> minghua: it's synced [12:04] crimsun: and if not, how can I check if it's sitting in NEW or not? [12:04] minghua: oh, that answers the question then. Nevermind. :) [12:04] aha [12:04] m4_define([_AM_PYTHON_INTERPRETER_LIST] , [12:04] [python python2 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5] ) [12:04] that's it, my autoconf was outdated I guess [12:05] <\sh> minghua: there is something wrong with the package.. [12:05] or aclocal, rather [12:05] \sh: just a ftbfs, debdiff provided. I'm uploading. [12:06] <\sh> crimsun: it's all the time the same with those packages [12:06] yep === ..[topic/#ubuntu-motu:\sh] : Ubuntu Masters of the Universe: Ubuntu Universe Repository Maintainers | http://wiki.ubuntu.com/MOTU | http://wiki.ubuntu.com/MOTUTodo | How To Track Merge Status -> https://wiki.ubuntu.com/MOTUToMerge | Grab your merge here: http://tiber.tauware.de/~sistpoty/MoM/index.py?state=new | sign up for ubuntu-motu@lists.ubuntu.com now! === Trashcan [n=matt@ip70-176-253-127.ph.ph.cox.net] has joined #ubuntu-motu [12:07] minghua: just as an aside, the override doesn't need to be installed since the font path has changed [12:09] crimsun: you are right, I missed that [12:10] crimsun: I'll remember to patch that if I prepare another upload :-) [12:12] minghua: done [12:12] crimsun: thank you [12:12] good night everybody [12:13] bye dholbach [12:14] dholbach: good night === jinty [n=jinty@115.Red-80-24-9.staticIP.rima-tde.net] has joined #ubuntu-motu [12:17] night daniel [12:21] lifeless: we need a Build-Depends on swig I think [12:22] azeem: makes sense [12:22] pbuilder is nearly bootstrapped [12:22] lifeless: and I think if we have a generic python-opensync package, we also need to Build-Depends on python [12:22] dh_python aborts otherwise [12:23] meep. [12:23] you can pass it a specific version, but not sure what that means for the generic package [12:23] does not pythonx.y-dev pull in python ? [12:23] nope [12:23] nuts [12:23] ok. [12:23] lets do 2.4 [12:23] ok [12:29] lifeless: drat, we need python in any case [12:30] my $python = 'python'; [12:30] my $python_version = `$python -V 2>&1`; === macgyver2 [n=eric@pdpc/supporter/student/macgyver2] has joined #ubuntu-motu [12:32] azeem: fair enough [12:32] head debian/control [12:32] Source: opensync [12:32] Section: libs [12:32] Priority: optional [12:32] Maintainer: Robert Collins [12:32] Build-Depends: debhelper (>= 4.0.0), libglib2.0-dev, libsqlite3-dev, libxml2-dev, check, python2.4, python2.4-dev, swig [12:32] Standards-Version: 3.6.2 === jinty [n=jinty@115.Red-80-24-9.staticIP.rima-tde.net] has joined #ubuntu-motu [12:35] lifeless: sorry, I meant we really need the `python' package, not `python2.4'. The latter is dragged in by python2.4-dev [12:36] azeem: python2.4 provide python === loogaroo [n=manuel@u-124-094.adsl.univie.ac.at] has joined #ubuntu-motu [12:36] ah [12:36] as a binary I mean [12:36] via alternatives [12:37] hey loogaroo :) [12:37] lifeless: I wonder why it didn't build then [12:37] hi all :) [12:39] right, that should be the dbg package fixed [12:39] silly me, copied the borked sample packages compat rule :[ [12:41] lifeless: I just tried again in my unstable chroot, and there's no /usr/bin/python there. Maybe it's different in breezy/dapper? [12:41] is python2.4 installed ? [12:41] check update-alternatives [12:42] lrwxrwxrwx 1 root root 9 Oct 22 14:03 /usr/bin/python -> python2.4* [12:42] this is on breezy, it's not using alternatives [12:42] oh, ah. I see [12:42] there's no python alternative in the unstable chroot either [12:42] if its not using alternatives [12:42] then its because of the (IMO) broken python version handling [12:42] I don't think python uses alternatives for /usr/bin/python [12:43] when, oh WHEN will debian transition === TheMuso [n=luke@dsl-202-173-132-131.nsw.westnet.com.au] has joined #ubuntu-motu [12:43] so, guess we have to depend on python literally as you say [12:43] nighthawk~/src/cvs/opensync-debian$ grep alternatives /var/lib/dpkg/info/python2.4.postinst [12:43] on sid it's symlinked to /usr/bin/python2.3 [12:43] update-alternatives --remove python /usr/bin/python2.4 || true [12:43] I wonder if we can pass an appropriate option to configure to still get 2.4 [12:44] (I don't wan to try and support 2.3 bindings [12:44] (its getting too old these days [12:44] yay [12:44] hrm [12:44] we have stripped symbols [12:44] I do love debhelper. [12:44] <\sh> lifeless: error message? check makefile.am or something like this for occurances to python2.3 [12:45] I think we're fine if we just add the python pseudo package to Build-Depends and nuke python-opensync [12:45] it's really dh_python sillyness that requires the formerI think [12:45] pushing [12:45] right, now for the stub python package === doko [n=doko@dslb-084-059-072-116.pools.arcor-ip.net] has joined #ubuntu-motu [12:50] which is still being stubbon [12:50] the package dir is made, but is empty :[ === McFergus [n=frg@85-18-14-13.fastres.net] has joined #ubuntu-motu [12:53] built fine now [12:55] this also fixed the issue with exporting PYTHON [12:56] sweet [12:56] can you recommend a good sample package that does a stub python-module ? [12:57] this is shitting me :[ [12:57] I don't understand the efforts put on this BetterCJKSupport thing === ajmitch returns [12:57] lifeless: I try to stay clear from this python madness, although I maintain two or three python packages/modules myself [12:57] but they are probably totally illegal [12:58] azeem: ;) [12:58] azeem: I already maintain stuff in python, its just the stub package bit that I've avoided successfully so far [12:58] how did the spec work? my understanding is that the developers think what they want to work on for this release, propose a spec, discuss with others, write a draft, get approved, then write the code. is that correct? === ompaul [n=ompaul@213-202-137-250.bas502.dsl.esat.net] has left #ubuntu-motu ["Go] === ajmitch hasn't done the module madness for python yet [12:58] I've touched a few in universe, though [12:59] minghua: more or less, yes [12:59] but anyone can propose a spec [12:59] minghua, between "write a draft" and "get approved" there are several stages of "request review" and "write a draft" involved [01:00] ;) [01:00] yeah, I can imagine things aren't easy :-) [01:01] ogra: and 'remove crack' [01:01] but it's oh so much fun [01:02] and there seems some requirement for good japanese input methods in main i was at a fair in germany two weeks ago and had some long discussions with people that are annoyed about having to intall it from unierse [01:02] lifeless: how annoying, the configure script detects python2.3 and won't look further [01:02] so it ran fine, but it can't find tmp/usr/lib/python2.4/site-packages/_opensync.la later on [01:03] <\sh> azeem: what doesn configure.in/.ac tells you? [01:03] why the heck has debian still 2.3 ? [01:03] because doko has not done the transition [01:03] bah [01:03] because doko is working on a new python scheme [01:03] theres presumably good reason for the lockstep immobile policy in debia [01:03] n [01:04] so we won't have lots of pythonx.x-foo packages [01:04] but it doth not make sense to me at the moment, and I didn't get time to talk with doko about it [01:04] ajmitch: the best is the enemy of the good [01:04] ajmitch: we should transition before python 2.6 is released! [01:04] lifeless: certainly - it's targetted for dapper though [01:04] lifeless++ [01:04] at least it's on doko's roadmap :) [01:04] ogra: the problem is always that a lot of people are asking for input methods, but few people are working on it :-( [01:04] <\sh> which will be more fun [01:04] minghua, exactly ... [01:05] minghua: not enough people know about the area [01:05] minghua, icouldnt give any reliable answers myself ... [01:06] lifeless: and transitions in debian have to be scheduled with the release managers in a way :) [01:06] ajmitch, there are approximately 1/3 of asian humans running around on this planet, why cant we find some to work on it ? [01:06] oh eww [01:06] ajmitch: so we should reduce the number of 'transitions' needed. [01:06] lifeless: well they get deferred so that there aren't huge numbers of breakages at once, eg C== & X [01:06] c++ [01:06] ajmitch: actually many people know, but language is really a problem [01:06] ogra: because we have problems getting anyone like that involved in development? [01:06] and IMHO asian people are usually more shy :-) [01:06] lifeless: we'll do before the end of this year ;-P [01:07] ajmitch, hmm ... [01:07] doko: great! :) [01:07] doko: dude, you are awake. cool. [01:07] time for a conf in asia then :) [01:07] ogra: look at how many europeans are involved in ubuntu development :) [01:07] doko: I'm having trouble making a stub python-opensync to pull in python2.4-opensync [01:07] doko: HELP! [01:07] before end of this year - sounds a great promise :-) [01:07] wth the advantage that jdub and lifeless dont have to fly that far :) === ajmitch is counting those of european descent - US, australia, NZ, etc :) [01:08] nice to lump 3 continents together [01:08] and your nice little island [01:08] and call it european, lol [01:08] europe is everything except china ? [01:09] :) [01:09] ogra: ha, that sounds exactly the mind set of ancient Chinese :-) [01:09] china was somewhat colonized by europeans [01:09] lifeless: please send me an email, I think I had one of the mulled wines was bad ... [01:09] doko: ok, will do. [01:09] thanks [01:10] tseng: all colonised by europeans :) [01:10] ogra: haven't you heard of eurasia ? [01:10] :) [01:10] lol === ogra votes for everybody who doesnt use chopsticks [01:11] hmm, but that would exclude sladen ... [01:11] haha [01:13] ogra: but seriously, we don't have nearly enough people that can do input methods involved [01:13] yup [01:13] thats true ... [01:14] we certainly need more people from asia involved who actually can work on it [01:15] we've got a few users who want it, at least [01:15] ajmitch, ogra: in case you don't know, I am actually an "input method" guy [01:15] minghua: I know [01:15] minghua, i suspected that :) [01:15] minghua: but we need more people, get recruiting! :) [01:15] lifeless: build doesn't depend on the configure stamp [01:15] so it won't autorconf by itself [01:16] but I can't find any other people willing to work together with me to improve the input method packages in ubuntu [01:16] eh, autoreconf [01:16] azeem: :) [01:16] azeem: are you hacking up configure.in ? I am too. === MacFergus [n=frg@85-18-14-13.fastres.net] has joined #ubuntu-motu [01:16] lifeless: why are both make clean & make distclean called? [01:16] ajmitch: actually not a bad idea, I should talk with the ubuntu-jp people to see what they have [01:16] ajmitch: my bad [01:16] does upstream have broken makefiles? [01:17] lifeless: no, I just saw that. I had to run autoreconf manually when I first tried, and didn't realize it was meant to be called by the package [01:17] but probably not in time for dapper [01:17] lifeless, azeem, time for gobby ? [01:17] minghua: I know that ubuntu-kr has really taken off since jsgotangco's talk [01:17] I'm working on ubuntu at free time after all [01:17] ogra: if it worked maybe :) [01:17] minghua: as are most of us :) [01:17] :P [01:17] ajmitch: :-) [01:18] btw, \sh any gobby news from phillip ? [01:18] <\sh> ogra: bope [01:18] <\sh> nope even [01:18] lifeless: fwiw, I still don't get revno 13 or later when I pull [01:18] ajmitch: do you have a squid ? [01:18] ajmitch: or a sucky ISP ? [01:18] \sh, the first one soended like your nose is running ;) fits well :) [01:18] ajmitch: yes, Atie from korea add some quite nice info on the wiki page, and I like his style of filing malone bugs [01:18] squid & a sucky ISP [01:19] <\sh> ogra: hehe :) [01:19] ajmitch: can you check your access.log ? [01:19] ajmitch, tell them to use willow, its the future ! squid is bloat [01:20] hah, got it [01:20] lifeless: sure, and I don't see anything there [01:20] lifeless: if we add PYTHON=/usr/bin/python2.4 both to configure's line and before $(MAKE), it won't use 2.3 [01:21] the latter is maybe only needed cause I mucked with configure to remove the python2.3 check there, which didn't work [01:21] ajmitch: ok, so its bypassing squid :[ [01:21] ajmitch: do you have http_proxy set ? [01:21] no, I unset it [01:21] sweet, my patch works. [01:21] heh [01:22] lifeless: cool [01:29] lifeless: I set http_proxy, and got a TCP_MISS in access.log [01:29] ok [01:29] but still 0 revisions pulled :) [01:29] did that help or hinder ? [01:29] ok. [01:29] so its your freaking upstream [01:29] yeah [01:29] theres a bug report on this [01:30] not the first time I've had this [01:33] lifeless: we also need to Build-Depend on automake, autoconf, if we keep the autoreconf === McFergus [n=frg@85-18-14-13.fastres.net] has joined #ubuntu-motu [01:34] azeem: not just autotools-dev ? [01:34] autotools-dev doesn't depend on the others, iirc [01:34] lifeless: no, that just provides config.{guess,sub} [01:34] theres an autosomethingen [01:34] that brings in the current [01:35] automaken [01:35] automaken? [01:35] I'd rather do automake1.9 and be done [01:35] it'd help to keep it sane on the next auto* incompatibility [01:35] I think automaken is even discouraged for Debian packaging, but not sure [01:35] ok [01:36] I've pushed the confgigure change to the opensync-debian tree [01:37] and control updates for those deps [01:38] *sigh* [01:38] -build: debian/build-stamp [01:38] +build: configure debian/build-stamp [01:38] I think we need this as well [01:38] in debian/rules [01:38] configure-stamp would be good [01:39] ajmitch: what to do with php4-interbase? it wants firebird2-dev, which is for good reason probably in p-a-s for amd64. [01:39] Nafallo: hm? [01:39] pushed [01:39] working on merges ;-). [01:39] ajmitch: well, configure is a file which isn't there, so it might be alright [01:39] Nafallo: I saw that [01:39] azeem: that's true [01:40] good reason is a HEAP of cast from... [01:41] Nafallo: so you think that php4-interbase should not be tried on amd64? [01:41] or what are you asking me? === minghua just got a mail from the Debian maintainer of scim-hangul :-) [01:41] ajmitch: I dunno what the solution should be actually :-) [01:41] Nafallo: are you working on an amd64? [01:41] ok, built fine now [01:41] yepp [01:41] aha [01:42] Nafallo: 32-bit chroot then ;) [01:42] Package: php4-interbase [01:42] Architecture: any [01:42] will still FTBFS because of missing build-dep... [01:43] missing on amd64 [01:43] right? [01:43] well firebird2-dev is only built on i386 [01:43] right [01:44] so change that any to i386? [01:44] or try to get firebird2 to build on amd64? ;-) [01:45] Nafallo: it should build [01:45] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=147500 [01:46] last comment there === mmtb [n=mmtb@dxk25.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu [01:47] I'm sure it build, but it still has LOTS of cast-to-pointer errors [01:47] <\sh> good night :) [01:48] but then again. looks like php4-interbase is also only built on i386, so p-a-s probably ;-) [01:49] hmm [01:50] ajmitch: you don't happen to have an i386 happy to build somewhere? ;-) [01:50] azeem: http://svn.opensync.org/multisync/tags/multisync-0.90.18 <- matching multisync [01:52] lifeless: those are just command-line tools, right? [01:52] Nafallo: I've got an i386 box, sure [01:52] azeem: not at all, thats the full multisync gui [01:53] azeem: as well as msynctool [01:53] which is a command line tool [01:53] ajmitch: care to testbuild php4-interbase from debian unstable on it? :-) [01:53] ah [01:54] should be fine, but I never upload/request syncs without testing ;-) [01:54] azeem: so, think the engine is ready for an upload ? [01:55] lifeless: well, we could wait for me packaging the other stuff to actually test it... [01:55] but then, it builds, so ship it! [01:55] azeem: I've just built msynctool 0.90.18 against the installed opensync-dev package. [01:55] azeem: :) [01:55] wiit [01:56] eh, woot === azeem is currently triaging multisync-0.8x bugs [01:56] Nafallo: 1 sec [01:56] dapper pbuilder base went strange again [01:56] I must go do real work now :[ [01:56] I'll ship this up to NEW now though [01:56] good old md5sum mismatch from apt-proxy [01:56] where it can linger a year or so [01:56] ok [01:56] I'm going to bed now [01:56] night [01:56] lifeless: great, thanks [01:57] NEW is pretty fast these dasy [01:57] days, even [01:57] yeah, it's under 2 weeks for most packages now [01:57] often under 1 [01:57] debians or ubuntus? :-) [01:57] debian [01:57] Nafallo: ubuntus is hours [01:58] lifeless: yea, that's what I thought :-) [01:58] we can't afford to lose a week of an ubuntu release cycle :) [01:58] hehe, very true :-) [01:58] man the python bindings are weak [01:58] they should write msynctool in python [01:58] then they would get good fast. === Nafallo already looks forward to some bits of dapper+1 ;-) === xophEr [n=xopher@a84-230-124-206.elisa-laajakaista.fi] has joined #ubuntu-motu [02:02] Nafallo: give me a bit while I bash apt-proxy [02:02] ajmitch: sure :-) [02:03] ajmitch: can we sync things that are in NEW ? [02:03] nope [02:03] not publically readable [02:03] .. [02:03] the earliest it's syncable is from incoming [02:06] what about from UploadQueue on ftp-master before it enters NEW? :-P [02:06] ajmitch: yeah, sync it .... [02:08] NOW [02:09] quick, before cron kicks in [02:09] heh [02:09] I wish we could, really [02:09] but it's elmo's scripts [02:09] you didn't set azeem or myself in Uploaders, did you? [02:10] not yet, I figure you can patch and publish a branch yourselves :) [02:10] yeah, once my ISP doesn't suck as much === minghua hate people keep mentioning 1.4 billion chinese people when talking about input method [02:13] minghua: because most of those 1.4 billion don't have access to computers? [02:14] I mean, hell, how many of them have even touched (let alone owned/co-owned) a computer? 50 million? [02:14] ajmitch: exactly [02:14] I think the point is not just how many have, but how many more might be able to [02:14] more dreams of world domination, etc :) [02:16] yeah, everyone envies the big market of China :-) [02:16] there's even a lot of chinese people outside of china, who might want it :) [02:16] like my flatmate for the last couple of years, using winxp :) === ajmitch would have liked to have put ubuntu on his laptop :) [02:17] ajmitch: actually from what I see, about half of the zh_CN l10n people are abroad [02:17] yeah [02:17] translation for example, require a decent knowledge of the english strings to translate [02:18] I don't know how much english is taught in schools there :) [02:18] ajmitch: that would be awesome :-) maybe you can show him dapper (I guarantee we'll have a working scim in dapper) === derekS [n=derekS@cpe-66-108-44-139.nyc.res.rr.com] has joined #ubuntu-motu [02:18] minghua: well he's left now [02:19] gone back to china for summer & living elsewhere in dunedin next year [02:19] ajmitch: quite a lot. the problem, though, is the students forget them quickly once the exam is over :-) [02:19] of course :) [02:20] I probably need to get more involved in that, heh. [02:21] hey crimsun, do you speak chinese fluently? [02:21] I suppose it's not your first language... [02:21] no, not by any stretch of anyone's imagination. [02:21] minghua: you're in the US now, right? [02:21] ajmitch: yes, Ph.D. student [02:21] I understand it completely if it's spoken _to_ me, but it takes me a while to respond [02:22] crimsun: that's not bad :-) what about written Chinese? [02:22] written's a bit better than spoken but not by much === ajmitch understands none at all :) [02:23] hey, maybe we should form a MOTUChinese team ;-) === marcin [n=user@194.114.146.58] has joined #ubuntu-motu [02:23] hehe [02:24] well half the MOTUs could form the #ubuntu-motu-de, I think ;) [02:25] anyway, I believe ubuntu will have better support for chinese than debian in the near future [02:25] I would be alone in MOTUSwedish ;-) [02:25] minghua: that's good news :-) [02:25] minghua: hopefully that support from ubuntu can get into debian [02:26] ajmitch: I hope so too, but pushing things in Debian is hard [02:27] ajmitch: I plan to apply for ubuntu member and MOTU soon, so that working in ubuntu is easy === macgyver2 [n=eric@pdpc/supporter/student/macgyver2] has joined #ubuntu-motu [02:27] great :) [02:27] I'm still heavily involved in debian stuff, but NM progress is like forever [02:28] that's actually the no. 1 reason ubuntu attracts me (as a developer, anyway), more open developing process [02:29] ajmitch: ping php4-interbase? :-) === minghua hasn't dare to apply for NM yet, because he doesn't have time to read through social contract, DFSG and debian policy... :-P [02:36] why don't we have something like this: http://www.buildd.net/cgi/nowbuilding.cgi ? [02:38] nm, launchpad will probably have something like that :-) [02:46] Nafallo: still got pbuilder breakage, you'll have to ask someone else sorry :( [02:47] Nafallo: yes, launchpad already has an interface like that, which we can't see ;) === ajmitch saw the demo of it at UBZ === minghua is heading home [02:48] bye minghua [02:48] see you soon guys [02:48] ajmitch: hehe, oki :-) [02:49] ajmitch: hmm, I might aswell check the buildlogs sometime tomorrow ;-) [02:50] what launchpad does seems very much like what debian calls multibuild :-P [02:51] how so? [02:53] I have dejavu when I read the draft. it doesn't differ to much from what's in the launchpad specs IMO. [02:54] atleast some parts. now it feels more like things we want ;-) [02:54] but one step at a time now :-) === dous [n=adpenara@203.131.155.132] has joined #ubuntu-motu === SloMoSnail [n=slomo@p5487F56C.dip.t-dialin.net] has joined #ubuntu-motu === macgyver2 [n=eric@216-164-51-161.c3-0.slvr-ubr2.lnh-slvr.md.cable.rcn.com] has joined #ubuntu-motu === bmonty [n=bmontgom@ubuntu/member/bmonty] has joined #ubuntu-motu === minghua [n=minghua@69-153-139-23.dsl.hstntx.swbell.net] has joined #ubuntu-motu [03:13] hello MOTUs, I am back [03:13] hey minghua [03:15] hi [03:15] hi bmonty. what timezone are you in? [03:16] minghua: central [03:16] bmonty: oh! I've in central too. I'm in Houston [03:17] I'm in Omaha [03:19] ajmitch: you having problems with riots in NZ also? [03:22] Sydney is too, which is terrible. [03:23] bmonty: no riots here [03:23] ha. apparently lpbugs.py can't handle a bug not assigned to a package :-) [03:23] ajmitch: good to hear [03:23] StevenK: sydney is terrible? yeah, I'd probably agree :) [03:26] bmonty: NZ is a lot saner than .au === marcin [n=user@194.114.146.58] has joined #ubuntu-motu === freeflying [n=freeflyi@61.190.65.25] has joined #ubuntu-motu [03:34] hi freeflying [03:34] freeflying: did you get my mail about skim? [03:34] minghua: hi [03:34] minghua: y [03:36] minghua: now ,i'm waiting for skim's uploading to debian from mentor [03:36] freeflying: you got a sponsor? [03:36] freeflying: that's good to know, but it may not be in time for dapper though [03:36] minghua: why not? :) [03:37] debian isn't *that* slow [03:37] we have UVF in the middle of Jan, right? [03:37] yes [03:37] 5 weeks away [03:37] ajmitch: no, the debian maintainer is not freeflying [03:37] right.. [03:37] and from my previous experience with William, his response time isn't that great... [03:40] speaking for the speed of debian... I just noticed that some packages got out of NEW [03:41] they take a week or 2 in NEW === xophEr [n=xopher@a84-230-124-206.elisa-laajakaista.fi] has joined #ubuntu-motu === jsgotangco [n=ubuntu@210.4.38.43] has joined #ubuntu-motu [03:58] I had one that was sitting in NEW for 3 weeks. === tvelocity [n=tony@84.254.13.74] has joined #ubuntu-motu [03:58] And it was just a little Perl package. === Amaranth [i=travis@ubuntu/member/amaranth] has joined #ubuntu-motu [03:59] What's UVF? [03:59] upstream version freeze [03:59] upstream version freeze [04:00] it means no more merge-o-matic [04:00] well at least I know I can type faster than Amaranth :) [04:00] it means less shiny new crack [04:00] bmonty: i'm on dialup :P [04:00] excuses.... [04:00] NB: we will allow new packages in universe, that don't require new libs, etc, up until feature freeze [04:00] mine showed up way before yours here ;) [04:00] which is 4 weeks later than UVF [04:01] it means that we'll do a lot of reviewing & getting REVU cleared [04:22] so what happened to Review Day? [04:23] LaserJock: what do you mean? [04:23] people tried to review stuff [04:23] it's always an ongoing task [04:23] It didn't seem like there was much activity that I could see. I wondered if it was canceled [04:23] seems like everyone thinks it's a failure [04:23] maybe we shouldn't bother [04:23] Is there a way to see the stats [04:24] ajmitch: no, I think it's good, just hard to see what's going on [04:24] not really, revu keeps a log of comments [04:24] yeah, I saw many useful comments as well [04:24] if you have a better idea, you know what to do :) [04:25] I was just thinking that maybe if there was something like what we have for the merge [04:25] raphink is really a nice reviewer from what I see === ajmitch is not a nice reviewer [04:26] does anybody know how many got accepted over Review Day? [04:26] LaserJock: it will come in time [04:26] since revu is being rewritten [04:27] the current code is a bit of a mess [04:27] and we're trying to keep away from '2.0 syndrome' [04:27] I'm not complaining so much as trying to figure things out :-) [04:27] second system syndrome :) [04:27] lifeless: essentially :) [04:28] ajmitch: thats the name of the syndrome - it alliterates [04:28] right [04:28] I knew I'd heard it somewhere === minghua reads an interesting thread on the forum [04:30] LaserJock: maybe we could add your requests to the features list ;) [04:30] ajmitch: is there a place to add requests? [04:31] someone is running dapper as daily desktop, and in order to dodge problematic upgrades, he runs dapper in a VM as well, just to test upgrades [04:31] LaserJock: not really at the moment [04:31] LaserJock: we've got a spec written up from UBZ [04:31] minghua: hmm, doesn't seem like that would help with hardware problems [04:32] https://wiki.ubuntu.com/REVU2Spec [04:32] LaserJock: I agree === MacFergus [n=frg@85-18-14-13.fastres.net] has joined #ubuntu-motu [04:33] sigh, more autopackage threads on the forums [04:34] ajmitch: is REVU2 written in Python? === freeflying [n=freeflyi@61.190.65.25] has joined #ubuntu-motu [04:36] LaserJock: sure [04:36] ajmitch: I just can't bare with some of the forum users [04:37] minghua: I generally don't bother with them [04:38] I just read a thread about scim, there are five or six people complaining an issue, which I've written in NEWS.Debian.gz, has a debian bug and a malone bug open, yet these guys knows nothing about it and don't bother to check [04:40] and some of these said users claim in the forum "we need to have good, out-of-box scim support in dapper" while doing absolutely nothing AFAICS [04:46] minghua: it does get depressing [04:46] minghua: there is quite a bit of that in the scientific community as well. [04:46] which is why I try & avoid the forums [04:47] otherwise I'd never want to work on dapper ;) [04:48] but then the forums users start saying "the devs don't care about us". It's a vicous cycle ;-) [04:48] yeah, I try not get affected by those posts as well [04:49] just felt like ranting. now I feel much better :-) [04:49] good [04:50] rant away [04:50] LaserJock: my position right now is "let them say whatever they want", it's a free distro after all [04:50] it's not that canonical or ubuntu own anybody anything [04:51] if they are so unsatisfied, they can start their own distro ;-) [04:51] yeah, I just worry sometimes when these people's posts are read by hundreds of new users [04:51] amen! [04:52] there's just such a lack of communication, they don't file bugreports, talk to developers, etc [04:53] ajmitch: I don't think you can fault users for not filing bug reports....malone isn't the most intuitive to use right now [04:53] yeah, there is this expectation that everything should be done on the forums. I was there once, with Gentoo. [04:53] I don't know. some days ago I read on #debian-devel that he is happy that the users used to rant at #debian are ranting at #ubuntu now [04:53] forums are the technology of choice right now unfortunately [04:53] LaserJock: difference in culture [04:53] developers are used to IRC & mail [04:54] ajmitch: right, but that doesn't mean the users should be IMHO [04:54] and the forums are 'official' [04:54] so developers should be on there, right? [04:54] no, but they appear to be [04:54] I personally can't stand the forums...they are hard to search and slow to load [04:54] they are official [04:55] ok, I thought I read that they weren't [04:55] I would expect that there are at least some forum users with clue can point to/file bugs according to the forum discussions [04:56] bmonty: I'm more used to forums so I find the email+IRC thing to be hard sometimes, although I am getting better at it [04:56] I used to do that in Chinese debian forums, now I only act as the "clueful user" for the official chinese mailing list though [04:57] LaserJock: I don't quite grasp what is 'hard' about them :) [04:57] but that's because I've been used to them for several years, perhaps [04:57] well, with the forums it is all in one source [04:57] I started with BBS, so I like that, but I can't stand web forums :-( [04:57] I liked the post giving Matt Garrett a hard time about his request for info on Dell laptops....a good example of this issue [04:57] bmonty: url? [04:58] on the other hand, mailing list with mutt makes me feel at home :-) [04:58] minghua: oh yes, mutt is nice ;) [04:58] http://lists.ubuntu.com/archives/ubuntu-devel/2005-December/013690.html [04:58] yeah, one of my officemate recently started trying mutt as well [04:59] bmonty: you said the post giving him a hard time? === ajmitch saw the request [04:59] I see how MLs and IRC is good for developers (I wouldn't be here if I didn't) but the forums are easier for me to find info a lot of times. Of course, that's when the forums are good quality [04:59] actually I seem to be influencing the linux software choice of the whole group [04:59] oops [05:00] the reply? [05:00] everybody in our group uses vi and gnome :-) [05:00] http://lists.ubuntu.com/archives/ubuntu-devel/2005-December/013691.html [05:00] yes, someone who wants to flame mjg59 [05:00] they don't know what they're dealing with :) [05:01] I think that guy gauranteed that all of the devs for ubuntu will ignore him in the future :) [05:01] anyway time for me to go to bed...goodnight everyone! [05:01] http://www-jcsu.jesus.cam.ac.uk/~mjg59/irritated.txt [05:01] mmm, flames === tvelocity [n=tony@84.254.13.74] has joined #ubuntu-motu [05:03] ok, bbl === tritium [n=mfrimbe@ubuntu/member/tritium] has joined #ubuntu-motu === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-motu === _vlad [n=vladimir@65.200.10.195] has joined #ubuntu-motu === minghua wonders why this override feature for binary packages is in debian in the first place [05:35] it seems like designed for ubuntu :-) [05:36] minghua: which override? [05:36] maybe they were thinking ahead ;-) [05:36] ajmitch: like in "dpkg-scanpackage repo override" [05:36] right [05:36] there are so many overrides around, that I can't tell which one you mean :) [05:37] minghua: because developers are muppets [05:40] lifeless: huh? are muppets "a group of puppets and costume characters" as explained in wikipedia? [05:41] muppets, as in silly people === tritium [n=tritium@ubuntu/member/tritium] has joined #ubuntu-motu === Kyral [n=kyral@hamlin-166-21999.hamlin.clarkson.edu] has joined #ubuntu-motu [06:30] hi Kyral and tritium [06:31] hi LaserJock [06:32] hey... [06:32] *THUD* [06:32] Kyral: how's school> [06:32] 2 finals and over 6 hours of PHP coding today [06:32] you tell me [06:34] Kyral: it will be nice when it's over. At least until it starts again ;-) [06:34] if I come back [06:34] ? why not [06:34] aw, school is fun [06:35] I think I bombed my Calc2 exam [06:36] hmm, I think I did too. Calc2 was one of my nastier classes as an undergrad [06:36] don't worry about it, Kyral [06:36] Yah...seeing as this is my second chance already? lol [06:37] well, I guess you could drop out and start a multibillion dollar software company [06:38] but I don't know that I would reccomend that ;-) [06:38] .... [06:46] Kyral: so what will you degree be in? [06:47] I'm IN CS ;P [06:47] A CS Major that hates math, go figure [06:48] I wouldn't think a lot of CS would require that many math skills === zakame [n=zak@210.213.79.102] has joined #ubuntu-motu [07:11] rainy afternoon :D [07:25] er, pardon me asking, but what does a XXX-given-back.gz in the buildLogs mean? === mmtb [n=mmtb@dxr185.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu [07:29] John Goerzen's story on planet.debian.org is amazing === Gazer [n=ngazer@ADSL-200-59-79-228.capfed2.sinectis.com.ar] has joined #ubuntu-motu === viviersf [n=cain@dsl-146-100-81.telkomadsl.co.za] has joined #ubuntu-motu === tritium [n=tritium@ubuntu/member/tritium] has joined #ubuntu-motu [07:42] hello tritium ! :D [07:42] hi zakame [07:42] What's up? === rob1 [n=Robert@ubuntu/member/rob1] has joined #ubuntu-motu === Hieronymus [n=jeroen@cp413115-a.tilbu1.nb.home.nl] has joined #ubuntu-motu [07:48] here responding to a DD's mail for gpsd :) [07:48] He was curious as to how we manage our changelogs, and if we close Debian bugs in them ;) === mmtb_ [n=mmtb@dyp172.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu [08:06] ajmitch: do new packages in debian automatically flow down ? === robitaille [n=robitail@d154-5-117-228.bchsia.telus.net] has joined #ubuntu-motu === bojan [i=www-data@midnight.hu] has joined #ubuntu-motu === dholbach [n=daniel@i577B1FBC.versanet.de] has joined #ubuntu-motu [08:22] good morning motus! [08:22] 'morning daniel [08:23] Hi Daniel. [08:23] afternoon dholbach! :D [08:24] 'morning michael, zak [08:24] Hi crimsun. [08:24] crimsun: are you still doing #4082 , I duplicated it with mein bug :( [08:25] Ubugtu: 4082 [08:25] hey daniel, michael, zak - how are you guys? [08:25] dholbach: not bad, yourself? [08:26] cool, i'm just waking up :) [08:26] zakame: feel free to work on it :) [08:26] Not bad. You? We're closing on our new house tomorrow. [08:26] dholbach: I wrote back to a DD for gpsd earlier, he sent me the right patch for getting gpsd build on all archs [08:26] zakame: nice one :) [08:26] crimsun: "closing on" :) [08:26] crimsun: cool! thanks :D [08:27] whoa, I got hit by a blackout [08:27] brb === zakame [n=zak@ubuntu/member/zakame] has left #ubuntu-motu ["Leaving"] [08:29] tritium: "closing on"? [08:29] dholbach: closing is when you officially sign all the papers, etc. to take legal ownership [08:30] oh WOW! === dholbach congratulates tritium === dholbach hugs tritium [08:30] Thanks :) [08:32] tritium: Congrats. My wife and I did that a few months back. [08:32] tritium: Now you have the fun of moving house. :-/ [08:32] StevenK: thanks. Yeah, and selling our current one ;) [08:33] Also fun. [08:33] indeed [08:33] My wife and I moved from a rented house into own place, so it was doubly good. [08:33] congrats! [08:33] Thanks. :-) [08:34] :) === StevenK powers up his new Alpha for the first time. [08:35] Damn it, drop to SRM! [08:35] I command thee! === rob1 [n=Robert@ubuntu/member/rob1] has left #ubuntu-motu ["Leaving"] [08:40] /dev/sda4 has gone too long without being checked, check forced. [08:40] /dev/sda4: /lost+found not found. CREATED. [08:40] Whee. === rob1 [n=Robert@ubuntu/member/rob1] has joined #ubuntu-motu [08:43] fwiw the problem I had a few days back with the -dbg package was purely one of debhelper compat level [08:43] StevenK: 'new' ? [08:46] lifeless: New old Alpha. === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-motu === kos_tom [n=tpetazzo@visage.seanodes.com] has joined #ubuntu-motu [09:03] hi [09:03] just wanted to tell you that I've packaged the latest version of GCompris (7.2) for Breezy. It's available at http://thomas.enix.org/pub/debian/packages/breezy/ [09:08] hi [09:08] kos_tom: thanks for your effords [09:09] kos_tom: the thing is, we should rather work on getting the latest version of gcompris into dapper first, then we can try to backport that package into breezy [09:09] siretart: ok. [09:10] siretart: just FWIW, there's a patch inside my package for GCompris. Without it, the SQLite-related stuff doesn't work. [09:11] kos_tom: are you a gcompris developer or just an interested user? [09:12] i'm not a gcompris developer, but I work with the main gcompris developer, so I know him quite well [09:12] ok [09:13] in fact, I packaged it for breezy, because a school needed it. [09:13] gcompris is a great and big package, and we definitly want it for edubuntu [09:13] I'm sure ogra will really appreciate it [09:14] I see that you used version number -2 [09:15] we have a policy in ubuntu that we use version number -0ubuntu1 for the first new upstream version [09:15] so that a -1 version remains bigger, and we retain the possibility to sync from debian (or another source) [09:16] hum, ok I see. [09:17] the next thing, I see that you patch ./configure to fix that sqlite issue [09:17] yep [09:17] did you talk to upstream about this? [09:17] yep, I did [09:17] I'm not that 'happy' to patch autogenerated files [09:17] i'm not neither [09:18] because this are thing which tend to break the next upload [09:18] but as ./configure is shipped inside the orig tarball, I don't see any other way. [09:18] ./configure are usually shipped because they are tightly coupled with the autoconf version. [09:18] well, upstream could (and even more should) fix this issue in a new release [09:18] (I find it really really gory) [09:18] upstream will fix it in the new release, sure. But to have a working 7.2, I had to patch. [09:19] and the other possibility (what I'd suggest) would be to regenerate ./configure at build time [09:19] this means build depending on automake/autoconf of course [09:19] that's not the usual way of building the packages, AFAIK. [09:19] yep, and build depending with the correct versions [09:20] well, [09:20] I see many packages which rerun autofoo at buildtime, and it generally works [09:21] ok [09:21] but I also see that many maintainers don't want to rely on this [09:21] so they rerun autofoo and store that diff into a dpatch [09:21] which bloats the diff.gz of course [09:21] so you basically have to choose your poison === Gervystar [n=gervysta@62.94.208.119] has joined #ubuntu-motu [09:22] However, Build-Depending on autofoo and running them at build time cuts the size of the diff to about 1Kb. [09:22] excatly [09:22] sure [09:22] hi StevenK! :) === StevenK waves. [09:23] StevenK: ultimately, the upstream developers shouldn't have to release the generated files. [09:24] thats usually not that a big problem. It becomes a real one if the generated ./configure is broken [09:24] as in this case [09:25] then the distributor has to regenerate it with fixed input files. the question here is WHEN to rerun that [09:26] since at ubuntu we do sourceful uploads only, I'd rather tend to regen them on the buildds. [09:26] automake1.x libtool [09:27] kos_tom: would you mind uploading gcompris with the 2 issues I mentioned fixed to REVU? [09:27] patch configure.ac, then invoke autoreconf -f -i [09:28] kos_tom: this is easier for us to review your package and eventually upload it to dapper (which is a prequisite to get it into breezy-backports) [09:29] siretart: ok, will see. Not tonight, but tomorrow. [09:29] kos_tom: you know how to do that? [09:29] I just found https://wiki.ubuntu.com/REVU, which appears to explain the stuff [09:29] excatly [09:30] just tell me your gnupg keyid, I'll add you in a sec [09:30] tmpfs 267552.0T 16536128.0T 113.6M 100% / [09:31] Muahahahahaha [09:31] siretart: my complete fingerprint is 0BE1 4CF3 CEA4 AC9D CC6E 1624 F653 CB30 98D3 F7A7 [09:32] ok, done, you may upload now === Mithrandir considers configure, etc to be similar to shipping binaries in the source tarball and likes to have them regenerated. [09:32] ok, but I'm at my work, don't have my development stuff there. [09:33] and tonight, I'm organizing something for the local LUG (Ubuntu demonstrations !), so won't have time to upload. === lucas [n=lucas@alabama.imag.fr] has joined #ubuntu-motu === Tonio_ [n=tonio@cac94-5-82-229-219-55.fbx.proxad.net] has joined #ubuntu-motu === freeflying [n=freeflyi@61.190.65.25] has joined #ubuntu-motu === dredg [n=nsherida@80.169.137.162] has joined #ubuntu-motu === freeflying [n=freeflyi@61.190.65.25] has left #ubuntu-motu ["Konversation] [10:14] lucas: hi === zakame [n=zakame@ubuntu/member/zakame] has joined #ubuntu-motu [10:15] hi all [10:15] hi all, Tonio_ :D [10:16] :) [10:18] hi kos_tom :) === rajasun [n=maximusp@bb220-255-207-139.singnet.com.sg] has joined #ubuntu-motu [10:25] huhu Tonio_ [10:30] yop siretart === dholbach_ [n=daniel@i577B1DC3.versanet.de] has joined #ubuntu-motu === thundr [n=thundr@66-168-50-185.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu === blablablabla [n=maniac@i3ED6EE4C.versanet.de] has joined #ubuntu-motu === rob1 [n=Robert@ubuntu/member/rob1] has left #ubuntu-motu ["Leaving"] === lbm [n=lbm@cpe.atm4-0-1301006.0x50a0824e.vgnxx6.customer.tele.dk] has joined #ubuntu-motu === tvelocity [n=tony@84.254.13.74] has joined #ubuntu-motu === irvin [n=irvin@202.138.170.72] has joined #ubuntu-motu === koke [n=koke@ubuntu/member/koke] has joined #ubuntu-motu === maradong [n=bhentges@213.47.179.227] has joined #ubuntu-motu === Aramil [n=tony@84.254.9.197] has joined #ubuntu-motu === JohnnyMast [n=rave@84-104-9-27.cable.quicknet.nl] has joined #ubuntu-motu === JohnnyMast [n=rave@84-104-9-27.cable.quicknet.nl] has joined #ubuntu-motu === Yagisan [n=jamie@60-240-87-69-nsw-pppoe.tpgi.com.au] has joined #ubuntu-motu === JohnnyMast [n=rave@84-104-9-27.cable.quicknet.nl] has joined #ubuntu-motu === JohnnyMast [n=rave@84-104-9-27.cable.quicknet.nl] has joined #ubuntu-motu === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu [12:19] hey slomo === freeflying [n=freeflyi@61.190.65.25] has joined #ubuntu-motu === freeflying [n=freeflyi@61.190.65.25] has left #ubuntu-motu ["Konversation] === herzi_x41 [n=herzi@d016053.adsl.hansenet.de] has joined #ubuntu-motu === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-motu === Mirno [n=mirspcm@office.spcmnet.com] has joined #ubuntu-motu === freeflying [n=freeflyi@61.190.65.25] has joined #ubuntu-motu === mhz [n=mhz_chil@pc-252-84-215-201.cm.vtr.net] has joined #ubuntu-motu === thundr [n=thundr@66-168-50-185.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu [01:37] hmm [01:37] sistpoty should get in soon? === _macgyver2 [n=c7d385fe@you.have.just.been.owned.by.vengefuldeath.com] has joined #ubuntu-motu === maradong_ [n=bhentges@213.47.179.227] has joined #ubuntu-motu === _macgyver2 [n=c7d385fe@you.have.just.been.owned.by.vengefuldeath.com] has left #ubuntu-motu [] [01:50] muhahaha: http://www.ibiblio.org/propaganda/GDM20E20.html [01:51] Nafallo: I should have his phone number around here somewhere, if you need to contact him [01:52] siretart: mostly that linuxdcpp is fixed but malone refuses to add bugs against it via lpbugs.py :-/ [01:52] Nafallo: lpbugs.py just creates and signs an email [01:52] Nafallo: did you check if the email arrives at launchpad? [01:53] siretart: yes, and it works for everything except linuxdcpp ;-) === ptlo [n=senko@83-131-82-133.adsl.net.t-com.hr] has joined #ubuntu-motu [01:53] I guess launchpad import stuff only when there is a binary :-P [01:54] Nafallo: did you check if the source package is actually registered and known at launchpad? [01:54] siretart: nope. === Hirion [n=hirion@draugr.de] has joined #ubuntu-motu [01:55] how to search for source? [01:56] lets see, how is the package called again? === irvin [n=irvin@202.138.170.90] has joined #ubuntu-motu [01:58] linuxdcpp === mikhail^ [n=dean@210.213.140.42] has joined #ubuntu-motu [02:18] Nafallo: https://launchpad.net/distros/ubuntu/+source/linuxdccp [02:19] thats the problem [02:19] you need to ask someone in launchpad to add that sourcepackage to launchpad [02:19] <\sh> Nafallo: ping kiko he did it for us hte last time [02:20] k, thanx === siretart waves to \sh === zakame [n=zak@210.213.89.165] has joined #ubuntu-motu [02:20] <\sh> ok...going back to bed..cu later in the evening...somehow I have east coast times now [02:20] \sh: how are you? feeling better? [02:21] <\sh> siretart: I wish I do [02:21] \sh: sleep well, gute besserung! [02:21] evening all :D [02:21] <\sh> siretart: I just went out to buy some bottles of coke...wasn't good to do it [02:21] hey zakame [02:21] <\sh> bbl [02:22] gn8 \sh :D [02:22] hi siretart ! :) [02:22] re [02:22] I'm just packaging metamonitor [02:23] few bugs in the sources bug I've been able to patch and it works [02:23] anyway, I'm not hapy with the patch I've done, cause I'm sure there is a propper way to do it... === NigelS [i=nigel@83.166.160.96] has joined #ubuntu-motu [02:25] is patching a Makefile.in a good way to do, or is there a clean way to regenerate another one valid (using automake or something) ? === jsgotangco [n=jsg@ubuntu/member/jsgotangco] has joined #ubuntu-motu [02:27] Tonio_: is that a handcrafted Makefile.in (package using autoconf only) or is it created (e.g. by automake)? [02:28] the package is using autoconf to generate Makefiles [02:28] but all Makefiles.in have been gnrated with a very old version of automake [02:28] automake 1.6.3 [02:29] siretart: I'm sure using a more recent version would give a cleaner Makefile.in [02:29] hm. it really depends on the package. [02:29] Tonio_: hm, I was faced with the same prob before (with gpsd), where a missing $(LIBM) in the Makefile.in made build-fails in non-i386 :( [02:29] Tonio_: then this might be the best approach to fix the package [02:29] in fact the hack I've done works, but the method isn't clean to me..... === macgyver2_ [n=c7d385fe@pdpc/supporter/student/macgyver2] has joined #ubuntu-motu [02:30] siretart: so what to do ? [02:30] patching like I've done and tell upstream to use a more recent version ? [02:30] or make usage of automake via the rules file ? [02:32] zakame: and how did you proceed ? [02:32] Tonio_: I'd do both [02:32] Tonio_: what exactly is the change made to your Makefile.in? [02:32] zakame: here is an example [02:33] in the way it uses MOC : [02:33] configurebase.h: $(srcdir)/configurebase.ui [02:33] $(UIC) -o configurebase.h $(srcdir)/configurebase.ui [02:33] configurebase.moc: configurebase.h [02:33] $(MOC) configurebase.h -o configurebase.moc [02:33] that doesn't work, while it is supposed to... [02:33] but the result is configurebase.h file missing [02:34] so I changed "$(MOC) configurebase.h -o configurebase.moc" to "$(MOC) $(srcdir)/configurebase.h -o configurebase.moc" [02:34] as you can see, that's not a very clean way to proceed, but that works :) [02:35] hm, indeed... :( [02:35] best way would be to regenerate all makefiles.in within rules, but that sound like a kind of mess to perform :) [02:36] in my case with gpsd, all I really needed to do was to force LDFLAGS="$(LDFLAGS) -lm" in debian/rules ;) [02:36] yes, but my problem isn't a path problem [02:36] short of a 156K dpatch :( [02:36] the fact is that I don't understand why the original code doesn't work... [02:37] when it should, gaah :( [02:37] and the strange thing is that it seems to read the makefile from the end to the begining [02:37] is that normal ? === macgyver2_ [n=c7d385fe@pdpc/supporter/student/macgyver2] has left #ubuntu-motu [] [02:38] I mean, several .h files are performed, but errors are ordered from the last .h file to the first.... [02:39] dunno if that's normal..... === Hieronymus [n=jeroen@cp413115-a.tilbu1.nb.home.nl] has joined #ubuntu-motu [02:45] dholbach: whoa, open MOTU! you rock! :D [02:45] open Motu? [02:46] zakame: i'm glad you like it [02:46] jsgotangco: jedi-padawan relations ;) [02:46] ohhh [02:46] dholbach: yeah, as I'm having such a session right now at #u-ph :D [02:47] zakame, you know very well i'm very much on the dark side [02:47] *heavy breathing* === koke [n=koke@ubuntu/member/koke] has joined #ubuntu-motu === dholbach gives jsgotangco a cough drop [02:47] jsgotangco: so, that's sith->?what? relationship :D [02:48] a sith lord -> sith apprentice relationship [02:50] oh right :)) === jsgotangco starts using dark side force on dholbach [02:50] you want me to hack on the kernel or what? === Gloubiboulga [n=gauvain@84.5.65.141] has joined #ubuntu-motu [02:55] hello [02:55] hi Gloubiboulga === marcin [n=user@194.114.146.58] has joined #ubuntu-motu [02:58] I've just seen dholbach's message on the ubuntu-motu list [02:58] I think it's a really good idea :) [02:59] could you all please follow up on the list on this? [02:59] like that we can plan it better [03:01] dholbach, yes [03:01] sure dholbach :D === Amaranth [i=travis@ubuntu/member/amaranth] has joined #ubuntu-motu === markuman [n=supermar@p50926BD7.dip.t-dialin.net] has joined #ubuntu-motu === Hirion [n=hirion@draugr.de] has left #ubuntu-motu [] === Hirion [n=hirion@draugr.de] has joined #ubuntu-motu === sanpera [n=sanpera@157.182.194.68] has joined #ubuntu-motu === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-motu === jinty [n=jinty@205.134.224.215] has joined #ubuntu-motu [03:24] crimsun: hm, seems mftrace was already uploaded and built, despite PendingUpload, could I close the bug(s) then? :) === Mirno [n=mirspcm@office.spcmnet.com] has joined #ubuntu-motu === jdong__ [n=jdong@24.192.2.190] has joined #ubuntu-motu [03:26] hi slomo :D [03:26] hi zakame :) [03:27] I'm investigating a build failure under Hoary with mplayer... [03:27] I think we're missing a build-dep [03:27] (not that I expect it to work with a build dep ;) ) [03:28] stepping thru the build again to check [03:29] jdong_: with the hoary package or the dapper one? [03:29] sorry, too early in the morning :D [03:29] I meant Dapper -> Breezy [03:30] I believe it wasa a link error with an unknown lib [03:30] around 20 min into the build on an A64 [03:30] jdong_: that would be at the first linking... hmm, upload me the buildlog somewhere, maybe i can give you a hint ;) [03:30] slomo: I'm rebuilding it to get the error again at the moment :) [03:31] and where am I logged in twice??? [03:31] grr [03:31] brb [03:31] stupid screen :) === hunger_ [n=hunger@p54A62D4F.dip0.t-ipconnect.de] has joined #ubuntu-motu [03:32] /usr/bin/ld: cannot find -lmp4v2 [03:32] libmp4v2-dev, I guess? === jdong_ trying [03:34] yes [03:34] libfaac-dev missed a depend on libmp4v2-dev in breezy [03:35] would it be an acceptable idea to add a libmp4v2-dev dep from mplayer? [03:35] do you mean build-depend? [03:35] ain't that in multiverse? [03:35] add libmp4v2-dev as a build-dep on mplayer in Dapper [03:36] zakame, as well as mplayer is ... [03:36] jdong_: yes, i can do it with the next mplayer upload... but this will be earliest at the weekend. currently there's a small issue with ffmpeg in mplayer that i need to fix [03:36] slomo: ok, that's fine [03:37] ogra: oh, right, moving on... :) [03:37] :) [03:41] slomo - I tried to backport mplayer this weekend (with the fixed dep), and it FTBFS on amd64, would that be the ffmpeg issue you mention ? [03:42] Morning [03:43] heya Kyral [03:43] small issue with ffmpeg?! [03:44] I'd rather say it is a mess! :) [03:45] siretart: It's not possible to standardise on a ffmpeg and ffmpeg-dev package is it ? [03:45] Yagisan: no === lamont [n=lamont@mib.fc.hp.com] has joined #ubuntu-motu [03:46] Yagisan: ffmpeg upstream is way to unstable, and changes both API and ABI too frequently :( [03:46] siretart: Words can't express how much that annoys me as a user [03:46] Yagisan: jo [03:47] p7zip, -O2 CFLAGS bring slightly better performance (5% increase)... [03:47] any reason we don't use it? [03:47] siretart: ? [03:47] Yagisan: I agree with you [03:48] jdong_: sounds reasonable. I'd suggest filing a malone bug about this. perhaps you can attach a patch, too === derekS [n=derekS@cpe-66-108-44-139.nyc.res.rr.com] has joined #ubuntu-motu [03:48] ok [03:49] siretart: ok, google couldn't translate jo. It's frustrating when you are encoding/decoding and different apps don't work together, because ffmpeg changed :( [03:49] jdong_, the simple fact that e have to rebuild the world, that it requires a lot of testing and that we divert even more from debian with it i guess [03:49] siretart: nvm, google revealed SFX issues on some archs with -O2 [03:50] idn if the archs are relevant to us though [03:50] SFX? [03:50] we have lots of arches [03:50] self extracting 7zips [03:50] Amaranth: Cygwin? [03:50] in any case it would be far to intrusive for dapper ... [03:50] oh, only windows does those, i thought [03:50] Amaranth: yeah, cygwin is a POSIX-like supported arch with p7zip [03:51] there's been a LOT of 7z hype over @ the forums recently [03:51] yeah [03:51] jdong_, thst something to look at for dapper+1 at earliest date ... [03:51] Yagisan: no... do you have a buildlog? the issue with ffmpeg in mplayer is a decoding problem with h264 (completly distorted picture) [03:51] if the language packs are compressed with LZMA compression we can fit more on the CD [03:52] ogra: I understand :) [03:52] we simply couldnt bear any undiscovered bugs in the packaging system for a 5year support release [03:52] slomo: no, but I can chuck it into the breezy pbuilder again for you [03:52] ogra: just that a lot of people want to use 7z more for their personal purposes [03:52] slomo: I can't do dapper, as I'm waiting for a mirror sync [03:52] Yagisan: maybe the libmp4v2 problem? but please do it :) [03:53] slomo: I'll dcc it to you when done [03:53] jdong_, thats fine, if its free, make a package ... a good MOTU task ;) [03:53] jdong_: isn't 7z mainly used for warez ? [03:53] it could even see some more widespread testing if there would be a package in universe [03:54] Yagisan: umm, it's a very powerful compression format [03:54] ogra: it's already in universe; p7zip [03:54] ogra: dfsg approved Freeness :) [03:54] oh, didnt know that [03:55] ogra: main downside is RAM usage and slowness [03:55] ogra: to achieve its 20% improvement over bzip2 on larger archives, it at times takes 100MB+ to compress/decompress [03:55] 7z is just a wrapper format [03:55] LZMA compression [03:55] the thing everyone is excited about is LZMA compression [03:55] yeah [03:56] i thought that had patent issues [03:56] Amaranth: haven't they expired? [03:56] everyone says 7z when they mean LZMA because it's the most popular implementation [03:56] jdong_: I don't doubt it powerful, but I thought I knew where I saw .7z packages before. [03:57] slomo: when did mplayer 2:0.99+1.0pre7try2+cvs20051205-0ubuntu7 get uploaded ? [03:57] Yagisan: some time ago ;) maybe 2 weeks ago [03:57] the patents expired; p7zip is pure GPL right now [03:58] the lzma SDK is LGPL or more free [03:58] (I believe the p7zip author has supernatural licensing rights to the SDK?) === cyberix [n=cyberix@hoas-fe36dd00-251.dhcp.inet.fi] has left #ubuntu-motu [] [03:58] slomo: hmm, wasn't there on sunday/monday when my build failed. I'll download and see if I can reproduce the error [04:02] is \sh around? [04:03] I plan on bringing back my beta testing repository (breezy-backports-staging) for Backports beta testers... [04:03] with the usual "100% beta breaks your system" warnings and such [04:03] there are several Backports enthusiasts that have expressed interest in helping me beta test [04:04] just would like to know if anyone'd object to that [04:04] packages will be built in clean chroots, according to Backports policies and all [04:04] no source changes, etc [04:07] jdong_: you don't use pbuilder for backports ? [04:12] Yagisan: thanks [04:12] slomo: your welcome [04:12] Yagisan: for Backports purposes, I still find it faster (for me) to use a chroot instead [04:12] Yagisan: I keep my chroots very clean, with vmwares for testing [04:13] jdong_: why? apt-get source foo && pbuilder build foo.dsc ;) [04:13] jdong_: I scripted up my pbuilder scripts, that's how I caught the mplayer build-dep missing error [04:13] jdong_: ubp-build.py has experimental version sed support now :) [04:13] I use pbuilder at times === Yagisan loves his RAID5 disk subsystem :) [04:14] Yagisan: no idea about this failure... it's not logical imho ;) we link to libmpcdec but it doesn't find the symbols in libmpdec... [04:15] slomo: excellent, I'll try in a dapper pbuilder, when I stop getting md5sum errors from the mirrors [04:15] slomo: See if I get the same illogical error :) === jsg_ [n=jsg@203.215.118.152] has joined #ubuntu-motu === jdong_ goes back to studying for test [04:17] yay for dead cats [04:18] <\sh> beta testing backports repository> [04:18] <\sh> ? [04:18] <\sh> guys i'm sleeping and it pinged here [04:19] \sh: sorry to disturb you... I'm bringing back breezy-backports-staging on mirrormax for Backports beta testers [04:20] they know well not to disturb devs about problems resulting from using it [04:20] wondering if you're ok with it [04:20] <\sh> jdong_: how are you managing this with user and passwort authentication [04:20] \sh: I've not planned to use authentication... [04:20] \sh: I don't think average users would be stumbling on staging left and right :) [04:20] <\sh> so how are you managing it, that those people are not spamming the whole world with "damn, I broke my ubuntu with backports again"? [04:21] tell them not to? === cyberix [n=cyberix@hoas-fe36dd00-251.dhcp.inet.fi] has joined #ubuntu-motu [04:21] <\sh> jdong_: it failed the first time..do you think you will succeed the second time? [04:21] \sh: the first time, we had a "stable" Backports repo on there for general use [04:22] that isn't happening this time === lfittl [n=lfittl@81-223-149-226.rasumofskygasse.xdsl-line.inode.at] has joined #ubuntu-motu [04:22] this time, it's a BETA TESTING repo ONLY, and it's clearly going to be labeled as such [04:23] In addition, I will not be signing the repository, adding another CLEAR WARNING before any of these packages are installed [04:23] jdong_: Uh, you do know on the forums, there was a guide about how to disable the non-signed message [04:24] Yagisan: yes, and it was critized enough for it [04:24] <\sh> jdong_: well..I'm not ok with it...but do whatever you like...if the support requests are increasing because of this beta staging backports area...well I think we will have the same discussion again as last time..which I don't want...and others either [04:25] \sh: I don't think that'll happen this time [04:25] <\sh> jdong_: you don't know the users :) [04:25] but if any support requests like that ever pop up, contact me [04:25] jdong_: Just wanted to point out that techincal solutions don't always work on social problems [04:25] Yagisan: yeah, I experienced that before with moving repository URL's [04:26] <\sh> anyways going back to sleep... [04:26] <\sh> laters [04:26] \sh: sleep well [04:27] see ya [04:27] jdong_: Honestly, I think a a backports beta is better as a "closed" beta, without the general users accessing it [04:27] jdong_: I'm not sure if it is worth the efford [04:28] jdong_: I think how to create a breezy pbuilder is quite well documented on the wiki. and the sources are available in our archive [04:28] jdong_: personally, I backport what I need with pbuilder [04:28] jdong_: what I've been thinking todo was to write a small wrapper script, which fetches the source package from dapper and builds it with the local breezy pbuilder, so that building the packages would be a oneliner, even for backporting beta testers [04:29] siretart: there were about 2-3 packages that staging testers caught problems with [04:29] one caught bug is worth the effort for me [04:29] and more testers = better coverage [04:30] and if I have 10 beta testers, having them all do pbuilder packages themselves doesn't make much sense to me [04:30] jdong_: err, what kind of problems? [04:31] siretart: regressions in program functionality [04:31] siretart: sometimes obscure interactions with other Universe packages [04:31] jdong_: err, and how do you circumvent them? [04:32] siretart: I'd know about them and not let the packages into the stable repository? [04:32] rather than figuring it out the hard and painful way where ordinary users would get affected [04:32] jdong_: that's the nature of backporting from an unstable and changing development repository [04:32] Yagisan: but that's no excuse not to try to avoid it [04:33] jdong_: no, that is why the backporter needs to test what they backport [04:33] jdong_: I was thinking about a wrapper skript 'ub-backport-build ', which would fetch the source from dapper and builds it in the local pbuilder [04:33] jdong_: if you are interested, we could put that script into dapper and backport it officially [04:34] siretart: that'd be very cool [04:34] jdong_: that way it would be most easy for backport testers to fetch and build the packages themselves [04:34] Yagisan: these are packages that I test but missed the bugs [04:34] Yagisan: I spend A LOT OF TIME testing [04:34] siretart: I have some scripts that may be able to be modifed for that purpose [04:35] Yagisan: that would be cool. are they publically available? [04:35] siretart: not yet, but I can send them to you [04:36] Yagisan: just send it to ubuntu-backports@lists.ubuntu.com (and perhaps CC: ubuntu-motu@) === mhz [n=mhz_chil@pc-252-84-215-201.cm.vtr.net] has joined #ubuntu-motu [04:36] so that jdong can see that it as well ;) [04:36] thanks guys, that'll be sweet :) [04:36] siretart: I'm not on that list, it won't get through [04:37] I'll need to subscribe today [04:37] I appreciate your help [04:37] I'll post it when I get up, but it works for backports, and non-backports [04:37] depends on a working pbuilder though [04:38] Yagisan: that's the thing... you need to automate that, too [04:38] Yagisan: perhaps we could provide a working pbuilder example config [04:38] it needs to ship being able to backport out-of-the-APT === Yagisan thinks, he may as well make it into a deb and send it to revu [04:39] it really isn't that hard to create a pbuilder [04:39] jdong_: no, it just needs a custom apt config, not depending on the system apt [04:39] siretart: but it's a deterrent to beta testers [04:39] jdong_: I've done this for several small projects, its no problem [04:40] OK, after work today, I'll fix up the script, turn it into a package, and sent it to both lists, and revu, and stick it in my repo [04:42] thanks === JohnnyMast [n=rave@84-104-9-27.cable.quicknet.nl] has joined #ubuntu-motu [04:43] jdong_: no worries, it would be nice to have a package that isn't rejected because of licensing :) [04:43] I just uploaded a new version of motutools to REVU. if somebody has some time to review it : http://revu.tauware.de/details.py?upid=1160 [04:48] Goodnight all (3am here) [04:48] lucas: advocated [04:48] gn8 Yagisan [04:48] gn8 Yagisan :D [04:49] btw slomo, mplayer built fine in the dapper pbuilder on amd64 [04:49] night === Yagisan [n=jamie@60-240-87-69-nsw-pppoe.tpgi.com.au] has left #ubuntu-motu [] [04:50] siretart: thanks :-) === JohnnyMast [n=rave@84-104-9-27.cable.quicknet.nl] has joined #ubuntu-motu [04:53] wow we're just 102 packages unassigned for merge :) === Fuddl [n=fuddl@2001:6f8:9cf:0:20f:eaff:fe4d:d7b7] has joined #ubuntu-motu [04:55] time for the UTOM team to change that [04:55] :D [04:57] guys i found a theme song for MOTU [04:58] http://www.rosiello.net/downloads/13 - Princes of the Universe.ogg [04:58] it rocks ! [04:58] JohnnyMast: I've that playing NOW :D [04:58] its would fit [04:59] fit ubuntu MOTU like a successfull package on pbuilder [04:59] good night [04:59] zakame: 102 packages unassigned for merge doesn't mean we are lagging behind debian for only 102 packages [04:59] a lot of merges are waiting for reviews & uploads [05:01] lucas: yeah; still, that's 102 packages unassigned ;) [05:01] only 102 [05:01] i have seen a lot more [05:01] guys i have a strange pbuilder error [05:02] we have 165 accepted, and 488 done [05:03] http://ox.blop.info/bazaar/versionslist.html <= comparison of debian sid vs ubuntu dapper pkg versions [05:03] lucas: so we're more or less half-done for merging :) I'm looking forward for what's next after that ;) [05:05] rocking! [05:06] good night all :D [05:06] guys [05:07] could you all look into this ? [05:07] http://pastebin.com/463819 [05:07] sure [05:07] have python-glade2 in my deps [05:08] have you checked your ./configure call? [05:08] with python ? [05:08] there is none [05:08] in debian/rules? [05:09] can you paste that as well? [05:09] my rule file ? sure but i blame control [05:09] or pbuilder [05:09] since it also cant read my dapper cd [05:09] wah [05:10] http://pastebin.com/463827 [05:10] thats the rule file [05:10] *rules [05:11] gah, cdbs ... [05:11] yep [05:12] i see why you blame the control file then ;) [05:12] you want to see it ? [05:13] go :D [05:13] ok [05:14] http://pastebin.com/463830 [05:15] JohnnyMast: You don't have permission to access /downloads/13 - Princes of the Universe.ogg on this server. [05:15] huh? why the B-D _and_ B-D-I on the same python-glade2 pkg? [05:15] lucas: I'm looking at your ruby merges ;) [05:17] Hieronymus let me check [05:17] JohnnyMast: also, 'tis seems you didn't explicitly set which python version to use [05:17] lol i C [05:17] it should prolly be python2.4-dev [05:17] well it doesnt depend on a version [05:17] i checked already [05:19] hm but the binary will be, even if its arch: all [05:19] Hieronymus fixed [05:19] it only depends on >=2.2 [05:19] anyhow I'll look at this tomorrow, 'tis 12:19 am here in .ph and rainy even :( [05:20] well thats all debian/debian a like os`es there days [05:20] good night :D [05:24] Hieronymus you you like it [05:24] ?? [05:26] JohnnyMast: no [05:26] i do :) its ideal for motu [05:29] slomo: I think I have managed to build a transcode-1.0.2 with the ffmpeg we currently have in dapper. It seems to build on amd64, will try it on x86, too [05:29] and yes, it is linked statically to our lovely ffmpeg [05:31] siretart: and again 1 GB big? ;) === Kyral [n=kyral@hamlin-166-23012.hamlin.clarkson.edu] has joined #ubuntu-motu [05:31] -rw-r--r-- 1 root root 15097674 Dez 14 17:31 result/transcode_1.0.2-0.0ubuntu1_amd64.deb [05:31] -rw-r--r-- 1 root root 291360 Dez 14 17:31 result/transcode-doc_1.0.2-0.0ubuntu1_all.deb [05:32] slomo: 15mb. [05:32] and 40 mb uncompressed... same as before [05:32] ok... [05:32] slomo: better than not having transcode at all [05:32] could you start a build on revu for me ? i think my own pbuilder is broken and i need somethng to check [05:32] siretart: yes [05:33] that was asked to siretart [05:33] slomo: to change this, we would have to make ffmpeg provide dynamic libs. perhaps we could make ffmpeg provide a dynamic 'libavcodec-ubuntu.so', and hope that we won't change ffmpeg in dapper again [05:33] JohnnyMast: which package? [05:34] hold on im uploading it now then ile pass you the revu link [05:34] ok [05:35] its a strange thing 1) pbuilder cant read my dapper cd 2) it wasnt a build one heck of a lot of packages [05:36] siretart here it is http://revu.tauware.de/details.py?upid=1161 [05:36] siretart: or ship libavcodec-transcode.so with transcode [05:42] slomo: this would mean code duplication [05:43] slomo: I don't want to ship the source to ffmpeg in transcodes diff.gz [05:44] ok [05:44] slomo: lets rather declare the one ffmpeg we currently have as the semi-official and link dynamically to that [05:44] slomo: but if we do that, we should wait until after UVF, so that we avoid unecessary rebuilds [05:45] siretart did you start the build ? [05:47] thanks === thierry [n=thierry@modemcable031.72-131-66.mc.videotron.ca] has joined #ubuntu-motu [05:47] siretart on my pbuilder it says python-glade2 is missing [05:48] JohnnyMast: done [05:48] JohnnyMast: seems to ftbfs, but because of different reason [05:48] whats ftbfs ? [05:49] fail to build from source [05:50] i dont see it failing [05:50] JohnnyMast: http://revu.tauware.de/revu1-incoming/ttb-0512141135/ttb_0.9.4-0ubuntu1.buildlog [05:51] yes thats what i get [05:51] for some reason, your package does not seem to detect the system python-glade2 package [05:51] and the missing package is in the controle file [05:51] as depend [05:52] siretart do you have any idea`s about it ? [05:53] JohnnyMast: no, sorry [05:54] siretart this was exactly why i tought that my builder was broken because the package is in the deps and also installed [05:54] sudo apt-get install flex [05:54] sorry [05:54] :/ [05:56] JohnnyMast: no, your pbuilder seems to be fine [05:56] yeah [05:56] maybe its my debian/ dir somewhere === thundr [n=thundr@66-168-50-185.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu === FireRabbit [n=FireRabb@unaffiliated/firerabbit] has joined #ubuntu-motu [06:05] slomo: ok, it built on amd64 and on x86 [06:05] slomo: I think I'll upload it to the archive, ok? [06:05] fine with me :) [06:08] uploading now [06:09] ok im off for today [06:09] cu folks! === koke [n=koke@ubuntu/member/koke] has joined #ubuntu-motu === maradong [n=bhentges@213.47.179.227] has joined #ubuntu-motu === lucasvo [n=lucasvo@www.wservices.ch] has joined #ubuntu-motu === kos_tom [n=tpetazzo@visage.seanodes.com] has left #ubuntu-motu ["Leaving"] === herzi_x41 [n=herzi@c177203.adsl.hansenet.de] has joined #ubuntu-motu [06:39] Can I get another advocater for http://revu.tauware.de/details.py?upid=1070 kmobiletools? Riddell has reviewed and advocated :) [06:41] seth_k: "another reviewer" best not to presume too much :) [06:42] haha well said ;) === xhaker [n=xhaker@luna.sublimesp.net] has joined #ubuntu-motu === McFergus [n=frg@85-18-14-13.fastres.net] has joined #ubuntu-motu === xhaker [n=xhaker@luna.sublimesp.net] has left #ubuntu-motu [] === xhaker [n=xhaker@luna.sublimesp.net] has joined #ubuntu-motu === lakin [n=lakin@d205-206-102-67.abhsia.telus.net] has joined #ubuntu-motu === lakin [n=lakin@d205-206-102-67.abhsia.telus.net] has left #ubuntu-motu ["Leaving"] [07:04] slomo: What is/was the problem with gnunet-gtk? [07:05] slomo: It still doesn't work in sid? === Kyral [n=kyral@sclab-166-10933.sclab.clarkson.edu] has joined #ubuntu-motu === trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-motu [07:25] can somebody proof-read/enhance/fix/add-bling-factor to http://wiki.ubuntu.com/UbuntuBugDay/Draft? [07:25] we really need it to fix up universe bugs [07:25] and the desktop team and the kubuntu team as well :) [07:27] cyberix: no idea, i didn't have any luck to talk with elmo about it... but don't worry, i don't forget it :) === blablablabla [n=maniac@i3ED6EE4C.versanet.de] has joined #ubuntu-motu === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-motu [07:36] anyone? [07:37] hi dholbach [07:37] Riddell just added a kubuntu paragraph, does anybody care enough to write a motu/universe one? [07:37] or shall we leave it out? [07:38] dholbach: looks, cool === eruin [n=eruin@unaffiliated/eruin] has joined #ubuntu-motu [07:39] although I will be on the road on the 21st [07:39] a lot of people will, i guess [07:39] but we should have those bug days regularly [07:40] that's, why i decided to drive it anyways [07:40] btw, I just read your Open MOTU Day email, do you have an idea of when that would be? [07:41] i think we should start planning it... adding ideas around it, so we can really make it big [07:41] that's why i didn't ask for a date yet :) [07:41] surely next year [07:41] I think it is a great idea, anything I can do? [07:42] suggest random cool stuff on the mailing list [07:42] :) [07:42] maybe I can get a rough draft of the Ubuntu Packaging Guide done by then [07:42] sounds cool [07:42] that'd be something we could refer people to === TMM [n=hp@80.187.148.22] has joined #ubuntu-motu === abelcheung [n=abelcheu@221.126.155.177] has joined #ubuntu-motu [07:45] dholbach im writing a reply mail to urs [07:46] urs? [07:48] you on the mailing list [07:48] ah cool [07:48] it has been send [07:48] but just to me ;) [07:49] :| [07:49] let me forward it to the mailing [07:49] JohnnyMast: have you worked on w.u.c/Merging lately? [07:50] no only revu and bug fixes [07:50] the others where fixed for me [07:50] but are still asigned [07:50] k, I guess I should finish that up [07:51] so LaserJock whats the story ? are you motu already ? [07:51] no [07:51] getting there ? [07:51] only a wannabe ;-) [07:51] not sure [07:51] but ur wise and old [07:52] I just became an Ubuntu member at the last CC Meeting [07:52] JohnnyMast: well, thanks but I don't know if I have the technological knowledge to be a MOTU yet [07:52] there is still a lot for me to learn [07:52] I just try to help where I can [07:52] well LaserJock keep it up ! [07:53] I'll try, thanks for the encouragement [07:53] :) [07:53] btw did you do anything on the mergin text ? [07:53] not since the 7th [07:54] ok [07:54] dholbach, what did you think of my idea ? [07:54] I better finish up my xcdroast tutorial, it is kinda bad to leave it hanging there [07:54] yes well i liked it with the attachments [07:55] *ike [07:55] JohnnyMast: in general it's a good idea to have people willing to take care of motu wannabes, it's just a question of how to organize that [07:55] *like [07:55] JohnnyMast: i think the motu open day, the motu school and the mailing list are a good start [07:55] JohnnyMast: what do you think? [07:56] but you could put the (example MOTOpersonal ppl life in ubuntu-school [07:56] so then ppl have a root to join from [07:56] that fixes the organisation [07:56] the teachers are in school :) [07:57] so that the school room doesnt have only idlers === TMM [n=hp@80.187.148.22] has joined #ubuntu-motu [07:57] it will be more active with once in a while an extra lecture [07:57] you could work on the idea a bit and present in tomorrow's motu meeting === jinty [n=jinty@205.134.224.215] has left #ubuntu-motu ["Leaving"] [07:57] is that here ? [07:58] #ubuntu-meeting [07:58] should be on fridge.ubuntu.com/event [07:58] what time ? [07:58] its some where in my email inbox [07:58] ile work out an document [07:59] or better ile create a presentation in dia [08:00] \s I think you need new blogging software ;p [08:00] im working on edge [08:00] to wrap it in deb [08:00] well not yet im waiting for an upstream stable [08:01] dholbach feeel like doing a revieuw ? [08:02] tell me the url and i'll look at it later [08:02] ok [08:02] hold on to something [08:03] http://revu.tauware.de/details.py?upid=1162 [08:03] cool, have it in the browser [08:03] will poke at it later [08:03] thanks [08:04] whats the motu school channel name again ? [08:04] anybody wants to add something to http://wiki.ubuntu.com/UbuntuBugDay/Draft, something universe-wise? [08:05] JohnnyMast: #ubuntu-motu-school ? [08:05] thumbs up @ LaserJock thanks thats what ineeded [08:05] dholbach: maybe we should say something about how many universe bugs there are [08:07] morning all [08:07] yeah, something about the motu team, having fun on the bug day as well [08:07] something about our bug page on the wiki, whatever :) [08:08] what's new? [08:09] UbuntuBugDay/Draft! [08:09] owohoo === ajmitch will be gone then :) === lfittl [n=lfittl@83-65-243-186.dynamic.xdsl-line.inode.at] has joined #ubuntu-motu [08:13] JohnnyMast: You might want to indent the license info in debian/copyright with two spaces, so that it's clear where it begins and ends [08:14] what line do you mean ? [08:14] JohnnyMast: in debian/copyright [08:14] I mean the license [08:14] http://lists.debian.org/debian-devel-announce/2003/12/msg00007.html [08:15] oh on line 2 [08:15] \..\ [08:15] |..| [08:16] ? [08:16] no [08:16] the | things indicate 'quoted text' [08:16] JohnnyMast: have a look around in /usr/share/doc/*/copyright for examples [08:16] JohnnyMast: then read this. [08:16] JohnnyMast: then be enlightened [08:17] /usr/share/debhelper/dh_make/licenses/gpl [08:17] is a nice template [08:17] dholbach: that too :) [08:17] guys, just use dh_make :) [08:17] dholbach: dholbach_make [08:17] dh_make -b -c gpl [08:18] cd bla*; rm *.ex *.EX dirs docs README.Debian [08:18] and you can start working :) [08:18] or better create your own template for "standard" packages which just needs to be copied around ;) === Treenaks pets dh-make-perl [08:19] JohnnyMast: and replace "Read /usr/share/common-licenses/GPL" [08:19] ok [08:19] yes i noticed how they use that linein the template [08:19] make it something on Debian systems [08:20] ?? [08:21] On Debian systems, .... [08:21] dholbach: when do you think you'll have this 'open day'? [08:22] next year [08:22] ok [08:22] we need to plan it, have cool ideas for it [08:22] make it big [08:22] ajmitch: make in debian seems to be repaired :) [08:22] invite everybody to the party :) [08:23] slomo: yes, I saw manoj had fixed it [08:23] dholbach: make sure it doesn't clash with anything else ;) [08:23] JohnnyMast: Can you please use Homepage in the description in debian/control instead of HOMEPAGE? [08:24] jan 23rd-28th are out [08:24] I'll be fanboying jdub & sabdfl [08:24] (LCA) [08:24] ajmitch: ok, fine :) [08:24] i learned the home page from dholbach with kiwi [08:24] but okey good advise [08:25] like Homepage: http://www.async.com.br/projects/kiwi/ ? [08:25] ajmitch: yeah. Or are you supposed to shout about homepages? [08:25] no, I wouldn't SHOUT === dholbach would [08:25] about good ones ;) [08:25] I don't even have homepage urls in my descriptions [08:26] http://revu.tauware.de/revu1-incoming/kiwi-0512011200/kiwi-1.9.2/debian/control [08:26] but i see now what i did wrong [08:26] i think it's fancy to have it [08:28] JohnnyMast: and you seem to have changed the LICENSE file of the original, but these don't get copied anyway, and it might be illegal/not legally safe to change it [08:29] Hieronymus that was because of a litnian warning [08:29] but i will change that back + fix the control file and copyright file [08:30] after i finish my MOTU openday article that im gonna post as ref for the meeting tomorrow [08:30] JohnnyMast: you'd do better to contact upstream about that if lintian gave an error === cassidy [n=cassidy@f1-pc174.ulb.ac.be] has joined #ubuntu-motu [08:31] Hieronymus the whole open source world should be notified about it [08:32] because did you know the address of the foundation changed ? === lfittl [n=lfittl@83-65-243-186.dynamic.xdsl-line.inode.at] has joined #ubuntu-motu [08:33] JohnnyMast: no [08:33] thats what i mean [08:34] JohnnyMast: but changing it in the LICENSE file is pointless and probably illegal === oelauge [n=oelauge@dslb-082-083-001-025.pools.arcor-ip.net] has joined #ubuntu-motu [08:38] well Hieronymus dont wurry m going to change it back [08:38] mind enuming the points of atention ? [08:39] JohnnyMast: ehm, repeat that? [08:39] the litle points you talked about === Kyral yawns [08:39] morning Kyral [08:39] JohnnyMast: okay. 1: don't change LICENSE, as it's pointless and probably illegal === mhz [n=mhz_chil@pc-252-84-215-201.cm.vtr.net] has joined #ubuntu-motu === bojan [n=bojan@dsl-162-35.utaonline.at] has joined #ubuntu-motu [08:40] 2: in debian/control, change HOMEPAGE to Homepage [08:40] 3: fix debian/copyright [08:40] ajmitch: Actually I just got done coding too much PHP ;p; [08:41] Hieronymus thanks for that [08:41] Oh anyone know whats on the MOTUSchool docket for this weekend? [08:42] im writing about MOTU school now [08:42] JohnnyMast: oh, and is PKG-INFO actually going to be installed? (I'm not really sure what it is/does) [08:42] i added a quick line to the bug day announce :-/ [08:42] I mean what the lesson is [08:42] Hieronymus nope its not going to be installed [08:42] JohnnyMast: then don't change it, as that's pointless [08:43] its part of the source package [08:43] dholbach: good [08:43] its an info file [08:43] it cant display wrong info [08:43] Host 'NebulaPeace', running Linux 2.6.15-6-386 - Cpu0: Intel 2193 MHz; Up: 1:42; Users: 2; Load: 0.06; Free: [Mem: 25/243 Mio] [Swap: 714/714 Mio] [/: 22758/27465 Mio] ; Vpenis: 26 cm; [08:43] Hostname: NebulaPeace - OS: Linux 2.6.15-6-386/i686 - CPU: Intel(R) Celeron(R) (2193.155 MHz) - Processes: 43 - Uptime: 1h 42m - Load Average: 0.06 - Memory Usage: 69.20MB/242.70MB (28.51%) - Disk Usage: 3.23GB/26.94GB (12.00%) [08:43] oops wrong chan [08:43] soryr guys [08:44] I meant to fire it into the Forums channel [08:45] Riddell: I modified kubuntu-grub-splashimages === oelauge [n=oelauge@dslb-082-083-001-025.pools.arcor-ip.net] has joined #ubuntu-motu [08:46] raphink: how so? [08:46] the Architecture stuff [08:47] I used the grub entry in control [08:47] I mean the Architecure field from the grub package [08:47] raphink: yeah, I approved it :) [08:47] raphink: although actually I need to reboot to make sure it really works [08:47] Riddell: I get lintian warning doing so though [08:47] bah, nobody listens to lintian [08:47] oki [08:47] ;) [08:47] raphink: which warning? [08:48] several people tested it already ;) [08:48] hmm, which dir does debian/postinst work in while its being run? [08:48] slomo: architectures unknown [08:48] slomo: because in grub there's darwin-, hurd-, etc. archs [08:48] so I kept them [08:48] raphink: oh ok... ignore it then :) [08:48] I was a bit surprised to see openbsd in there [08:48] no reason why my package shouldn't work on darwin-i386 or hurd-i386 [08:49] I did slomo :) [08:49] but what about architecture all? [08:49] Riddell: well there's a debian openbsd I believe... even kfreebsd [08:49] I've seen a guy use Debian Kfreebsd as his main distro [08:49] slomo: no, PPC don't use grub [08:49] it's only i386 and amd [08:50] raphink: so it's not installable because there is no grub for ppc... problem solved ;) [08:50] s/amd/amd64/ [08:50] slomo: Riddell thought I shouldn't use all [08:50] I guess because the machine would generate a package for ppc [08:50] so the package would be there as _all [08:50] but not installable === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu [08:50] there would be a dead dependency [08:50] and I think he wants to avoid that ;) === jdong puts on party hat :) [08:51] ok, accepted :) [08:51] ooh nice party hat jdong :) [08:51] while blindly ignoring the financial side of the situation :) [08:51] just got my acceptance letter from MIT [08:52] oh great :) [08:52] lol [08:52] congrats jdong :) [08:52] nice knowing you JDong [08:52] <\sh> jdong: are you assembling the 100$ laptops for mako? [08:52] \sh: that'd be cool to do :) [08:52] still have not made up my mind yet where I want to go.... [08:52] yep :) [08:52] Free laptops for the Ubuntu members :D [08:52] LOL [08:52] that'd be nice [08:53] that'd be really cool :) [08:53] yeah :) [08:53] now, need to find money..... [08:53] <\sh> jdong: quanter is doing that :) [08:53] free $100 laptops with ubuntu on them :) [08:53] i don't need a second one... better give me a mac mini ;) === jdong checks sofa [08:53] LOOOOL === oris_wolfbane [n=oris@82-38-121-195.cable.ubr01.hali.blueyonder.co.uk] has joined #ubuntu-motu [08:53] slomo: if you have a laptop you don't use, think of me ... :s === raphink was the only dev with no laptop at last conference /me attended [08:54] I could use a laptop for test things [08:54] I mean another one lol [08:54] I'm using a 3 year old Inspirion 1100 right now as a glorified PDA :D [08:55] hehe [08:55] which is what I am on right now actually [08:56] armed with my Ethernet cable, Wifi-Detector, and a bunch of extendable cables, I will never have use a Windows Machine AGAIN! Mwahahaha! [08:56] lol [08:56] so a PDA with IRC [08:56] and a 30 GB HD... [08:56] 2.2 Ghz Celly [08:56] hey, I'd love a PDA with IRC...... free..... [08:57] if Bram Cohen ever figures out how to torrent hardware... I think I'll waive my rights to a jury trial to use his software :) [08:57] It doesn't outperform my desktop by any stretch, but with Flux on it, it moves :D [08:57] except in boot time [08:57] this puppy boots in 14 seconds flat [08:58] Kyral: I remember my ultra-moded Gentoo [08:58] Riddell: I'm using cdbs for knmap. SHouldn't it generate the .pot file automatically? === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu [08:58] good times.... [08:59] jdong: I just used sysv-init-perl (or something like that) and ripped out all the bootservices I didn't need [08:59] MOTU day proposal !! www.rosiello.net/ubuntu/ [08:59] Kyral: I just had an overglorified initrd setup :) [09:00] lol [09:00] Riddell: you there? [09:00] but you have to admit, dropping it down from 35 secs to 14 is damn nice :D [09:01] Kyral: yeah, especially on a laptop [09:01] my desktop actually takes longer... [09:01] I still find Hoary more suitable for getting speed on low-ends [09:01] but then again its checking a lot more [09:01] JohnnyMast: by teachers, you mean lecturers or mentors ? [09:01] Dapper + Fluxbox [09:01] JohnnyMast: could we have that on the wiki? [09:01] Kyral: LOL [09:01] JohnnyMast: reviewed your package [09:02] dholbach lecture ppl like what ajmich did [09:02] Fluxbox I love :D [09:02] and just mentor like teachers [09:02] I dumped XFCE in favor for it on my Desktop [09:03] dholbach what do you think ? [09:03] raphink: hi === Kyral is reminded to bug MOTUs to review EasyChem ;P === oelauge [n=oelauge@dslb-082-083-001-025.pools.arcor-ip.net] has joined #ubuntu-motu [09:03] raphink: yes, but you need the patch [09:03] Riddell: hmm hi ... we've been talking a few minutes ago ... [09:03] Kyral: dapper+openbox would be better >:) [09:03] Riddell: why do I need the patch? [09:03] raphink: sorry, my computer spontaniously rebooted :) [09:04] JohnnyMast: the problem is, that we need people who do it [09:04] oooh I need to patch cdbs ? [09:04] raphink: to set $kdepotpath correctly in admin/cvs.sh [09:04] raphink: no, patch admin/cvs.sh [09:04] hmm [09:04] dholbach create a new team [09:04] hmm ok [09:04] so I just add the patch to patches/ in debian/ and that should do it, no? [09:04] i would like to help but im not @ubuntu.com [09:04] JohnnyMast: the people are the problem, not the team :) [09:04] no its not [09:05] at least not to beginners [09:05] because laser could drive those crazy with what he knows [09:05] also raphink is a good hand [09:05] we should discuss it and we'd see, what the team says [09:05] Kyral as well [09:06] yes its just basic talk not about "how to review" because thats for the MOTU`s there selfs [09:07] could you put it in the topic of the meeting channel ? im not sure if im abled to be there during the meeting === jdong [n=jdong@ubuntu/member/jdong] has left #ubuntu-motu [] === Gloubiboulga is now known as Gloubi_Aw [09:08] hmmmwhat? [09:09] Kyral to be a teacher [09:09] Kyral http://www.rosiello.net/ubuntu/ === ajmitch isn't really that good at being a teacher === raphink has the project to write a thesis on teaching computer sciences [09:15] the 'lessons' need more interaction [09:15] yes [09:15] I was thinking of using a graphical support [09:16] such as slides on a website [09:16] the lecturer could control what slide is being viewed as he talks [09:16] just as when you give a conference [09:16] and then I think the way questions are asked was not very friendly [09:17] remote desktop controle to the "big ubuntu vnc" server [09:17] I reckon it's not easy to deal with questions on a chat lecture [09:17] we do what we can [09:17] sure ajmitch, just reporting comments :) [09:17] don't take it personaly === ajmitch wasn't === plugwash [i=plugwash@p10link.net] has joined #ubuntu-motu [09:26] Hieronymus, ping === ajmitch is not really going to be available for reviewing, etc in the next 2 weeks, btw :) === Hirion [n=hirion@draugr.de] has left #ubuntu-motu [] [09:28] Riddell: configure is one of the files that need to be removed in debian/rules ... but if I run debuild -S -sa and then try to build the .dsc, configure is not there anymore ... so I can't build [09:29] Riddell: I added the rm -f in the clean:: rule though :s [09:29] raphink: why would configure need to be removed? [09:29] http://revu.tauware.de/details.py?upid=1076 [09:29] if you need to get it back, re-run autoconf before calling ./configure again [09:29] see the comment from the 22nd of november [09:30] which means build-depends, evil hacks, etc [09:30] yes [09:30] ugh, massive diff :) [09:30] Unpacking gnokii (from .../gnokii_0.6.8-0.2_amd64.deb) ... [09:30] /var/lib/dpkg/tmp.ci/preinst: line 6: /usr/sbin/addgroup: No such file or directory [09:30] wtf? :-P [09:30] JohnnyMast: pong! [09:30] ajmitch: this package depends on automake anyway anyway [09:31] Hieronymus i uploaded a new version [09:31] raphink: yes, but you never call automake or autoconf [09:31] unless kde.mk does so [09:31] so I shall use the autoconf.mk [09:31] ? [09:31] could I get somebody to look at some dbg output at http://paste.ubuntu-nl.org/5761 real quick? [09:31] raphink: maybe. I haven't used it so I don't know :) [09:31] looking [09:32] let's see [09:32] I'll try something else [09:32] having it depend on automake1.9 instead of 1.6 since this is thel ast version [09:32] isn't there a package for automake that would always depend on the last version? [09:32] always the last version is evil [09:33] depend on and use a version you know which works === Amaranth [i=travis@ubuntu/member/amaranth] has joined #ubuntu-motu === Tonio_ [n=tonio@tonio.planetemu.net] has joined #ubuntu-motu [09:33] slomo++ [09:33] and the autotools cdbs class can do the rebuilding of the stuff for you... but i can't remember the options currently ;) [09:33] slomo: I was told 1.9 works fine [09:33] try it and when it works fine use it :) [09:34] LaserJock: talk to dholbach about yelp [09:34] well it seems using automake1.9 solves the pb though [09:35] dholbach: ping? [09:35] ooh stupid me [09:35] lol [09:35] hopefully dholbach isn't asleep yet :) [09:35] raphink: ? [09:35] nm [09:35] hehe [09:35] rajasun: DEB_AUTO_UPDATE_X where X = AUTOCONF, AUTOMAKE, LIBTOOL, ACLOCAL [09:35] ajmitch: nm [09:35] please enlighten the rest of us [09:35] raphink: set the ones you need to true === Surak [n=ubuntu@20132134153.user.veloxzone.com.br] has joined #ubuntu-motu === Surak [n=ubuntu@20132134153.user.veloxzone.com.br] has left #ubuntu-motu [] [09:37] JohnnyMast: what's the massive ttb script doing in the .diff.gz? And you haven't fixed anything, have you, or am I looking at the wrong version? [09:37] i think ur looking @ the wrong one [09:37] anything that is built when compiling the package or just building it, shouldn't need to be in the diff === ajmitch tries to parse that sentence for english [09:38] JohnnyMast: link? [09:38] ok [09:38] http://revu.tauware.de/details.py?upid=1164 [09:38] still a 32k diff [09:39] http://revu.tauware.de/revu1-incoming/ttb-0512141530/ttb_0.9.4-1ubuntu1.diff.gz [09:39] the whole ttb program is in the diff I think [09:39] http://revu.tauware.de/details.py?upid=1164 [09:39] sigh [09:39] --- ttb-0.9.4.orig/build/scripts-2.4/ttb [09:39] +++ ttb-0.9.4/build/scripts-2.4/ttb [09:39] +++ ttb-0.9.4/build/scripts-2.4/ttb [09:39] yes its the main pytion script [09:39] you aren't removing build/ in clean? [09:39] now how did it het there [09:39] JohnnyMast: you forgot to remove it [09:39] *sike* [09:39] oops [09:40] the clean target is quite empty === JohnnyMast adds it to the todo === mhz [n=mhz_chil@pc-252-84-215-201.cm.vtr.net] has joined #ubuntu-motu [09:40] added [09:43] dholbach , ping [09:43] ajmitch, LaserJock, JohnnyMast: on the phone [09:44] alright [09:44] ajmitch i found the MOTU theme song [09:45] ajmitch http://www.rosiello.net/downloads/13%20-%20Princes%20of%20the%20Universe.ogg [09:46] that's nice === ajmitch can't listen to it right now [09:46] well some one listen see if we all agree [09:46] slomo: where shall I set these flags ? [09:47] in the beginning right? [09:47] dholbach: archived another upload of yours on revu :) [09:47] raphink: yes [09:47] DEB_AUTO_UPDATE_AUTOCONF = true [09:47] doesn't work [09:48] JohnnyMast: cool, I do like the intro [09:48] me 2 [09:48] maybe it's automake [09:48] we are the princes of the univerce:) [09:48] sounds worrying [09:48] oh no [09:48] DEB_AUTO_UPDATE_AUTOCONF = true [09:48] oop [09:49] DEB_AUTO_UPDATE_AUTOMAKE = 1.6 [09:49] I think [09:49] raphink: oh, yes... sorry :) but you probably need automake, autoconf, aclocal [09:51] slomo: I use DEB_AUTO_UPDATE_AUTOCONF [09:51] LaserJock there is also a ghotic like part ... i like that part [09:51] and it says : missing separator [09:52] raphink: use google or look at the makefile :) i can't remember how to use it, i only saw it once in another package and don't use it myself somewhere [09:52] ok [09:54] hm === minghua [n=minghua@danube.mems.rice.edu] has joined #ubuntu-motu [09:54] I think we need to email people who have packages on REVU [09:54] I don't know if comments that people add are emailed out automatically, are they? [09:55] no [09:55] so there are people who uploaded back in october or earlier, who have had recent comments [10:00] I was actually thinking that we need a list like debian-mentors [10:00] minghua: possibly [10:01] and if REVU are only used for new ubuntu packages from now on, it won't hurt to send such RFS requests to said list [10:01] and if ubunut-motu list is not busy, it can be used for this purpose [10:02] we have the motureviewers list === Kyral [n=kyral@hamlin-166-23012.hamlin.clarkson.edu] has joined #ubuntu-motu [10:04] oh dear, launchpad UI had changed again [10:04] https://launchpad.net/people/motureviewers [10:04] pygtk == python-gtk2 right ? === Firetech [n=Jocke@h53n1fls301o1100.telia.com] has joined #ubuntu-motu [10:05] JohnnyMast: yes, if pygtk > 2.0 :-) [10:05] ok thanks [10:05] ajmitch: thanks [10:05] LaserJock: yelp? [10:05] JohnnyMast: nice :) [10:06] yeah you liked it ? cool [10:07] JohnnyMast: why is malone 4811 still pending upload? [10:07] Malone bug #4811: phpmyadmin.prerm: line 12: db_get: command not found In: phpmyadmin (Ubuntu), Severity: Normal, Assigned to: MOTU Reviewers Team, Status: PendingUpload https://launchpad.net/bugs/4811 [10:07] good question === ajmitch will marks it as fixed in dapper, the fix supplied is unnecessary [10:08] yeah :( i did my best on it [10:08] it just required some knowledge of an evil system called yada [10:08] rather than relying on the workaround that people suggested [10:09] yada is really *evil* [10:09] i was thinking of repack it [10:09] do *not* do that [10:10] there's no way we'd approve that upload, no matter how broken yada is ;) [10:10] dholbach: yelp crashes for me dbg output at http://paste.ubuntu-nl.org/5761 [10:10] LaserJock: which version is it? [10:11] dholbach: of yelp, the latest in dapper [10:11] dholbach: but it doesn't do it in a dapper chroot [10:11] anything strange in the terminal output? [10:11] dholbach: I tried creating another user and it does the same thing [10:11] dholbach: no [10:12] dholbach: I just get a dialog box that says the yelp has quit unexpectedly [10:12] you just started it? [10:13] dholbach: yes, anything I do with yelp is the same [10:13] could you try to follow the steps on http://wiki.ubuntu.com/DebuggingProgramCrash and send the backtrace? [10:13] hi again [10:13] JohnnyMast: another thing, use -Xubuntu1 rather than -XUubuntu1 in debdiffs :) [10:13] dholbach: yeah [10:13] cool [10:14] anyone know the process to get in a translation group in launchpa ? [10:14] simply email the group's responsible ? [10:14] ajmitch Ubuntu was in phpmyadmin? [10:14] JohnnyMast: mgp, malone 3197 [10:14] Malone bug #3197: AbiWord grammar checker does not get installed In: abiword (Ubuntu), Severity: Wishlist, Assigned to: Ubuntu GNOME Team, Status: New https://launchpad.net/bugs/3197 [10:14] hm [10:14] 3297 [10:14] you also had wron bug number in changelog :) [10:15] malone 3297 [10:15] Malone bug #3297: mgp puts binaries in /usr/X11R6/bin, which is not in the default $PATH In: mgp (Ubuntu), Severity: Normal, Assigned to: MOTU Reviewers Team, Status: PendingUpload https://launchpad.net/bugs/3297 [10:15] doesn't work :( [10:16] JohnnyMast: also, /usr/X11/bin doesn't even seem to exist on my box [10:17] at the time i was on that bug, i worked on breezy wich had that dir(if i remember correctly) [10:17] and you know now that we do all fixes for dapper ) [10:18] :) [10:18] yeah hehe === Gazer [n=nngazer@ADSL-200-59-107-43.capfed2.uolsinectis.com.ar] has joined #ubuntu-motu [10:24] dholbach: http://paste.ubuntu-nl.org/5765 [10:25] LaserJock: gecko_prefs_set_string() - nothing funny, if you start yelp from the terminal? [10:25] Kyral: comments on easychem on REVU [10:26] dholbach: what do you mean? I get nothing if I start from terminal, just error dialog [10:26] nothing in the terminal? [10:26] no [10:26] hrm [10:27] but it seems to be the same issue as Nafallo had [10:27] you might get this output: [10:27] dholbach: seems weird to me that it works fine in my chroot [10:27] Nafallo nafallo@darkelf:~ $ strace yelp 2&> tmp/yelp [10:27] Nafallo nafallo@darkelf:~ $ grep nspr tmp/yelp [10:27] Nafallo open("/usr/lib/libnspr4.so", O_RDONLY) = 3 [10:27] no, that's accurate [10:28] must be /usr/lib/libnspr4.so vs /usr/lib/mozilla-firefox/bla/something/libnspr4.so [10:28] yay [10:28] ajmitch: what should I do about that? Get rid of debian/copyright? [10:28] more nastiness [10:28] Kyral: crazy idea [10:28] dholbach: "open("/usr/lib/mozilla-firefox/libnspr4.so", O_RDONLY) = 3" is what I get [10:28] in the chroot? [10:29] no [10:29] Kyral: upstream should learn how to properly apply the GPL to their source ;) === Kyral falls down [10:29] how is that my problem? ;P [10:29] LaserJock: you could have different outputs in both cases [10:29] dholbach: I get nothing in the chroot [10:29] Kyral: debian/copyright should reflect what the source has [10:29] ajmitch: Ah...so I should..? [10:30] ie, the source doesn't state (or any later version) [10:30] oh hm wlel [10:30] that's weird also [10:30] LaserJock: could you file a bug on yelp with that information? [10:30] Kyral: I'm just trying to minimise the chances of elmo rejecting based on license issues [10:30] the trace and the version and everything? [10:30] ajmitch: ah... [10:30] dholbach: sure, I just wanted to know if it was just me ;-) [10:30] LaserJock: you rock [10:30] thank you [10:30] Kyral: I'd like to see it in, really :) [10:31] ...but it says GPL in the COPYing... === Gloubi_Aw is now known as Gloubiboulga [10:32] Kyral: yes, and the COPYING file says how to apply it [10:32] Kyral: upstream is meant to state if they want to use GPL 2 or later [10:32] most people don't actually read the GPL :) [10:33] ah....so in copyright I should state GPL2? [10:33] in copyright you might need to have the text that upstream uses [10:33] referring to /usr/share... === ajmitch isn't sure [10:33] cat COPYING >> debian/copyright [10:34] and you'll get smacked down [10:34] lol [10:34] Good to know [10:34] see http://ftp-master.debian.org/REJECT-FAQ.html [10:34] Common license : Do not include a license that is in /usr/share/common-licenses into your debian/copyright. That's a waste of space. [10:35] there are a number of good tips in there [10:35] which wiki page should link to this? :) [10:36] Yah no kiddin === Kyral is still off on what he should do to rectify this mistake [10:37] at minimum, remove the 'or later version' from debian/copyright [10:37] ajmitch: I'm going to bookmark that for the Packaging Guide ;-) [10:37] that will probably make it ok for upload [10:37] ah [10:37] LaserJock: great [10:37] I wonder if I should wait until my @ubuntu.com goes live [10:38] LJ yours work yet? [10:38] don't know, I doubt it [10:39] do you have to put something in URL when reporting a bug on bugzilla? === ogra__ [n=ogra@p5089E294.dip.t-dialin.net] has joined #ubuntu-motu [10:43] slomo: I've set the flags... debuild fails with http://ubuntu.pastebin.com/464331 [10:43] then if I try to run automake manually, I get http://ubuntu.pastebin.com/464332 [10:44] indeed aclocal is missing, although I've set it [10:44] looks like a too old automake... [10:44] use 1.9 as you said before [10:45] for automake and aclocal... for autoconf 2.59 === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu [10:45] hmm ok I'll try [10:45] ah, jdong [10:45] JDong [10:45] hey [10:45] hi jdong, I have a question for you [10:45] sure [10:46] dholbach: bugzilla 21015 [10:46] jdong: what is the policy for breezy-backports with modified source now? [10:46] LaserJock: thanks [10:46] minghua: currently no mod sources [10:46] I can't set the version for autoconf but I have 2.59 on my comp slomo [10:46] slomo: as of automake/aclocal, I get the same error with 1.9 [10:46] jdong: due to the libstdc++ allocator transition, scim can't be backported from dapper as is [10:46] minghua: yes, I've heard that one [10:47] minghua: I've been toying with this idea: http://ubuntubackports.org/wiki/index.php/SourceChanges [10:47] jdong: that means no scim backports, but I'm okay with that [10:47] minghua: correct; currently it'd mean no backport [10:47] jdong: just to know the status, and I'll spread the words [10:47] minghua: likewise with some other packages with these disappointingly small changes necessary.... :) [10:48] minghua: perhaps teach them how to (responsibly) build a backport of it themselves? ;) [10:48] raphink: *sigh* ugly autotools... what happens when you run autoreconf by hand? [10:48] slomo: seems it works if I run `make -f Makefile.cvs' manually then automake && autoconf [10:48] jdong: both ubuntu-ja and ubuntu-zh has their own backported repos, so I'll probably collaborate with one of them [10:49] minghua: cool, sounds very appropriate [10:49] raphink: what das Makefile.cvs do? [10:49] no idea [10:49] look at it ;) [10:49] jdong: as currently the backporting required modifying source package (c2a back to c2), it's probably not for ordinary user :-) [10:49] hmmm [10:49] sure [10:50] minghua: :-/, depends on the definition of 'ordinary user' ;) [10:50] raphink: btw, aclocal should be called first iirc... then autoconf, then automake [10:50] jdong: okay thanks for your time, I'll update the thread on backport forum [10:50] I tried that slomo, but it doesnt change anything, it's just setting variables, not calling subs [10:50] against my better judgement, I shall backport xfsprogs on my system :) [10:50] minghua: np, thanks for checking with me [10:51] slomo: http://ubuntu.pastebin.com/464341 === seth_k|lappy [n=seth@ubuntu/member/sethkinast] has joined #ubuntu-motu [10:51] raphink: ah... kde magic? wonderfull... better ask someone with kde knowledge then ;) whatever this stuff in admin does [10:51] slomo: so it runs admin/Makefile.common [10:52] raphink: yes, what does it do? [10:52] http://ubuntu.pastebin.com/464343 [10:54] so it calls cvs.sh [10:54] to build the files [10:54] oh nasty kde build systems [10:54] lol [10:54] http://ubuntu.pastebin.com/464345 [10:55] that's what is says when building [10:55] ajmitch: I fixed the copyright file. should show up in REVU soon [10:55] running === siretart [i=siretart@ubuntu/member/siretart] has joined #ubuntu-motu [10:55] Kyral: cool [10:55] hey siretart [10:55] ah, that was just netsplit join, hopefully he is actually around [10:56] raphink: actually no idea... autotools themself are annoying enough sometimes but the kde buildsystem is even worse... look in the kde cdbs class if there's some variable to set for regeneration of everything you need... [10:56] slomo: do you think I could call that in the prebuild, instead of using the _UPDATE_ flgas ? [10:56] Why can't people just use Makefiles? [10:56] raphink: sure [10:57] I'll do that then [10:57] it's faster [10:57] Kyral: because autotools are more confortable if you use them sane ;) [10:57] raphink: but be carefull with the versions [10:57] slomo: or Autotools ;P [10:57] sure [10:57] slomo: I meant instead of these insane things like Scons and xmkpf or whatever it is [10:57] slomo, you looked at http://revu.tauware.de/details.py?upid=1070 once before, do you think you could have time to do it once more sometime? [10:58] Yah it hit REVU [10:58] seth_k|lappy: sure... i'll add it to my todo list... but i can't promise anything until the weekend ;) [10:58] now I need slomo to advocate again ;P [10:59] slomo, no problems... just whenever you get a chance :D [10:59] Kyral: url please [10:59] seems to work [10:59] http://revu.tauware.de/details.py?upid=1166 [11:00] Kyral: while you're at it... consider using dpatch or improve your patchsystem ;) === Kyral falls down [11:00] hehe [11:00] I don't know any other way [11:00] so learn, or be creative [11:00] What the hell do you think I was doing during the lesson on Patching? [11:01] I mean improving on what \sh taught [11:01] Kyral: np, it works... but it's really a bit fragile ;) consider looking at a package which uses dpatch... hmm, ajmitch, name one :) [11:01] don't ask me :P === Kyral adds it to the list of things to do over break (if he doesn't get kicked out) === jdong [n=jdong@ubuntu/member/jdong] has left #ubuntu-motu [] [11:02] ajmitch, I swear swear swear noteedit is sane this time; care to peek? https://launchpad.net/bugs/5577 [11:02] Malone bug #5577: noteedit: merge new debian version In: noteedit (Ubuntu), Severity: Normal, Assigned to: MOTU Merge Team, Status: PendingUpload https://launchpad.net/bugs/5577 === ajmitch doesn't know anything about this packaging stuff === Kyral hits the ground laughing [11:02] slomo, when should one use cdbs vs. dpatch? or is it a preference thing [11:03] seth_k|lappy: you can use dpatch with cdbs [11:03] since cdbs doesn't specify a patch system [11:03] Kyral: ah, i have one... mono uses dpatch ;) [11:03] seth_k|lappy: asking me to review a kde package? === Kyral sighs [11:03] cdbs even has a nice include for using dpatch [11:03] \sh is really a better person to ask if he's around [11:03] alrighty [11:03] I use dpatch exclusively [11:04] slomo: you'd reject a package just because it *doesn't* use dpatch? [11:04] My first priortity is that a package installs sanely [11:04] and works as advertised [11:04] once thats done I can clean up the debian dir [11:04] ajmitch: nope... that was a suggestion, no must :) [11:05] hey ajmitch, dpatch is not _that_ bad... [11:05] wait, if cdbs doesn't specify a patch system, what manner of voodoo is cdbs-edit-patch? I use that normally, but I worked on a package last week that used dpatch and then I used dpatch-edit-patch, so I assumed cdbs had its own patch system. [11:05] in Linux voodoo usually has something to do with Bash Scripting and sed [11:06] seth_k|lappy: cdbs includes an example, called simple-patchsys [11:06] it also has support for quilt & dpatch [11:06] ajmitch: in fact i already advocated it before ;) [11:06] slomo: I know [11:07] simple-patchsys doesn't require you have a 00list of patches, [11:07] but rather on dictionary sorting of patches filenames to form order in application? ( ajmitch ?) [11:07] s/on/an/ [11:07] sivang: I think so [11:07] but dpatch allows more customization... it's even possible to run 00list through a preprocessor before using it etc ;) [11:07] ajmitch in my revu am i allowed to code an own setup.py ? [11:08] JohnnyMast: depends on how crackful it is [11:08] slomo: right, so you get many gnome stuff using this (as I've seen) [11:08] so in simple-patchsys is there any way to have a patch but not applied (for backport purpose, for example)? [11:08] <\sh> seth_k|lappy: cdbs works with simple patch sys..which means normal diffs...it adjusted dpatch-edit-patch to cdbs-edit-patch [11:08] minghua: nope, it's only a simple system === Kyral sighs [11:08] I've done it again [11:08] ajmitch: sure, fair enough. but I think I'll stick to dpatch for now :-) [11:08] <\sh> but as we could see the last time..if someone is breaking cdbs ... nothing compiled anymore [11:09] I've sparked a discussion on patch systems [11:09] true [11:09] Kyral: easychem has a few build warnings [11:09] http://revu.tauware.de/revu1-incoming/easychem-0512011625/easychem_0.6-0ubuntu1.buildlog [11:09] ajmitch: it does? [11:09] I thought setup.py is actualyl the "debhelper" of dist-utils, that you take a template and "override" the methods to run your own customization code, if to follow OOP [11:09] <\sh> the rule but says...don't use a patch system at all, when there is no one...do your changes in the diff.gz [11:09] \sh: we're talking about a new package here [11:10] \sh: so that means manually diffing, and including all changes into the diff.gz , that will be applied by the debian/rules on build? [11:10] I see newline warnings.... [11:10] one with a patch systme learnt from the motu school :) [11:10] <\sh> well...then I prefere diff and patch and debhelper :) so I know what i'm doing :) [11:10] Kyral: library.c:1: warning: ISO C forbids an empty source file [11:10] as well as string length warnings [11:10] ajmitch: he did? :-) [11:11] so you want me to go fix them? [11:11] can I ask here autotools and gnu general project question guys? ;-) [11:12] slomo: btw, packages the follow that approch seem scary :) [11:12] slomo: (00list.in , install.in etc...) [11:12] sivang: sure... but i can't promise that i know the answer ;) [11:13] slomo: you know notify-send ? [11:13] slomo: (thank alot btw) [11:13] sivang: i know what it does... but that's it ;) [11:14] slomo: running `make -f Makefile.cvs' in pre-build:: works fine :) [11:14] good night everybody [11:14] night dholbach :) [11:14] bye dholbach :) [11:14] gn8 dholbach :) [11:14] night guys :) [11:14] night dholbach [11:15] good night dholbach [11:15] noight dholbach [11:15] :) [11:16] slomo: don't worry about it. a small CLI wrapper that uses libnotify [11:17] sivang: that's exactly what i know about it :P [11:17] slomo: all there is, but do you know if it supports some kind of callbacks? (I wasn't abel to find those by reading it man page) [11:18] sivang: callbacks for a CLI program? hm, i doubt it... (why don't you use the library itself?) [11:18] <\sh> going again......I don't make it...watching harry potter [11:18] \sh: still feeling bad? [11:18] <\sh> it's getting worse [11:18] <\sh> 39.8 degree [11:18] \sh: oh man, I hope you get better soon [11:18] \sh: you need compresses [11:19] \sh: (cold ones) [11:19] <\sh> not now....when it's going over 40..I had this before...:0 === dholbach [n=daniel@ubuntu/member/dholbach] has left #ubuntu-motu ["Ex-Chat"] [11:19] some 'medicinal' brandy? [11:19] yes, I think its in place [11:19] advil or so [11:20] slomo: ok, so I decided that I am going to use the library directly :) [11:20] Again I get Jeff's voice in my head going "We do NOT have a drinking problem in this project!" [11:20] sivang: what are you doing btw? :) [11:20] slomo: exactly for those reasons, how do I start a C project that will have all the necesary foo, for using libnotify to produce 3-4 small binaries ? :-) [11:21] Kyral: were you in Montreal? [11:21] sivang: bingo :D [11:21] Only for the Love Day [11:22] Kyral: oh man, I didn't meet you nor knew who you are, and we talked quite some bits over IRC :) [11:22] sivang: I know lol [11:22] slomo: https://wiki.ubuntu.com/HomeUserBackup [11:22] sivang: you mean the autotools magic required for that? well, as it's C you can probably take one of the millions of tutorials out there :) [11:22] I met Mitch and dholbach and \sh... [11:23] Kyral: well, I'm not nearly as half handsome and charming as they are so I guess you didn't loose too much - but it would have been nice to meet :) [11:23] sivang: indeed [11:23] I cannot wait for the next conference [11:23] Mitch? who is Mitch? :P [11:23] Wait...I hope I can arrange transportation lol [11:23] slomo: right. I though there was a quicker way like "you know what, this is a package I worked on - take it's auto-foo as a template and just reaplce yours" :-) === Kyral bonkers ajmitch [11:24] ..damn tabcomplete dictionary [11:24] what is bonkers? [11:24] I meant "bonk" [11:24] tab complete took it though [11:25] slomo: anyway, will look for a tutorial :) [11:25] sivang: i have some started but never finished projects on my hdd... but today i would do many things different ;) but look for example at... hmm... thoggen and evince autotools stuff looked nice and clean iirc [11:26] slomo: how do you know what directives to use in configure.in ? AFAIK they change constantly :-/ === eruin shouts loudly at ATI [11:26] and most intros appear old and out dated.. [11:27] sivang: hmmm, if you don't have any idea look at millions of examples and extract what you need from them =) [11:27] slomo: right, I know - I'll use update-notifier :) [11:28] sivang: isn't it written in python? [11:28] slomo: nope, at least not according to what mvo told me. libnotify hasn't still seen a decent python binding lib [11:28] oh, yes... seems to be C :) [11:29] then it's a good example probably [11:29] slomo: I hope.thanks! [11:29] Riddell: all changes done [11:30] sivang: but when you have some more specified questions feel free to ask me :) [11:30] slomo: sure, thanks alot :) [11:31] np :) [11:31] good night everybody [11:32] nigth slomo [11:32] night slomo [11:32] thanks for your patience and advice === tvelocity [n=tony@84.254.9.197] has joined #ubuntu-motu === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-motu === ompaul [n=ompaul@213-202-136-87.bas502.dsl.esat.net] has joined #ubuntu-motu [11:54] woo flight 2! [11:55] hey lads, do any of you know whether package md5sums are checked after download, before install? === spacey [n=spacey@flits101-191.flits.rug.nl] has joined #ubuntu-motu [11:56] I believe they are [11:57] that's good enough for me :) [11:58] I'm on a very fast, but very unstable connection [11:59] the Packages.gz has an md5sum per package [11:59] and Release is GPG_signed, with an md5sum of each Packages, Source, etc [12:00] bbl