/srv/irclogs.ubuntu.com/2008/10/17/#ubuntu-motu.txt

=== TheMuso_ is now known as TheMuso
jcastroI am putting together a request for "speakers" for the next open week; is it reasonable to expect most motus follow ubuntu-devel or should I crosspost to -motu as well?02:02
* jcastro gets anxious when sending out mass mails02:02
cody-somervillefeel free to cross post02:03
ajmitchyou won't get savaged by a pack of rabid animals02:03
jcastrooh don't worry, I can handle being savaged, I just like to not spam. :D02:05
jcastroajmitch: long time no see, how are thing?02:06
ajmitchyeah good, how are you?02:06
jcastroajmitch: "ahhh, release month" is the best I can say. :D02:07
ajmitchhah02:07
ajmitchyes :)02:07
ajmitchsurely you're just sitting back & relaxing?02:07
jcastroheh02:08
zulspam spam spam spam02:08
=== RoAk is now known as RoAkSoAx
mcasadevallemgent, ping03:15
=== mcasadevall is now known as NCommander
nxvljcastro: count on me for UOW03:40
jcastronxvl: add yourself to the prep page please!03:40
nxvljcastro: already done03:40
nxvl:D03:40
nxvljcastro: i want to run a session explaining the development cicle, freezes, milestones and all that stuff03:41
ajmitchthose sort of things are never at a decent time for me :)03:44
_AndrewIf I need to package a deb twice with different data for i386 and amd64 how do I name it so that they're the same package but different debs?04:21
RAOF_Andrew: In what way different data for i386 and amd64?04:21
ScottKNCommander: Looking for some FTBFS?04:22
_AndrewWell if it's a binary package04:22
ScottKNCommander: You might want to get gtklookat to build with the current libopenvrml so the old one can be NBS'ed out.04:23
persia_Andrew, You don't want to do it that way.  Create a source package with both the amd64 and i386 blobs, and then generate the correct contents for the .deb in debian/rules04:23
persiaNCommander, it's a bit of an API change.04:23
_AndrewIs there a way you know off the top of your head to check if a build is 64 or 86 in the rules file?04:25
persiaI think it's DEB_HOST_ARCH04:25
* persia checks04:25
persiaHrm.  Actually, I'm confused about the right rune to support crosscompilation.  Just use `DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)` for now.04:27
_Andrewok04:28
persiaIf you construct your source using the right directories, you can then install from the $(DEB_HOST_ARCH)/ directory, and it ought to do the right thing (assuming you are unpacking into directories named "i386" and "amd64").04:29
persiaNote for those without context : this is about packaging the nvidia-cg-toolkit binary blobs for multiverse : this is *not* a good packaging technique in most cases.04:29
_Andrewok i'll do that then..04:34
NCommanderpersia, which package?04:37
mdomschpersia, -ENOSOURCE04:38
mdomschmakes you jump through hoops04:38
persiaNCommander, gtklookat04:44
persiamdomsch, Yep: that's precisely the problem :)04:45
NCommanderpersia, what's the current libopenvrml?04:45
NCommanderoh04:45
NCommanderI see04:45
persiaNCommander, build-dep is libopenvrml-dev (unversioned)04:45
NCommanderah04:46
NCommanderThat makes sense :-)04:46
persiaI spent a few hours on it last night : there's more changes than I usually like.04:46
NCommanderHow far did you get?04:46
persiaMy current version still doesn't parse as valid C.04:47
persia(mind you, this is probably because half of it is C++, but it still ought parse)04:47
NCommanderOuch04:48
NCommanderI take it this is going to be a major headache?04:48
persia383 days since the last Debian upload, so no hints there.04:49
NCommanderwhat about upstream?04:49
persiaWell, someone has to learn the libopenvrml API, I suspect04:49
NCommanderArgh, I *Hate* quilt04:50
persiaupstream doesn't distribute it in the newer releases.04:50
NCommanderwait, what?04:50
* persia looks for evidence of consolidation04:50
persiaNCommander, There's a reference in the upstream changelog from 2006: "Removed lingering reference to lookat".  Given that the version of openvrml we currently ship happens to produce lookat, I suspect that the issue is larger than an API.  I should have looked at this last night.04:55
* NCommander checks popcon on gtklookat04:56
NCommanderRemoval may be the correct solution04:56
persiaI'm thinking that.04:56
NCommanderArgh04:56
NCommanderwhy does ubuntu's popcon suck compared to debian's :-/04:57
persiaHow do you mean?04:57
NCommanderOn popcon, you can look up specific packages without having to open the by_inst log which is huge04:57
persiaAh, yes, that would be frustrating.04:58
=== lacqui_ is now known as lacqui
NCommanderpersia, its got 1 recent usage on Debian05:00
NCommanderand I don't even see it on the Ubuntu installation lists05:00
NCommander(aka, no one who has popcon has it installed ...05:00
NCommanderpersia, so I think it can be safely removed :-)05:02
persiaNCommander, Sounds good.  I'll file a bug.  I think openvrml needs a major packaging overhaul, based on upstream NEWS.  I'm strongly of the opinion that the current package has some issues.05:05
NCommanderIt likely needs to be fixed in Debian05:05
NCommanderOr should be05:05
persiaOh, certainly, but I suspect the number of users is sufficiently small that it can happen in squeeze.05:06
NCommanderpersia, looking at popcon (I made a type) there are 18 recent users05:06
NCommanderBut 980 installations, 56 recent users, 18 recent upgrades05:07
* NCommander isn't used to reading popcon data05:07
persiaNCommander, Of gtklookat?05:08
NCommanderyeah05:08
NCommander:-/05:09
persiaOK.  So, it wants porting then, or people want working VRML?05:10
NCommanderpersia, gtklookat was dropped upstream05:10
persiaYes, a couple years ago.05:10
NCommanderI think dropping it is the correct solution05:10
NCommanderpersia, it looks like the gtklookat plugin was replaced with a browser plugin or something05:11
persiaOh, I don't disagree with that, I'm just wondering how to pander to the users.05:12
NCommanderso its useless if your using modern versions of the library05:12
persiaThere's a plugin and a standalone app.05:12
NCommanderthe functionality probably went into the standalone app05:12
persiaThere's also an RC bug in Debian about openvrml FTBFS (which I'm checking).  It may be worth fixing in Debian sooner, rather than later.05:12
persiaAnd according to Debian bug #459242 , it doesn't even work correctly :)05:13
ubottuDebian bug 459242 in gtklookat "gtklookat: different results on different computers" [Important,Open] http://bugs.debian.org/45924205:13
NCommanderpersia, where's the FTBFS bug?05:14
* NCommander was looking at RC bugs05:14
NCommanderI can get that NMUed in Debian05:14
persiaNCommander, http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=openvrml&archive=no&pend-exc=pending-fixed&pend-exc=fixed&pend-exc=done&sev-inc=critical&sev-inc=grave&sev-inc=serious&repeatmerged=no has two of them.05:15
persiaI'd suggest the new upstream to be the solution, and not shipping in Lenny.  I'm testing in intrepid, but suspect I'll feel the same about that.05:15
persiaNote that new upstream requires NEW, so probably doesn't belong in either lenny or intrepid.05:16
NCommanderSo what do we do?05:17
NCommanderDrop openvrml?05:17
persia(plus it needs ubuntu delta for mozilla-ness, so sync isn't right either).05:17
persiaI say we drop gtklookat, and drop openvrml if my build-test fails.  gtklookat belongs on the blacklist, but I don't think we should blacklist openvrml, and we can try to fix it for squeeze/jaunty.05:18
NCommanderWe have openvrml-atlook now05:18
NCommanderSo the newer versions have replacements05:18
persiaTake a look in debian/patches :)05:18
NCommander?05:18
persiaWe have openvrml-lookat.  Upstream doesn't.05:19
NCommanderCan we drop like the 20 odd versions of this library?05:19
NCommander(there are like four seperate versions ...)05:19
persiaI only see libopenvrml8 and the NBS libopenvrml5c2a05:20
StevenKpersia: gtklookat is quite stuffed05:20
StevenKpersia: Upstream doesn't care any more, and it needs significant rewriting to deal with the API changes that openvrml has gone through05:21
persiaStevenK, Yeah.  I'm filing a removal bug as soon as the openvrml build fails.  Perhaps you'd like to action it once I'm done?05:21
StevenKpersia: Perhaps05:21
persiaIt seems we have a few other VRML viewers, so I'm not very worried.05:22
NCommanderpersia, I have libopenvrml4, 3, and 005:22
NCommanderor05:23
NCommanderMore specificly05:23
persiaNCommander, If your apt-cache clean?05:23
persiaNCommander, Is your sources.list trim?05:23
NCommanderapt-cache clean says command not found05:23
persiaYes.  making a clean apt-cache comes from running any of the many apt-cache affecting tools in "update" mode.05:24
NCommanderHow do I do that if apt-cache clean doesn't exist ;-)?05:24
persiaMind you, you'll want a trim sources.list before you do that.05:24
NCommanderIt's just intrepid05:24
NCommanderAnd my PPA05:24
NCommanderoh wait, I have the REVU sources list on it05:24
NCommanderO_o;05:25
persiaNo, you run an update from adept, synaptic, update-manager, apt-get, aptitude, python-apt, libept, or something similar.05:25
persiaThat cleans the apt-cache.05:25
NCommanderok05:25
NCommanderTrying05:25
persia(but only if you have a good sources.list)05:25
NCommanderYou don't have it on yours?05:25
NCommander(if you don't, then its not going to irk me)05:25
persiaNo.05:25
NCommanderok05:25
persiaTry updating a build chroot, and checking the apt cache therein.05:25
NCommanderSo what do we do now?05:26
NCommander(while I check)05:26
persiaIf you find lots of libopenvrmls, please hunt and kill them.  I'll take care of 5c2a and 8.05:26
StevenKI'll deal with 5c2a05:27
StevenKAlong with gtklookat05:27
persiaCool.  That just leaves me 8.05:27
NCommanderanything else I can do?05:27
StevenK8 is also NBS?05:27
* persia files the gtklookat bug quick so StevenK has an excuse.05:27
persiaNo, but I believe it to be FTBFS, and require a new upstream to be sensible.05:27
NCommanderwait05:28
NCommanderIntrepid went frozen?05:28
StevenKRight05:28
NCommanderwhen did that happen?05:28
StevenKYesterday]05:29
StevenKs/]//05:29
lifelessafter it wasn't frozen05:29
StevenKHah05:29
* NCommander whacks lifeless 05:29
NCommanderso what does that mean specifically?05:29
StevenKIt won't thaw before release. That makes me sad.05:29
* lifeless releases the hounds05:29
* NCommander eats the hounds05:29
* NCommander uses a phoenix down on lifeless05:29
lifelessthats gonna smart05:29
StevenK"Ow! That's going to bleed when my heart beats!"05:30
persiaNCommander, It means that if you upload something that changes anyone's build images, and you don't have an RC reason, you'll get smacked.05:30
lifelessNCommander: it means that no changes without approval from here on in05:30
NCommanderRight05:30
NCommanderOk05:30
NCommanderI was expecting that05:30
NCommanderI just didn't realize the actual status of the archive changed in launchpad05:30
persiaIt's the only way to enforce the approvals.05:30
StevenKFor universe/multiverse, not yet05:30
StevenKRead -devel-announce05:30
persiaStevenK, Well, it still needs approvals, but it's a little easier to get them.05:31
* NCommander should subscribe to that ;-)05:31
* StevenK thumps NCommander 05:31
* NCommander looks forward to finishing his first cycle with DIF jaunty05:31
* NCommander thumps StevenK 05:31
persiaStevenK, bug #284768 for posterity.05:31
ubottuLaunchpad bug 284768 in gtklookat "Please remove gtklookat from Intrepid" [Wishlist,Confirmed] https://launchpad.net/bugs/28476805:31
* StevenK logs into cocoplum again05:32
NCommandercocoplum?05:32
NCommanderIs there ANY logic behind canonicals naming scheme?05:32
persiaNo.05:32
_Andrewsorry guys one last question, how do I authenticate my packages when I download them from myppa?05:32
NCommander_Andrew, you can't05:32
NCommanderLimitation of PPAs05:32
persia_Andrew, Copy them to some other repo, and sign that repo.05:32
NCommanderor do that05:32
_AndrewSo I can't distribute a key or something and download them from myppa?05:33
persiaNope.05:33
_AndrewThat sucks05:33
_Andrewhehe05:33
NCommander_Andrew, its a known bug with Launchpad, but the fix isn't trival or even clear05:33
StevenKpersia: gtklookat and libopenvrml5c2a killed05:34
persiaStevenK, Cool.  I suspect I'm going to want all of openvrml gone (but not blacklisted), but that can wait.05:34
NCommanderStevenK, that's an awesome power05:34
StevenKOh yeah05:34
* StevenK blacklists gtklookat05:35
_Andrewok it doesn't really matter.. I've been packaging all the things I need for people to download to compile my code.. Here you can check it out.. https://launchpad.net/~andrewfenn/+archive05:35
_AndrewI'm pretty proud since i've never packaged before05:35
NCommander_Andrew, you can submit your packages for submission into Ubuntu via REVU05:35
NCommander(although you'll have to wait for Jaunty to open)05:35
StevenKNCommander: Hmm?05:35
NCommanderStevenK, the power to zap packages ;-)05:36
persiaNCommander, This particular package would do better to go through Debian, as it's a repackaging to take advantage of upstream license changes, and would solve a number of complex issues.05:36
StevenKNCommander: It's quite fun05:36
NCommanderpersia, I can see about getting it NMUed since upstream is quite dead05:36
persiaOK.  Last meaningful NBS issue seems to be octave-gpc.05:36
_AndrewI submitted a bug at debian already05:36
NCommanderpersia, I have someone willing to do the NMU, which mean once squeeze is opened, I can look at getting it orphaned and then updated05:36
persiaNCommander, I think you're talking about a different package than _Andrew and I.05:37
_Andrewand in Ubuntu linking to the debian bug and also put in where to find the deb I made incase anyone wants it05:37
NCommanderpersia, I'm talking about openvrml05:37
persia_Andrew, Did you run lintian against your package (nvidia-cg-toolkit) ?05:37
_AndrewI have no idea hehe05:38
NCommanderThat probably means no05:38
persiaNCommander, Getting that updated would be good.  You might want to check with sam about dropping gtklookat as well.05:38
NCommander_Andrew, lintian is a utility to find common bugs in packages05:38
NCommanderTry running lintian on your .dsc and on your debs05:38
_Andrewoh right, I didn't do that for any of them05:38
NCommander_Andrew, if your interested in getting those packages in Debian, I'd be glad to help you with that05:39
persia_Andrew, You've generated a native package.  You don't want to do that.05:40
NCommanderArgh05:40
* NCommander just possibly found an RC bug05:40
NCommander  libfam-dev: Depends: libfam0 (= 2.7.0-13.3ubuntu1)05:40
NCommanderCan't install05:40
NCommandercan someone confirm?05:40
* StevenK checks05:40
_AndrewI ran lintian against my dsc and it doesn't do anything.. that's good right?05:40
persiaThat's good.05:41
NCommanderIt means there are no stupid packaging bugs, so yes :-)05:41
StevenK_Andrew: It does do stuff, it just doesn't report anything05:41
persiaYou also want a debian/rules get-orig-source rule to explain how to construct the source files.05:41
NCommander_Andrew, most *NIX utilities say nothing if everything is ok05:41
_Andrewyeah I know but well.. sometimes you just wanna confirm..05:41
NCommander:-)05:42
persia_Andrew, Also, you are editorialising in debian/copyright : don't do that.  Do identify the upstream authors and copyright holder.05:42
NCommanderStevenK, can you install libfam-dev?05:42
_AndrewWhich file?05:42
StevenKNCommander: Yes05:42
_Andrewthe toolkit?05:42
NCommanderOk05:42
NCommanderhrm05:43
* NCommander looks at why this went boom05:43
StevenKNCommander: Direct from archive.u.c to my machine05:43
NCommanderpersia, are you on -release?05:55
NCommanderoh05:55
NCommanderTheMuso, ping?05:55
TheMusoNCommander: pong05:56
NCommanderTheMuso, can I get an ack for an upload to universe?05:56
TheMusoNCommander: bug?05:56
StevenKYou don't need an ack currently, I think05:57
NCommanderThe archive is frozen05:57
persiaNCommander, Very much not.05:57
NCommanderSo doesn't -release have to unfreeze that package05:57
NCommanderor do I misunderstand?05:57
TheMusoNCommander: only for upstrea/Feature freeze.05:57
TheMusoupstream05:57
* NCommander is familiar with Debian freezes05:57
NCommanderbut not Ubuntu05:57
* persia files bug #28477505:58
ubottuLaunchpad bug 284775 in openvrml "Please remove openvrml from intrepid" [Undecided,New] https://launchpad.net/bugs/28477505:58
NCommanderSo who gets a package to enter the archive if archive state == frozen?05:58
StevenKmain/restricted requires -release to say yes05:58
persiaNCommander, An archive admin needs to explicitly accept it.  They will only do so based on the guidance of the relevant release team.05:58
NCommanderah05:58
NCommanderI see05:58
NCommanderthat makes sense05:58
NCommanderok05:58
* NCommander runs and hides now ;-)05:58
persiaStevenK, Technically, universe/multiverse requires MOTU-release to say yes, but there's been a semi-blanket "yes" said for the next few days.05:59
persiaOK.  It's archive-consistency season.  I've 76 packages on amd64 that cannot install.  Could people with other architectures please run `apt-cache unmet -i | grep ^Package  | wc -l` and report the results?  I suspect we've some work to do.06:02
StevenKpersia: Does intrepid_probs.html agree with you?06:03
persiaStevenK, intrepid_probs.html is only 2 architectures, and only main.  It doesn't tend to be a very interesting source of stuff to do.06:03
persiaEverything in there is either langpacks or kernels.06:04
StevenKpersia: Oh, yes. libhdf5-serial-1.6.5-0 essentially only contains octave-gpc to be fixed.06:04
persiaintrepid_outdate.html is a little more interesting06:04
StevenKpersia: octave-gpc looks to be very hard to get working against octave 3.006:04
persiaStevenK, Yeah.  I looked at that, and deleted the results after fiddling a bit.06:04
persiaIt needs someone who actually understands octave.06:05
StevenKI managed to get it compiling stuff, but the API has changed06:05
StevenKSince configure.in was written by someone who assumed that $major_version is always 206:06
persiaNCommander, You like playing with goats, right?06:07
NCommanderpersia, er?06:07
NCommandergoats?06:07
* persia finds an image from the O'Reilly catalog06:07
NCommanderWhat needs porting?06:07
persiaoctave-gpc06:08
NCommanderI don't know anything about octave06:08
persiahttp://sources.redhat.com/autobook/cover.jpg06:09
NCommanderWhat does upstream have to say on the subject?06:09
persia(that should explain the goats)06:09
NCommanderIt does06:09
NCommanderBut it still sounds wrong06:09
StevenKoctave-gpc |    0.1.6-5 | unstable/contrib | source, amd64, arm, ia6406:10
StevenKI guess that explains a little06:10
persia219 days old (needed 10 days)06:10
NCommanderIt's a multiverse package?06:10
NCommanderIt's got no rdepends06:10
NCommander17152 octave-gpc                       488     4    97     2   385 (Debian Octave Group)06:11
persiaNCommander, It's GPL multiverse though, which makes it less unpleasant.06:12
NCommanderso 488 installs, 4 regular users, 97 old users, two recent upgrades, and 384 unknowns06:12
persiahttp://changelogs.ubuntu.com/changelogs/pool/multiverse/o/octave-gpc/octave-gpc_0.1.6-5/copyright06:12
NCommanderpersia, looks dead upstream06:13
persiaStevenK, How do you feel about removal?06:14
NCommanderFour users, no rdepends06:14
StevenKI'd like to discuss with pitti, first06:16
* NCommander checks debian popcon06:16
sbeattiepersia: 47 on i386 here.06:16
persiasbeattie, That's a much smaller number, which is good, but still a bit to do :)06:17
persiaNCommander, Not so dead upstream.  Last commit was only 8 months ago.06:20
NCommanderI can't see a stable release for it06:21
sbeattiepersia: mind you, edos-debcheck finds 99 on i386. Not sure why some don't show up in apt-cache unmet -i.06:30
persiaLack of stable release doesn't mean dead.06:30
persiasbeattie, Recommends.06:30
persiahttp://qa.ubuntuwire.com/debcheck/ provides a pretty good picture of everything that needs doing, but it's *lots* of packages.  I think apt-cache unmet -i is the first stage : once those are complete, it's worth chasing the rest.06:32
NCommanderapt-cache unmet -i?06:40
StevenKRun it06:40
sbeattiepersia: odd, neither apt-cache unmet -i nor http://qa.ubuntuwire.com/debcheck/ list xxkb as uninstallable, but it definitely is, though it just needs a rebuild.06:41
dholbachgood morning06:41
sbeattie(well, I have no idea if the rebuilt package actually works as expected; it did things, but it was not obvious that it was behaving correctly and the online documentation for it is in russian)06:42
persiasbeattie, Very odd indeed.06:42
persiaWell, that's a help.  Is there a bug for that?06:42
sbeattiebug 7626006:43
ubottuLaunchpad bug 76260 in xxkb "[UNMETDEPS] x11-common conflicts with xxkb, but xxkb depends on x11-common inderectly" [Undecided,Confirmed] https://launchpad.net/bugs/7626006:43
gesergood morning dholbach06:43
dholbachhi geser06:44
didrocksgood morning everyone ! :)06:44
dholbachhi didrocks06:44
didrockshi dholbach !06:44
NCommanderhow goes it dholbach06:45
dholbachNCommander: good good, slowly waking up :)06:45
* NCommander gives dholbach coffee06:45
dholbachgracias :)06:45
geserdholbach: http://xkcd.com/490/ ?06:45
dholbachgeser: no no, I got up already :-)06:46
persiasbeattie, Just for future note, it's a good idea to subscribe the sponsors when you attach a debdiff to a bug.06:50
sbeattiepersia: I know, I was hoping for some confirmation that the ppa package actually worked correctly first; if it didn't, I was going to request it just be dropped.06:52
persiasbeattie, For exceedingly unloved packages like that, we usually just test a bit locally, and if it doesn't break anything, upload, as it's probably better than the previous state.06:52
persiaMind you, the package still build-deps on x-dev, which is non-ideal, but that can be fixed for Jaunty.06:53
highvoltagemoring dholbach07:41
dholbachhiya highvoltage07:41
BugMaNmorning all07:41
highvoltagedholbach: will http://www.jonobacon.org/?p=1345 be available on http://video.ubuntu.com/motuvideos/ as well?07:41
highvoltagehi BugMaN07:41
dholbachhighvoltage: I'll ask him for the original07:42
highvoltagethanks dholbach!07:43
huatsmorning everyone !09:27
directhexis it? :o09:27
didrocksmorning huats ;)09:31
huatsmorning didrocks09:31
james_wlfaraone: congratulations10:13
morgsjames_w: morning!10:24
* morgs is looking for a good example of how to handle binary package renames. Provide a transition package?10:25
slytherinmorgs: what is the reason for rename?10:26
morgsslytherin: we synced from debian which had some different names to hardy - e.g. hulahop -> python-hulahop10:26
morgsand sugar-toolkit -> python-sugar-toolkit10:27
morgsso it's for upgrades from hardy10:27
slytherinmorgs: do the new packages replace any files form the old one? I think you might want to take a look at how it was done for bluez.10:28
slytherinmorgs: bluez replaces everything that was present in bluez-utils.10:28
morgsslytherin: OK thanks, it's basically a rename, so if you had hulahop installed, you now want python-hulahop installed to replace hulahop10:29
morgsI'll look at bluez10:29
doggymenzdude, put openoffice3 and blender248 in repo10:57
doggymenzthere is old version in repo10:57
orly_owlok dude10:57
doggymenzthx dude10:58
orly_owlnp10:58
=== asac_ is now known as asac
james_whey morgs11:03
slytherinpersia: there?11:38
jribpython-webkitgtk is broken and fails to build from source :/11:43
=== thekorn_ is now known as thekorn
directhexwebkit-sharp is great and builds fine from source. boo to python12:01
POXlol12:03
* jrib sees the problem methinks and boo sharp :)12:05
persiaslytherin, kinda, but distracted.12:06
slytherinpersia: when you have time, just let me know if we should get merge change - http://packages.qa.debian.org/libj/libjogl-java/news/20081012T161521Z.html12:19
sistpoty|workhi folks12:22
persiaslytherin, No, we don't want to do that while it's frozen.12:22
slytherinpersia: So do you mean we can get it past RC?12:23
slytherins/past/post12:23
persiaslytherin, I mean I don't think it's worth trying to push it.  We're not going to get a multiverse->universe change, so the license change isn't so important.12:23
lfaraonethanks, james_w12:23
slytherinOk.12:25
slytherinpersia: and what about this - http://lists.debian.org/debian-java/2008/10/msg00014.html12:32
persiaslytherin, How many packages?  If it's only three or four, it's worth fixing.  If it's more, it's probably not worth fixing.12:44
jribwhen is it ok for pywebkitgtk_1.0.1.orig.tar.gz to be modified?12:45
jribfrom whatever the project actually puts out12:46
persiajrib, When it contains stuff you can't distribute because of the licensing.12:46
persiajrib, The rest of the time, you shouldn't do that.12:46
jribpersia: thanks12:48
persiajrib, Actually, there's also a repack exemption.  If upstream produces a .bz or a .zip or something, we can repack to orig.tar.gz, but the contents must remain identical in that case.12:51
NCommanderpersia, Launchpad still doesn't accept orig.tar.bz2's?13:00
persiaNCommander, I haven't tried in a while, but I've not seen an announcement that it does.  Ask in #launchpad to be sure.13:01
NCommanderpersia, I'll fire an upload to my PPA at some point to test13:01
persiaDktrKranz, Would you have time to test an -rt kernel for intrepid this evening?13:05
slytherinpersia: two packages, statcvs and jta13:08
slytherinpersia: A sync is preferred, right? Those packages are already fixed in Debian.13:09
persiaslytherin, Pushing two packages to drop two obsolete libraries is definitely worth it.  Please proceed, and give me the bug numbers.13:09
persiaA sync is preferred iff there is nothing else that is worrisome.13:09
persiaIf that's the only change, certainly.  If the other changes are also critical, yes.  Otherwise, backport the changes.13:09
slytherinpersia: The latest changelogs are not available on packages.debian.org and hence request-sync is giving trouble. I will tell you bug numbers by tomorrow.13:13
persiaslytherin, Sounds good.13:14
doggymenzplease update python-pyglet in repo from 1.0 to 1.113:15
persiadoggymenz, The archive is frozen for the intrepid release.  What does the new version bring that would be worth a possible regression?13:17
doggymenzthe example code i download dont run, because its coded for the old version13:17
doggymenzthe documentation i lookup doesnt work13:18
doggymenzbecause its documentation for new version13:18
doggymenzand there i stand with my dick in my hand using an old version13:18
DktrKranzpersia: sure... if I find time to break other packages with "security fixes" :D13:18
doggymenzmaybe if i would have the new version, i wouldnt have this problem, not being able to grab keyboard events from NUMPAd13:18
DktrKranzpersia: where can I find it'13:18
persiaDktrKranz, Bug #281276 has a pointer.13:19
ubottuLaunchpad bug 281276 in linux-rt "Upgrade linux-rt to 2.6.27" [Undecided,New] https://launchpad.net/bugs/28127613:19
doggymenzalso  if archive is frozen, then put it in backports13:20
DktrKranzpersia: mind subscribing me at the bug report? I'm lacking a browser right now13:20
persiadoggymenz, It can probably be put in backports for intrepid in early November.  At this point, there's nowhere from which to backport it.13:21
persiaDktrKranz, Not at all.13:21
persiaDktrKranz, even w3m or elinks?13:21
DktrKranzyep13:21
doggymenzits in debian-unstable13:21
morgsI need to add a ___.install for a package where I'm adding a separate transitional package. Is there any quick way to generate that?13:25
james_wmorgs: does the package need to contain anything?13:28
DktrKranzNCommander: all GNAT related packages are in hardy-proposed \o/13:28
* NCommander sprays some bugspray on -proposed13:29
NCommanderDktrKranz, finally :-)!13:29
DktrKranzNCommander: I plan to have some testing during weekend, mind giving a look you too?13:29
morgsjames_w: no, the transitional package doesn't need anything, but it's like the sugar package when we added sugar-activities... the files in the main package aren't installing13:30
* NCommander would have to install Hardy on something13:30
james_wmorgs: ah, I see.13:30
persiaNCommander, virtualisation is the key13:30
james_wmorgs: not really, depends what's in it, just installing usr/ might be a good start13:30
directhexhm... suggestions on debian/watch of a svn repo?13:30
DktrKranzNCommander: a hardy pbuilder should be enough for most packages13:31
NCommanderpersia, its a good thing I hacked VTx in my BIOS to on13:31
morgsjames_w: so putting debian/tmp/usr/* would install anything in /usr/lib/python2.5/site-packates/.../.../ etc?13:31
DktrKranz(if not all)13:31
james_wmorgs: I believe so13:31
morgsjames_w: thanks, that's great.13:31
* james_w realises he hasn't actually done much packaging for a long time13:32
persiajames_w, You've been coding, which makes up for that.13:32
slytherindoggymenz: we only post sources from debian. The way backports work - the version has to enter first in the latest unstable version and built there without problem. Then one can request for backport and it will be evaluated. One there are no build problems for backport it will made available as test build. Only after confirmation it will be actually out in -backports repository.13:32
slytherinjust curious, has anyone here ever tried coreboot?13:33
NCommanderslytherin, yes, awhile back13:33
slytherinNCommander: how good is it? And what are the chances that I would put my system in completely unusable state?13:34
NCommanderslytherin, pretty awesome, and pretty high if your hardware isn't supported13:34
james_won that note, can someone check this for me please? http://paste.ubuntu.com/58790/13:34
doggymenzslytherin, well pyglet is in debian-unstable, so someone should put it in backports... also someone should put blender and openoffice3 there too13:36
NCommanderdoggymenz, we only backport from intrepid expect in extremely rare cases13:37
NCommander(or more specifically the current release)13:37
persiajames_w, Which file does libgems-ruby share with rubygems?13:37
james_wpersia: for the Replaces?13:37
persiajames_w, Err.  Nevermind.  I see what you're doing.13:37
persiaNo, the conflicts.13:37
persiajames_w, Only issue I see is that you fail to mention that the rubygems package is a transitional package, and may be removed.13:38
james_win the description?13:38
persiaYep.13:38
james_wI pulled it from Debian, but I agree13:38
persiaSee e.g. the x-dev description.13:38
james_wis there some magic if you put "(transitional package)" in the short description?13:38
doggymenzwell, im getting sick of living 6+ months with old releases, while everyone else can happily enjoy the latest stuff13:38
persiajames_w, Only in terms of compliance to conventions.  Some people grep for it, but it's not common.13:40
blanktheserverBlender isn't a serious thing to not have in the repos, since it's only an application it's easy to compile manually. Although the latest versions are really pushing forward.13:40
james_wpersia: http://www.debian.org/doc/developers-reference/best-pkging-practices.html#bpp-transition13:41
james_wpersia: that's what I was remembering13:41
james_wI don't think it's a major use case though13:41
persiajames_w, Like I said.  Some people grep for it, but it's not common :)13:41
slytherindoggymenz: Ok. I was talking about unstable release of Ubuntu. Ubuntu gets source from Debian and they have to be built on Ubuntu build servers.13:41
NCommanderuh, doggymenz, Debian releases once every one to two years. You can run intrepid if you want more up to date things, and jaunty opens in a few weeks which will import everything from sid13:42
doggymenzslytherin, im running 8.10 intrepid ibex, and i must use old packages :(13:42
NCommanderdoggymenz, we're in feature freeze because we are about to do a release.13:43
slytherindoggymenz: Can't help much here.13:43
doggymenzNCommander, yeah.. but after the release, i still wont get any new packages, will i ?13:43
NCommanderdoggymenz, we can backport to intrepid then.13:43
NCommanderdoggymenz, or you can run jaunty13:43
NCommander(the package will enter jaunty, then we can backport it to hardy or intrepid if we get a request)13:44
blanktheserverdoggymenz, why not simply compile the latest and greatest, the things you mentioned are simple to build manually. I'm sure there's even ppa's with packages for whatever you want.13:44
slytherinblanktheserver: what about blender? The 2.46 version is already there in intrepid13:44
blanktheserver2.46 isn't the latest.13:45
doggymenzNCommander, no i cant run jaunty, because if i do that, my system will break and my computer wont be useable13:45
blanktheserverslytherin, in fact 2.48 was just released.13:45
slytherinblanktheserver: We won't get 2.47 in repos now. If there are any particular bug fixes you would like, log a bug, someone will try to backport the fix.13:45
doggymenzi want all new features13:46
blanktheserverslytherin, yes I know, I don13:46
doggymenzi want 2.4813:46
blanktheserverdoggymenz, as I said, compile it yourself13:46
doggymenz:(13:46
blanktheserverIt's really not hard.13:46
doggymenzi shouldnt need to, it should "just work"13:46
doggymenzwindows users are never stuck with old software, they can always enjoy the benefits of the latest software as soon as it gets released13:47
blanktheserverdoggymenz, the latest and greatest has a tendency to not "just work" hence its non-inclusion.13:47
doggymenzit always works on windows13:47
doggymenzi downloaded blender 2.48 and openoffice3 on windows xp, and it worked13:47
persiadoggymenz, You can certainly download and install any version you want.  It might even work.  As with Windows, it's not included in the box.13:48
doggymenzwell, if its in the repo, i can certainly download and install it... if its not in the repo, well, then tough luck13:48
LaneyNo, not tough luck. If it's not in the repo then you can get it from source yourself.13:49
blanktheserverdoggymenz, it is not hard to install software from source.13:49
blanktheserverAnd you could do the same for linux doggymenz, but that's not the point. Beta software as well as latest release software isn't supported because it isn't tested, where the latest and greatest features might matter to you, other people just want a stable operating system. If you want the latest, compile it yourself or get it from a ppa.13:49
blanktheserverI might also add doggymenz, that blender doesn't even need to be compiled.13:58
blanktheserverIt comes pre-built.13:58
=== LjL-Temp is now known as LjL
doggymenzblanktheserver, yes it is. you have to read guide to know what commands to type, make, make install, ./configure, etc... and then it never compiles because of dependencies, if you get the dependencies it still wont compile. now if you manage to compile it, and install it.. then you cant uninstall it14:05
stefanlsdIm using pbuilder chroot  with pbuilder --login . It seem to replicate things properly. like  installing a package doesnt give me the debconf dialog boxes. is that normal?14:06
blanktheserverdoggymenz, you're making it harder than it is.14:06
persiastefanlsd, You should get just as many debconf prompts in the chroot, unless debconf is configured to be non-interactive or something.14:06
blanktheserverdoggymenz, ./configure then make then make install then if needed, make uninstall14:06
doggymenzoh14:07
doggymenzits never been that simple for me14:07
StevenKNCommander: Is is done yet?14:07
doggymenzit always complained about dependencies, i tried get thme, it still woudlnt compil14:07
blanktheserverdoggymenz, obviously you need the dependencies too, but they are just a google and an apt away.14:07
stefanlsdpersia: mmm. not getting any for mysql-server (cant remember if that actually had) - and also bugzilla3  (which def does have if i install it on my live intrepid machine).  so like you said, unless they look for some environment setting and dont do it then...14:08
persiastefanlsd, try running dpkg-reconfigure debconf and then doing the installs :)14:08
doggymenzi just installed pyglet 1.1 and it solved the problem of keyboard events not being able to catch numpad number keys14:10
stefanlsdpersia: dpkg-reconfigure debconf does nothing, and still dont get dialog boxes :)14:10
persiastefanlsd, Hrm.  Dunno then.  Sorry.14:11
stefanlsdpersia: hehe :)   do you think you would be able to test your intrepid chroot for me pleeease :)  - just wanna see if its a specific thing, or i've got a local issue14:12
persiastefanlsd, pastebin the test case14:12
persiastefanlsd, Note that my chroots were built with debootstrap --buildd which may affect things.14:13
ScottKsistpoty|work: I've updated my draft libspf2 package.  If you could have another look it'd be greatly appreciated.14:15
james_wdo we have a "missing package" report that would help with knowing where we may need a transitional package?14:16
=== rainct is now known as RainCT
james_wor would that be too noisy to be useful?14:16
persiajames_w, debcheck has a list of broken dependencies, which may help identify that.14:16
slytherinpersia: does that --buildd option replicate our build servers?14:16
ScottKjames_w: I think it's an excellent idea.  We do have a generic problem of people getting left with orphaned packages on upgrades.14:17
persiaslytherin, No, it replicates hypothetical buildds.14:17
james_wI'm sure we miss loads for LTS->LTS14:17
james_wI'll try and work on it some time14:17
stefanlsdpersia: http://pastebin.ubuntu.com/58804/   (although its a potential 20mb download - so if thats an issue, its ok - will find another way to test!)14:17
ScottKjames_w: Now is the time to start working on it to be ready for the next LTS -> LTS.14:17
slytherinjames_w: have you taken look at broken depends report?14:18
persiastefanlsd, No issues: I have plenty of bandwidth.14:18
james_wslytherin: the debcheck one on ubuntuwire?14:18
persiastefanlsd, which arch?14:18
stefanlsdpersia: x8614:19
slytherinjames_w: yes, that one14:23
james_wslytherin: yeah, but this is something slightly different I think14:23
james_wslytherin: or am I missing something?14:23
persiastefanlsd, You understated the download : it's 268MB for me.14:24
stefanlsdpersia: aah. sorry.  i guess you could do --nodeps.  really only wanna see if the debconf runs14:25
persiastefanlsd, No worries : I just need a few extra minutes.14:25
stefanlsdheh. i need to get out of SA :)14:26
morgsstefanlsd: or wait a few years for all that bandwidth to reach the last mile... :)14:27
ScottKstefanlsd: Move to NZ for a while and then move back and bandwidth in ZA will seem wonderful.14:27
* RainCT reminds that there's a voting about REVU Days on http://ubuntuforums.org/showthread.php?p=592520514:28
stefanlsdScottK: really. Didnt think it was bad in NZ...14:28
slytherinjames_w: What I am saying is you can look into broken depends for important packages and see if something is dropped as compared to hardy. Not an automated task though.14:28
* ScottK reminds RainCT that most developers don't really use the forums.14:28
ScottKstefanlsd: Dunno.  I"ve never been there, but ajmitch is always whining about so ..14:29
persiaI've sent lots of packets there : it's not only limited, but high-latency and congested.14:29
ScottKstefanlsd: I just had the need to deal with dpkg-gensymbols.  Your wiki page was very helpful.  Thank you for putting that together.14:29
stefanlsdScottK: aah. great!  hope it was somewhat accurate. will propose to dholbach that it be moved to Motu Recipes or similair14:31
ScottKI'll find out after sistpoty|work gives the package a once over.14:32
stefanlsdi asked sistpoty and slangasek - and they did a brief overview and said it looked ok..14:33
persiastefanlsd, I'm getting prompted by debconf for the MySQL password.14:34
stefanlsdpersia: aah. kk. thanks. so its local to my pbuilder. sigh14:37
persiastefanlsd, It might also be pbuilder itself.14:38
stefanlsdi wonder if this warrants tring out sbuild14:38
stefanlsdpersia: aah. ok. got it.  its in .pbuilderrc14:42
stefanlsdpersia: export DEBIAN_FRONTEND="readline"   - which now prompts in readline, and i assume  "dialog" will use dialog14:43
persiaShould.14:43
stefanlsdyeah, it does :)14:43
stefanlsdpersia: thanks for helping me test!14:44
persiastefanlsd, Thanks for chasing the issue.14:45
ScottKsistpoty|work, TheMuso, DktrKranz, and the absent norsetto: Release Team meeting in ~ an hour.  Anything I should bring up?14:45
stefanlsdheading home, cya guys later :)14:46
ScottK^^^ Applies to anyone else too.14:46
=== Pici` is now known as Pici
persiaScottK, -rt is just undergoing final testing, and is expected to upload tomorrow (unless someone objects).  I'm not sure if that's worth a mention.14:47
ScottKpersia: You mean the -rt kernel?  If so there's an outstanding action from the last meeting on the topic.14:47
persiaScottK, Indeed there is.14:48
persiaOn the other hand, I do want to wait for both DktrKranz and TheMuso to complete any testing they want to do as well.14:49
ScottKI'll toss it in with a tentative 'tomorrow'.14:50
persiaMind you, if pgraner mentions it, there's no need.14:50
ScottKUniverse comes after Kernel, so it'll be clear.14:51
RainCT(Is anyone here subscribed to the mod_python devel list?)14:52
=== viviersf is now known as viviersf{weekend
=== ember_ is now known as ember
bddebianHeya gang15:40
NCommanderStevenK, still around?15:41
* NCommander is back from work for the moment15:41
StevenKNCommander: Barely15:42
StevenKNCommander: Did that test work?15:42
NCommanderStevenK, yes15:42
StevenKNCommander: Excellent.15:42
NCommanderStevenK, I just need to fix the descriptions, and the patch can land15:42
StevenKNCommander: We pretty much had to pre-empt you, sorry15:43
NCommanderStevenK, huh?15:43
NCommanderStevenK, you committed my in-progress patch?15:43
NCommanderStevenK, well, its not a big deal, the control files can easily be changed after the fact15:45
NCommanderStevenK, what was the rush?15:45
* persia suspects UTC+1115:45
StevenKNCommander: It's 1:45am, and we'd like to fix the kernel15:45
NCommanderStevenK, its been broken for the rest of the cycle, why couldn't it wait a few more hours ;-)15:45
persiaNCommander, Actually, no, the binaries have only been broken for ~12 hours.15:46
NCommanderOh?15:46
persiaThe source was broken, but it accidentally worked.15:46
NCommandero_o;15:46
StevenKNCommander: Because 1) It's been working with -3, and 2) Due to other circumstances, -mid is unable to be installed due to the -di binaries being removed15:46
NCommanderOk, that makes sense15:46
persiaSo everything needs to be in tip-top shape for the daily image build at ~ 2:30 UTC+115:47
NCommanderpersia, the patch hasn't been committed15:50
* NCommander notes there is a minor typoish issue with the control description, but that can be changed without breaking the world15:50
StevenKThere is?15:54
StevenKNCommander: Move the discussion to -devel, so amitk can join in?15:55
NCommanderStevenK, the description issue you noted15:55
StevenKNCommander: amitk and I already fixed that15:56
NCommanderStevenK, score :-)15:56
sistpoty|workScottK: I'll review the package once I'm home from work (probably at ~19 UTC), ok?16:22
ScottKsistpoty|work: Yes.  That'd be great.  I'm going to give the Debian maintainer until tomorrow to respond in any case.16:23
sistpoty|workok16:24
=== dholbach_ is now known as dholbach
slytherinany idea how long does it take for Debian developers to respond to a RFS request?16:33
ScottKslytherin: Somewhere between one hour and never.16:34
maestrolinuxhttp://s2.ar.bitefight.org/c.php?uid=1973216:35
RainCT-.-16:35
lagaidiot.16:35
RainCTlaga: gmta :P16:36
lagaRainCT: gmta?16:36
sevenseekerGreat Minds Think Alike16:36
lagaah.16:37
slytherinScottK: Ok. Do they usually respond for ping over IM?16:42
ScottKIt varies16:43
x1250hi guys, can pbuilder be used before using debuild if no .dsc file is present (like in a new package) ?16:57
persiax1250, You want to use debuild -S to generate a source package, and pbuilder to convert the source package into a binary package.16:58
x1250persia, ok, thanks16:58
=== doggymenz is now known as smallfoot-
ScottKwgrant: I see you milestoned bug 250425.  Are you fixing it?17:31
ubottuLaunchpad bug 250425 in zsnes "zsnes crashes with buffer overflow on startup" [Medium,Triaged] https://launchpad.net/bugs/25042517:32
persiait's 3:33 there, so it may be some time before an answer is available17:33
ScottKNo rush.17:34
* sistpoty|work decides to go home... cya17:39
x1250should I attempt to fix any of this? (3 lines paste)17:48
x1250E: inkscape_0.46.svn20001_source.changes: bad-distribution-in-changes-file intrepid17:48
x1250W: inkscape source: changelog-should-mention-nmu17:48
x1250W: inkscape source: source-nmu-has-incorrect-version-number 0.46.svn2000117:48
persiax1250, No.17:49
x1250persia, ok, thanks17:49
persiax1250, Actually, yes, but not by doing what lintian says.  Change the version to 0.46.svn20001-0ubuntu0+ppa1 or something.17:50
persiaThat should make them all go away.17:50
x1250thanks :)17:51
nxvljcastro: ping17:53
nxvlmneptok: nice title for a talk :P17:54
jcastronxvl: yo17:55
nxvljcastro: is there any page where i can add more information about my talk (the title doesn't say much about what i want to talk)17:55
jcastronxvl: probably wouldn't hurt to add a description section at the bottom or something.17:55
jcastronxvl: I'm in the middle of something at the moment but feel free to add a section or whatever you think is appropriate17:56
nxvljcastro: ok, thank you17:56
fabrice_spHi. Any MOTU to sponsor bug #284629?18:00
ubottuLaunchpad bug 284629 in taskjuggler "[Intrepid] Support for kde dropped from Taskjuggler" [Undecided,Confirmed] https://launchpad.net/bugs/28462918:00
ScottKfabrice_sp: Isn't it uploaded already? http://launchpad.net/ubuntu/intrepid/+source/taskjuggler/2.4.1-1ubuntu318:02
fabrice_spScottK: you're right. The strange thing is that the bug is not in Fix Released or Fix Commited18:04
ScottKDid you mark it in debia/changelog?18:04
fabrice_spok: my fault. I forgot the LP bug number in the changelog18:05
* ScottK runs off. See you later.18:05
fabrice_spexactly18:05
fabrice_spCU18:05
sevenseekerdoes the Release.gpg on PPAs get periodically rebuilt, automatically?  I ask because frequently apt-get reports that file is missing (and I confirm with wget and FF)18:36
directhexno18:38
directhexit doesn't get rebuilt, or built, ever. PPAs are not signed18:38
sevenseekerah18:40
ScottKWhich, IMO, is a good reason not to use them.18:40
sevenseekerI wonder why suddenly my packages are not showing up (they did a few days ago)18:40
sevenseekerany ideas what changed, if I didn't knowingly change anything on my end?18:45
sevenseekerand is it possible to manually sign packages for a PPA, perhaps even TTW?18:45
sevenseekerhmmm, now it is suddenly working... I am confused ;)18:49
=== fta_ is now known as fta
fabrice_spjames_w: about Bug #284786. I updated the bug, but basically, I tested that this extension is working at high level (preferences, shortcuts, mail copy, ...). Is it enough?18:59
ubottuLaunchpad bug 284786 in icedove-nostalgy "icedove-nostalgy: Depends: icedove (>= 1.5) but it is not installable" [Undecided,Confirmed] https://launchpad.net/bugs/28478618:59
persiafabrice_sp, If it installs and works with the existing tools, you're probably OK.18:59
fabrice_sppersia: ok. So it will be one less package with unmet dependencies in Intrepid :-) 65 left for amd64 (after upload by a MOTU)19:03
persiafabrice_sp, Nice work.  WIth 5 days left until freeze, you only have about 13 a day :)19:03
fabrice_sppersia: lol Most of them are linked to gambas2. Is someone working on them?19:09
persiafabrice_sp, I'm not sure.  Check bug assignments, or ask here (generally, rather than to someone specific).19:11
fabrice_sppersia: my intention was to ask globally, not just to you (some pb with Enter key). I'll check bug assigments. Thanks19:18
persiaGood luck.19:20
sevenseekerI have specified EMAIL, DEBEMAIL, DEBFULLNAME, and NAME in my ~/.devscripts file, but when I run dch, it uses 'username@<fqdn>', do I need to enable something in /etc/devscripts.conf?19:29
persiasevenseeker, I believe that's a known bug.  Try putting them in .bashrc and starting a new shell.19:30
slytherinsevenseeker: Not sure if specifying it in ~/.devscripts help. But Ihave it set as environment variable.19:30
persiaPersonally, I just set DEBEMAIL to "NAME <email>" and it works for me.19:30
persia(althoguh I don't do this in my shell RC file)19:30
sevenseekerok, will do19:30
sevenseekerthanks!19:30
slytherinwow, configuring vpn is so easy with network manager now.19:31
mneptoknxvl: money is a precious thing, sadly.19:32
nxvlyup19:32
DktrKranzpersia, just installing -rt flavour, I'll reboot in some minutes and do some tests19:33
nxvlmneptok: btw, i'm buying a psp so we can play in our cigarrette breaks at UDS ;)19:33
DktrKranznxvl, stop smoking ;)19:34
nxvlyeah, i probably won't :P19:34
slytherinisn't there any law in US which bans smoking in public space?19:34
slytherinpublic place I mean.19:35
DktrKranzget some good wine instead, it kills you better than smoking cigarettes19:35
nxvlslytherin: i don't live in the US19:35
nxvl:P19:35
nxvli don't like wine19:35
slytherinnxvl: but UDS is going to be in US right?19:35
nxvlhere are or bad or expensive19:36
nxvlslytherin: yes, but they have smoking areas everywhere19:36
nxvlslytherin: you can't smoke outside them19:36
nxvlslytherin: but you can around them19:36
slytherinhmm, that is fine then. unless you carry the smell with you everywhere.19:36
nxvlyou do, but is not as bad as someone smoking on your side19:38
slytherinwell, I do get headache with even the smell. But then probably it is just me.19:39
mneptoknxvl: AFAIK, no UDS for me.19:41
=== fabrice_sp_ is now known as fabrice_sp
cody-somervilleslytherin, No, I'm allergic as well19:42
* slytherin adds 'no smoking banners' to his plan for UDS in India. :-P19:43
zuli wouldnt mind going to india19:44
slytherinzul: wow, that makes 3 supporters. :-)19:45
nxvlslytherin: 4!19:46
nxvli will still try to make UDS in Peru19:46
slytherin:-)19:46
nxvlso i don't need to take a plane and you all get the long trip19:46
nxvl:D19:46
nxvlmneptok: :(19:46
zulnxvl: no thats ok19:47
nxvlzul: south america is cool19:48
zulnxvl: easy access to drugs ;)19:48
nxvlheh19:48
nxvlthat too19:48
nxvland cheap19:48
directhexisle of man!19:51
iulianScotland!19:55
fabrice_spOne question about gambas2: I miss gambas2-runtime from repository for amd64 (no package exist), but i've just comiled the package in a pbuilder environment. How can I see the build of gambas2 package?20:06
fabrice_sps/comiled/compiled/20:06
fabrice_sp(the official one, I mean)20:07
persiaThere's a link from https://launchpad.net/ubuntu/+source/gambas20:07
fabrice_sppersia: This link is for gambas, not for gambas2 ;-)  In the web page for gambas2-runtime (https://launchpad.net/ubuntu/intrepid/+package/gambas2-runtime), there is no link for amd6420:09
persiafabrice_sp, Check the source : perhaps it's not compiled for amd64.20:10
fabrice_sppersia: will do. Thanks20:11
persiafabrice_sp, It's commented out in P-a-s.  Check the changelog : as it's blocked on alpha, ia64, amd64, and ppc64, I suspect there's some 64-bit issue involved.20:12
persia(cf. http://cvs.debian.org/srcdep/Packages-arch-specific?rev=1.776&root=dak&view=markup)20:12
fabrice_sppersia: you're right. From the link you sent me: # ANAIS - no 64-bit support until gambas320:14
persiafabrice_sp, That drops a bunch off the list then :)20:16
fabrice_spYes! :-)20:17
fabrice_spAnyway, as it compiled successfully, I'll check if I'm able to run it :-)20:18
fabrice_spHehehe: gambas2 is working on amd64 (just ran several examples), so how do I request gambas2 to be build also for amd64?20:30
persiafabrice_sp, Check the upstream changelog *carefully* to make sure something changes related to 64-bits.20:35
fabrice_sppersia: in February, the version 2.1.0 became 64bit aware, and there are several fixes on 64bits problems until June. I think that archive is not up-to-date because of first version of gambas2 not being 64bit compatible20:36
persiaHrm.  2.1.0-1 seems to claim to be 64-bit compatible, but it reports it closes Debian bug #464403, which is confusing.  Is this just a bad changelog entry?20:37
ubottuDebian bug 464403 in gambas2 "gambas2: Build depends on ancient libqt3-compat-headers" [Normal,Closed] http://bugs.debian.org/46440320:37
persiafabrice_sp, Looks like the last gambas related change to P-a-s was r1.680 in May 2007, so I think you're right.20:38
fabrice_spyes: it's not clear, but in the upstream changelog, it's quite clear that it's 64 bit compatible20:39
fabrice_sp* NEW: 64 bits port.20:39
fabrice_spand in later version, you'll find fix for problems with 64 bits lib not in lib6420:39
homyHello, I have a question about debian packages:20:40
persiahomy, Which one?20:41
homyHow can I make my package associate the files "*.ext" with its program on installation?20:41
homyI mean, something like automatically adding a menu entry in Applications, just with file type associations.20:41
persiahomy, Read the freedesktop.org spec on .desktop files, especially the section about Mime-Type: and update your .desktop file.20:42
homypersia: but my file type is not a mime-type, it is a normal textfile with the mime type "text/plain", its just the extension that distinguishes it.20:43
persiahomy, Well, then you've a bit of an issue.  You could define text/x-my-special-app, perhaps?20:44
homypersia: I don't think that's necessary. It's just a small game with the corresponding level files. Can't I just associate files with programs according to the file extensions?20:45
persiaNo.20:45
homythats bad.20:45
persiaDefining a Mime type is easy, and it then works with *all* the tools smoothly.  It's how we differentiate files.20:46
homypersia: how does nautilus now which file has which mimetype? I mean, my level files are normal text files, they don't have a special header, so how should nautilus be able to find the correct mimetype?20:48
persiaYou can use the extension as one of the ways to hint the mime type in the mime type definition.20:49
homypersia: so it comes back to looking at the extension, I just have to define a new mime-type in order for that to work.20:50
homywhat does the application "file" do then? Does it determine the mime type or does it only look at the content of the file?20:51
persiahomy, You've two steps : first define an experimental Mime Type for your savegame files, then create a .desktop file that says that your game is the tool to be used to open these files.20:52
homypersia: ok20:52
persiaFile uses the magic number system to identify the type of the file, which may or may not be related to the Mime Type.20:52
persia(the magic number system used to be mit-magic-number, and predates MIME by several years)20:53
homypersia: so if I defined a new mime type for my level files ending in ".ext", "file" would still determine the level files as "text/plain" and not "text/x-mylevelfile"?20:53
=== jarias_ is now known as jarias
persiahomy, file will probably call them "ASCII text".  The type defined by the magic number has only a loose relationship to the Mime Type (although the magic number can be used as one of the matching factors when defining a Mime Type).20:56
homypersia: ok. How do I add a new mime type? Can you give me a link or something? I can't find anything with a search engine20:57
homyok, I think I did find something. Is http://www.freedesktop.org/wiki/Specifications/AddingMIMETutor?action=show&redirect=Standards%2FAddingMIMETutor correct?20:58
persiaYep.  That'd be the spec you want.20:59
homypersia: do I have to add "update-mime-database" to the postinst script in order for the mime type to be recognized after installation?21:03
homyand similarly also in the postrm script in order for the mime type to be forgotten after deinstalltion?21:04
persiaIf you're using debhelper, just add dh_desktop in debian/rules to take care of that for you.21:05
persiahomy, You probably also want to read http://www.debian.org/doc/packaging-manuals/mime-policy/21:05
homyIn that link it says "update-mime", in the freedesktop spec it says "update-mime-database". Both commands exist on my install. Which is correct?21:06
persiaBoth.  They update different MIME databases (yes this is confusing)21:07
homyso I have to run both. - or let dh_desktop run both.21:07
homyIn what target do I put dh_desktop in rules?21:07
persiaI usually put it in binary-arch I think.21:09
persiaI may be misremembering.21:10
persiaHmm.  dh_desktop calls update-desktop-database actually, but I think that calls update-mime-database or something.21:10
persiaThere's also dh_installmime which would take care of the update-mime bit.21:11
persiaAnyone around for the MOTU Meeting?  I think it's on, but there's no traffic in -meeting.21:13
homypersia: ok, so I need only need dh_desktop.21:15
homyThanks for your help.21:15
persiahomy, No, you want both dh_desktop and dh_installmime.  Good luck.21:15
homythanks.21:16
=== jarias_ is now known as jarias
homypersia: so I don't have to touch postinst and postrm, right?21:17
persiahomy, Not if you let debhelper do it for you.21:17
ivokslol21:18
persia(also known as the easy way)21:18
ivoksi've actually found a job offering21:18
ivoksrequest: good knowledge of ubuntu server21:18
ivoksuf... wrong channel :)21:18
persiaivoks, Neat!21:18
persiaWell, it's nifty here anyway, although there is probably more likely to generate an successful application :)21:18
ivoks:)21:19
ivoksbye :)21:19
=== persia changed the topic of #ubuntu-motu to: https://wiki.ubuntu.com/MOTU | Want to get involved with the MOTUs? https://wiki.ubuntu.com/MOTU/Contributing | Intrepid Feature Freeze: https://wiki.ubuntu.com/FreezeExceptionProcess | QA targets available from http://qa.ubuntuwire.com | Next MOTU meeting: Fri, October 31st 04:00 UTC
wgrantScottK: I was going to, but haven't ended up having time.21:46
jribpython-webkitgtk is unusable.  svn fails to build as well, but I've patched that and am about to submit the patch upstream.  At this point, can I do anything to get a working python-webkitgtk into intrepid before it is released?21:52
wgrantjrib: If it's completely broken at the moment, there is a good chance a patch would be accepted to fix it.21:54
persiajrib, Document the unusablity in a bug.  Attach the smallest possible patch to make it actually do something.  Subscribe the sponsors.  Maybe say something here.21:54
wgrantAs there's not much regression potential from something not working.21:54
jribwgrant: good point.  wgrant, persia: thanks21:54
persiawgrant, My only fear with big patches to make things work is that they may break in other ways: I'd generally prefer to have something stable with a specific known problem that could be addressed via SRU once a solution is found than something shiny for which we don't know the bugs, and may end up with odd unexpected issues.21:56
LaneyIs there anyone from motu-sru around? Can I poke you to bug #280129?21:58
ubottuLaunchpad bug 280129 in ghc6 "Please SRU ghc6 in Hardy to fix correctness bug" [Undecided,New] https://launchpad.net/bugs/28012921:58
LaneyAlso motu-council people: Can I request that your minutes actually include summaries of the discussions? They're largely pointless as just an agenda.22:02
persiaLaney, Compare to the minutes of the non-public deliberations of any of the other councils.  Which would you prefer?22:11
Laneypersia: I don't know what other councils do, I was just suggesting that more information would be welcome22:11
persiaLaney, Most of the councils have a private mailing list and a public IRC meeting.  The minutes and logs of the IRC meetings are available.  The contents of the mailing lists are not.22:12
persiaTo date, MOTU Council has worked the other way, under the assumption that it's better that any issues raised are seen, and all decisions are taken on the mailing list.  The minutes of the weekly meetings are mostly just to inform what things are being discussed so people can complain if there is some issue they want discussed that was not dicsussed.22:14
Laneypersia: Bullet point 2 on https://wiki.ubuntu.com/MOTU/Council22:14
Laney;)22:14
persiaLaney, Yes.  The actions and processes are.  The actual content of some discussion is not.  Would you rather you weren't informed which discussions were occuring (as happens for other councils)22:15
LaneyWell knowing that a discussion takes place adds some information, but I'm not sure that it's enough to be called transparent, and I'm not sure that we should be influenced by precedent set by other councils. I'd just like to see a short summary of what was discussed for each point - I'm in no way suggesting that you shouldn't be able to redact information if you feel doing so is appropriate.22:18
persiaHrm.  Maybe.  Current practice is that no decision can be taken in a private IRC meeting : it's just a discussion forum to avoid conflict in other actions.22:19
persiaBascially, it grew out of previous /privmsgs and private email that happened between council members about various things.22:19
persiaI thought this was more open, and actually prefer to post unredacted agendas than redacted detailed minutes.22:20
persiaIf there's any actual decision or consensus, it will certainly be shared, but based on bullet points 3 & 4, the MOTU meeting that happened 80 minutes ago (with zero attendance) has a lot more impact on MOTU policy than any deliberations of MC.22:21
emgentheya22:22
ajmitchpersia: was the MOTU meeting announced?22:22
ScottKwgrant: Then please either unmilestone the bug (later) or find the time ....22:22
persiaSo, if there's something you want to see, or change, or discuss: please bring it to a MOTU Meeting.  That's the decision forum.22:22
persiaajmitch, It was in the topic.  I don't think anyone sent any email.22:22
wgrantScottK: Doing so.22:22
ajmitchright, the topic which would be too long to fit on my screen22:23
ajmitchand lurkers like me don't see it getting changed22:23
ScottKwgrant: It also got mentioned at the release meeting that there were a number of unfixed security bugs in Universe.  You wouldn't happen to have a list, would you?22:23
persiaNext one is 31st October, 4:00 UTC.  I might send an email about it tomorrow if nobody else does, as the lack of attendance or agendas at MOTU meetings combined with the long and fractured discussions on the mailing lists are annoying me.22:23
* ajmitch won't attend that one22:24
wgrantScottK: We have hundreds... take your pick. There is a fairly easy way to generate a nice HTML list from ubuntu-cve-tracker. I'll whip one up later.22:24
persiatoo late in the day?22:24
jdongnote to self: don't unload the usbhid modules to reset a quirky mouse22:24
ajmitchpersia: 5pm on a friday? :)22:24
ScottKwgrant: Please and then send mail to the Ubuntu ML to get people focused.  Just the Intrepid ones.22:24
persiaajmitch, Clearly the perfect time for a meeting :)22:25
wgrantjdong: I do that all the time... but I have an && sudo modprobe afterwards.22:25
jdongwgrant: yea yeah minor details....22:25
ajmitchpersia: not at my workplace :)22:26
Laney5pm Friday is clearly pub time!22:27
persiaajmitch, yeah, well.  I live in the land of 過労死22:28
LaneyI think announcements 7 and 1 day before MOTU meetings could be useful22:29
Laney7 days - add your agenda items now22:29
Laney1 day - reminder that it's happening22:29
persiaThat was the guideline, but the assigned person at one meeting didn't do that, and there haven't been many useful meetings since, and nobody has been so assigned.22:31
persiaLike I said, this is starting to annoy me, so I may well do that this time.22:31
wgrantHow long is it since we've had a meeting?22:31
persiaA useful meeting?22:32
wgrantA meeting where there were attendees and an agenda.22:32
persiaLast useful meeting was the one where we decided to use the *still not documented* decision process involving sending stuff to the mailing lsits.22:33
* ScottK hides22:53
persiaScottK, Don't worry about it.  I'm planning to relieve you of the responsibility for documenting it in about a fortnight.22:53
ScottKKewl.22:53
ScottKProcrastination pays.22:53
persiaWell, that or perhaps that which is incomplete gets cancelled.  We'll see at the meeting.22:54
persiaIn any case, regardless of the decision, I expect your support in getting someone else assigned to document it.22:54
ScottK-laptoppersia: I confess I'd forgotten.  Shoot me a wiki link on where it goes and I'll do it right now.22:55
persiawiki.ubuntu.com/MOTU/Meeting I think.22:55
* ScottK-laptop looks22:55
persiaOf course, I'm not that excited about you doing it now, as it adds to the number of emails I need to both read and write in the next couple weeks.22:56
ScottK-laptop;-)22:56
persiaSo, if you feel like putting it off another couple weeks, feel free :)22:56
ScottK-laptopI'll blame wiki editing with Konqueror (and basically any non-gecko browser) being broken for a month.22:56
persiaThat's not a good excuse.  What about the couple months before that?22:57
persiaBut like I said, it shouldn't matter : the current state of things is *far* too broken to continue.22:57
persiaNot that I want lots of change, but rather I'd like not to have people expecting any meaning out of MC meetings.22:58
ScottK-laptopRight, well not having the process written down certainly hasn't been helpful.22:59
ScottK-laptopHow about MOTU/Policy (it's bigger than meetings) <-- Persia23:00
ScottK-laptopOr persia ^^^ on the off chance that's case sensitive for you...23:00
persiaNah.  I've a fairly flexible alert system, although annoyingly the audibility broke.23:01
persiaDoesn't really matter where you put it.  Just make sure it's *really* easy to find from MOTU/Meetings, and be prepared to adjust/change it in two weeks.23:02
persiaSince we've not had a useful MOTU Meeting since it was introduced, I am very suspicious of it being healthy.23:02
persiaNot that I think it's bad to solicit more opinions, just that it only got used once, and badly at that.23:03
persia And the final decision ended up being made the same way it was made before, except it took twice as long.23:03
ScottK-laptopExcept the one that took twice as long, I don't think we've had any decisions wanting.23:04
persiaI suppose, but there's surely been things worth discussing.23:06
persiaMost of the "decisions" of MOTU Meetings were about relatively insignficant stuff, or planning/coordination things.23:06
persiaNone of these have been happening, which leaves us where we are now.  There are other factors, of course.  I don't blame this all on the lack of meetings.23:06
RainCTpersia: mail reminders, mail reminders, mail reminders :)23:22
ScottKpersia: Documented and on the agenda for the next meeting.23:35
RainCTgood night23:37

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!