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

nelleryIf an application has an external homepage, as well as a sourceforge one, which should go in the Homepage field in debian/control?00:06
bddebianThe homepage goes in the homepage.  Use the sourceforge page for your watch file :)00:07
azeemnellery: do you mean the sourceforge project page, or some foo.sourceforge.net homepage?00:07
nelleryazeem, the http://projectname.sourceforge.net one00:08
nelleryyes, foo.sourceforge.net00:08
azeemnellery: in that case, whichever is more relevant or uptodate I guess00:09
nelleryOkay, thanks a lot both of you00:09
james_wdirecthex: hey, when you have a minute could I trouble you for a review of http://launchpadlibrarian.net/18274671/sysinfo_0.7.0ubuntu4.debdiff please? It looks sane to my inexperienced eyes.00:53
directhexjames_w, how much c# experience do you have?00:56
james_wdirecthex: I know java :-)00:57
ajmitchC#, java, what's the difference?00:58
directhexajmitch, TEH PATEN... no wait, too soon?00:58
directhexjames_w, well, to my eye, it looks completely 101% spot on. does it *work* as expected? too late in the evening for a test compile00:58
cody-somervilleHeya Gang00:59
directhexjames_w, frankly all the fixed-size arrays should be switched to arraylist. has upstream been sent the patches?00:59
james_wyeah, same for me, I was just wanting to approach you for a review now in the hope you would oblige before tomorrow, so I can test and upload.00:59
james_wdirecthex: not yet, but it's dead as far as I can see, I'll forward them once we have one ready for upload.01:00
ScottKajmitch: For me they are the same as I know them equally well.01:00
james_wdirecthex: I'll look at the rest of the code and see if there are any more to convert, thanks.01:00
ajmitchScottK: yes, I used to maintain C# packages01:01
ScottKSpeaking of which ....01:01
* ScottK digs through ml archives ...01:01
directhexdirecthex@mortos:~/Projects$ grep -c ajmitch pkg-cli-apps/packages/*/trunk/debian/changelog | grep -v :001:02
directhexpkg-cli-apps/packages/f-spot/trunk/debian/changelog:3201:02
ajmitchdirecthex: and?01:02
directhexjust saying'. are you on i386?01:02
ajmitchon my laptop, yes01:02
directhexcan you help me isolate possibly one of the biggest f-spot bugs on record, which might not even be an f-spot bug if this is confirmed?01:03
* ajmitch doesn't have access to an amd64 desktop until he gets home01:03
ajmitchthe randomly freezes & does stupid stuff bug?01:03
directhexthe "hang on exit" bug01:03
ajmitchand you think I know the cause? :)01:04
zulwhy yes you use to maintain them :)01:05
directhexajmitch, i think you should install gnupg-agent, restart your x session, and try to start/quit f-spot01:05
ajmitchpast tense for a reason01:05
ScottKajmitch: Do you have an opinion on this (looks like you touched the package last): https://lists.ubuntu.com/archives/ubuntu-devel/2008-October/026652.html01:05
* ajmitch has gnupg-agent installed on the laptop01:05
ajmitchScottK:01:06
ajmitchScottK: yes, I have an opinion01:06
ScottKWould you care to share it?01:06
ajmitch18:54 < ajmitch> siretart: yeah, it really should have a removal request put in01:07
ajmitchshould have been removed ages ago01:07
ScottKAh.  Thanks.01:07
directhexajmitch, and no f-spot quit problems?01:07
* ScottK really ought to do more scrollback reading.01:07
ajmitchdirecthex: not that I've seen01:07
ajmitchhowever I don't know if gnupg-agent is setup in the session properly01:08
directhexcan you compile/run http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=test-signal.c;att=1;bug=499569 and give me the output?01:08
ajmitchgiven that it doesn't ask for a passphrase on login01:08
ScottKdirecthex: We've had gnupg-agent in default install since Gutsy (it's my fault it's there BTW) and there were some programs that had environment problems that it exposed (see fixed bugs in seahorse-agen for an example).01:09
ScottKagen/agent01:09
ajmitchdirecthex: I presume you don't mean the various compile warnings from that test-signal.c :)01:09
directhexajmitch, no, the output from running it01:10
directhexsod it, i'll experiment further tomorrow & weds. bedtime.01:16
ScottK-laptopdirecthex: FYI, my point is it's probably not a gnupg-agent bug, it's probably the app.  Good luck.01:16
quentusrexHello. I need some help remembering the process to build a custom *.deb file.01:17
quentusrexI remember it has something to do with dh-make01:17
directhexScottK-laptop, it breaks the SigBlk mask for all apps in the x session. that's an app bug?01:17
directhexScottK-laptop, oh, and only on i38601:17
ScottK-laptopHmmm01:18
quentusrexdoes anyone have a link to a tutorial?01:18
directhexdbugs 49956901:19
directhexstill want to confirm that it's to blame for f-spot woe, but it's unquestionably gnupg-agent's bug01:20
ScottK-laptopOK.01:20
directhexit adds up though - the reports come from only people who say they installed ubuntu ages ago, regardless of dist-upgrades since then ("We've had gnupg-agent in default install since Gutsy"), and is always "cured" in new user accounts on the same system01:23
directhexright. sod it. bedtime. i mean it.01:23
quentusrexAnyone?01:24
ajmitchquentusrex: looked at the packaging guide & related stuff?01:26
quentusrexyes, I knew there was a tutorial out there that gave a sample script that would build a package update. I just can't remember the keywords to search for it.01:27
ajmitch!packagingguide01:27
ubottuThe 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 !backports01:27
quentusrexHow do I find out which package a file is from?01:30
ajmitchdlocate -S, or dpkg -S01:31
quentusrexDo you know of a script that will take the version from changelog and rebuild the package?01:33
quentusrexI would like to have some way to auto build the changes in my package.01:33
quentusrexHow do I download the source of a package to my current working directory?01:46
ScottK-laptopapt-get source01:47
cody-somervilleAny motu-sru around?02:53
nxvlcody-somerville: don't think so02:56
fabrice_spjames_w and scottK: still there to chat about bug 242572?04:19
ubottuLaunchpad bug 242572 in wxsvg "Upgrade wxsvg package to b11" [Wishlist,Confirmed] https://launchpad.net/bugs/24257204:19
ScottKfabrice_sp: I'm pretty sure james_w will be asleep.  He lives ~utc.04:40
fabrice_spScottK: ok. I'll update the bug then, and we will speak of that this afternoon for me (utc+1). Thanks.04:42
siretartjames_w: ScottK: morning. I have to protest, I do not have anything to do with debian-multimedia (which is marillat). I'm active in pkg-multimedia, which is debian05:42
ScottK-laptopsiretart: Sorry.  My confusion.05:46
slytherinsuperm1: Congratulations. :-)07:14
Koonasac: posted fix for bug 275608, you might be interested in sponsoring07:17
ubottuLaunchpad bug 275608 in network-manager-openvpn "nm-openvpn swaps ca-cert and user-cert labels when using "Passwords with Certificate (TLS)" mode" [Medium,Confirmed] https://launchpad.net/bugs/27560807:17
quentusrexHow do I extract a deb package?07:19
quentusrexI need to take a prebuilt *.deb package and make a change, then rebuild the package. How do I do this?07:19
quentusrexI have built packages before.07:19
sram.deb packages are ar.07:20
sramar vx package.deb07:20
sramthen you have a tarball on your hands07:20
quentusrexIs there an easy way to extract the Deb package then rebuild it with dh_*07:21
slytherinquentusrex: extracting .deb package will not give you source of the package07:21
sramall i did was google your question :P07:21
quentusrexI mean extract the source package07:21
quentusrexI'm asking about the process of using a package's source package and making a change, and rebuilding it easily.07:22
slytherinquentusrex: get the source package form ubuntu repositories, extract it with dpkg-source -x *.dsc, make change, ad changelog entry and then build with dpkg-buildpackage -b07:24
quentusrexAlso, for package naming, How do I ensure that my modifications superceed any of the original packages? such as: package_0.34.0+fixes1234-0ubuntu1 is the original package name07:25
quentusrexthanks slytherin that is exactly the answer I needed. Thanks soo much.07:25
quentusrexwhen I edit the changelog for the name,07:25
porthosequentusrex: https://wiki.ubuntu.com/PackagingGuide/Recipes/PackageUpdate07:25
slytherinquentusrex: you can use dpkg --compare-version to compare two versions. Check manpage for dpkg07:26
slytherinDoes anyone know why gnash 0.8.3 has not been packaged for intrepid?07:39
tbielawano, but that's really surprising to hear!07:39
quentusrexIf the original package is called: package_0.34.0+fixes1234-0ubuntu1 and I name my customized version package_0.34.0+fixes1234-0ubuntu1-mine Which one will be installed from the apt repo?07:42
quentusrexShould I instead name mine package_0.34.0+mine+fixes1234-0ubuntu1 ?07:42
slytherinquentusrex: I told you use dpkg to compare versions.07:43
slytherinasac: Do you have any plans to update gnash?07:43
quentusrexslytherin, It showed the difference between the versions, but it didn't tell me which would have preference.07:44
slytherinquentusrex: what command did you use?07:46
Hobbseesiretart: are you planning to fix any of xine-ui's bugs before release?07:48
quentusrexdpkg --compare-version  package_0.34.0+fixes1234-0ubuntu1 lt  package_0.34.0+fixes1234-0ubuntu1-mine07:48
siretartHobbsee: tbh, I don't have concrete plans. xine-ui is pretty much dead, IMO. use gxine instead07:49
Hobbseesiretart: er, is that what starts when running 'xine' from command line?07:49
siretartexactly07:49
quentusrexslytherin, it doesn't return anything.07:50
siretartif you have plans to update it to latest cvs (yes, CVS!!), feel free!07:50
Hobbseesiretart: right, so i meant that.  same question, but for gxine :)07:50
slytherinquentusrex: yes, that is what I am also observing. Weird07:50
Hobbseesiretart: ooh, now there's an idea.  It's recently started freezing on me - movie keeps playing, but hte keyboard won't work.  Any idea why?07:50
siretartHobbsee: I think we should really sync/merge the package from debian, the changes are rather small, but I didn't get to file an exception request for this yet07:51
slytherinquentusrex: It is supposed to return nothing if your operator evaluates to true. But I tried changing operator and it never returns anything.07:51
quentusrexthat's what I found too07:51
siretartOTOH, it does not seem to introduce new features. not sure if that means that it doesn't require an FF exception07:51
Hobbseesiretart: OK, i'll try to have a look.07:51
Hobbseesiretart: you can approve it :P07:51
siretartHobbsee: I can?07:52
Hobbseesiretart: oh, darn.  i keep thinking you're on MOTU release.07:52
siretartI was at some point, right ;)07:52
Hobbseesiretart: i'm sure ScottK-laptop or someone will approve it, if the changes are sane.07:52
siretartI havent' looked at the changes in detail, but the changes to the source are pretty small.07:53
Hobbseeright07:53
siretartHobbsee: you hang around in #ubuntu, right?07:54
Hobbseesiretart: i try not to, but occasionally.  WHy?07:55
siretartHobbsee: can you teach the relevant bots (and users) the knowledge that 'apt-get install libavcodce-unstripped-51' is a very good incantation if they want create dvds, vcds or generally encode to mpeg?07:55
siretartapt-get install libavcodec-unstripped-51 that is. (sorry, mispelled)07:56
quentusrexslytherin, do you know which one should be considered the later version?07:56
siretartit seems the package is still in binary NEW, but it is already built07:57
Hobbseeahhh07:57
directhexslytherin, compare-versions uses exit codes07:57
siretartand currently available from the ~motumedia PPA07:57
directhexoh damn he left07:57
directhexquentusrex, same applies07:58
directhexquentusrex, here's how to do it. if your package is pure customization, and you want your version to be installed for preference, then you should attach a + then some personal numbered identifier to it07:58
directhexquentusrex, so if you want to modify 1.0-1, you make 1.0-1+qr107:59
quentusrexoh, ok. awesome. thanks directhex07:59
NCommanderdirecthex, thats -1~qr107:59
NCommander+qr1 won't do the right thing08:00
directhexNCommander, if he wants to supercede, he should use + not ~08:03
directhex~ is for backporting, so your version is newer than the one in your release but *older* than the one it's based08:03
persia-1~1 < -1 < -1+108:03
directhexwell. backporting, svn/rc's, and so on08:04
directhexblah blah blah, we all know this one08:04
quentusrexAlso, I'm having problem downloading the source package and extracting them. dpkg-source -x *.dsc gives a GPG error08:04
persiadirecthex, No, it's so it's *less* than the unbackported version, not newer than the previous version.  "~" can never express greater than.08:04
persiaquentusrex, That's just a warning : you can import the key of the last person to change the package, or ignore it.08:05
directhexpersia, not on its own, but in the case of backporting it's pretty much a good bet you're not backporting 1.0-1 to replace 1.0-108:05
persiadirecthex, That's just a coincidence :)08:05
directhexright, i need to go drive 200 miles. bbl.08:05
quentusrexthanks again directhex08:06
quentusrexand thanks persia and NCommander08:06
quentusrexI'm always trying to learn new stuff08:06
quentusrexHow can multiple binary packages share the same source?08:09
quentusrexsame source package?08:09
persiaquentusrex, Multiple stanzas in debian/control08:09
persiaquentusrex, debian/control should have one for the source package, and than one or more for the binary packages.08:10
quentusrexSo, when building one of the binary packages, do I have to build all the the packages?08:10
persiaTechnically, no, but it's non-trivial to only build one binary package from a source with multiple binary packages, and it's certainly not a typical use case.08:11
quentusrexok, so I might as well just rebuild the whole source package with my changes.08:11
quentusrexThat's fine with me.08:11
quentusrexHow do I ensure that they all get my +mine for each of the packages?08:12
quentusrexor does it matter?08:12
persiaRecommended practice is to build a new source package with your changes, and then use that source package to build a binary package with pbuilder or sbuild.08:12
persiaYou can't ensure it, so try to make it not matter.08:12
quentusrexHow so?08:12
persiaThe only way to enforce a given set of packages will all be installed together is to have very specific package dependencies.  Having such strict dependencies usually breaks upgrades to the point where it's hard to get that set of packages installed.08:13
persiaAs a result, it's best to try to get each package to work on it's own, although bumping some dependencies may make sense.08:14
persiaAlso note that someone could always create a package with a version of "iwinnow" which is larger than just about everything sane, and so supercede anything you create.08:14
quentusrexI'm using this package for my private network08:17
quentusrex is not a valid .dsc file name08:26
toobaz1Please forgive my cross-posting from #ubuntu+1, but...08:50
toobaz1Package drgeo is completely inusable in intrepid because of bug LP 257797. However, I just noticed it is probably not a drgeo source package's bug: the source used in Hardy and Debian unstable has only trivial differences, and recompiling package from debian's one still gives a buggy drgeo, while Hardy's and debian's binaries works perfect. So it's 1) a problem of something used in compiling drgeo (gcc?) or 2) a drge08:50
ubottuLaunchpad bug 257797 in drgeo "segment fault" [Undecided,Confirmed] https://launchpad.net/bugs/25779708:50
quentusrexI have this problem with pbuilder:08:59
quentusrexThe following packages are BROKEN:08:59
quentusrex  pbuilder-satisfydepends-dummy08:59
Laneyquentusrex: Look at the rest of the output?09:02
Laney-?09:02
quentusrexThe following packages have unmet dependencies:09:03
quentusrex  pbuilder-satisfydepends-dummy: Depends: libdts-dev which is a virtual package.09:03
quentusrexplus a bunch of other unmet depends09:03
LaneyDo you have universe enabled in the chroot?09:03
quentusrexI'll check09:03
quentusrexyes, universe, and multiverse, and medibuntu09:04
* Hobbsee wonders why you have medibuntu enabled.09:07
toobaz1Is there someone else/some other channel to whom my answer would be better directed?09:09
Hobbseetoobaz1: no, here is right09:09
* Hobbsee heads off to deliver birthday presents.09:09
Hobbseetoobaz1: it's a little early yet for europe and the US09:09
toobaz1ok09:10
persiatoobaz1, Also, it may just be that nobody knows precisely.  The build logs are linked from https://launchpad.net/ubuntu/intrepid/+source/drgeo/1.1.0-1ubuntu2 : perhaps they could help you track it down?09:12
IntuitiveNippletoobaz1: I've just tested and replied to the bug report09:13
IntuitiveNippleI can't reproduce the failure09:13
toobaz3I know09:14
toobaz3it is an intrepid bug09:14
toobaz3but09:14
IntuitiveNippletoobaz1: Can you catch the messages/backtrace?09:14
toobaz3if you recompile hardy package under intrepid it is still there09:14
toobaz3you mean gdb?09:14
IntuitiveNippleYes, and the -dbgsym09:15
toobaz3forgive my ignorance, but "gdb: unrecognized option '-dbgsym'"09:16
IntuitiveNippleI can't test in Intrepid currently, since the CD installer fails in the kvm guest.09:16
toobaz3ok09:16
toobaz3wia09:16
toobaz3wait09:16
toobaz3don't bother, maybe I'm understanding09:16
quentusrexI've still got a problem with pbuilder09:18
quentusrexConflicts: libmyth-0.20-dev, libmyth-dev09:18
toobaz3once I create the debug package, how should I tell to gdb to use it? I still get lots of "(no debugging symbols found"). Anyway, the end is reported in http://paste.ubuntu.com/54918/09:21
persiatoobaz1, Did you install the debug package?09:23
toobaz3yes09:23
persiaOK.  Try calling "bt" in gdb, to see what it returns.  You may also need the symbols from some of the libraries on with drgeo depends.09:24
toobaz3(no debugging symbols found)09:25
toobaz3(gdb) bt09:25
toobaz3No stack.09:25
toobaz3bt _after_ running gives http://paste.ubuntu.com/54920/09:26
quentusrexAnyone know why pbuilder fails? it complains about virtual packages.09:26
slytherinpersia: does obex browsing with nautilus work for you currently?09:26
slytherinquentusrex: do you have all components enabled in pbuilderrc? By default only main is enabled.09:27
persiaslytherin, During my last test, the answer was: "Only the first time".09:32
slytherinpersia: Ok. So the first time you didn't see 'protocol not supported error right?09:32
james_wfabrice_sp: hi, I'm up now when you want to chat09:33
quentusrexslytherin, I don't see components in that file.09:33
slytherinpersia: By the way, now that FFE is granted for 4.x stack. Who is going to do upload?09:33
slytherinquentusrex: which file did you check?09:33
quentusrexslytherin, now I do. I uncommented the section09:34
quentusrexnow I'm trying again09:34
persiaslytherin, Not sure : superm1 probably.09:34
slytherinquentusrex: you will have to do pbuilder --update --override-config first09:34
slytherinpersia: but he is not yet core dev right?09:34
persiaHe gets reviewed by the TB in 5.5 hours.09:35
slytherinph, his application will be considered today09:35
persiaIf not, we'll get someone else.09:35
morgsjames_w: Thanks for your comment on the sugar ticket. What is the way forward? sync the debian package and then patch it? Submit a debdiff against the hardy package?09:51
james_wmorgs: the latter is fine.09:51
morgsjames_w: OK, I'll do that.09:51
james_wmorgs: Luke emailed me off-bug to discuss it, and I just proposed the same thing to him.09:51
morgsOK09:52
toobaz3shall come back later09:52
james_wmorgs: I can build the package and dput it as soon as I see the sync requests go in, so there will be little skew in the archive.09:52
morgsjames_w: great.09:52
toobaz3I forgot: please email me if any testing is needed: toobaz@email.it09:52
james_wmorgs: thanks for replying to my comments. I'm just doing a pass and pointing out things. Nothing has really been a blocker so far, except perhaps that, but as you want the whole suite in at once I want to complete a pass before acting on anything.09:53
sebnerjames_w: thx for uploading wordpress. mind sponsoring another merge? ^^ .09:54
james_wsebner: is it in the queue?09:54
sebnerjames_w: yep09:55
james_wI'll look at it then.09:55
morgsjames_w: OK, and the debhelper issue? Debian are unlikely to fix this in the timeframe we want it as there's just one guy really working on it...09:55
james_wI'm in the middle of sugar at the moment though.09:55
sebnerjames_w: *fine* but it's there since 5 days ;-)09:55
james_wmorgs: it won't be a problem in Intrepid. the backporters will poke you if you request a backport to something that has debhelper 509:56
james_wmorgs: I think it indicates something wrong with his weird cdbs setup09:56
morgsjames_w: he experiments with cdbs, using the sugar packages... :(09:56
gaspadholbach_: hi, I updated my branch of harvest-data. you could merge in to the main branch if you want.09:58
james_wmorgs: is Jani going to look at these packages?09:58
dholbach_gaspa: taking a look at it this instant09:58
gaspacool09:58
gaspa:)09:58
morgsjames_w: he said he's OK with the deb sync, but won't look at the packages specifically. He said he would look at and sponsor debdiffs to fix anything in them...09:59
dholbach_gaspa: merged - gracias09:59
james_wmorgs: ok09:59
=== dholbach_ is now known as dholbach
gaspadholbach_: awesome. :)09:59
dholbachgaspa: thanks for your great work on it!10:00
gaspadholbach: well.. .i'd like to work more on it.. :P but i'm in lack of time, recently...10:01
dholbachI know what you mean10:04
elmargolI reported a bug some days ago and noone has confirmed/responded to my bug so far. The bug is kernel/nvidia/composite related. Any Ideas how I can get in contact? https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-177/+bug/27802910:12
ubottuLaunchpad bug 278029 in nvidia-graphics-drivers-177 "Xserver crashes, scrambled terminals random lines and patterns" [Undecided,New]10:12
quentusrexwhere does pbuilder put the deb package?10:22
slytherinquentusrex: /var/cache/pbuilder/result10:22
slytherinquentusrex: you can copy /etc/pbuilderrc ro ~/.pbuilderrc and customize it. You can change the result folder, the cache folder etc.10:23
quentusrexif I have a single source package that produces multiple binary packages, do I need to copy them all to my apt repo? or just the one that ends in all10:23
=== mneptok_ is now known as mneptok
slytherinquentusrex: it depends on what the packages are10:24
slytherinquentusrex: in any case you won't be able to install the packages you build by putting them into apt cache. Because apt's package list does not have entries for these packages. You should instead use dpkg --install filename .deb10:25
quentusrexright, I have an apt repo of my own10:26
quentusrexIs there a command to download the source packages to the current working directory?10:33
quentusrexI know the dpkg-source -x *.dsc extracts the source.10:33
persiaquentusrex, `apt-get source $(package)` usually does approximately the right thing.10:35
slytherinquentusrex: dget http:///path/to.dsc10:36
=== nm-rocker is now known as asac_
=== asac_ is now known as asac
Riddellsiretart: ping11:03
Riddelllibpostproc-unstripped-51 and libswscale-unstripped-0 are empty11:03
=== j-b_ is now known as j-b
=== asac_ is now known as asac
siretartRiddell: I'm aware of that, thanks for notifying. I'm on it12:00
Riddellsiretart: I'll reject the binaries for now then12:02
siretart:(12:03
siretartI'd say leave them in.12:03
siretartimportant is only libavcodec-unstripped-51, and that one should work, no?12:03
siretartRiddell: fixed package uploaded12:18
=== POX_ is now known as POX
=== astralja1a is now known as AstralJava
=== hagabaka is now known as quassel251
=== quassel251 is now known as hagabaka
=== philwyett_ is now known as philwyett
lfaraoneIs a debdiff required for changes to a control file?13:43
morgsjames_w: ^ this is about the sugar package, adding the sugar-activities metapackage13:44
ScottKIt's preferred.  A diff of the file would also work, but then it's more effort for the sponsor so you'll likely have to wait longer.13:44
stefanlsdlfaraone: u need to get the source. make the change to the control file.  debuild the package.  actually test the build of the package (does it work after your change to the control file), and then u can just debdiff the old .dsc and the new one...13:45
stefanlsdmm. also then u can do the changelog entry.13:45
james_wyeah, what Scott said.13:47
james_wexcept it's not about waiting, but just making more work for me13:48
james_wI'm just looking at *-activity now13:48
=== lacqui_ is now known as lacqui
=== ssweeny_ is now known as ssweeny
=== doko_ is now known as doko
james_wmorgs: thanks for forwarding my comments to Jonas. Did you see that I corrected myself on the ${shlibs:Depends} thing?14:14
morgsjames_w: yeah, I saw. He's on the ubuntu-sugarteam list, which is the email address for the sugarteam so he saw the bugmail, and replied, but that didn't go into the bug14:15
james_wah, thanks.14:16
=== LucidFox_ is now known as LucidFox
=== txwikinger2 is now known as txwikinger
slytherinLucidFox: ping14:34
LucidFoxslytherin> Yes?14:35
slytherinLucidFox: I have been watching the batik/fop related mails in Debian Java ML. Theer are few changes I believe we can adopt to Ubuntu packages. Analysis is needed.14:36
slytherinLucidFox: 1.7 has landed in experimental. And now that fop is built in Ubuntu I think we need not add fop source inside batik orig.tar.gz. Also if the startup scripts could switch to java-wrappers that will be great.14:38
LucidFoxif batik depended on fop, this would mean a circular dependency :(14:38
slytherinLucidFox: I don't think it will need to depend on fop. The fop classes will only be needed for PDF transcoding. Otherwise I don't see any use of them for a batik based application.14:40
LucidFoxPerhaps this could wait until Jaunty?14:41
slytherinLucidFox: no issues. Then I don't think java-wrappers change is worth a new upload.14:42
=== warp10_ is now known as warp10
RainCTUhm.. A few days ago someone included a link to a website which allows to browse Ubuntu's repositories and install stuff from there with apturl in some ML mail, can someone tell me what page that was? (there's a brainstorm idea which asks for the same)14:47
slytherinRainCT: I use packages.ubuntu.com for browing but not sure if it has apturl support14:50
slytherins/browing/browsing14:51
persiaInstall support is just a matter of an appropriately constructed URL to pass to apturl14:52
RainCTslytherin: it hasn't, and what I mean is a new more "modern" page (which seems to be a private initiative, unrelated to Ubuntu/Canonical)14:53
RainCTsome Canonical employee (iirc) said on a mail that he had looked at it14:53
slytherinok14:54
persiaRainCT, Maybe irclogs.ubuntu.com has the answer?14:54
=== mrpouit is now known as mr_pouit
RainCTapachelogger, superm1: congratz!15:53
apacheloggerRainCT: thanks :)15:53
superm1thanks RainCT :)15:53
emgentapachelogger, superm1 congrats, hard work now :)15:54
* StevenK wonders what he missed15:54
huatsapachelogger: congrats !!15:54
RainCTStevenK: Techboard has just approved them as Core Devs :)15:55
apacheloggeremgent: who said we stopped work? :P15:55
StevenKOooh!15:55
lfaraoneHey, how do I make a transitional package?15:55
StevenKsuperm1: I saw you got the go-ahead for bluetooth. When do you want me to upload my rebuilds?15:55
superm1StevenK, after the main packages clear NEW15:56
superm1StevenK, which i'll upload them this afternoon15:56
RainCTlfaraone: just create an empty package depending on the new one15:56
RainCTlfaraone: ie, the transitional package is just an entry in debian/control15:56
lfaraoneRainCT: of the source package... I see.15:56
slytherinsuperm1: congrats. :-)15:57
ScottKsuperm1: Congrats.15:57
emgentapachelogger: hahah15:57
StevenKsuperm1: Congratulations, too15:58
superm1thanks slytherin ScottK StevenK emgent15:58
=== stefanlsd__ is now known as stefanlsd
* sistpoty|work heads home... cya17:27
iulianHi17:41
RainCTguys, please vote on http://ubuntuforums.org/showthread.php?t=94078317:48
=== Ng_ is now known as Ng
iulianHmm, that's weird. When I try to remove human-theme it asks me to remove ubuntu-desktop and ubuntu-artwork too. It's the same thing when I install gtk2-engines-ubuntu-looks.18:12
iulianubuntulooks (source package) I see Replaces: ubuntu-artwork but why it wants to remove ubuntu-desktop?18:15
james_wporthose: hi, are you around? I'd like to talk ampache, I think we're close, so IRC might help us get it done quickly.18:35
keesgeser: so far the -6 kernel has been stable for me (I merged upstream AppArmor changes)18:43
slytherindoes anyone know why the BBC plugin says copyright Canonical Ltd. I was under impression it was developed by Collabora.18:47
fabrice_spapachelogger: are you there?18:51
slytherinans how can I actually use it?18:52
apacheloggerfabrice_sp: hi18:52
fabrice_sp(congratz first of all :-) )18:52
apacheloggerthanks :)18:52
fabrice_spabout Bug #27163018:53
ubottuLaunchpad bug 271630 in kwave "[sync Request] Kwave FTBFS in Intrepid" [Undecided,In progress] https://launchpad.net/bugs/27163018:53
fabrice_spIt seams that in the filterdiff you attach, the patch seems already applied18:53
fabrice_spShould I begin from scratch from a 0.7.10 package and apply it?18:54
fabrice_sp(and agree about the documentation: I was too exciting about the package working that I forget to check it before)18:55
apacheloggerfabrice_sp: the filterdiff is just a diff of the debian parts from the 7.10 to your packaging18:57
apacheloggerso just enhance the changelog and rename patch as stated18:58
apacheloggerthen we are good for upload18:58
fabrice_spapachelogger: great. I'll do that now. Thanks!18:59
RainCTIs there some wiki page which explains how to request new versions of a package? I'm googling but can't find any :/19:07
geserkees: will try out, I'm currently trying -519:08
slytherinRainCT: why are you googling for a page on wiki? Search in wiki. :-)19:09
geserwaiting till it appears on the mirrors19:09
PiciRainCT: https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages#Requesting%20a%20new%20package%20for%20Ubuntu perhaps?19:10
slytherinsuperm1: when are you planning to upload bluez packages? Need any help in preparing the packages?19:10
RainCTslytherin: google is better :P19:11
keesgeser: any problems with -5?  I was running -5 with my AA patches -- it's possible it was just an upstream kernel regression that finally got fixed.  :P19:11
superm1slytherin, I am making sure upstream is accepting of a patch and then i'll upload the main bluez and bluez-gnome19:11
RainCTor perhaps not.. thanks Pici :)19:11
superm1slytherin, is that sendto patch in order?19:11
superm1nautilus-sendto19:11
RainCTah no, but that's for new packages, I need it for updates19:11
superm1slytherin, and any update on the tooltip stuff?19:11
geserkees: not yet19:11
slytherinsuperm1: I didn't check. Let me take a look.19:11
slytherinsuperm1: is nautilus-sendto package not in PPA?19:13
slytherinsuperm1: by the way, in case you haven't noticed already 4.12 is out. :-)19:13
superm1slytherin, yeah it's supposed to help with SCO stuff, but i'm trying it first19:14
fabrice_spjames_w: did you my answer to Bug #242572?19:26
ubottuLaunchpad bug 242572 in wxsvg "Upgrade wxsvg package to b11" [Wishlist,Confirmed] https://launchpad.net/bugs/24257219:26
james_wfabrice_sp: yeah, I did thanks19:27
james_wfabrice_sp: I wanted to ask you something, one moment19:27
fabrice_spok19:29
james_wfabrice_sp: ah, that was it, you appear to have added the information for a FFe request, is that want you intended?19:32
=== fta_ is now known as fta
fabrice_spjames_w: yes, because as this library as new methods in b11, I assume that it can be considered as  new features, so FFe19:38
fabrice_sp(even is no app rdepends on it)19:38
james_wfabrice_sp: I agree, I was just checking19:38
james_wyou didn't subscribe motu-release19:38
* fabrice_sp checking19:39
fabrice_spjames_w: actually, I only suscribed Ubuntu Sponsor for universe (/me having no rights)19:40
james_wyou are free and encouraged to subscribe motu-release19:40
james_wthey deal with it before the sponsors19:40
james_wit would be good if you could explain in the bug report what the new feature actually is as well :-)19:40
sebnerjames_w: now are 2 bugs for you in the queue :-)19:44
RainCT(Has someone just uploaded a package to REVU?)19:46
james_wsebner: there are more than 40 bugs in the queue :-)19:47
sebnerjames_w: in your queue?19:47
sebneraloha DktrKranz :D19:47
james_wubuntu-universe-sponsors19:47
sebnerjames_w: you don't have to do all of them :P19:48
DktrKranzhuhu sebner19:49
fabrice_spjames_w: will suscribe motu-release, then. (Really thought that everything should go first to sponsors). Thanks.19:53
fabrice_spapachelogger: new diff uploaded for Bug #271630. Should be ok now :-)20:14
ubottuLaunchpad bug 271630 in kwave "[sync Request] Kwave FTBFS in Intrepid" [Undecided,In progress] https://launchpad.net/bugs/27163020:14
fabrice_spAny motu-release to have a look at bug #242572? Pleeaaaaassssseeeeee20:23
ubottuLaunchpad bug 242572 in wxsvg "Upgrade wxsvg package to b11" [Wishlist,Confirmed] https://launchpad.net/bugs/24257220:23
apacheloggerfabrice_sp: looking good now20:37
apacheloggerfabrice_sp: btw, usually changing the patch system is considerd bad practise20:37
apacheloggerbut since there aren't any patches at all I can live with it ;-)20:37
fabrice_spapachelogger: that's what I thought :-). (And I was expecting the blame :-) ). I also changed it because Debian 0.7.11 package is based on quilt, so I assume that next one would use quilt20:40
fabrice_spAnd also, since you show me the "quilt way", it's hard to go with dpatch20:41
fabrice_sp:-)20:41
apachelogger<3 quilt :D20:41
fabrice_spso do I :-)20:48
directhexding dong. any sexy people alive running intrepid? or, even better, a siretart?20:55
sebnerdirecthex: I only can offer the first :P20:58
directhexsebner, can you install ffmpeg?20:59
sebnerdirecthex: done20:59
sebner^^20:59
sebnerdirecthex: I use it very often20:59
directhexcan you try intrepid ffplay on http://samples.mplayerhq.hu/A-codecs/WMA9/wma_0x163.wma and http://samples.mplayerhq.hu/V-codecs/WMVA/wmva-smpl-bdsm.wmv (video only for the latter)20:59
sebnerdirecthex: sure21:00
sebnerdirecthex: I'm wondering if I need something special for this wma codec installed?21:01
directhexsebner, it might not play21:01
directhexsebner, it doesn't on hardy21:01
sebnerdirecthex: also not on intrepid but I install ffmpeg updates first :P21:02
sebnerdirecthex: we may need w32codecs21:03
geserdirecthex: are you also interested in a test on AMD64?21:03
sebnerhi geser :)21:03
geserI guess that excludes AMD6421:03
geserHi sebner21:03
sebnergeser: w32codes can be forced to run on amd6421:03
directhexgeser, any arch. i just want to know if either file plays. they don't on hardy21:03
directhexw32codecs is fail, it doesn't count as working IMHO21:04
zorglu__q. is christof korn around ?21:05
jdongdirecthex: err those are VC-1 wmv's21:05
jdonglast time I checked ffmpeg doesn't have decoders for VC-121:05
sebnerdirecthex: but god save vlc :P21:05
directhexjdong, not quite21:05
directhexjdong, actually ffmpeg plays vc1, even in hardy21:06
jdongdirecthex: ah you're right. my svn snapshot here plays it.21:06
directhexjdong, WMVA is a little different to WMVC121:06
jdong[asf @ 0x1042000]asf_read_pts failed21:06
jdongthough your file is a bit weird towards 92% or so21:06
directhexjdong, yeah, it's probably a straight dd cut from a longer video21:06
directhexi.e. indexes FUBAR21:07
jdongFWIW mplayer handles it well21:07
jdongat 35s right now21:07
directhexjdong, i need to know about ffplay in intrepid. well, ideally lenny, but wrong channel for that21:07
RainCT(I guess nobody is subscribed to REVU Announcements, so: new uploads (of a source package to which you are subscribed) will also send notifications now.)21:08
sebnerdirecthex: wma = nongo, wmv = go (without sound)21:08
jdongah well my only native intrepid machine is kinda panicky right now21:08
directhexjdong, ffplay is pretty much a spot on test for whether any other apps using libavcodec1 will support a file21:08
directhexsebner, with ffmpeg in intrepid? thank you21:08
geserdirecthex: wma_0x163.wma: could not open codecs21:08
directhexgeser, okay, that's what i expected21:09
sebnerdirecthex: with todays ffmpeg updates (new upstream version) :D21:09
directhexnew ffmpeg today? and siretart is hiding? tsk!21:09
geserdirecthex: but the .wmv plays, but it looks like a bad copy of a VHS tape21:09
sebnerdirecthex: guess why :P21:09
directhexgeser, that's because it is21:09
directhexgeser, thank you, that's all the info i needed21:09
* siretart peeks from the other end of the channel21:11
gesersiretart: I guess that's not far enough :)21:12
sebnerlol21:12
directhexsiretart, mostly i wanted to thank you for recent replies to debian-devel21:12
directhexsiretart, and check ffmpeg stuff with you, since you're the expert. but i have the info i needed21:12
siretartjdong: do you mean VC-1 as in http://wiki.multimedia.cx/index.php?title=VC-121:12
siretart?21:13
sebnersiretart: me wonders why debian has a newer ffmpeg version (at least with the versionsnumber)21:13
siretartsebner: debian has?21:13
=== mcasadevall is now known as NCommander
sebnersiretart: sure, our version is svnfromfebruary21:13
siretartsebner: so does debian21:14
siretartjdong: please check libavcodec/vc1.c21:14
RainCTsiretart: [revu] is there some reason why index.py calls nuke_upload() and not nuke_upload_rec()?21:15
* sebner is confused xD21:15
directhexsiretart, your ffmpeg packages support 8/9 of the official silverlight codecs. for reference. i think that's a pretty good score21:16
siretartRainCT: I guess because the latter would nuke ALL uploads which I'd consider 'surprising'21:16
siretartdirecthex: what is the last one?21:16
RainCTsiretart: all uploads from the same source package21:16
directhexWMA 9: Windows Media Audio 921:16
siretartRainCT: yes21:16
directhexactually, can people try the audio section of http://samples.mplayerhq.hu/A-codecs/WMA9/wmv-surroundtest_720p.wmv ?21:17
RainCTsiretart: so? just nuking the last upload doesn't really make sense if there's only one "nuke" link on the main page21:17
siretartdirecthex: that's not specific enough ;) - http://wiki.multimedia.cx/index.php?title=VC-1 explains the subtle differences in the wmv3 aka vc-1 family21:17
RainCTdirecthex: hey, this is a public channel, don't say bad words :P :P21:18
siretartRainCT: 'nuking' doesnt remove the files from the filesystem either21:18
ajmitchhi21:18
siretarthi ajmitch21:18
RainCTsiretart: I know.. it writes that weird script :P21:19
directhexsiretart, MS aren't specific enough for *me* to be specific enough ;)21:19
siretartdirecthex: how surprising ;)21:19
siretartdirecthex: no, seriously, there has been quite some work on that since february upstream, it might be very well possible that todays ffmpeg has advanced21:20
siretartdirecthex: try compiling a recent svn snapshot (without shared libs) and try again.21:20
RainCTsiretart: so should it remain using nuke_upload (will nuke_upload_rec kill kittens) or can it be changed?21:21
* ajmitch loves getting bitten by strange hardy bugs again21:22
ajmitchlike "no desktop icons if laptop is started with audio cd in drive"21:22
directhexsiretart, i don't think it's that urgent - i just want to collect as much data as possible for my package wiki report. and i doubt we'll bug ftp-master with actual uploads until lenny releases, or thereabouts, anyway21:23
siretartRainCT: I haven't done much (any?) revu work lately, I won't block anyone working on it21:23
sebnerajmitch: wth O_o21:23
directhexsiretart, and tbh, given the official binary codec pack doesn't exists yet anyway, 8/9 is good enough for government work ;)21:23
ajmitchsebner: yes, it's odd21:23
geserHi ajmitch21:23
siretartRainCT: however let me suggest that you (or someone else) implement that missing cleanup/expiry script first21:23
sebnerajmitch: but sounds absolutely SRU worth :P21:23
siretartRainCT: i.e. before changing the behavior of the 'nuke' links21:24
ajmitchsebner: and I spent some time trying to track it down with seb128, but that was inconclusive21:24
sebnerajmitch: that's the ~MAGIC~ of OpenSource :D21:24
RainCTsiretart: well, I think I'll leave it like it is for now21:25
geserdirecthex: I hear nothing (AMD64)21:25
siretartdirecthex: package wiki report on moonlight? sorry?21:25
siretartRainCT: it would at least need proper announcement21:25
RainCTbut first I have to discover wth apache isn't working anymore o_O21:25
RainCTBecause I get "(48)Address already in use: make_sock: could not bind to address [::]:80". There's an apache2 process running (although init.d/apache2 says there isn't :P) which may be the cause but I can't kill it :S21:26
directhexsiretart, yes, precisely. http://wiki.debian.org/Teams/DebianMonoGroup/Moonlight21:27
directhexgeser, okay, thanks21:27
siretartdirecthex: ah, right. the ITP thread I hijacked on debian-devel :)21:27
ajmitchnaughty siretart21:27
directhexsiretart, PLEASE keep it hijacked21:28
RainCTsiretart: do you know if spooky can be rebooted? (ie, is that RAID thingie or whatever it was solved now?)21:28
sebnerRainCT: that's the reason why I don't like Server stuff :P21:29
siretartRainCT: no, it wasn't TTBOMK21:29
ajmitchRainCT: what state is the apache2 process in?21:30
ajmitchit ought to be killable somehow21:30
siretartbah, can someone PLEASE fix the maintainer field in the 'mplayer' package?21:31
siretart'motumedia@tauware.de' is already away, I wasn't aware that it was still in use21:32
directhexi think Robert Millan is one of the boycottnovell goons. he seems to be copy-pasting their stuff21:32
azeemhe's also one of the gnash dudes21:32
directhexazeem, oh REALLY?21:33
directhexazeem, REALLY REALLY REALLY?21:33
RainCTajmitch: ps says:    8233 ?        R      8:13 /usr/sbin/apache2 -k start21:33
azeemwell, debian gnash maintainer21:34
RainCTajmitch: I tried kill, kill -9 and killall but it's still there21:34
directhexoh, yes, it appears so! what an interesting tidbit. tell me, who reckons flash is patented?21:34
azeemIIRC, at least he was involved with it at some point21:34
directhexwhat a bloody hypocrite21:35
azeemright, gnash uploader21:35
siretartholy cow21:35
siretartthat is an intresting crash. so many oops there...21:35
azeemdirecthex: but flash is a "standard", you know...21:36
directhexi'm resisting using swear words here, but i can't think of a bigger hypocrite right now21:36
siretartRainCT: I'm pretty tired right now. since revu shouldn't be that needed atm (we are in deep freeze right now), I'll rebot spooky tomorrow, ok?21:37
ajmitchRainCT: it's also chewing 100% cpu time21:37
ajmitchinteresting that sudo kill -9 doesn't do much21:38
siretartajmitch: check `dmesg`21:39
ajmitchyeah21:39
ajmitchjust saw the oops21:39
ajmitchwell, not an oops, just a panic21:39
sebnerajmitch: sudo killall -9  kills everything21:39
ajmitchsebner: kill -9 *ought* to kill a process not in D or Z state :)21:39
ajmitchbut spooky is special21:40
sebnerajmitch: ah k. /me just kills everything with kilall -9 and everything dies in agony ^^21:40
ajmitchwe'd rather not have that happen just yet if it won't come back up cleanly21:40
sebnerthat's why I don't like server stuff ^^21:41
siretartRainCT: ?21:42
directhexsiretart, can you ask darling robert where a bug should be filed to have Gnash moved to the 'patented' repository?21:42
siretartdirecthex: there is not 'patented' repository21:43
directhexsiretart, i know that! nah, i'm just incensed that a guy in a glass house is throwing stones, and pretending to be on the moral high ground21:45
RainCTsiretart: yea, don't worry :)21:46
=== _boto2 is now known as _boto
siretartRainCT: ajmitch: MOTUs: revu is online again21:54
=== WILLIAN is now known as ramses-sv
=== TheGuru is now known as marnold
emgentheya22:51
nhandler_Hi emgent22:51
emgenthey nhandler_ can we talk in query ?22:51
nhandler_Yeah22:52
=== tuxmania1 is now known as tuxmaniac
superm1nhandler_, ping23:56
nhandler_superm1: pong23:56
superm1nhandler_,  you filed a separate bug 27869423:56
ubottuLaunchpad bug 278694 in nautilus-sendto "Update to version 1.1.0 " [Wishlist,New] https://launchpad.net/bugs/27869423:56
superm1for an SRU on nautilus-sendto23:56
superm1this was tested with the 4.x stuff?23:56
nhandler_superm1: I mentioned in the bug report that I was NOT able to perform the level of testing required. I am trying to get a hold of the person who filed the report to try and get their help in testing the package (which is in my ppa)23:57
superm1nhandler_, okay well i'm going to hold off uploading/etc until it's verified then23:58
nhandler_No problem superm1.23:58
superm1nhandler_, 4.x is on it's way into intrepid right now23:58
superm1so if the hold off was being able to test on 4.x, just wait for your local mirror to update and then update your system23:58
nhandler_superm1: Let me know when it gets uploaded. The original poster was concerning about it not working with 3.x (which is still in the repos).23:59
nhandler_s/concerning/concerned/23:59
superm1nhandler_, it's been uploaded already, it's just a matter of mirrors syncing23:59
superm1so 3.x support is irrelevant at this point23:59

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