/srv/irclogs.ubuntu.com/2009/02/19/#ubuntu-motu.txt

savvasclean works now?00:03
savvasthat's a huge log :P00:05
AdamDHso where do I remove the clean tag?00:06
savvasmaxb: is the right one dh_clean -k there.. or?00:06
savvasAdamDH: in install00:06
savvasI think it should be dh_prep or dh_clean -k00:07
savvas(still a newbie, don't mind me :P)00:07
maxbyes, that's right00:07
maxbdelete the dh_clean in the build rule too00:10
AdamDHthanks will give it a clean00:12
AdamDH*go00:12
AdamDHeven after removing all that I still get that error00:16
AdamDHthanks for all the help maxb I got a working package http://paste.ubuntu.com/119875/ there is my rules is that sane?00:23
AdamDHand savvas00:23
savvasAdamDH: add dh_clean in "clean:"00:26
savvasAnd I think everything else looks good00:26
AdamDHwould that rule once corrected be considered on the next cycle for inclusion into ubuntu?00:28
AdamDHwhy do some packages use dh_ tags and some do not use any just a standard make and some shell?00:31
savvaswhat do you mean by dh_ tags? dh_* commands?00:32
AdamDHdh_* commands sorry00:32
AdamDHlooking at say binutils source there rules does not have any dh_* tags00:33
AdamDHi mean commands00:33
savvasAdamDH: I think binutils is GNU utilities, probably it is treated as a special package that doesn't use any debhelper commands00:42
AdamDHits a nice rules file tho easy to read00:44
AdamDHright one package down time to clean up my gcc rules00:45
savvasAdamDH: I like to build mine using cdbs: http://bazaar.launchpad.net/~medigeek/%2Bjunk/dcsharp/files/head%3A/debian/00:46
AdamDHnever really liked cdbs00:47
savvasah, ok :)00:48
maxbsavvas: every package uses dh_* commands01:41
maxboops01:41
maxbAdamDH: ^01:42
maxb(or at least 99.9% of them, anyway)01:42
ScottKmaxb: Note every one.01:42
ScottKNote/Not.01:42
ScottKIt's completely and totally optional just way more trouble to avoid than to use for almost everyone.01:43
maxbok, but the ones that don't are super-rare exceptions01:43
ScottKUnfortunately one of the Debian SE Linux maintainers is one of those exceptions.01:44
savvasheh01:44
StevenKThe *vast* majority of source packages use debhelper01:44
ScottKYes.01:45
maxbAdamDH: your indentation is a bit odd, better to be standard. you still have that wrong remove-patch logic in there. You've switched to $(PWD) - don't, I'm fairly sure $(CURDIR) is preferred.01:46
StevenKThen there's the oddballs that use debstd (isn't that dead yet?), yada (wish it was dead) or by hand01:46
AdamDHthanks maxb I will take that into account01:47
ScottKStevenK: Manoj has a very nice build system.  It's just, unique, so you have to figure it out.01:47
StevenKScottK: Much like trying to debug kernel-package.01:47
ScottKYes, exactly.01:47
AdamDHmaxb the binutils does not use dh_* commands01:48
ScottKAlthough for Hardy I had to switch the dault python version in one of his packages and it was suprisingly easy to do.01:48
maxbAdamDH: Oh. Indeed it does not. How peculiar01:50
=== ScottK changed the topic of #ubuntu-motu to: Jaunty Feature Freeze in effect - Announement for Ubuntu Release coming soon - Go fix bugs | https://wiki.ubuntu.com/MOTU | Want to get involved with the MOTUs? https://wiki.ubuntu.com/MOTU/Contributing | Grab a merge: http://dad.dunnewind.net http://merges.ubuntu.com | http://qa.ubuntuwire.com/uehs | next MOTU Meeting: TBD
AdamDHmaxb: the idea behind producing these packages was to get better support for the msp430 in linux, I started using this controller for some uni projects after been indtroduced to it at work, so I wanted debs so I could hand them to the sys admins to run them on the linux clusters they did not want to do a source install etc01:53
AdamDHi actually use a php script to build the packages as well as creating patches01:54
AdamDHhopefully after I get debs I can look at windows support using minggw01:55
savvashm...01:57
savvas"* Rewriting copyright file in machine-interpretable format."01:57
savvasIs eebian preparing for a lintian copyright checker in the future? :)01:58
savvas*debian01:58
savvasFound this at http://ftp.de.debian.org/debian/pool/main/v/vsftpd/vsftpd_2.0.7-2.diff.gz02:00
savvashttp://paste.ubuntu.com/119890/ - looks nice, almost like a debian/control file hehe02:01
AdamDHsavvas thats how I do my copyright files02:04
AdamDHIMHO its a much nicer formatt02:04
AdamDHsavvas: http://paste.ubuntu.com/119891/ the {} are replaced using sed02:06
ScottKsavvas: You noticed the topic change, right?02:09
savvasScottK: yes 10 minutes ago02:10
savvasnice job AdamDH, now I'm jealous for not knowing about it earlier :P02:10
AdamDHsavvas: more info here02:11
AdamDHhttp://wiki.debian.org/Proposals/CopyrightFormat02:11
savvasthanks!02:13
AdamDHwhats it called when I have one package but I want to create a package say msp430 that pulls in all the required packages?02:28
maxba metapackage, but such a metapackage would be unusual and probably unnecessary02:29
=== maxb changed the topic of #ubuntu-motu to: Jaunty Feature Freeze in effect - Announcement for Ubuntu Release coming soon - Go fix bugs | https://wiki.ubuntu.com/MOTU | Want to get involved with the MOTUs? https://wiki.ubuntu.com/MOTU/Contributing | Grab a merge: http://dad.dunnewind.net http://merges.ubuntu.com | http://qa.ubuntuwire.com/uehs | next MOTU Meeting: TBD
maxb(typo fix)02:29
AdamDHtrue as msp430-gcc depends on msp430-binutils and msp430-libc and msp430-gdb and msp430-proxy are optional packages02:31
AdamDHthanks any way maxb was trying to find some information on them02:31
=== dmb_ is now known as dmb
=== bluesmoke is now known as Amaranth
=== Skiessi is now known as Guest424255
superm1ScottK, what does bug 320915 got to do with cdbs?04:36
ubottuLaunchpad bug 320915 in cdbs "Remove aRts from the archive - rebuild all dependencies" [High,In progress] https://launchpad.net/bugs/32091504:36
ScottKsuperm1: I need to set --without-arts in kde.mk or a bunch of KDE 3 apps will fail configure now.04:37
superm1ScottK, ah that would do it.04:38
superm1but that begs another question.  why are there a bunch of kde3 apps still in the archive?04:38
superm1i thought things transitioned to kde4?04:38
ScottKWe have a KDE4 desktop, but there's lots of stuff that hasn't transitioned/there is no KDE equivalent for.04:40
ScottKOur goal for this release (which we may or may not make) is no KDE3 on the CD.04:40
superm1ah04:41
ScottKFor reference, last I checked gtk1.2 was still in the archive ....04:46
tonyyarussoIf I made an extremely tiny (~20 lines of code) feature addition to Pidgin, is taht something I could get included in Ubuntu directly, or would I have to get it acceptied upstream first?05:33
ScottKYou'd have to ask the Desktop Team.05:34
tonyyarussoAha, all righty.05:35
* tonyyarusso hopes I can clean it up enough by tomorrow to try05:35
dholbachgood morning05:40
slytherinwe are still few hours away from FF, right?05:56
ScottKslytherin: See /topic06:06
slytherinmy mistake06:07
ScottKNo problem.06:07
ScottKI was suprised slangasek pulled the trigger as early as he did too.06:07
slytherinI files a sync bug in about an hour ago thinking that FF was still away. And I was planning to do another merge.06:11
ScottKFFe are generally pretty liberal to start.06:12
ScottKIf you have a good reason for them, perhaps you should ask.06:12
slytherinI will first check if the merge could really be a sync. And then file the bug accordingly.06:14
persiaSo I fell asleep 90 minutes before FF, while the test-builds were still running for three sync requests I was trying to sponsor.  What's the best way to request exceptions for these?06:36
* persia realises everyone who might have an opinion is probably asleep, having been awake at FF.06:47
didrocksmorning o/06:50
MilyardoGood morning06:50
gesergood morning06:54
dholbachhi geser06:54
geserHi dholbach06:55
LaibschFF in effect?  I guess, I'll switch my main system to Jaunty one of these days.07:19
slytherinLaibsch: you haven't already? :-D07:28
Laibschno, of course not07:28
LaibschI need a working computer07:28
Laibschwithout too much hassle07:29
LaibschIs there a debvscript similar to dget but for locally available files that will copy the dsc, tar and diff to $PWD and optionally unpack the source?07:30
Laibschslytherin: actually, I'm still on hardy.  I usually skip one release.07:30
stefanlsdAdri2000: Do you know if mom or dad stuff is available in xml or csv or some format?07:50
persiaLaibsch, dget file:/// ...07:55
Laibschpersia: great, thank you!07:56
=== thekorn_ is now known as thekorn
* Laibsch is looking for feedback on the packaging quality of http://mentors.debian.net/debian/pool/main/p/pybugz/pybugz_0.6.11-1.dsc08:07
LaibschI particularly am not too sure that two binaries in /usr/bin is the right thing to do08:07
Laibschpybugz is just one single python script.  it can be used to interface bugzilla from the command line08:09
\shmoins08:46
zirodayIs there a way to see recently uploaded packages/updates?08:51
sorenziroday: There's a mailing list where every upload is announced.08:52
sorenSearch for jaunty-changes.08:52
zirodaysoren: awesome, thanks!08:52
sorenziroday: Sure. :)08:52
\shziroday: dennis kaarsemaker is also providing some rss feeds...08:53
\shziroday: e.g. http://feeds.ubuntu-nl.org/UbuntuChanges <- consolidated rss feed for all distro release uploads/changes08:53
ziroday\sh: ooh that loos neat too, thanks!08:54
soren\sh: Ah, thanks for the link. I was searching for that a couple of days ago, but my Google-Fu wasn't strong enough.08:54
\shsoren: hehe..I just remembered that dennis is da man for rss feeds of *-changes08:55
zirodayhmm any idea why the change to xserver-xorg-video-ati says its version 1:6.11.0-1ubuntu1 but https://lists.ubuntu.com/archives/jaunty-changes/2009-February/004829.html says its 1:6.10.99.0-1ubuntu1?08:59
zirodayerr in http://feeds.ubuntu-nl.org/UbuntuChanges its says its at 1:6.11.0-1ubuntu109:00
slytherinziroday: trust the mailing list09:06
zirodayslytherin: yeah, thought as much :)09:06
AndrewGeeHey. Still looking for a MOTU to review gpxviewer :) It's an application to look at GPS tracks. Would appreciate a review :) Thanks. http://revu.ubuntuwire.com/details.py?package=gpxviewer09:41
persiaAndrewGee, Be aware that FeatureFreeze for Jaunty has passed, so reviewers may be light on the ground until close to ArchiveOpen for jaunty+110:01
=== Nicke_ is now known as Nicke
=== thunderstruck is now known as gnomefreak
=== _neversfelde is now known as neversfelde
savvasThe following packages have unmet dependencies: libboost-filesystem-dev: Depends: libboost-dev (= 1.34.1-15ubuntu1)11:20
savvas(jaunty)11:20
Adri2000stefanlsd: there is dad.dunnewind.net/tomerge-$component, and same for MoM11:21
ScottKsavvas: In main we transitioned to boost1.35 and boost (1.34) and boost1.35 are not coinstallable.  Whatever is still build-dep/depends on boost needs to move to boost1.35.11:23
savvasoh ok11:25
savvasScottK: I shouldn't file a bug about it, right?11:27
directhexDktrKranz, are you about?11:29
ikoniadirecthex: sorry my whole client crashed a minute ago11:31
directhexikonia, sounds like you're enjoying pidgin11:31
ikoniait's normally fine, today it's just gone on a bender11:32
ScottKsavvas: You should figure out which package needs changed.11:32
ScottKsavvas: Then let a developer know about (a bug is a good way).11:32
savvasok11:34
ScottKsavvas: Even better, would be to change the build-dep/depends on the package, make a debdiff, and subscribe ubuntu-universe-sponsors.  Then the odds of it getting fixed go up by a couple of orders of magnitude.11:39
directhexScottK! you're motu-release aren't you?11:41
ScottKI am.11:41
savvason my way!11:41
=== pochu_ is now known as pochu
directhexScottK, if you were me, would you post merge debdiffs for packages related to 330519 (updates for the monodevelop-java and monodevelop-database packages already in the archive) via the same bug number, or open fresh bugs?11:42
stefanlsdAdri2000: thanks. thats great!11:42
directhexbah11:43
directhexBUG 33051911:43
ubottuLaunchpad bug 330519 in monodevelop "The road to Monodevelop 2.0" [Undecided,New] https://launchpad.net/bugs/33051911:43
ScottKdirecthex: Every time I think I understand how to use Launchpad in this case I get told I'm wrong.  I'm not the best guy to ask.  Myself, I'd use the same bug.11:43
directhexScottK, then i think i will too. at least you made me giggle :)11:44
ScottKdirecthex: If you've got a limited set of packages that need FFe though, you'll want to ask for that sooner rather than later.11:44
directhexScottK, yes, i know. hence why i was talking to DktrKranz and sistpoty about it a couple of days before FF11:45
directhexScottK, and i decided against making bad merges last night when exhausted, in favour of missing FF & getting it right11:45
directhexso i should get that covered later today11:45
ScottKSounds good.11:45
directhexuntil bug 330440 is closed, it'll suck, though. but from what i hear bug 330440 plays hell with tomboy & f-spot too11:46
ubottuLaunchpad bug 330440 in mono-addins "Please sync mono-addins 0.4-3 (main) from Debian experimental (main)." [Medium,New] https://launchpad.net/bugs/33044011:46
stefanlsdAdri2000: is mom the authoritive source of this file? I mean does dad get it from mom?11:48
Adri2000stefanlsd: no, both MoM and DaD generate these files on their own. but I'd note that the idea comes from DaD, and that it was later implemented in MoM :)11:52
stefanlsdAdri2000: nice :)  is anyone considered more current or authoritive?11:54
Adri2000you mean, any of DaD and MoM?11:56
savvasScottK: about boost - all metapackages in boost 1.34 should be moved to 1.35?11:56
stefanlsdAdri2000: yeah, between DaD and MoM11:57
savvasScottK: Nevermind, I'll take a closer look between the two versions11:59
Laneydirecthex: sync is acked now \o/11:59
* Laney chief string puller12:00
directhexLaney, sweet12:00
Adri2000stefanlsd: MoM is the official tool initially developed and still hosted by Canonical, DaD is community developed. now that MoM is free (it was not at the beginning), DaD features are being merged into MoM and DaD will disappear eventually12:00
directhexLaney, see, i don't need to become MOTU, not when i have access to several ;)12:00
Laneyheh12:00
LaneyI just asked super seb12:00
directhexLaney, http://packages.ubuntu.com/jaunty/moonlight-plugin-mozilla12:00
stefanlsdAdri2000: ok. great. thanks for the info.12:01
Laney:>12:01
Adri2000stefanlsd: see https://code.launchpad.net/~adri2000/merge-o-matic/dev/+merge/572 about merging the comments feature into MoM. when MoM has comments I think we will stop DaD (as it's the main thing missing currently)12:02
nhandlerdholbach: Are you going to be serving on the MC until we hold an election? Or will we just have 4 people on the council temporarily?12:37
gesernhandler: only 4 MC members12:40
huatsAndrewGee: Are youa round ?12:57
loic-mI've got a FFe for xvidcore, sadly my ppa was too slow yesterday to allow me to test yesterday evening, and I didn't want to upload the diff.gz before I was sure it was ok13:06
loic-mit's at https://bugs.launchpad.net/ubuntu/+source/xvidcore/+bug/30639913:06
ubottuUbuntu bug 306399 in xvidcore "New upstream version available (1.2.1)" [Undecided,New]13:06
loic-mCan motu-release or MOTU tell me if the FFe is filled ok?13:06
laszlok_workdholbach: ping13:15
geserloic-m: is the FFe documented somewhere? didn't see it mentioned in the bug nor in the new changelog13:16
c_kornneed all packages that await a REVU a FFE bug report to be processed?13:22
loic-mgeser: it wasn't supposed to be an FFe, it just took too long yesterday and I had trouble uploading to Launchpad ppa (which also took longer than expected to build, and just kept telling me they were going to be build in 1 min. for like one hour or more..)13:23
geserc_korn: you need a FFe when you want it finally uploaded (when it has two advocates), practically nearly nobody won't do reviews for packages without a FFe so you need to do it in parallel (find advocates and get a FFe)13:24
geserloic-m: if you have now a FFe for xvidcore please mention it in the changelog, so it can be easily checked by those who accept the uploads13:26
c_korngeser: can I just change the needs-packaging bug reports into FFe or do I have to setup special bug reports?13:26
c_korn(following this wiki https://wiki.ubuntu.com/FreezeExceptionProcess)13:26
loic-mgeser: I'll reupload then13:27
geserc_korn: please turn the needs-packaging bug into a FFe or add the missing info for a FFe and subscribe motu-release. That way all the infomation is in one bug and not scattered across several bugs13:28
ScottKc_korn: The answer for an FFe on a new package is virtually always no.  There needs to be a really good reason.13:29
geserloic-m: updating the diff.gz in the bug should be enough13:29
geserloic-m: no need to do a rebuild on PPA just for an additional line in the changelog13:29
loic-mIs aline like that in the changelog ok? : * FFe request : New upstream release (LP: #306399);13:29
loic-ms/aline/a line/13:30
geseryes13:30
loic-mgeser: thanks a lot13:30
c_kornScottK: so it is not worth asking for? (updated package would be scilab)13:31
ScottKc_korn: Generally not.  Part of the reason is that as we get later in the release cycle the people who are archive admins have other stuff they need to be focused on.13:32
c_kornok, then I will wait for 9.10. thanks13:32
ScottKc_korn: Last cycle I think we said yes to reuploading packages that were rejected out of New after FF and one case where it was part of a development spec for Intrepid.13:33
ScottKc_korn: Personally, if it's a package that makes Ubuntu work on more hardware (we have some of those I think), I'd be willing to consider that also.13:33
c_kornwell scilab is a numerical math application :P has nothing to do with hardware13:34
loic-mgeser: done13:35
geserlooks good, now you need to wait13:36
ScottKc_korn: Have you considered trying to get it into Debian?13:39
RainCTHeya13:40
c_kornthere are already open bug reports for it. jeuclid is in debians new queue which has been frozen due to the new release13:40
RainCTHow was the pre-FF sprint? :)13:40
ScottKc_korn: OK, well I think it might be worth considering getting it into Debian and then it would auto sync into Ubuntu for the next release.13:41
ScottKThere's a Debian Science team that you could probably work with on it (you may know this already, I realize).13:42
c_kornI am member of the debian-science team13:43
ScottKExcellent.13:43
c_kornI also already ported the patches back to debian that were required for ubuntu13:44
dholbachlaszlok_work: pong13:46
ScottKPersonally I think it's better to maintain packages that you have an interest in in Debian as many more people will benifit.  The now generally if i do a new package it enters through Debian.13:46
laszlok_workdholbach: do you have time to upload a new jokosher? :) https://launchpad.net/jokosher/0.11/0.1113:47
dholbachlaszlok_work: we're in Feature Freeze now, but I'll take a look and care of it - just not this week - I'll add it to my list, OK?13:48
ScottKlaszlok_work: We're past feature freeze.13:48
laszlok_workdholbach: k thanks13:48
c_kornScottK: ok, then I will keep the package in a PPA and wait for debian to release it. then I will push the sync bug report again. the jaunty milestone can also be removed from the bug report https://bugs.launchpad.net/debian/+source/scilab/+bug/27226413:50
ubottuError: Could not parse data returned by Ubuntu: The read operation timed out (https://launchpad.net/bugs/272264/+text)13:50
ScottKc_korn: I'll take care of it.  Sorry it didn't work out better.13:51
c_kornk, thanks13:51
ScottKc_korn: Looking at the bug, this isn't a new package is it?13:52
ScottKWhen you were discussing REVU, I thought this was a new package.13:52
c_kornit is a new release13:53
c_kornscilab-4 is in the repositories13:53
c_kornbut it is also not a sync because the package is also not in debian. it is just build in a PPA13:53
ScottKSo the intent is to keep that and add scilab-5?13:53
c_kornit is an update for scilab. was it wrong to upload it to REVU? I thought all packages that do not come from debian or packages are completely new must go there first. sorry if I did it wrong13:55
ScottKIt's not completely new.13:56
ScottKIt's an upgrade of an existing package.13:56
ScottKGenerally we don't use REVU for that.13:56
ScottKI would suggest talk to mok0 about it and see if he's interested in pursuing a feature freeze exception.13:57
ScottKFor an upgrade to an existing package if it's been well tested and there's a MOTU to look after the package, that's not so hard to get.13:57
c_kornok, but scilab-5 still depends on jeuclid also is not in ubuntu,yet. (I requested a REVU)13:59
c_korn+which13:59
ScottKWhich makes it harder.14:00
ScottKPersonally, if mok0 tells me this is important from a science perspective, I'd be inclined to at least consider it.14:01
savvasScottK: boost1.35 and boost1.37 and their binary packages can co-exist installed?14:03
ScottKsavvas: I haven't actually checked 1.35 and 1.37.  boost (1.34) and boost1.35 cannot.14:04
savvasok I think I found the culprit, boost1.35 was missing a few "Provides:", testing a ppa build now14:05
AndrewGeehuats_: Hi. You asked if I was around.14:09
huats_AndrewGee: I did indeed !14:09
huats_:)14:09
AndrewGee:)14:09
savvasarts is for sound right?14:25
broonieYes, though I thought that was KDE3 only.14:26
ScottKsavvas: Yes.  We are trying to remove it from the archive right now.14:26
ScottKAs broonie says, it's KDE4 only.14:26
ScottK4/314:26
savvashm..14:28
savvasI'm looking at bug 328932 - logically it shouldn't affect x11 and opengl of libsdl1.214:29
ubottuLaunchpad bug 328932 in libsdl1.2 "X11 driver not configured with OpenGL" [High,Triaged] https://launchpad.net/bugs/32893214:29
ScottKIIRC whoever tried to extract the need for arts from libsdl had some unfortunate side effects.14:30
ScottKhttps://wiki.kubuntu.org/RemoveArts14:32
savvasScottK: is it normal for boost1.35 to fail in PPA?14:48
savvas...failed updating 224 targets... // ...skipped 12 targets... // ...updated 11 targets... // make: *** [build-stamp] Error 1 // dpkg-buildpackage: failure: debian/rules build gave error exit status 214:48
ScottKsavvas: No.14:49
ScottKsavvas: What PPA?14:49
savvasthe only thing I've changed is debian/control, to add the 'Provides:'14:49
savvashttp://launchpadlibrarian.net/22876525/boost1.35_1.35.0-8ubuntu3_1.35.0-8ubuntu4.diff.gz14:49
savvaswarning! it's a huge log file14:49
savvasScottK: https://edge.launchpad.net/~medigeek/+archive/ppa14:49
savvasScottK: oops sorry, wrong link: https://edge.launchpad.net/%7Emedigeek/+archive/ppa/+build/875553/+files/buildlog_ubuntu-jaunty-i386.boost1.35_1.35.0-8ubuntu4_FAILEDTOBUILD.txt.gz14:50
bddebianHeya gang14:51
=== jdstrand_ is now known as jdstrand
ScottKsavvas: I'm not sure what to tell you.  I uploaded a boost1.35 fix yesterday and it built fine.14:55
sistpoty|workhi folks14:55
sistpoty|workdamn, looks like FF was announced just too early, so that I'll need a FFe now myself? *G*14:55
savvasScottK: ok, I'll try it locally14:55
=== ember_ is now known as ember
sistpoty|workScottK, DktrKranz: bug #33158315:03
ubottuLaunchpad bug 331583 in ubuntu "FFe for new package FAUmachine" [Undecided,New] https://launchpad.net/bugs/33158315:03
kirklandgeser: Koon: are both of you guys around?15:05
kirklandgeser: Koon: i'm looking at https://bugs.edge.launchpad.net/ubuntu/+source/oscache/+bug/25231815:05
ubottuUbuntu bug 252318 in ehcache "Please move back to universe (was: move to multiverse)" [Medium,Confirmed]15:05
Koonyep15:05
slytherinDoes anyone know any particular reason why ubuntu-restricted-extras has direct dependency on libdvdread3 libmp3lame0?15:06
Koonkirkland: afaict it's a big mess of stuff half in universe half in multiverse15:06
Koonlike with source in multiverse and binaries in universe15:06
Koonkirkland: since they tend to build-dep on each other, they need to move at the same time.15:07
Koonkirkland: geser had a look at it too, maybe he can confirm15:07
kirklandKoon: thanks.15:08
geserkirkland: yes, I'm around15:08
kirklandgeser: can you confirm that all of (ehcache, libhibernate3-java, libswarmcache-java, oscache) are all ready to move to universe?15:09
kirklandgeser: https://bugs.edge.launchpad.net/ubuntu/+source/oscache/+bug/252318 fyi15:09
ubottuUbuntu bug 252318 in ehcache "Please move back to universe (was: move to multiverse)" [Medium,Confirmed]15:09
geserkirkland: I've checked the build-dependencies and the runtime dependencies from the affected package and they're either already in main or universe (or one of the affected packages)15:10
kirklandgeser: :-)15:10
Koonas for "freeness", they are all in debian main, so they should be alright15:10
kirklandKoon: right-o15:10
geserkirkland: should I add the debian version where the packages moved from contrib to main to the bug?15:12
kirklandgeser: hey, that would be nice, sure15:12
slytherinDoes anyone know any particular reason why ubuntu-restricted-extras has direct dependency on libdvdread3 and libmp3lame0?15:18
geserkirkland: added to the bug, anything else missing?15:19
kirklandgeser: nope, i think we're good.15:20
kirklandgeser: i'm processing shortly15:20
geserkirkland: could you also "fix" bug 323863?15:21
ubottuLaunchpad bug 323863 in libjdic-java "Please move package to universe" [Wishlist,Confirmed] https://launchpad.net/bugs/32386315:21
kirklandgeser: sure15:21
loic-mWhich files do I need to look at when provding a diff of the symbols for a new version of a library?15:26
geserI didn't use it myself yet, but probably the output of check-symbols15:28
geserit's in ubuntu-dev-tools15:29
loic-mgeser: thanks15:32
slytherinwhat is the way to unsubscribe someone else from a bug?15:34
geserslytherin: you can't (unless it's a team you're part of)15:35
slytherinthere is no way? not even possible by asking a lp admin?15:35
DktrKranzsistpoty|work: IIRC, a similar request was made for Intrepid. Which benefit does it provide for Jaunty?15:37
sistpoty|workDktrKranz: hm? there wasn't a request for intrepid in regards to faumachine, as it did have some copyright problems back then15:38
geserslytherin: opening a question against LP might work but I guess you will be faster by asking the person or team to unsubscribe themselves15:38
slytherinthat is what I just did. :-)15:38
DktrKranzsistpoty|work: oh, I probably confused with another piece of software then15:39
sistpoty|workDktrKranz: well, I had the idea to use faumachine for cd testing purposes... (which I still think would be a good use of it)15:39
DktrKranzI don't know upstream project at all, could you summarize very briefly about it?15:40
sistpoty|workDktrKranz: sure... I'll try to be brief. FAUmachine is a virtual machine like qemu, however it comes with fault injection capabilities and a rich testing framework15:41
sistpoty|workDktrKranz: and lots of examples, like installing ubuntu 7.10 (provided that you've got the iso at hand)15:41
DktrKranzI see, so it could be useful for QA purposes such as stres-testing for SRUs, or similar?15:42
sistpoty|workDktrKranz: rather for iso testing... e.g. checking if lvm+raid still works with the newest daily15:43
kirklandgeser: Bug #323863 : done ;-)15:43
ubottuLaunchpad bug 323863 in libjdic-java "Please move package to universe" [Wishlist,Fix released] https://launchpad.net/bugs/32386315:43
DktrKranzsistpoty|work: sounds cool :)15:43
sistpoty|workDktrKranz: basically anything a user could type/click can be automated with faumachine (w.o. need to mess with the iso at all)15:44
DktrKranzsistpoty|work: so it is almost ready for upload, isn't it?15:45
sistpoty|workDktrKranz: yes, the problem that stresses me more atm is that I'm trying to dist-upgrade my office laptop to jaunty straight from hardy, which seems to be a very bad idea *g*15:45
sistpoty|workDktrKranz: others than that (I do want to do a final test with jaunty), it's ready for upload15:46
DktrKranzsistpoty|work: sounds good, I'll comment it on the bug ;)15:47
DktrKranzand good luck with hardy -> jaunty15:47
sistpoty|workDktrKranz: thanks! :)15:47
geserkirkland: did you also moved the libjdic-java source from multiverse to universe? (or is just LP laggy?)15:57
slytheringeser: any idea how good is openjdk-6-jre on amd64?15:58
=== ssweeny_ is now known as ssweeny
kirklandgeser: hmm16:14
geserslytherin: I don't use any java apps, so I can't tell16:15
kirklandgeser: seems it's already there16:15
kirklandgeser: https://bugs.edge.launchpad.net/ubuntu/+source/libjdic-java/+bug/323863/comments/416:15
geserkirkland: just saw it too16:15
ubottuUbuntu bug 323863 in libjdic-java "Please move package to universe" [Wishlist,Fix released]16:15
geserso it was just LP a little bit behind16:16
slytherinI hope all these move to universe activities is not giving any chance to soyuz for eating packages.16:19
loic-mdoes anyone has Jaunty installed or in a vm?16:20
loic-mI'm trying to run : check-symbols xvidcore16:20
loic-mit works on Intrepid, but fails on Jaunty16:20
loic-m"package doesn't exit : libxvidcore"16:20
slytherinloic-m: I have jaunty installed.16:22
loic-mI think pb is on my side actually16:22
loic-mworks if I don't have my ppa in source.list, doesn't work with it16:22
loic-mthat's realy strange16:23
slytherinloic-m: I am getting this - No matching binary files found in «/var/cache/pbuilder/result».16:24
lfaraoneHi, would changing a new feature upstream added to be on by default when a package is installed require a FFE if implemented after FF?16:25
loic-mWhich means I'd need to build it in Jaunty, not just on my ppa?16:25
sistpoty|workloic-m: maybe you'd just want readelf -s <sharedobjectinpackage> | sort?16:27
sistpoty|workloic-m: (for all shared objects contained in the package)16:28
loic-msistpoty|work: i'm not sure I'd be able to tell which file is a sharedobject16:29
sistpoty|workloic-m: shared objects live in /usr/lib (or /lib) and end with .so ;)16:29
loic-mI've been on xvidcore since monday, my brain is going to short off soon16:30
slytherinlfaraone: imo, yes16:30
loic-msistpoty|work: i don't really understand. Do you mean I install the new version, check what files it puts in /usr/lib and run readelf -s on them?16:31
sistpoty|workloic-m: yes, and the same for the old version... (you don't even need to install it, dpkg -x <deb> somedirectory will extract the contents to somedirectory)16:31
loic-msistpoty|work that sound really interesting. Can I just do that from my current Intrepid?16:32
sistpoty|workloic-m: yes16:33
=== dholbach_ is now known as dholbach
loic-msistpoty|work thanks a lot16:35
sistpoty|workloic-m: no problem16:35
sistpoty|workloic-m: eventually, you'll want to modify the output of readelf -s a little bit afterwards... the interesting bits are the symbol names and symbol versions (the other stuff can be ignored)16:36
lfaraoneslytherin: Ok.16:37
lfaraoneslytherin: (currently the application acts oddly with the feature turned off)16:37
lfaraoneslytherin: (and the feature is already in jaunty)16:38
slytherinlfaraone: then do you need new upstream version for that? Can't you just change package in jaunty to turn on the feature by default?16:39
lfaraoneslytherin: currently the upstream is in a feature freeze as well, in the RC1 stage.16:40
lfaraoneslytherin: so we theoretically can import all of the new upstream versions, since all changes after what's currently in jaunty should be bugfixes.16:40
loic-msistpoty|work: do you think I just need to run readelf -s on -dev libraries only, and is doing it for one arch sufficient?17:02
sistpoty|workloic-m: the actual shared object should be in the lib* package, the -dev package only contains the link17:04
sistpoty|workloic-m: and yes, one arch is ok17:04
sistpoty|workloic-m: oh, and as I've just looked at the output of readelf -s myself, please filter out undefined symbols (those marked as UND)17:04
loic-msistpoty|work: thanks a lot. Actually it helped me see I need to update the packaging17:07
loic-m sistpoty|work http://paste.ubuntu.com/120195/ is that the desired output for attaching to bug 306399 ?17:14
ubottuLaunchpad bug 306399 in xvidcore "New upstream version available (1.2.1)" [Undecided,New] https://launchpad.net/bugs/30639917:14
sistpoty|workloic-m: almost... can you filter out these columns: "35: 00000000000114b0  4363"?17:15
sistpoty|workloic-m: the interesting bits are actually: did a symbol vanish which was there before17:16
sistpoty|workloic-m: if it just changed in size, but is still there, that's not a problem17:16
sistpoty|workloic-m: granted, in this case it's easy enough to spot in that output as well that no symbol disappeared ;)17:16
loic-msistpoty|work: I'll do that17:21
sistpoty|workloic-m: thanks!17:21
stefanlsdDoes anyone know where the colors for MoM are documented?  http://merges.ubuntu.com/universe.html     - so the red, or dark / light green?17:21
sistpoty|workstefanlsd: not too sure, but it could be Priority from debian/control17:22
DktrKranzsistpoty|work: just to improve my knowledge, is there something I should read about library management/symbol handling?17:23
stefanlsdsistpoty|work: aah. yeah. i think you're right. will check17:23
* Laney hunts for motu-sru17:24
sistpoty|workDktrKranz: the library packaging guide is always a good read... also iirc there's an annotated log from the library packaging session in the wiki (but I forgot where)17:24
DktrKranzsistpoty|work: ELF internals are a good candidate too?17:26
sistpoty|workDktrKranz: haven't read that myself yet, so no idea17:26
sistpoty|workDktrKranz: but it sounds interesting :)17:26
DktrKranzheh17:26
stefanlsdsistpoty|work: yeah, in 0-5.  [ "unknown", "required", "important", "standard", "optional","extra" ]17:29
sistpoty|workScottK, iulian: any opinions on bug #331583? (I'm about to leave the office, and would like to upload it once I'm home, so please, please, please *g*)17:47
ubottuLaunchpad bug 331583 in ubuntu "FFe for new package FAUmachine" [Undecided,New] https://launchpad.net/bugs/33158317:47
directhexhello sistpoty|work. i'm gonna prepare merges for the new versions of the 2 monodevelop plugins currently in the archive, and attach to that MD2 bug. okay?17:52
iuliansistpoty|work: Accepted.17:53
sistpoty|workiulian: thanks a lot!17:57
sistpoty|workdirecthex: sure thing17:57
iulianNo problem, I'd like to see that in Jaunty.17:58
sistpoty|work:)17:58
* sistpoty|work heads home now18:00
sistpoty|workcya18:00
slytherincan any of the motu release team members take a look at bug 331392?18:27
ubottuLaunchpad bug 331392 in libdvdnav "[FFE] Please sync libdvdnav 4.1.3-3 (universe) from Debian unstable (main)." [Wishlist,Confirmed] https://launchpad.net/bugs/33139218:27
slytherindon't bother. someone synced it already. :-)18:29
geserslytherin: on a quick look, it looks like a bugfix release, so you don't need a FFe18:37
slytheringeser: better safe than sorry. :-) anyway it was just synced when I added last comment.18:38
slytheringot to go. sleepy now.18:39
=== x-spec-t is now known as Spec
savvashm.. mplayer is using svn now, the stable releases are marked outdated19:09
=== azeem_ is now known as azeem
hyperairasac: bug #248705 -- you asked me to ping you if nothing happened after two weeks19:12
ubottuLaunchpad bug 248705 in evolution-data-server "Evolution Exchange does not authenticate to Exchange servers with a relative path in the form action, e.g. "owaauth.dll"" [Undecided,Fix released] https://launchpad.net/bugs/24870519:12
LaibschDoes "pbuilder-dist sid create" work successfully for anyone? http://rafb.net/p/F1VUwD66.html19:32
=== asac_ is now known as asac
ScottKYes.19:43
ScottKLaibsch: IIRC the one on Hardy is broken.  Try hardy-backports for a newer one.19:44
LaibschScottK: Hehe, you're assuming now.19:45
LaibschAlthough not without reason19:45
LaibschBut I was trying the backports version19:45
ScottKMaking an educated guess.19:45
ScottKOK, then I don't know.19:45
LaibschI'm wondering if maybe there's something cached from a previous run19:46
ScottKThe one I used that worked was the intrepid one.  The hardy-backports one is newer, so it may have been rebroken.19:46
ScottKCheck your .pbuilderrc19:46
LaibschThanks for trying19:46
* Laibsch has no .pbuilderrc19:48
geserwhat about /etc/pbuilderrc?19:49
ScottKdirecthex: If a package needs to have itself installed to build the source, I'd consider that a bug.19:49
geseras I wonder why it tries to access PPAs19:49
directhexScottK, i'm inclined to agree. i want to better understand WHY it's the way it is19:50
directhexScottK, it would be much easier to do it if i could pbuilder it, which means MD 1.9.2 would need to be in universe ;)19:50
ScottKdirecthex: I'm certainly not going to ack something that does that without a lot of convincing there is no other way.  Consider how that affects bootstrapping a new arch.19:51
ScottKdirecthex: Use pbuilder login and play with it in an open chroot.19:51
geserdirecthex: what about adding your PPA to your pbuilder?19:51
directhexScottK, it's not a circular dep - it's a plugin needing the main app19:51
ScottKAh.19:52
ScottKI misread your comment then.19:52
directhexScottK, and it's arch:all too, so no bootstrap question ;)19:52
ScottKWe don't do binary uploads in Ubuntu.19:52
directhexScottK, but i'd like to remove the issue if i can, since it's a PITA to work on19:52
ScottKOK.19:52
directhexScottK, my DSL is misbehaving today, doesn't help19:54
directhexoh... my... ***20:01
directhexScottK, you want to hear it?20:01
ScottKOK20:01
directhexhttp://paste.debian.net/28773/20:01
savvasisn't that bash scripting? debian/rules accept bash?20:03
directhexsavvas, debian/rules is a makefile. it understands gnu make stuffs20:04
RAOFHurray for single-buttocked build-systems.20:05
savvasdirecthex: ok, but I mean that, as far as I know, this command is bash, not sh-compatible: [ ! -f Makefile ] || /usr/bin/make clean20:06
savvasI'm probably wrong though :P20:06
RAOFsavvas: Each tab-indented line of a makefile is run in a shell.20:06
gesersavvas: which part of the line should be not sh?20:07
directhexScottK, so, erm... ideas? now i see why meebey swears so much about MD packaging20:08
savvasgeser: nothing, my bad - I think it was "[[ ... ]]" that sh couldn't use20:09
* savvas tries20:09
=== Wulfie is now known as Lucas_Smithen
directhexmy word, a Wulfie20:11
Lucas_Smithendirecthex: Normally a Wulfie. From 3-5 on Thursdays a Lucas_Smithen20:11
directhexwhich one works for Transgaming?20:13
Lucas_Smithenboth20:13
Lucas_Smithen:)20:13
directhexhm, 4 years since we last spoke. how time flies20:15
Lucas_Smithenhas it really been that long?20:16
Lucas_Smithenwow20:16
Lucas_Smithenso how have you been?20:16
Laibschhttp://rafb.net/p/KzufcV72.html is my /etc/pbuilderrc, geser, please excuse the belated response20:16
LaibschI guess that answers the PPA question20:16
directhexbusy20:16
LaibschAnything incorrectly set?20:16
Lucas_Smitheni hear that20:18
geserLaibsch: try setting COMPONENTS="main" as Debian doesn't have the other components and try again20:20
savvashm.. boost1.35 fails to build in PPA: https://launchpad.net/~medigeek/+archive/ppa/+build/875552/+files/buildlog_ubuntu-jaunty-amd64.boost1.35_1.35.0-8ubuntu4_FAILEDTOBUILD.txt.gz20:21
savvasI've built it successfully on my machine, but not in PPA20:21
ScottKdirecthex: I have tried very hard and so far succeeded in avoiding knowing how this mono stuff works.20:22
directhexScottK, it's makefile-fu, not mono-fu20:23
directhexScottK, i have a nasty hack. i want to discuss it with meebey20:23
ScottKOk.20:23
=== hanska_ is now known as hanska
gesersavvas: your local build was also with python3 installed?20:26
savvashm..20:27
savvasgeser: I don't think so, let me check20:27
gesersavvas: the build looks for python 2.4 headers (see the gcc call before the the python errors) but only python2.{5,6}-dev is installed20:28
ScottKI wonder if this is caused by all the python uploads yesterday and today.20:29
ScottKI uploaded a revised boost1.35 yesterday morning to the archive and it worked out fine.20:29
geserScottK: you seem to be right, https://edge.launchpad.net/ubuntu/+source/python-defaults (see the 2.5.4-0ubuntu1 upload)20:30
savvasScottK, geser: I'll try and rebuild it now that I've upgraded20:30
savvasI mean locally20:31
gesersavvas: I guess you need to patch it to build against python 2.5 instead of python2.420:31
savvasgeser: you're a life-saver :)20:32
savvasI'll try it in a couple of minutes, but it takes a while to build20:32
ScottKI just tested and libboost1.35-dev is still installable, so this isn't a crisis.20:41
ScottKIt's not going to break any other builds.20:41
geserbut should be fixed for jaunty anyway20:46
fransmansavvas: question ... are you moving well with flumotion ?20:50
davromaniakI would like to know if anybody here knows python-apt20:52
ajmitchdavromaniak: it depends on what you need to do with it20:53
* ajmitch hasn't used it for awhile, but was able to use it to install some packages20:53
savvasfransman: unfortunately, no reply from the maintainer yet about it - feel free to take over the one I've created if you wish :)20:54
davromaniakajmitch: I would like to do a thing pretty simple20:55
davromaniaka basic text export of upgradable packages20:55
davromaniakI know "apt-get upgrade -s | grep "^Inst" | awk {'print $2'}" does the trick, but I searching an other way to do it20:57
* ajmitch would guess that there's something in apt.cache that would give you that info20:57
davromaniakok20:58
ajmitchcache = apt.Cache()21:01
ajmitchyou can iterate over cache as a dictionary of packages21:01
davromaniakok21:02
ajmitchdavromaniak: ah, each package in that dict has an isUpgradable property21:04
davromaniakok21:04
Laibschhttps://help.launchpad.net/Packaging/PPA#Using%20packages%20from%20other%20distributions is great, but it kind of skips over how to actually get that .changes file.  I opened question 51583 for that.21:21
LaibschMaybe you want to include a link to http://oss.leggewie.org/ppa-upload-hardy which does make all this a one-line operation.21:22
Laibschcprov: I see you are the one to last edit above page, maybe you want to update it again?21:22
ScottKLaibsch: We have nothing to do with Launchpad here.  We just use it.  Try #launchpad.21:23
LaibschScottK: Understood and I thought which channel would be best for this21:23
LaibschI think a large amount of the users of PPA would hang around here21:24
ScottKIt's really ot21:25
LaibschThen let's not make it worse by discussing it.  If cprov had felt motivated to make the change if I had contacted him in #launchpad, but doesn't feel an inclination to do it because I did it here, well foobar.  I'm not gonna run around offering something that makes other ppl's life easier.21:29
LaibschOT warning duely noted21:30
directhexScottK, i have a new debdiff which removes the need for the package deps installed before debuild works21:38
ScottKdirecthex: Good.  I don't have time to look at it for sponsoring just now though.21:51
savvasA lot of game packages are affected by this: https://bugs.launchpad.net/ubuntu/+bug/32893222:00
ubottuUbuntu bug 328932 in libsdl1.2 "X11 driver not configured with OpenGL" [High,Triaged]22:00
=== Lucas_Smithen is now known as Wulfie
directhexDktrKranz, pang! monodevelop's ready for a proper look from those sexy motu-release people now22:04
ScottKsuperm1: Is 328932 a consequence of the upload you sponsored that got rid of arts?   ^^^22:05
Laibschgeser: It was indeed the COMPONENTS setting.  Thanks.22:19
Laibschbug 33180622:25
ubottuLaunchpad bug 331806 in pbuilder "better handling of building for ubuntu and debian on the same host" [Undecided,New] https://launchpad.net/bugs/33180622:25
savvaswoohoo! lpia boost1.35 built successfully: http://launchpadlibrarian.net/22888973/buildlog_ubuntu-jaunty-lpia.boost1.35_1.35.0-8ubuntu4~ppajaunty1_FULLYBUILT.txt.gz22:26
DktrKranzdirecthex, am I sexy? brrrr :)22:27
directhexDktrKranz, had a chance to try it out from my ppa yet? i haven't uploaded the plugins there though22:52
directhexdid i mention it's awesome? :p22:53
DktrKranzdirecthex, not yet, I'll probably have some tomorrow night22:53
directhexDktrKranz, do you want me to file any FFe request paperwork beyond what i have?22:56
RAOFTime to merge evo# and file some FFe paperwork.23:00
DktrKranzdirecthex, a list of changes (even if huge!) is welcome23:03
savvaswhat's FFe?23:05
savvasI've seen it so many times these last 2-3 days23:06
directhexthe upstream changelog you mean?23:06
porthosesavvas: Feature Freeze Exception23:07
Hobbsee!ff | savvas23:07
ubottusavvas: firefox is the default web-browser on Ubuntu. To install the latest version, see https://help.ubuntu.com/community/FirefoxNewVersion Installing plugins: https://wiki.ubuntu.com/FirefoxPlugins23:07
Hobbseebah23:07
directhexpoor Hobbsee23:07
DktrKranzdirecthex, yep23:07
Hobbseei'm sure that used to sya feature freeze23:07
directhex!cake | Hobbsee23:09
ubottuSorry, I don't know anything about cake23:09
directhexpoor ubottu23:09
directhexa life without cake :(23:09
Hobbseeindeed!23:09
RAOFOh, I'm lying.  Actually, we want to sync evo#, and file FFe paperwork.23:09
directhexRAOF, no gnome# dep?23:10
directhexor transitioned in debian?23:10
RAOFBah.  That's right.23:11
RAOFNo, has a gonme# dep.23:11
RAOFAcursed thing.23:11
RAOFDidn't notice that on the run-through.23:12
directhexRAOF, yay gnome# :)23:14
directhexDktrKranz, integrated licensecheck! http://monodevelop.com/Image:CapturaCodeMetrics.png23:19
DktrKranz:D23:20
=== hanska is now known as hanska_
=== TheMuso_ is now known as TheMuso
directhexDktrKranz, i've made a changelog (upstream haven't made one from 1.0->2.0 yet, only 1.0->1.9.0,1.9.0->1.9.1,1.9.1->1.9.2). i don't think it's 100% accurate though23:30
savvasScottK: Here's the patch for python 2.5 and 2.6 for boost1.35: http://paste.ubuntu.com/120352/ - In the meantime, I need figure out a way to fix "libboost-filesystem-dev: Depends: libboost-dev (= 1.34.1-15ubuntu1)" (Provides didn't do the trick)23:41

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