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

ScottK2cody-somerville: I think the changelog entry you have now is fine.00:01
superm1_ScottK2, there was one more package that we realized needed to come back with that whole MythTV 0.21 suite backport.  mythstream needed to be rebuilt against the new libmyth-dev.  Since it was already backported once before, can a sourceful upload to gutsy-backports do the trick?00:03
ScottK2superm1_: So it's already in guty-backports?00:05
superm1_ScottK2, yes from a few months back00:06
ScottK2superm1_: And there's no new version to be backported, just updating the one that's there?00:06
superm1_well there is a patch to let it build against the new libmyth, but no new upstream version on it00:06
ScottK2superm1_: OK.  File a gutsy-backports bug with the debdiff and subscribe me to it.00:07
superm1_bug 202988 was already filed for it just building the newer version.  i was just looking to avoid pulling a backporter and an archive admin into the loop if not necessary.00:08
ubotuLaunchpad bug 202988 in gutsy-backports "Please backport mythstream 0.18.1 from hardy" [Undecided,New] https://launchpad.net/bugs/20298800:08
superm1_i'll subscribe you to that00:08
protonchrisAre upgraded packages (universe) accepted during a beta freeze?00:17
geseruniverse is on manual during beta freeze, i.e. an archive admins needs to push the upload through the queue00:25
protonchrisgeser: thanks.00:26
superm1_geser, what's the reasoning on that i'm curious?  Universe doesn't go into the live disks00:26
gesersuperm1_: a limitation in soyuz. it's not possible to freeze uploads to main but accept those for universe00:28
superm1_geser, ah okay that makes more sense then00:28
protonchrisgeser: In that case, are you up for taking a look at a package and potentially sponsoring an upload?  https://bugs.launchpad.net/ubuntu/+source/glom/+bug/20138500:28
ubotuLaunchpad bug 201385 in glom "Hardy: Please update glom to latest version" [Wishlist,Confirmed]00:28
geserprotonchris: I'm about to go to bed right now00:30
protonchrisgeser: No problem.  Thanks anyway.00:30
PMantissuperm1_: I now have 2 packages that I build, one depends on the other.00:33
PMantissuperm1_: Thanks again!!00:33
PMantisOne question, how difficult is it to prompt the for 2 pieces of information when installing a package? (and when dpkg-reconfigure is used)00:34
PMantisI've seen postfix do this.00:34
ScottK2debconf is the tool that's used00:35
YokoZarScottK2: the email is still waiting for moderator approval on motu-council00:39
ScottK2YokoZar: OK.  Just making sure.00:40
ScottK2YokoZar: You might consider subscribing to the list and then resending.00:41
YokoZarScottK2: Maybe, though I was under the impression that all council members had moderator status, so it didn't really matter00:41
ScottK2Dunno.00:41
ScottK2It's also good for if they don't CC you on a reply.00:42
superm1_PMantis, i do that it my package as well00:45
superm1_you can look at it's postinst to see what i do00:45
PMantissuperm1_: Oh, looking again00:50
PMantissuperm1_: Ahhh, config file. runs db_input00:55
bddebianHeya gang01:10
protonchrishey bddebian01:10
bddebianHello protonchris01:10
protonchrisbddebian: Are you up for taking a look at a package and potentially sponsoring an upload? https://bugs.launchpad.net/ubuntu/+source/glom/+bug/20138501:11
ubotuLaunchpad bug 201385 in glom "Hardy: Please update glom to latest version" [Wishlist,Confirmed]01:11
jdongoh.01:24
jdongF****.01:24
jdongremount root rw first, then start lrm01:24
jdongand for that matter udev dislikes starting without a writeable filesystem too01:25
* jdong grumlbes and pulls out a LiveCD01:25
jdongand THIS is why you don't arrogantly assume that your upstart rules are right the first time :D01:25
PMantissuperm1_: Can you please explain the "upgrade" section of the preinst file? It does a dpkg --compare-versions, db_inputs again.01:28
jdongok, breaking upstart really hurts.01:37
emgentlsmod02:06
emgentups, wrong window02:06
PMantisI need a little light set on this. I created a config file with db_input lines, but it's not asking for input upon package install. What did I miss?02:35
StevenKDoes your postinst include the debconf confmodule?02:36
emgenthello there02:41
PMantisStevenK: Yes it does.02:52
StevenKPMantis: Okay, so it should at least run your config script.02:52
StevenKPMantis: Does dpkg -I mention it?02:52
PMantisStevenK: I don't know what I'm looking for. I see the output though.02:54
PMantisIt shows: ii   packagename02:54
PMantis3rd is blank02:55
StevenKdpkg -I02:55
StevenKCapital eye, as it were02:55
PMantisHeh, got it. :)02:55
StevenKThat takes a .deb argument, though02:56
PMantisYeah, got the output...02:56
PMantisIt lists that files that I'd expect. post/pre/config/remplates...02:56
PMantiserr templates02:56
StevenKOkay, can you pastebin your postinst?02:57
StevenKOh, do you call dh_installdebconf in your rules file?02:57
PMantisStevenK: Only one line in rules:02:58
PMantisinclude /usr/share/cdbs/1/rules/debhelper.mk02:58
PMantisbesides the she-bang, of course02:58
StevenKIt will probably run dh_installdebconf02:59
PMantisStevenK: Output: http://paste.ubuntu.com/5755/03:01
PMantisI hacked it to avoud placing me email addr there.03:01
StevenKPMantis: Oh, I wanted your postinst, not the output of dpkg -I03:02
PMantisheh, ok03:02
PMantisStevenK: http://paste.ubuntu.com/5756/03:02
PMantisI stole much of this from superm1_ :-)03:03
PMantisOh crap03:05
PMantisStevenK: I have 2 "configure" ... created from testing. I'll try again.03:06
PMantisStevenK: Still unknown template field errors... but it works, and dpkg-reconfigure works, too.03:07
StevenKPMantis: Sourceing the confmodule should be done the line after #!/bin/sh03:07
damkociao03:08
PMantisOk, rebuilding.03:08
PMantisThat didn't fix it, but glad to be more compliant. :)03:08
PMantisIs it supposed to be _Description: ?03:11
PMantisStevenK: Ahhhhhh, I removed the underscore, and ti's working righ.03:12
PMantisright03:12
PMantisStevenK: Thanks for your help03:13
superm1_PMantis, that underscore is for translation support03:13
PMantisFor some reason my computer doesn't like it03:14
PMantisAhhhhhhhhhhhhhhhhhhh03:15
PMantisnot-using-po-debconf03:15
PMantisThat's for translations03:15
PMantisHmm03:23
PMantisDunno if that's related, or correct03:23
PMantislintian showing: E: sbs-uts: section-is-dh_make-template03:24
PMantisdebchange -i  causes a 0ubuntu1 entry. I'm not part of ubuntu. How do I change the default behavior?04:19
kgoetzwasnt debchange written for ubuntu?04:19
StevenKdebchange was written for Debian, quite a while ago04:21
ScottK2PMantis: Just edit the entry in debian/changelog to what you want then.04:21
ScottK2PMantis: If you aren't doing this for Ubuntu, what are you doing it for?04:22
PMantisMyself04:22
kgoetzahk. never seen it04:22
ScottK2OK.  You can use whatever version numbering you want then.04:22
LaserJockbut it does help signify it being built for Ubuntu if that matters04:23
slangasekkgoetz: aka, "dch"?04:23
PMantiswhen I use a -0ubuntu1 type of versioning, debuild complains that it ubuntu names, but maintainer isn't @ubuntu.com04:23
kgoetzslangasek: oh, i have used dch :$04:23
LaserJockPMantis: should be just a warning though04:23
slangasekPMantis: try dch -i -U04:23
slangasekor possibly just dch -U, I don't remember04:24
ScottK2There's always man dch04:24
PMantisAhh, yes.04:24
PMantis-i to increment, -U seems to keep the ubuntu out of the version.04:25
emgentheya04:57
dholbachjamesh:07:03
LaserJockdholbach: good morning to you to :-)07:04
dholbachhey LaserJock07:04
dholbachhow are you doing?07:04
LaserJockdoing OK I guess07:05
LaserJockstaying up working on some research programming07:05
LaserJockand discussing C/Fortran/Python with nixternal07:05
LaserJockdholbach: had a chance to look at the ubuntu-motu mail? Emmet sent an email about a project we did this weekend :-)07:06
dholbachthe MOTU Leaders email07:07
dholbach?07:07
LaserJockyeah07:07
dholbachI like it a lot :)07:07
dholbachgreat work on it07:07
LaserJockdholbach: I think it's significant that we have about 16 out of 83 MOTUs in leadership roles07:09
dholbachyeah, that's awesome - we could do with some more in the sponsoring team and probably add some roles to it, but other than that it's brilliant07:10
nixternalnow all I have to do is become a MOTU, then we can bump that to 1707:10
nixternalmuhehe07:10
* LaserJock slaps nixternal 07:11
* nixternal runs off crying07:11
* superm1_ gives nixternal a cookie07:11
LaserJockdholbach: the goal was to get everybody in the "MOTU Leader" positions to provide an item to the MOTU monthly report07:12
nixternalsee, Mario showin' that Chitown mob boss type love07:12
nixternala cookie today, a dead fish tomorrow07:12
superm1_haha07:12
LaserJockdholbach:  as a way to show off what all is going on in MOTU Land07:12
nixternalsuperm1_: we were talking about you today at the LUG meeting...about Myth07:12
superm1_good things i'd hope :)?07:12
nixternalI need to put this guy D in touch with you, super cool guy that is interested in Myth07:12
dholbachLaserJock: did anybody update MOTU/ReportingPage about it? :)07:13
superm1_we mostly need more folks interested in helping with misc coding here and there at this point07:13
LaserJockdholbach: hmm, I don't think so07:13
superm1_but yeah have him drop by one of our #ubuntu-mythtv* channels07:13
nixternalI shall do that07:16
superm1_nixternal, and don't worry about any dead fish if you don't.  its too much trouble to coordinate07:17
nixternalhehe07:19
LaserJockdholbach: perhaps somebody should write an email to ubuntu-motu saying that the monthly report is coming up so MOTU leaders should add their items? :-)07:20
dholbachLaserJock: good idea :)07:21
* Fujitsu adds his security one now: `We suck and need more people'07:21
nixternalnixternal->sleep();07:21
nixternalkdebug() << "good night!";07:21
StevenKUndefined method 'sleep'07:21
dholbachnixternal: sleep tight :)07:21
dholbachFujitsu: you've done good work in the team and held a bunch of meetings07:22
FujitsuStevenK: Your domain name is finally explained.07:22
StevenKHaha07:22
LaserJockalright, I gotta get to bed07:27
LaserJockdholbach: either you can write said email while I'm asleep or I could do it when I get up07:27
=== RAOF_ is now known as Kaln
=== RAOF_ is now known as Kal
hellboy195good morning jono our mighty manager09:30
jonohey hellboy195 :)09:30
hellboy195DktrKranz: how are you today?09:31
hellboy195jono: and of course you too?09:31
DktrKranzhellboy195, at home. But better.09:31
DktrKranzmy boss has to figure out how to live without me for today :)09:32
hellboy195DktrKranz: hrhr. Then the stage is yours :P09:32
huatsmorning everyone09:33
DktrKranzmorning huats :)09:34
hellboy195huats: ahoi :)09:34
huatshey DktrKranz hellboy19509:34
DktrKranzhellboy195, so I guess beagle should be reviewed now :P09:39
hellboy195DktrKranz: xD , why do you think that :P09:39
DktrKranz"Then the stage is yours :P" let me think about something similar09:40
hellboy195DktrKranz: btw, that's from Uri Geller if you know him09:40
DktrKranzprobably09:41
DktrKranzname is not new to me09:41
hellboy195There was a show in the german tv09:42
hellboy195Uri Geller looks for the *new* Uri Geller09:42
hellboy195xD09:42
DktrKranzSurely I haven't seen it :)09:44
DktrKranzIt's hard to me to watch tv, while I can crack Sky anytime :P09:45
hellboy195And I didn't watch it because it was *stupid*, it sucked :P09:45
_rubenon dutch tv that show ended last weekend :p09:56
hellboy195_ruben: ^^09:57
=== gary4gar is now known as cool
Ngmrben: /win 21110:05
Ngerr10:05
jpatrickNg: /win 211?10:05
jpatrickI hope that was one 1 too many10:05
Ngnope ;)10:06
Ngirssi's been running for months10:06
Ng[10:06] Irssi uptime: 138d 18h 57m 13s10:06
jpatrick /window close is your friend :)10:07
Ngmeh :)10:07
jpatrickeven if I am in 43 channels right now..10:08
Ngthis is the thing - once you blow past the point where alt-key switching is useful, it doesn't really matter how many there are10:08
jpatrick+110:09
DktrKranzhave three monitors, then :)10:12
hellboy195DktrKranz: nice mail :)10:14
DktrKranzflu is speaking :)10:14
jpatrickhellboy195: what the fast internet of yours one?10:14
hellboy195jpatrick: +110:14
hellboy195DktrKranz: but 2 days. short ...10:15
hellboy195but I'm off now10:15
hellboy195:P10:15
hellboy195jpatrick: just ping me if you need something10:15
jpatrickhellboy195: I was refering to yesterday's joke of the internet through mail thing :)10:16
sorenNg: Agreed. Besides, Alt-A usually brings me to the right place.10:29
jpatricksoren: but no when you're in a 100 places..10:29
sorenjpatrick: Er... Yes. I have 232 window here, so I have empirical data to back me up :)10:30
jpatricksoren: ah, I see it cycles through the windows with action in them in order, useful, thanks10:31
sorenjpatrick: Yes, where "in order" mean that it brings you first to the channels where you were hilighted, and second to the channel with traffic that you were most recently in.10:32
sorencf. the channel with most recent traffic, which would not be very useful.10:32
jpatricksoren: long live #ubuntu (err?)10:33
sorenjpatrick: Precisely.10:34
YokoZarsoren: do you have moderator access on motu-council?10:38
YokoZarI sent out an email ~ my motu app but it hasn't shown up, and I'm wondering if I didn't actually sent it or if it's stuck in the queue10:38
YokoZarsoren: oh, nevermind, looks like it went through in the past few minutes10:39
jpatrickYokoZar: are you Scott Ritchie?10:39
YokoZarjpatrick: Yeah :)  Sorry to bug for no reason, heh10:39
jpatrickYokoZar: it's there10:40
YokoZarYeah I had to refresh my firefox window again, heh10:40
cooljpatrick, hello10:42
jpatrickhi cool10:42
coolso anything new?10:42
jpatricknop10:42
coolkinda sometimes life is boring10:43
cooljpatrick, can you teach me some packaging ?10:43
jpatrickcool: can't right now10:43
coolk10:43
jpatrick!packguide > cool (maybe this can help)10:44
coollol nothing comes up jpatrick10:44
coolubotu is MIA10:44
ubotuSorry, I don't know anything about is mia - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi10:44
jpatrick!packguide10:44
ubotuThe packaging guide is at http://wiki.ubuntu.com/PackagingGuide - See https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/UbuntuDevelopment - See also !backports10:44
coolhmmm10:45
coolsounds like lot of learning10:46
hellboy195jpatrick: I'm not aware of jokes, especially not in english :)10:46
jpatrickcool: just like everything else :)10:46
jpatrickhellboy195: :)10:46
sorenYokoZar: I do have moderator access, but so does dholbach, and I don't know how he does it, but he seems to moderate that list in almost real time.10:51
YokoZarsoren: heh, I think he was gone for the weekend ;)10:52
YokoZarAlso I've apparently appended heh to the past 4 lines of chat I've made.  It's late here.10:53
sorenYokoZar: Yeah, I get a bit goofy in the wee hours myself :)10:55
cristihello11:30
cristiis anybody here I could talk about changing openal in Ubuntu11:31
cristimore exactly, about bug https://bugs.launchpad.net/ubuntu/+source/openal/+bug/19491911:31
cristi?11:31
RainCTMorning11:31
ubotuLaunchpad bug 194919 in openal "libopenal needs replacement" [Undecided,New]11:31
cristiyup11:34
cristithe thing is11:34
cristithe current openal creates choppy sound in many games11:34
cristiand I would really like to see this new openal in Hardy11:34
cristieven if it's only meant as an alternative to the current libopenal0a11:35
cristirather than replacing it11:35
james_wcristi: the current package is in main, so the MOTU team can't really replace it.11:41
james_wthe new one could be uploaded to universe, but then anything in main can't depend on it, and presumably something there does.11:41
cristithanks11:42
cristiwho do you think I should contact for this one?11:42
james_wmain is the responsibility of core dev. There is #ubuntu-devel. There is also ubuntu-devel-discuss@lists.ubuntu.com11:43
james_wcristi: however main is now in Beta freeze, so a replacement of a package with a rewrite is unlikely to happen I think11:44
cristiokey11:44
cristii would rather have wanted a decoupling11:44
cristiso that users could choose between the two11:44
cristithanks11:44
james_wcristi: if they install the same library then that is very difficult to do.11:45
james_was in the same library name.11:45
cristinot really11:52
cristiwhat if there would be a meta-package called libopenal11:52
cristiwhich depends on either the old or the new openal11:52
cristiand all applications would depend on libopenal, instead of a particular version of openal11:53
cristi?11:53
cristii'm going to see what main developers think of this11:56
* pochu waves12:03
* hellboy195 waves back :)12:04
pochuhey hellboy19512:04
hellboy195pochu: ahoi ^^12:04
elmargoldoes svn-bzr work for you?12:10
elmargolbzr-svn sorry12:10
hellboy195ember: what about bug #201055 ?12:11
ubotuLaunchpad bug 201055 in pidgin "FFe for Pidgin 2.4.0" [Undecided,New] https://launchpad.net/bugs/20105512:11
james_welmargol: are you having a problem with it?12:16
elmargoljust a warning "bzr-svn is not up to date with installed bzr version 1.2.0.candidate.1.12:16
elmargol"12:16
james_welmargol: how do you have bzr + bzr-svn installed?12:17
elmargolsudo apt-get install bzr bzr-svn12:17
james_wthat's slightly odd.12:20
james_wI think the problem is that there was no release of bzr-svn that was compatible with bzr 1.212:20
james_whopefully we'll have that all sorted pretty soon.12:20
james_wmaybe there should be something for hardy though. I'll look in to a solution later. Thanks for the reminder.12:21
elmargolI'm on hardy12:21
james_wyeah, but I don't know if bzr 1.3 will get in to hardy, even though it should be in sid soon.12:22
james_wso we may have to use a different solution than we are for Debian.12:23
slytherinhi, is anyone working on updating elisa?12:23
PMantisHi guys, if this is the wrong place to ask, just tell me. I setup an apt repository, and all seemed well until apt started complaining that it "failed to fetch" my /apt-repo/binary/Release. Apache logs show a 304 error, bit Release.gpg is grabbed fine. 'touch'ing the files does not seem to help.12:32
james_wPMantis: weird12:35
PMantisjames_w: Heh, I heard that last night regarding another issue. :)12:36
james_wif you add a new package does it work?12:36
PMantisHmmmm12:36
PMantisGotta find a new package. :)12:37
=== neversfelde_ is now known as neversfelde
PMantisAhhhhhhhhhh, ghost!12:37
PMantisjames_w: Hmm, added a packaed to the repo, updated, signed Release.gpg client still erroring.12:39
james_wah, sorry, Release, not Packages.12:40
james_wRelease is rarely modified, so that's normal I guess.12:40
james_wthough I don't know why apache is giving that. Is it some apache config you have set?12:40
PMantisAny way to tell Apache to stop checking the date of the file? Is there a standard <DIrectory /blah> list of directives that I need?12:41
PMantisFailed to fetch http://apt-server/apt-repo/binary/Release12:41
PMantisE: Some index files failed to download, they have been ignored, or old ones used instead12:41
PMantisApt shouldn't be complaining then..12:42
* PMantis assumed that pasting 2 lines is no crime12:42
IulianHey12:43
james_wI don't know apache well enough to say if there is something, sorry.12:43
PMantisThanks for looking...12:44
slytherinhi, is anyone working on updating elisa?12:51
james_wslytherin: updating to what?12:53
slytherinjames_w: latest bgfix version 0.3.512:54
james_wI don't know of anyone, but if it's a bugfix version then it is probably appropriate for hardy.12:54
slytherinjames_w: yes it is bugfix only. Let me see I will try to work on it in night. But working on elisa also means I have to update at least 3 other packages i.e. pigment and plugins12:55
protonchrisdholbach: ping13:08
jetsaredimwhat are the packages I need to install to setup a development environment to do packaging?13:16
james_wjetsaredim: https://wiki.ubuntu.com/PackagingGuide/GettingStarted13:18
james_wjetsaredim: bare minimum are build-essential, dpkg-dev, devscripts, ubuntu-dev-tools I would say.13:18
james_wpbuilder, cowdancer, or one of the virtualisation tools can be useful13:19
james_wand things like cdbs, quilt, dpatch etc. can be required for looking at other people's packages.13:19
=== \sh_away is now known as \sh
\shmoins13:25
=== neversfelde_ is now known as neversfelde
dholbachprotonchris: pong13:45
protonchrisdholbach: I saw your comment on bug 190744.  Sorry about that.  Should I submit a fixed package or would you prefer we sync with the new debian one?13:50
ubotuLaunchpad bug 190744 in libgdamm3.0 "Request: Upgrade libgdamm3.0 to upstream version 2.9.81" [High,Confirmed] https://launchpad.net/bugs/19074413:50
dholbachprotonchris: that depends if we can just sync it - I didn't look at the changes that would introduce - also the replaces/conflicts from debian might need adjusting for our case13:51
protonchrisdholbach: Well I can have a fixed package in the u-u-s queue tonight and then we can decide from there.  Thanks for you time.13:54
jetsaredimif I'm fixing a package, do I need to change anything other than the changelog at minimum?13:55
dholbachprotonchris: ROCK - thanks13:55
dholbachjetsaredim: what ever you need to fix plus the changelog13:55
dholbachhttp://wiki.ubuntu.com/PackagingGuide/Recipes/Debdiff13:56
slytherinjetsaredim: You may want to add XSBC-Original-Maintainer field in control file if it is not there already13:56
protonchrisdholbach: again, sorry for my mistake.13:56
dholbachprotonchris: no problem - it happened to me too -- you're responsive and you're fixing it - that's great13:57
civijaguys, can you look at this please https://bugs.edge.launchpad.net/ubuntu/+source/figlet/+bug/133367, and tell me should I make a debdiff that removes unexisting package from Suggests filed or leave it as is? tnx13:57
ubotuLaunchpad bug 133367 in figlet "Package Figlet suggests figfonts which is unavailable" [Undecided,New]13:57
slytherincivija: That isn't a high priority bug is it? 'Suggests' is harmless13:58
civijaslytherin: no it isn't13:58
civijai just ment to close it somehow13:58
slytherincivija: Ok, then remove (or replace) the suggests entry, add changelog entry and attach debdiff13:59
civijaslytherin: ok, tnx13:59
civijaand subscribe ubuntu-universe-sponsors?14:00
ScottKprotonchris: FYI, at least from my view we all make mistakes.  The difference between the good MOTUs and the bad ones are the ones that make sure to clean up their own mess.14:00
slytherincivija: of course14:00
slytherinprotonchris:  And of course learn from the mess. :-)14:01
slytherindholbach: I was trying to fix evolution-scalix package. I fixed the configure script. But I can not solve compilation problems. What do you suggest I do?14:02
dholbachslytherin: best to get in touch with gicmo in #ubuntu-desktop - he wrote big parts evo-scalix14:04
RainCTcivija: you'll also have to change the Maintainer field (just run update-maintainer inside the source if you have ubuntu-dev-tools installed)14:05
civijaRainCT: yes i know, tnx14:08
protonchrisScottK: thanks.14:11
protonchrisslytherin: I am learning a ton from this package.  Thanks.14:12
\shguys, anyone knows how easy it can be, to export/import moinmoin stuff to push into another moinmoin wiki?14:26
Lamego\sh, I guess you only need to copy the data dir14:27
\shLamego: hmmm14:27
\shLamego: worth a try :)14:27
Lamegowell, and the customizations that yoy may have made, to the theme, etc14:27
\shLamego: it's more a daily sync from one moin to another moin14:27
Lamegorsync it :)14:28
=== dholbach_ is now known as dholbach
bddebianHeya gang14:51
hellboy195ahoi bddebian14:51
bddebianHello hellboy19514:51
emgentheya14:53
IulianHey bddebian14:54
bddebianHi emgent, Iulian14:58
emgent:)14:58
jetsaredimhow do I build/change a package that is derived from another package?15:00
* hellboy195 calls for a vote. I need a new nicname. serious suggestions are welcomed :) sry for being offtopic15:01
_rubenheavengirl195?15:03
hellboy195_ruben: serious!"!! ^^15:04
_rubenhellboy195: sorry, couldnt resist15:09
hellboy195_ruben: yeah ^^15:09
dBerahow can I get attention of some MOTU to this one https://bugs.launchpad.net/ubuntu/+source/beagle/+bug/193715/comments/3 ?15:19
ubotuLaunchpad bug 193715 in beagle "Merge beagle 0.3.3-2 from Debian(Unstable)" [Undecided,Confirmed]15:19
hellboy195dBera: I filed the bug and it will be approved today15:19
dBeracool15:20
hellboy195dBera: sry for the delay but there were some problems :P15:20
dBeraok. i have no problem but a lot of users are facing https://bugs.launchpad.net/ubuntu/+source/beagle/+bug/194608 with the current version15:21
ubotuLaunchpad bug 194608 in beagle "beagled dependency not met" [Undecided,New]15:21
hellboy195dBera: personal interest? Because there aren't any new features15:21
hellboy195dBera: ah I see15:22
=== _czessi is now known as Czessi
jetsaredimwhere can I go to get packaging help?15:38
Lamegoyou can write your question here, assuming you have read the packaging guide relady :P15:40
jetsaredimLamego: I did write the question about 10 min ago15:41
jetsaredimI'll repeat it tho15:41
jetsaredimhow do I build/change a package that is derived from another package?15:41
rockstar_The MOTU Session is about FTBFS.  What is FTBFS?15:41
Lamegoyou use the debian rules from the original package ?15:42
jetsaredimin the control file is package: X source: Y15:42
jetsaredimbut when I run debuild -b it builds Y15:42
jetsaredimnot X15:42
broonierockstar_: Packages not building (== Fails To Build From Source)15:42
Lamegorockstar_, http://en.wikipedia.org/wiki/FTBFS15:42
rockstar_Ah, thanks guys.15:42
jetsaredimLamego: the specific package I'm looking at is mozilla-mplayer15:43
jetsaredimwhich has mplayerplug-in listed as the source in the debian/control file15:43
jetsaredimI made my changes then debuild -b/debuild -S -sa and get mplayerplug-in source.changes, not mozilla-mplayer15:46
jetsaredimLamego: any thoughts?15:50
Lamegonope15:55
jetsaredimheh - awesome15:55
jetsaredimwhere else can one go for packaging help?15:56
LamegoI  believe there is a forum section for it15:56
Lamegojetsaredim, I  believe there is a forum section for it15:58
* jetsaredim is already looking around ubuntuforums, thanks :)15:59
eragonHi everyone15:59
=== thekorn_ is now known as thekorn
eragonIs this the place to ask about repository opdates?15:59
james_weragon: what do you mean?16:00
eragonNexuiz is still at 2.316:01
eragonsauerbraten was ancient last time I checked16:01
eragonwhy16:01
eragondo the original creators have to update those packages16:02
eragonsorry, there was an error in the connection16:02
james_wit just needs someone to upgrade the package to the new version.16:03
eragonyes, but who does that kind of thing?16:03
eragonbecause getdeb doesn;t16:03
eragondo big packages anymore16:03
james_wI think in general with games we wait for Debian to do it16:04
james_was contributors interested in packaging games have moved to join the games team there to reduce duplication of work16:05
james_win the case of nexuiz we have the latest version in Debian.16:05
james_wand it's too late to have the new version for hardy now probably.16:06
\shjames_w: why?16:06
=== bmk789_ is now known as bmk789
james_w2.3->2.4, I assumed it wasn't bug fix.16:07
eragonthis version was released before feisty16:07
ScottKjames_w: In the case of games, I tend to be pretty lenient about FFe.16:07
eragonthis16:07
james_wScottK: ah, ok, I didn't know that.16:07
eragonyou what?16:07
eragonFFe?16:07
ScottKFeature Freeze exception16:07
\shjames_w: nexuiz is not "essential" and normally breaks something else...so I tend to upgrade the package and file an FFe16:07
eragonbreaks something else?16:08
eragonAnother game?16:08
ScottKjames_w: Games are unlikely to hurt anything else and people generally really want the latest.16:08
\sheragon: "doesn't break" sry16:08
eragoni see16:09
eragonanother error16:09
james_wnexuiz 2.4 is sitting in pkg-games' svn.16:09
eragonBack again -:(16:09
eragonI can't install it through sunsptic16:09
eragonsynaptic16:09
ScottKjames_w: Is it uploaded to Debian yet?16:10
james_wScottK: nope.16:10
eragonMust a package first be uploaded to debian16:11
ScottKjames_w: You could grab their packaging from svn, give it a -0ubuntu1 version, make a new diff.gz and attach it to an upgrade bug here with FFe.16:11
eragontand why>16:11
ScottKeragon: No, but it's easier if it is.16:11
eragonAren't Ubuntu and debian two separate projects16:11
ScottKeragon: Ubuntu is a derivative of Debian.16:12
james_wScottK: I'm not that interested myself.16:12
jpatrick!debian > eragon16:13
ScottKjames_w: OK.16:13
ScottKSomeone who cares about having it updated and knows a little about packaging could do that then.16:13
jpatrickarg..16:13
\shwho is able to let through the last upload of lighttpd ?16:16
ScottK\sh: Ask slangasek.16:17
\shthought so :)16:17
hellboy195ScottK: I took skencil. Then I discovered I can easily merge from the debian. the problem is because of the python-xml removal skencil no longer can handle .svg files. I contacted alreday debian maintainer but no answer yet. I don't have the python knowledge to hack into it16:37
ScottKdid you try if it works with one of the other xml libraries mentioned in the bug?16:37
hellboy195ScottK: yes. I think we have to hack into svgloader.py of skencil16:38
ScottKThen the trick is to transplant some python-xml bits into skencil.16:39
hellboy195ScottK: Yeah, as I already said I'm maybe not the right one16:39
ScottKIn that case, just leave it.16:39
ScottKIt might be a good chance to learn some python.16:40
hellboy195well we are in beta freeze16:40
hellboy195ScottK: and it might be better if I learn now stuff for school ;)16:41
ScottKhellboy195: Maybe.  OTOH we've got weeks to fix it.  Universe uploads happen up until a few days before release.16:41
hellboy195ScottK: Let's wait some days and see if debian maintainer responses16:42
ScottKSure.16:43
=== Spec[x] is now known as Spec
hellboy195jdong: you're the firefox lover right?16:49
\shScottK: can you write an reminder for me for nexuiz? I'll add tonight a bunch of FFe for all stuff I have still on my todo list...16:51
ScottK\sh: Email or bug?16:52
\shScottK: I think bug is a good way :)16:52
\shScottK: just assign it to me16:53
ScottKWill do16:53
hellboy195\sh: I thought nexuiz 2.4 won't make it into hardy?16:54
\shhellboy195: I'll take a look on the debian svn and eventually push it16:55
* hellboy195 hugs \sh 16:55
ScottK\sh: What's your LP id?16:56
* hellboy195 is addicted to nexuiz16:56
\shScottK: shermann16:58
ScottK\sh: Done16:59
\shScottK: cool thx a lot17:00
\shlighty is down to one open bug...(when 0ubuntu2 is approved)17:00
\shand I think this last bug is not even a lighttpd problem17:00
ScottKCool.17:02
ScottK\sh: I just asked someone who's using it on Gutsy if they had any complaints (so you wouldn't be bored).17:04
ScottK\sh: His comment was "Frickin' fix the hashed load balancing is all..."17:05
ScottKHow's that look in Hardy?17:05
\shScottK: you mean lighty?17:06
ScottKYes17:06
\shScottK: I didn't use LB since today...17:06
milliScottK: Actually, I'm using it on FreeBSD...  ;-)17:06
\shScottK: and I think it's more a problem upstrea17:06
\sh+,17:06
\sh+m17:06
ScottK\sh meet milli.  milli meet \ah17:06
\shhi milli17:06
ScottK\sh even17:06
milli \sh: yes, it's a problem upstream17:07
milliOnly proxy method that works well is "fair", but that doesn't work for many apps that do session tracking.17:07
\shmilli: does upstream know about it?17:09
milliyes, it's a well-known problem.17:09
* milli peruses the changelogs... perhaps it has been fixed since i last looked17:10
dholbachjetsaredim: what do you want to do with mozilla-mplayer - I did not understand17:13
dholbachjetsaredim: http://wiki.ubuntu.com/PackagingGuide is the general packaging guide17:13
milli\sh:  Ah, it was round-robin balancing that was broken, and it's claimed to be fixed in 1.4.19, which was released March 10th 2008.17:14
hellboy195dholbach: do you have time for me. later? ~1 hour?17:14
\shmilli: and is in hardy ;)17:14
hellboy195dholbach: *in* 1 houer17:14
\shmilli: would be cool if you can test it :)17:14
tuxmaniacis discussing ubuntu qa issues OT here?17:14
dholbachhellboy195: no, I'll meet somebody in 1h, sorry17:14
jetsaredimdholbach: I wanted to add support for xulrunner so that the plugin will actually work in FF317:14
dholbachtuxmaniac: just ask and we'll find out17:15
hellboy195dholbach: np17:15
milli\sh:  I can do that, but on FreeBSD, if that's good enough.17:15
dholbachjetsaredim: cool - so what's the problem?17:15
millithat's the only place where I'm using it in a semi-prod environment...17:15
jetsaredimwhen I apt-get source mozilla-mplayer it gets mplayerplug-in17:15
jetsaredimbecause that is the source package for mozilla-mplayer17:15
jetsaredimthe debian/control file for mozilla-mplayer lists mplayerplug-in as the source17:16
jetsaredimso the issues is - how the heck do I build mozilla-mplayer17:16
\shmilli: well, hopefully there is not much diff between linux and bsd for lighty ,-)17:16
dholbachjetsaredim: just run   debuild17:16
milli \sh:  I haven't looked... are there any patches in the debian tree for lighty?17:17
tuxmaniacRecently I have been recieving mails with respect to no proper QC with Ubuntu security patches. Especially this has increased after atleast three regressions we had in the recent times. Things are mecoming more questionable now after the mailman issue. Are we doing something about it? We all love Ubuntu and we dont want people who have been using Ubuntu for sometime start doubting the quality.17:17
jetsaredimi tried debuild -b or debuild -S -sa I get .deb and .changes files that are mplayerplug-in not mozilla-mplayer17:17
milli \sh:  significant ones?17:17
dholbachor build it in pbuilder: http://wiki.ubuntu.com/PbuilderHowto17:17
* milli watches "portsnap fetch" do it's thing...17:17
hellboy195dholbach: it just seems that only you and sistpoty have knowledge in making symbol diffs ^^17:17
tuxmaniacOne example of that is here http://www.mail-archive.com/ilugd@lists.linux-delhi.org/msg20527.html17:18
dholbachhellboy195: ask in #ubuntu-devel - seb128, keescook, slangasek and lots of others will know too17:18
jetsaredimdholbach: wow - that's ... involved17:18
hellboy195dholbach: cool, because I already asked several motus here and nobody could help me ^^17:19
tuxmaniacHope I am not considered a troll. Is there something we can do about this?17:19
dholbachjetsaredim: I'm not sure what your problem is.... mplayerplug-in is the source package, mozilla-mplayer the binary package - that's fine17:19
jetsaredimso - how do I get a deb file for mozilla-mplayer17:19
dholbachjetsaredim: just run     debuild17:19
jetsaredimor changes file so I can upload to my ppa17:19
jetsaredimI did run debuild17:20
dholbachjetsaredim: update the changelog and run    debuild -S -sa   to get a source package you can upload to PPA17:20
jetsaredimI did that17:20
jetsaredimbut its only generating the packages for mplayerplug-in17:20
dholbachthen use dput to upload the source package17:20
dholbachmplayerplug-in is the source package, which builds the mozilla-mplayer binary package17:21
dholbachthe maintainer chose to have different binary and source packages name17:21
jetsaredimright - I tried doing the debuild -b and it only generated the mplayerplug-in deb17:21
dholbachs17:21
jetsaredimthere is a binary package mplayerplug-in17:21
dholbachjetsaredim: not according to my apt-cache17:22
\shmilli: no not the underlaying systems...I meant lighty17:22
jetsaredimhmm17:23
jetsaredimso its built fine then?17:23
dholbachyeah17:24
jetsaredimso -even though its listed as mplayerplug-in in my PPA its really mozilla-mplayer?17:24
dholbachthere's no "really is" - one is the source package (which is uploaded to the buildd hosts) one is the binary package my mom will install17:25
dholbachin this case they have different names17:25
jetsaredimthat's really damned confusing17:25
dholbachit could be worse :)17:26
jetsaredimok - sorry for the run around - just didn't get the point17:26
dholbachcheck out      apt-cache showsrc mono17:26
* jetsaredim is afraid17:26
dholbachthere's one mono source package and meeeellions of binary packages17:26
jetsaredimyea - i understand that17:26
dholbachok17:26
jetsaredimbut for there to be a 1 to 117:26
jetsaredimand be named differently17:27
jetsaredimthat seems counter-intuitive17:27
dholbachwhat I could imagine the rationale is: the upstream authors called their project mplayerplug-in and the naming convention for mozilla-plugins is mozilla-<something>17:27
jetsaredimi actually work on another distro and one the packages I maintain there has one source and two binary17:27
dholbacha good example of that is python-sexy:17:28
dholbachdaniel@lovegood:~$ apt-cache showsrc sexy-python | head -n 217:28
dholbachPackage: sexy-python17:28
dholbachBinary: python-sexy17:28
dholbachdaniel@lovegood:~$17:28
jetsaredimoy17:28
jetsaredimok17:28
jetsaredimwell thanks for the explanation17:28
dholbachupstream calls it sexy-python, we call it python-sexy to make it make sense to our users17:28
jetsaredimyea17:28
dholbachhope that helps17:28
jetsaredimimmensely17:29
dholbachrock on17:29
* dholbach calls it a day - see you tomorrow17:29
hellboy195dholbach: hf17:29
dholbachgracias17:29
jetsaredimdholbach: thanks again17:29
dholbachnp17:29
* \sh goes home...17:42
\shcu later17:42
=== \sh is now known as \sh_away
gesernxvl: are you still looking for the FTBFS list?17:51
hellboy195LucidFox: it FTBFS now. So you can help to make it build. It wouldn't FTBFS if somebody sponsored it before18:00
Pici;whois Sebastian18:35
Picier18:35
hefe_bia_Hi! Is anybody working on bug #54776?18:46
ubotuLaunchpad bug 54776 in openoffice.org "[Ubuntu] [hardy] font hinting does not work with libfreetype6 v. 2.2.1" [Low,In progress] https://launchpad.net/bugs/5477618:46
hefe_bia_It is "in progress" but not assigned to anyone...18:47
=== ogra_cmpc_ is now known as ogra_cmpc
=== asac_ is now known as asac
tsmitheslomo, have you had a look at mscore?19:26
emgentheya19:35
hellboy195ember: around?19:35
hellboy195emgent: hoi :)19:35
hellboy195slomo: you rock :)19:38
jetsaredimanother packaging question...  I built another package that has one source and a bunch of binaries - got all of the .deb files fine19:43
jetsaredimthen I uploaded the source.changes file to lp.n and only get the one binary19:45
ScottKjetsaredim: Is this for a PPA upload?19:46
jetsaredimyea19:47
jetsaredimo19:48
jetsaredimnm19:48
jetsaredimjust took a while to finish uploading all of the sub-packages19:48
ScottKOK.  Generally #launchpad is the best place for PPA specific questions.19:48
jetsaredimyea19:48
jetsaredimthanks19:48
slomohellboy195: why?19:51
Adri2000ScottK: any idea how to fix wxwidgets2.6? I'd try XS-Python-Version: current, >= 2.419:51
slomotsmithe: nope, not yet... sorry19:51
hellboy195slomo: gtk-sharp :) Would you also mind pushing it into hardy? Otherwise I would file the bug/merge it19:51
ScottKAdri2000: I haven't looked at it, so not really.  What was it before?19:52
slomohellboy195: if you could care for the freeze exception bug and main inclusion report for gnome-desktop-sharp that would be nice :)19:52
slomohellboy195: merging it is trivial, but if you want prepare a patch for that too ;)19:52
hellboy195sladen: ehm .. patch? wth?19:53
Adri2000-XS-Python-Version: all19:53
Adri2000+XS-Python-Version: >= 2.419:53
Adri2000ScottK: ^19:53
Adri2000that changed the Depends: python2.5 to python2.419:54
tsmitheslomo, don't worry :) whenever you have time ;)19:55
Nafallooh19:55
Nafallohi slomo19:55
slomohi Nafallo19:55
Nafalloslomo: will you visit me soon?19:55
hellboy195slomo: nvm. how can I help you now19:58
slomoNafallo: we'll see :)20:00
ScottKAdri2000: What happens if you change it back to all and then make the python build dep >= 2.4?20:00
slomohellboy195: well, we need bugs for freeze exceptions (these new versions have new features) and a main inclusion report for gnome-desktop-sharp2 (f-spot needs gtkhtml-sharp)... and merged packages :)20:00
hellboy195slomo: well, in fact it's better (for me ^^) to start slowly. I'll file a FFe Merge bug for gtk-sharp2 and attach the necessary things like pbuilder.log , diffstat and debdiff. alright?20:02
slomohellboy195: yes... and the same thing for gnome-desktop-sharp2 and gnome-sharp2... and then we're almost done ;)20:03
nxvlgeser: yep20:03
hellboy195slomo: buh. ok. I'll try :) I don't suppose it's on DaD yet? so I can't use grab-merge ^^ (the only changes will be in debian/control and debian/rules right?)20:04
ScottKhellboy195: Don't forget to retain the history in debian/changelog too.20:05
slomohellboy195: http://patches.ubuntu.com/g/gtk-sharp2/gtk-sharp2_2.10.4-2ubuntu1.patch http://patches.ubuntu.com/g/gnome-sharp2/gnome-sharp2_2.16.1-2ubuntu1.patch20:05
slomohellboy195: these are the current ubuntu changes... can simply be applied to the new packages from debian and things are ready :)20:05
hellboy195ScottK: yeah. I did quite a lot merges by hand20:05
hellboy195slomo: cool thank you20:05
* hellboy195 is on the way20:05
Nafalloslomo: London you know ;-)20:07
gesernxvl: http://members.ping.de/~mb/buildstatus_hardy/ (it's also linked from https://wiki.ubuntu.com/MOTU/TODO)20:09
hellboy195slomo: any upstream changelog?20:12
nxvlgeser: thnx :D20:12
slomohellboy195: yes... ChangeLog20:13
slomohellboy195: or what do you mean?20:13
hellboy195slomo: from upstream. not debian. motu-release folks want to see the changes ,..20:14
=== \sh_away is now known as \sh
slomohellboy195: yes, ChangeLog in the top of the source directory in the tarball :)20:15
hellboy195slomo: ah ^^. k .thx20:15
\shre20:20
Adri2000ScottK: the python build-dep is already >= 2.4, so now I'm rebuilding with XS-P-V set back to all20:22
ScottKAdri2000: OK.  I suspect that will work.20:22
Adri2000I hope :)20:22
Adri2000then I will fix wx2.8 the same way and finally upload it, as I got a confirmation that the patch from upstream works20:23
ScottKCool.20:25
coolScottK,20:25
ScottKHeh20:25
cool:P20:26
ScottKcool: Sorry.  Didn't realize there was such a nick in the channel.20:26
coolScottK, no problem most people tend to make this mistake, i am quite used to of it now20:26
\shdamn..this is really annoying to have two different extension dirs for i386 and amd64 (php5)20:36
\shScottK: what needs to be done to inject NEW packages? ;)20:40
\shScottK: at this time of the release?20:40
ScottK\sh: FFe with a good reason and agreement from the release manager that it's worth the distraction for the archive admins.20:43
\shScottK: I'm thinking about pushing php-amfext into hardy...so we can please adobe ;)20:44
ScottKI'd suggest discuss it with slangesek and if he's in favor, then file the FFe.20:45
\shScottK: and asking them nicely to distribute a Flash Media Server which works on ubuntu too20:45
\shgrmpf..who do I escape easily / chars inside an sed call20:46
RainCT\sh: \/ :P20:47
jdong\sh: probably with something that looks like smashing the fsck spinner with a hammer20:47
\shRainCT: *eg* but for sed "s/#tobesubstituted#/$(FOOBAR)/ and $(FOOBAR) gives a path name with / ;)20:48
RainCToh20:50
RainCTdunno then :P20:52
geser\sh: echo $HOME | sed -e "s,/,_,g"20:52
geserinstead of , you can use any other char as delimiter20:53
\shgeser: that's it..man how can I forget this20:53
LaserJockanybody seen blueyed today?20:55
ScottK2LaserJock: Great timing ^^^20:56
LaserJockheah, there he is :-)20:56
hellboy195LaserJock: dholbach ACK mpqc :)20:56
LaserJockblueyed: your virtualbox-ose upload doesn't install20:56
RainCTlol20:57
LaserJockhellboy195: I noticed that, I had some issues and didn't get to it20:57
blueyedLaserJock: yes, I know. There are packages in NEW waiting (deps). Also FTBFS for amd64, currently fixing.20:57
\shblueyed: do you fix virtualbox to install hardy  cleanly ? ;)20:58
hellboy195LaserJock: np20:58
LaserJockblueyed: k, just thought I'd let you know :-)20:58
blueyed\sh: yes, I hope so.. :)20:58
blueyedLaserJock: of course, thanks :)20:58
\shblueyed: good man :) so I can get rid of vmware on my local station20:58
\shand if I succeed now I have a cool workaround to our php5 problems21:00
\shstrike21:01
\shanother bug's fixed21:01
ajmitch\sh: you have PHP 5 problems? big surprise :)21:01
\shajmitch: difference extension dir between i386 and amd6421:01
* ajmitch has TZ issues21:02
\shajmitch: so a hardcoded <new extension>.ini file doesn't work out of the box21:02
\shi386 has <api version>+lfs and amd64 has only <api-version> ... *grmpf21:02
\shajmitch: and what about your TZ issues?21:02
ajmitchphp 5 is special & has its own timezone data21:03
\shajmitch: i know...we ran into that, too :)21:04
ajmitchNZ changed its daylight saving time last year21:04
\shajmitch: let me guess, and php didn't honour it21:04
ajmitchcorrect21:04
bddebianWhoa it's ajmitch!21:04
ajmitchnow I haven't got the time showing on the gutsy box here, but on etch it fails21:05
ajmitchno it's not21:05
blueyed\sh: re php5, there should be a better memory_limit, too! (there's a bug for it)21:05
* ajmitch won't file a bug on php 5 until it's confirmed to break on ubuntu21:05
blueyed\sh: I had talked with soren and we came to the wrong solution to use 16mb on the server.21:06
\shblueyed: and what is the correct solution? ,)21:06
blueyed\sh: more.. at least 32.. see bug 19680621:07
ubotuLaunchpad bug 196806 in php5 "Increase default memory_limit for php" [Wishlist,New] https://launchpad.net/bugs/19680621:07
blueyedPHP recommends 128M, Debian uses 128, too.21:07
\shblueyed: yes, which is default even in zendcore package21:08
blueyedWhile 128M is quite a lot, 16M is not future proof (LTS)21:08
blueyedsoren: what's your opinion? ^^21:08
\shblueyed: imho 128MB on nowdays server is not much21:09
\shregarding the memoryfootprint for php apps running with libapache2-mod-php5 ;)21:10
\shI made some memory profiling for apache2+mod_php5 and lighty+fcgi+php5 .. lighty wins...I'll blog about it during the next weeks when I finalized my profiling suite21:11
emgentheya \sh :)21:12
tonyyarussoDoes lighty do .htaccess?21:12
\shtonyyarusso: there is a module for that...which I still have to test21:13
hellboy195slomo: would you mind giving me the actual gnome-sharp .dsc . can't find it on debian server ...21:13
tonyyarusso\sh: ah.  If it could, I might be able to try it out.  My CMS relies on it.  (along with mysql support, which I'm just going to assume is already there)21:13
\shtonyyarusso: mysql support comes from php5 , the .htaccess is something which is very expensive (normally you have rewrite rules in it, thinking about drupal, mamboo, joomla etc.)21:14
\shtonyyarusso: what cms are you running?21:15
tonyyarusso\sh: yeah, Drupal is what I was referring to.21:15
\shtonyyarusso: there is a howto for drupal on lighty..you just need to tweak the rewriting rules inside lighttpd.conf...21:15
\shtonyyarusso: I'M working on a testsetup for it21:15
hellboy195slomo: ah. updated. nvm21:16
tonyyarusso\sh: interesting21:16
\shtonyyarusso: http://www.morphir.com/Lighttpd-Install-and-configuration-for-Drupal-with-clean-url21:18
* \sh is brb...21:19
=== jetsaredim is now known as _jgreenwa
\shback21:28
protonchrisScottK2: ping21:33
ScottKpong21:37
ScottKI assume you don't care which screen I'm looking at?21:37
ScottKprotonchris: ^^^21:38
warp10Hi all!21:38
DktrKranzDoes someone familiar with mono ever seen something similar to debian 470328 ?21:38
ubotuDebian bug 470328 in beagle "beagle: FTBFS: GConfThreadHelper.cs(30,7): error CS0246: The type or namespace name `GLib' could not be found. Are you missing a using directive or an assembly reference?" [Serious,Open] http://bugs.debian.org/47032821:38
protonchrisScottK: no I don't.  I am thinking about BUG 190744 .  My previous version didn't have the appropriate conflicts/replaces for the -dev and -doc packages.  I'll planning on adding that to the control file.  Do I also need to include transitional packages for the -dev/-doc since there was a binary package name change?21:40
ubotuLaunchpad bug 190744 in libgdamm3.0 "Request: Upgrade libgdamm3.0 to upstream version 2.9.81" [High,Confirmed] https://launchpad.net/bugs/19074421:40
ScottKOff the top of my head, yes, but I'm short on brain cycles to really consider the question right now.21:41
protonchrisScottK: no problem.  Thanks.21:43
protonchrisScottK: I only ask because the main binary package (a library with a soname change) in the source package didn't.21:45
hellboy195slomo: still around?21:46
\shScottK: bug #203332 (claws-mail 3.3.1)21:52
ubotuLaunchpad bug 203332 in claws-mail "[FFe] claws-mail 3.3.1-1ubuntu1" [Undecided,New] https://launchpad.net/bugs/20333221:52
\shI'll add claws-mail-extra-plugins to it...21:54
\shgrmpf..brb21:59
=== \sh is now known as \sh_away
hellboy195slomo: would you mind helping DktrKranz with beagle? thx and good night :)22:37
blueyed\sh_away: uploaded new virtualbox-ose-modules22:37
hellboy195good night folks :)22:37
blueyedThere's still bug 188579 it seems.. now also for installing virtualbox-ose-utils..22:38
ubotuLaunchpad bug 188579 in apt "Installing virtualbox-ose-modules pulls in 386 kernel (on -generic)" [Medium,Confirmed] https://launchpad.net/bugs/18857922:38
blueyedNight, hellboy19522:38
DktrKranzg'night hefe_bia_22:38
DktrKranzerm... hellboy19522:38
sorenblueyed: I'm very strongly against 128MB as the default memory_limit if that's the question.22:52
blueyedsoren: 64?22:53
sorenblueyed: Why?22:53
sorenWhy increase it from the value that has served us well for years?22:54
soren(save for the time when build process borked it)22:54
blueyedsoren: the memory management changed.. it reports now more.. the default has been 8M in PHP before, now it's 128M.22:55
sorenblueyed: No.22:55
sorenWrong.22:55
sorenThe default used to be infinite.22:55
sorenmemory_limit was not enforced by default up until quite recently.22:55
blueyedsoren: ? there was a configure option, but I know from supporting a php app that 8M is the default.. do you mean we had disabled that option in configure?22:56
sorenNo.22:56
sorenWe *enabled* it.22:56
soren*upstream* had it disabled by default.22:57
=== \sh_away is now known as \sh
sorenSo then they chose 128MB as their default it was to try to make reasonably sure that nothing broke because memory_limit was suddenly enforced by default.22:57
blueyedTrue.22:58
sorenWe've had the limit at 8MB for years and years.22:58
blueyedsoren: with the old memory managemen, pre 5.2.22:58
\shsoren: 8MB is not enough anymore regarding some php apps :(22:58
LjLuhm, i'll just briefly mention PHP is not *only* used for web pages, and then fade away22:59
sorenI don't know the details, but I doubt the new way to calculate it means that what used to be considered 8 MB is now suddenly 128MB.22:59
soren!22:59
blueyedright.22:59
blueyedof course. it's more like 16/32M now.22:59
\shScottK: I added extra-plughins to the very same FFe request22:59
sorenI'd be quite surprised if the worst case scenario was ~double.22:59
soren\sh: That has always been the case.23:00
soren\sh: Gallery has been famously memory hungry.23:00
soren\sh: That doesn't mean we should change an otherwise sane default.23:00
\shsoren: yeah...drupal wants also 16 to 32mb...on dapper I have a default of 32m and it's ok for most of the apps23:00
\shso I think 16M could be a sane default23:01
nxvlwhere is that i request for givin-backs23:01
LaserJocknxvl: as a developer of the component (MOTU or core-dev)23:01
nxvlLaserJock: a universe package23:02
\shFujitsu: dude, who can someone remove silly CVEs from a sec bug report? ;)23:02
\shs/who/how/23:02
pochunxvl: pitti on -devel23:02
LaserJocknxvl: what package?23:02
nxvlpochu: thnx23:02
nxvlLaserJock: mysql-gui-tools23:03
LaserJockpochu: generally it's preferable to have a dev ask for a give-back23:03
pochuLaserJock: ah, that too23:03
LaserJockjust so we don't have random people asking for give-backs23:03
LaserJockthough nxvl is far from a random person :-)23:03
pochu:)23:04
RainCTwhat are give-backs? :P23:04
nxvlheh23:04
nxvlan he's a MOTU23:04
nxvl:P23:04
nxvlRainCT: is a request for a rebuild23:04
LaserJocknxvl: so libgconf2 was the problem?23:05
nxvlRainCT: there are some package FTBFS that have fail due a dependecy failure or a random error23:05
nxvlLaserJock: yep, it seemd to be23:05
RainCTAh. Thanks :P23:05
sorenRainCT: If a build fails, we can just retry the build. That's called a give-back.23:05
nxvlLaserJock: pbuilder build it fine, with some warnings but fine23:05
RainCTwhy not call it just "rebuild"? :P23:06
\shRainCT: because we have two types of rebuild23:06
RainCTso, rebuild is if it gets "buildX" into the version number and give-back if it is rebuilded without uploading it again?23:07
\shRainCT: one with re-uploading (e.g. to catch up with changed libs) and one without....e.g. it FTBFS because of certain things, but it's a simple archive todo to give it back to the buildds23:07
LaserJocknxvl: but is gconf2 fixed?23:07
LaserJocknxvl: I don't see a newer upload of gconf2 since the build failure23:07
nxvlLaserJock: i don't see gconf2 on the FTBFS list23:08
LaserJockit's not23:08
LaserJockit built23:08
LaserJockbut the problem in the mysql-gui-tools build is gconf2 failing to install23:08
LaserJockmy guess is it's perhaps do to the libc problem23:08
nxvlLaserJock: not on pbuilder23:09
LaserJockthe error in the postinst is malloc: ../../bash/builtins/../../bash/builtins/printf.def:379: assertion botched23:09
nxvlLaserJock: also i have gconf2 installed on my system and it works fine23:09
LaserJocknxvl: but we don't care about pbuilder, we care about the buildd23:09
LaserJockthe question is why it died on the buildd23:09
nxvlLaserJock: yep, thats true, but i don't have a buildd jus pbuilder :D23:09
LaserJocksure23:10
nxvllet me check23:10
LaserJocknp, I'm guessing it was either the libc problem or a random thing so I already asked for a give-back ;-)23:11
RainCTwell, good night :)23:11
=== anthony is now known as tonyyarusso
\shnxvl: switch from pbuilder to sbuild ;) will give you a very near copy of our buildds ;)23:12
LaserJockI don't think it would have made any difference in this case23:13
nxvl\sh: thnx23:13
nxvlLaserJock: yep, but is nice to know some other tools23:14
LaserJockyep23:14
nxvlLaserJock: so i can test the packages further23:14
\shLaserJock: well, it gave me the opportunity to see glibc crashing like hell and recreating my schroots afterwards ;)23:15
LaserJockhah23:15
\shbut good news: it just takes one minute to get rid of the brokenb one and rebuilding a new one ;)23:15
\shI think we should enforce motu hopefuls to use sbuild + lvm ;)23:16
LaserJockuggg, please no23:17
LaserJocksbuild is handy and nice, but I think there are a number of people who would rather not use it23:17
\shLaserJock: yeah...people with still 14k4 modems ;)23:18
LaserJockI've yet to get it going23:18
LaserJockmostly because until recently I've not used LVM23:18
\shLaserJock: if you want to use sbuild, think about using LVM + snapshotting and setting up a local <insert your ubuntu release here> mirror...23:19
LaserJockright, which I mostly don't want to do23:19
LaserJockit's great if you want to do that stuff, no doubt23:19
LaserJockbut I don't see any huge benefits if you don't23:19
nxvlLaserJock: i don't see anything wrong on gconf2.postinst :S23:20
\shLaserJock: for normale builds pbuilder is really enough...to know how the buildds are sometimes reacting it's quite nice to know about sbuild and it's behaviour...23:20
LaserJocknxvl: I doubt there is, there would most likely have been another upload since then23:20
LaserJock\sh: sure23:20
nxvlmmm23:21
nxvli looking at the exact same version of gconf23:21
nxvls/i/i'm/g23:21
\shok..bedtime..cu tomorrow morning23:21
=== \sh is now known as \sh_away
LaserJocknxvl: what are you looking for? I already said it's probably not gconf's fault :-)23:21
nxvlheh23:23
nxvli didn't saw that23:23
nxvlsorry23:23
ScottK\sh_away: Then you have one ack from me for your FFe.23:24
LaserJocknxvl: np, just didn't want you to bang your head against it :-)23:24
nxvl:D23:25
LaserJocknxvl: you need to ask a buildd admin to give it back, the usual suspects are pitti and lamont.23:25
nxvlwell i need to go to the dentist23:25
nxvlsee you later!23:25
LaserJockcya23:25
LaserJockhave fun :/23:25
nxvlLaserJock: i won't! but thnx anyway :D23:26
LaserJockactually s/lamont/infinity/23:26
* tonyyarusso looks to see if there's been any progress on the possibility of a conduit ffe23:28
tonyyarussoLooks like some, but not enough :(23:30
LaserJockman the new System Monitor is sweet23:41
Legendariohi. good evening23:52
Legendariowhat is the name of the PyGTK package?23:52
LaserJockpython-gtk2 ?23:52
LegendarioI'm trying to build a package that keeps telling me that it needs PyGTK. I've already included in the debian/control build-dep: python-gnome2-dev, python-gnome2-extras-dev, python-gtk2-dev, python-gtk2, python-gtk-1.2 and it still getting the same error23:54
LaserJockLegendario: does it use autotools?23:55
LaserJockusually I grep for the error I get and see what it's actually using to check23:55
LegendarioLaserJock, it has to use a Makefile to use autotools, right?23:58
LaserJocknot necessarily, but likely23:59

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