[00:00] It can't. It doesn't know who you are. [00:00] lol great.. oh well .. glad i figured it out sooner rather than later [00:06] hello there [00:06] how to build krusader from source? I apt-get source it, and neiter make cmake nor automake work === yofel_ is now known as yofel [00:07] I want to fix a bug there quickly and then submit a patch [00:07] unfortunatelly Im not good with buildtools usually I just used Make or custom script always [00:08] LimCore: first get the things you need to build it: 'sudo apt-get build-dep krusader' [00:08] this I did, yes [00:08] going from karmic back to hardy my rules script is failing because there are no files /usr/include/* to install , i've fixed this by using debian/tmp/include/* is this typical? [00:08] LimCore: then go into the source folder and run 'debuild' [00:08] LimCore: and ignore the signature errors at the end [00:08] ah. and it will be installed later to /usr/local/bin/ ? [00:09] LimCore: no, it will create the package .deb in the parent folder [00:09] LimCore: you can install the .deb then [00:09] how to later revert to officiall version? [00:10] LimCore: 'sudo apt-get install krusader/karmic' [00:10] LimCore: or 'sudo apt-get install krusader=Ä [00:10] s/Ä/' [00:10] lól I think you got wrong charset there [00:11] LimCore: nope, german keyboard ;) [00:14] guys is libname.install supposed to look like debian/tmp/usr/include/* ?? for hardy, was urs/include/* for karmic [00:23] how to give other name to "my" versions like -my1 or something. Also, so I will see it in dpkg -l krusader after instailling builded .deb [00:26] LimCore: run 'dch -i' in the source directory, it will add a new changelog entry and increase the version number [00:28] how to tell dbuild to use SMP? like make -j 4 etc [00:44] anyone have any idea why debian/tmp has to proceed my files in libname.install ? Is that standard for hardy? [00:49] yes [00:49] if you use compat level 7 then you can leave it out though [00:54] ok thanks Laney, hardy can only handle 6 it looks like [00:55] is that the same for the dirs file? [00:57] no [00:57] but I bet you don't need one [00:57] (also debhelper 7 is in hardy-backports) [00:58] yeah i don't need it just thought i'd ask [00:58] thanks again [01:24] cyphermox: are you there? [01:28] -c [01:28] Could it be that Synaptic sets $DESTDIR to "/" when installing a package? [01:29] anyone? [01:29] jldupont: Synaptic doesn't control that. It's built into the pacakge. [01:30] strange... just got my package ready from Launchpad, and it installs in / [01:30] so my includes end-up in /include [01:31] Should I check for a $DESTDIR or fix it to /usr ? === vorian is now known as v [01:40] what would be the proper way to change the permissions a file gets installed with === v is now known as vorian [01:45] how do we delete a package on Launchpad ??? [01:46] found it... sorry newbie on LP [02:02] for building a package with a different revision # (package revision #), where do we put htis information ? [02:03] launchpad doesn't let me re-upload under the same version #... [02:03] please please help! [02:03] * LimCore doesn't know [02:04] cyphermox: ? [02:04] ScottK: ? [02:05] StevenK: ? [02:14] you have to change the version [02:15] I have made a stupid spelling mistake in a control file and had to change the version [02:19] EzraR: I am on #launchpad getting some there... thanks. [02:20] so i fixed my problem of file permissions with a postinst script is that the best way though? [02:46] EzraR: No. The way it should be done is to set the permissions right at package build time in debian/rules [03:02] maxb: even if it doesnt get built? [03:03] all packages get built, otherwise they don't exist :-) [03:12] im talking about a config file that im installing from the debian dir [03:26] hyperair: they're stable. Also, while your proposed changes are fine, they really only paper over linux bugs. We *need* to fix the linux bugs. [03:28] hyperair: I'm also keen to not add time processing (un)muting, so really the changes ought to be made to pulse instead of in a pm-utils script. Ultimately, however, fix the damned controllers. === yofel_ is now known as yofel === manny__ is now known as mannyv [03:53] EzraR: Something needs to copy it into the package, then. An idiomatic way to do so would be to use install -m0644 .... etc. [03:55] maxb: i used a .install so dh_install installs it [03:56] Then you could either chmod it after dh_install has run, or remove it from the .install and use an install -m... command manually [05:36] Is there any easy way to see which packages build-depend on a certain -dev package? [05:38] checkrdepends [05:38] last that I've seen is a grep-dctrl incantation. [05:39] reverse-build-depends [05:40] anyone have either debian or a debian chroot installed and want to check a reverse dependency for me? [05:41] python-xmlbase [05:43] thuban has a depends on it and we have had to merge it for three releases now because the debian version still depends on python-xmlbase. I am going to try and get it removed in debian and i was wondering how many other packages still depend on it there. [05:44] but i dont have debian installed so i cant check =( [05:46] Launchpad is down? [05:57] dtchen: yes, but i think it would be good as a short-term solution so we don't leave users out in the cold while waiting for a better fix. [05:57] dtchen: you did mention that the linux bugs would take some time to fix [05:58] LucidFox, seems so, yes [05:58] mannyv, a sid chroot is ok? [05:59] yes [05:59] Back up now [05:59] fabrice_sp, thanks for the ack... just in time =) [05:59] ;-) [06:01] dtchen: incidentally, i'm also seeing those powersave-clicks. could be related to another issue where there's a loud pop when ubuntu suspends/hibernates (right at the last moment, prior to powering down) [06:02] * fabrice_sp is updating his sid chroot [06:08] mannyv, apt-cache does not give back any rdepends :-/ [06:11] it's obviously not working [06:11] strange because thuban definitely has one [06:12] yeah: I've just checkd it [06:12] http://packages.debian.org/sid/thuban [06:12] is there any other command than apt-cache? [06:13] guess what: it's not working in ubuntu either [06:13] it's becasue package is not there anymore [06:13] python-xmlbase, I mean [06:14] yeah its a virtual package [06:14] oh [06:14] so i am just going to send thuban a bug telling them they don't need to depend on it anymore [06:15] because it is silly to keep haing to merge this [06:15] thanks for checking for me, sorry i sent you on a wild goose chase [06:16] mannyv, apt-cache dumpavail | grep python-xmlbase gives me only one depends [06:18] yes: thuban is the only one [06:18] sweet ok that should help my cause =) [06:18] ;-) [06:18] how what command did you use to find that so i can show them how to replicate if they want? [06:19] apt-cache dumpavail | grep -B 20 python-xmlbase | grep Package [06:20] so now that we figured this out, should i still do this merge or should I talk to the maintainer in debian and try to get them to make the change and then wait for a sync? [06:20] mannyv, try with Debian first :-) [06:21] we still ahve time to get this package in Lucid [06:21] ok that is what i expected you to say =) [06:21] lol [06:21] btw i used to be serialorder if you recognize the name at all, decided to just follow suit and use my name [06:22] would you recommend that i request it via a bug submission or email the maintainer or ?? [06:22] hmmm, ok ;-) [06:22] bug submission is better [06:23] this way, if you request the merge in 2 or 3 weeks, I'll check and see teat the Debian maintainer is not doing anything ;-) [06:23] (I try to check Debian bug reports before processing a merge to see the status of the differences) [06:24] ok bug submitted [06:25] thanks for your help [06:25] thanks for working on it :-) [06:32] I want to apply to become a MOTU, but I realize I don't have any packages that I've directly added to Ubuntu, just a few through Debian and whole lot in PPA's. Are there any package that you guys need some more manpower on? [06:34] ripps: Get the ones you have put in PPAs *out* of the PPAs and into Debian and/or Ubuntu :) [06:35] jmarsden, good point :-) [06:36] jmarsden: most of my PPA's are daily builds from upstream. Although, I do have some packages of dshowserver, a middlelayer to use CoreAVC with a patched mplayer. I guessed I need to pass the coreavc patch into Mplayer first. [06:38] ripps, as we are at the beginning of a dev cycle, forwarding changes made to Ubuntu back to Debian is welcome (and not always done by the patcher) [06:42] Hmmm... a good candidate might be my xwii and libwiiuse packages, but I'm unsure if wiiuse still works with the bluetooth now... I should probably run a test build... [06:43] sounds good [06:47] if i do a debdiff between a debian package and an ubuntu merge and get a lot of .po file entries i can remove those from the diff right? [06:48] mannyv, they should, except if they comes from Ubuntu [06:48] some packages generate po files when building/cleaning [06:49] this ones should be cleaned [06:50] Hmm... I already have xwii on Revu, hasn't been touched in a year. I can see if my version is different there. However, the real problem is that wiiuse package is actually version by jgoguen, but he hasn't made any updates on it since May. He probably got frustrated like I did with the whole process. [06:51] ripps, could be: in general, we prefer to maintain well what we have, and not flood Ubuntu with new packages [06:52] I go through this also myself :-) [06:54] The problem is, I'm trying to prove I'm capable of becoming an Ubuntu Member, however most of my work happens to be in package development. tonyyarusso, whom I know, says he can't recommend me for membership since I work far more development than he does, and he can't recommend me. So he told me to try and work with some MOTU's here [06:54] Of course, the whole damned Revu process is so frustrating, it's hard to get my foot in the door. [06:55] ripps, you can work on merges or fixing existing packages [06:55] fabrice_sp, so how do i tell if the po files are from debian or ubuntu? [06:55] mannyv, you have to look at the ubuntu original debdiff [06:56] ripps, fixing existing pacakges could be checking the FTBFS page and make the pacakges build [06:56] im not understanding what you mean? [06:57] mannyv, what is the version of ubuntu? [06:57] s/of/in [06:58] piklab_0.15.4-1ubuntu1 [06:58] there is now piklab_0.15.5-1 [06:58] in debian [06:58] so, you can have a look at the debdiff between 0.15.4-1 and 0.15.4-1ubuntu1 [06:58] if po are there, that's because they has been added in Ubuntu [06:59] ok and if there are no po files in that debdiff then that means they did not come from ubuntu [07:00] exactly [07:00] so they shouldn't be in the debdiff :-) [07:00] ok perfect, thanks! [07:01] ;-) [07:01] It will be easier for me or another MOTU to review the debdiff if the content is accurate, so I'm doing it also for me :-) [07:05] when i have been test building i have been building for both i386 and amd64 i was wondering if both would be necessary or only one of them? [07:09] mannyv, i386 should be enough, even if I build myself on amd64 only :-) [07:09] (with -A option of sbuild, to build arch independent package) [07:11] thanks for that remind, i forget -A half the time! [07:12] :-) I have a small script that do the sbuild call, with -A :-) [07:12] thats a good idea i will make me one of those [07:12] i notice that a lot of bugs have merge. ... from Debian testing (main) [07:13] what does the main mean? [07:13] Debian has main, contrib and non-free IIRC [07:14] oh so its different from ubuntu main [07:14] yes [07:14] ok [07:14] it's more like main + universe [07:14] and contrib and non-free are like multiverse [07:18] in the previous version in the control file it had priority:extra now it is priority: optional I don't need to keep the old priority do i? [07:19] nop [07:20] mannyv, if you have some spare time ,could you try building http://ftp.de.debian.org/debian/pool/main/g/guile-1.6/guile-1.6_1.6.8-6.4.dsc ? [07:20] it's freezing here [07:21] or someone else :-) [07:21] fabrice_sp, retrieving it [07:22] thanks :-) It's freezing in the dpkg-genchanges step [07:26] i386 ok? [07:26] yes [07:27] freezing also in i386 here :-/ [07:31] its hanging for me too [07:31] http://pastebin.com/f4a8e5b36 [07:31] that is as far as it gets [07:33] same place for me. Thanks mannyv ! [07:34] np, glad i could return the favors [07:35] :-) [07:54] how do you get the bot to link to a bug in the channel? [07:57] well im off to bed but if you have a moment please review bug #486181 [07:57] Launchpad bug 486181 in piklab "Please Merge piklab 0.15.5-1 from Debian testing (main)" [Undecided,New] https://launchpad.net/bugs/486181 [08:01] mannyv: Looks like you answered your own question there :) [08:02] :-) [09:03] I like Liferea. [09:04] The paragon GNOME application: simple yet functional, clean UI, doing one job and doing it well. [09:45] ...Now Brasero broke. [09:46] Laney: update-maintainer (from udt) is currently broken (missing an import). It's easy to fix but I wonder why you added the requirement on LP credentials as it doesn't interact with LP. [10:22] https://edge.launchpad.net/~schilling-fokus <-- This guy annoys me. [10:23] He's the developer of cdrtools, and flames Ubuntu in Launchpad comments for shipping a "broken fork". [10:23] ah, that story again [10:24] search the Debian mailing lists for either cdrtools or his name [10:24] I know the story. [10:25] But gosh, is he persistent. [10:25] oh yeah :( [10:28] I'm yet to find a Launchpad comment by him that doesn't consist of advising Ubuntu users to switch from cdrkit to cdrtools, with a link. [10:28] all that I've found share that same virtue. [10:28] Amusing. [10:29] Oh no, there's one. [10:29] Bug #321530 [10:29] Launchpad bug 321530 in cdrkit "cdrecord has no manpage" [Undecided,Confirmed] https://launchpad.net/bugs/321530 [10:30] Since when are executable names copyrightable anyway? [10:30] "cdrecord" is fairly generic. [10:31] since Jörg says so [10:31] Certainly not copyrightable, but potentially trademarkable. === DrKranz is now known as DktrKranz === asac_ is now known as asac [11:30] geser: Oh I thought checkIsInDebian used LP [11:30] just a mistake, feel free to fix it [11:38] Laney: no, it just uses rmadison. Will fix it in a minute. [11:39] huhu Laney geser [11:42] hi sebner [11:44] Hi sebner [11:45] geser: are you a LP developer? [11:47] ari-tczew: no, I just used the LP API for ubuntu-dev-tools. wgrant works(?) on LP [11:49] ok [12:20] any sponsor could review sync requests for main? [13:10] :/ [13:14] what's up LucidFox? [13:14] Excessive hard dependencies. Quassel depends on KDE base packages, which depend on xine. [13:15] I made double-build changes for quassel before to build two versions, with KDE and plain Qt, but nothing came of it, because they don't want to drop CDBS. [13:16] Not that I use quassel anymore, so I just removed it along with the KDE libraries. === bdefreese2 is now known as bddebian [14:58] i have a script with binaries embed in them, could it packed to a deb file? === jdstrand_ is now known as jdstrand [15:14] yes, debs can contain scripts and binaries [15:38] randomaction, its using cdbs is it? [15:42] not necessarily [15:44] randomaction, is there an sample package, like helloworld? [15:45] yes, it's called "hello" [15:45] jdong: ping. need to discuss bug 270976 [15:45] Launchpad bug 270976 in gst-plugins-bad-multiverse0.10 "[SRU] gst-plugins-bad0.10 needs rebuilding with mjpegtools to enable burning video with Brasero" [Medium,Fix released] https://launchpad.net/bugs/270976 [15:45] g33k: we also have https://wiki.ubuntu.com/PackagingGuide [15:46] randomaction,but it has not script in it [15:47] randomaction, i meant i m looking for an example which shows how to pack a shell script [15:48] I think it's basically the same, you just don't have the compilation step [15:59] randomaction, ok going through [15:59] randomaction, thank you [17:28] LucidFox: For Lucid I think we'll be moving to dh7 for KDE packages, so we can revisit your double build approach for Quassel. [17:28] ScottK> Nice. [17:29] LucidFox: The pkg-kde-tools for KDE specific stuff now supports DH 7, you just build --with-kde similar to --with-quilt. [17:29] --with=kde [17:29] or does --with-module work as well now? [17:30] ScottK: if Debian has got a NEW package, this package will sync automatically into lucid before DebianImportFreeze? [17:30] ari-tczew: Yes. [17:30] hyperair: You're probably right. [17:30] * ScottK was working from memory of doing it once. [17:30] ah [17:30] ;-O, amazing! \o/ [17:31] * hyperair uses --with=quilt quite a lot [17:31] * ari-tczew test [17:31] and /usr/share/cli-common/cli.make says --with=cli [17:31] hyperair: I'm sure that's right then. [17:31] =) [17:31] ScottK> Well, then I'll modify the quassel package for double build when it migrates to dh 7. [17:32] ari-tczew: The new Debian packages from the last DIF were source accepted yesterday and are probably all in binary New at the moment. [17:32] LucidFox: Great. I'm glad to support Qt only packages, I just need to use the KDE tools for the KDE ones (which were CDBS only until very recently). [17:35] ScottK, how can I know whether source were accepted? [17:35] They were all accepted. [17:36] aha [17:36] There aren't any policy reasons a package could go into Debian Main, but not Ubuntu Universe, so we don't re-review everything. [17:37] ari-tczew: You can also look https://launchpad.net/ubuntu/lucid/+queue?queue_state=0 for the binaries. [17:38] ScottK: now 176 packages are waiting for sync by ubuntu-archive, are all packages of these will sync for lucid? [17:38] ari-tczew: Yes. [17:39] ScottK: how often are https://merges.ubuntu.com/main.html and https://merges.ubuntu.com/universe.html updating? [17:39] They aren't right now. [17:39] Normally they update every 6 hours, but something [17:40] I see some packages haven't been autosynced, which are blocking things I have in mind. [17:40] is wrong and with UDS this week, no one has looked at it. [17:40] I'd expect things will catch up next week after everyone is back home and back to their more usual work. [17:40] LucidFox: I have the same problem. [17:40] My flight is boarding, so I have to go. [17:40] Good by. [17:42] bye [17:43] * ari-tczew is going to learn to be prepared for driving exam [18:08] Aw [18:12] hi folks i've installed arista from universe repo and it fails to start with py error [18:12] cpould this be translatiojn problem ? [18:12] http://pastie.org/709015 [18:16] my German is pretty horrible, but it looks like a method error, not a translation error. Then again, I haven't looked more closely, since I'm hacking on libsdl at the moment. [18:17] If an app crashes because of the translation error then I would say that it is coded very badly. [18:17] ghostcube: can you re-run it please with LANG=C? [18:18] sure [18:18] ghostcube: starts here fine (on karmic) [18:18] If I translate it back correctly it fails because it can't find the "camera-video" icon in the current icon theme [18:19] oh ok [18:19] it doesnt start even with LANG=C so no traanslation error i think so :D [18:19] geser: even that is bad coding. :-) [18:20] hmm could it be cause iam on kubuntu [18:20] and iam missing any icon theme [18:21] http://pastie.org/709030 [18:21] with lang=c [18:21] sure its missing an icon [18:21] :| [18:21] damn [18:26] ghostcube: do you have gnome-icon-theme installed? [18:27] yep [18:27] hmm [18:28] is gnome-settings-daemon running? [18:30] not installed [18:30] needed ? [18:31] just guessing, as you said you are on kubuntu and it doesn't work while I'm on gnome at it works, I assume it something gnome specific that's either not installed or not running [18:32] sure [18:33] hmm this will bring in pulseaudio if i install it [18:33] then i better leave arista :D [18:33] huh? What Depends on pulseaudio? [18:34] gnome-settings-daeomon [18:34] -o [18:34] only a recommends [18:34] no [18:34] right, Recommends: pulseaudio [18:34] eh have i missread moment pls [18:34] but it depends on libpulse [18:34] then iam sorry [18:34] depending on libpulse0 is no big deal [18:35] (except if you use Kubuntu or Xubuntu, then it can be problematic in terms of UI) [18:35] Die folgenden zusätzlichen Pakete werden installiert: [18:35] libgnomekbd-common libgnomekbd4 libpulse-browse0 libpulse-mainloop-glib0 libspeexdsp1 pulseaudio pulseaudio-esound-compat pulseaudio-module-udev pulseaudio-module-x11 pulseaudio-utils [18:35] nope it brings in pulseaudio [18:35] definetly [18:35] we install Recommends by default [18:35] ah ok [18:35] :) [18:36] apt-get --no-install-recommends install [18:36] try "sudo apt-get install gnome-settings-daemon --no-install-recommends" [18:39] didnt help [18:40] but thx haventt knwn this apt command till now and iam using this a long time noe [18:40] :D [18:40] still the icon is missing [18:40] hmm, then I'm out of ideas (besides install the gnome desktop :) [18:41] hehe [18:41] but thx guys :) [18:41] i luv my kde [18:41] ah ok the libpulse is from the ppa with jack support :) [18:41] thats fine [18:42] iam using transmageddon it works ok so far [18:42] maybe i try arista other time [18:42] :) [18:50] ghostcube: you could try to look how it tries to find this icon and what's missing that it can't find it [18:52] i have the problemo [18:52] its definetly the icon not included in oxygen [18:52] and it prses the one running [18:52] if i chhose gmone icon them it works [18:54] it doesnt work with any kde only theme [18:54] does anyone know what this error is - http://paste.ubuntu.com/324695/ pitivi does not start at all. [18:56] gcc 4.5 will default in lucid? [18:58] hi [18:59] I'd like to import a package from debian into ubuntu, into a ppa for the time being [18:59] is it sufficient to just re-package it under ubuntu? [19:01] sebp, 'unpack' (dpkg-source -x *.dsc) is an only way to upload into ppa [19:01] please read wiki.ubuntu.com [19:02] if you mean with "re-package" just to replace "unstable" with "jaunty" or "karmic" and give it a matching version, then yes [19:02] well [19:03] you could just dput ppa:yourusername/karmic blah_source.changes [19:03] or change Distribution: in the changesfile [19:03] I don't think soyuz looks at the changelog [19:03] right, regenerate a proper changes file should be enough [19:03] so I just create a new entry in the changelog saying karmic and that I imported the package? [19:04] yes [19:04] ok, thanks [19:04] ¬_¬ [19:04] isn't it also possible to copy from the LP debian mirror into your PPA with the LP API? (don't know if the webinterface supports it) [19:05] I have used this script before: http://people.canonical.com/~pitti/scripts/syncpackage [19:05] does a manual sync which you can then upload to wherever [19:09] sebp, you should learn about pbuilder [19:09] ari-tczew, I'm already familiar with it [19:12] hm anyone a idea why libsfml isn't synced to lucid yet? It's in debian testing for ~7 weeks now [19:12] dunno if an autosync run has happened [19:14] IIRC I have seen other packages being synced to lucid [19:15] christoph_debian, bug #383190 [19:15] Launchpad bug 383190 in libsfml "Sync libsfml 1.4+repack1-1 (universe) from Debian unstable (main)." [Wishlist,Fix released] https://launchpad.net/bugs/383190 [19:16] christoph_debian: it's waiting in the NEW queue then [19:17] mannyv: that's really old [19:17] ah ok [19:17] Laney, yeah i noticed that it is the bug that was reference in m-o-m [19:24] from bug: "Rebuild for orig.tar.gz mismatch which causes autosync to fail" [19:25] ah, sorry, that's a rebuild changelog entry [19:25] yeah i think it needs a new sync request [19:25] im test building now [19:31] ok here is the sync request: bug #486393 [19:31] Launchpad bug 486393 in libsfml "Sync libsfml 1.5+repack1-2 (universe) from Debian testing (main)" [Undecided,New] https://launchpad.net/bugs/486393 [19:32] it has a build1 suffix so it should get picked up automatically by autosync [19:33] geser, so it will show up in merge-o-matic until it is picked up by autosync? [19:33] yes [19:34] oh ok, well that was silly then [19:35] I expect things will sort out itself once the autosync happens regularly again [19:36] for future: developers, please comment on MoM sites that sync has been requested, it makes work easier [19:39] ari-tczew, to be fair it did say that sync had been requested it just pointed to an old rebuild request, I just didn't realize that means that it will autosync so i thought it was a mistake. Guess i will know next time [19:41] just check bugs before you do work [19:41] not everyone uses mom [19:54] Laney, right, so it would be nice if you are using MoM and you check that sync has been requested, you could add a comment on MoM [19:54] I'm doing that [19:56] adding bureaucracy is not a way to encourage contribution [20:01] Laney, checking whether sync has been requested waste some seconds, time = money [20:01] requestsync does this check [20:01] you know that we have some different views [20:03] I don't like requestsync, it doesn't satisfy me never [20:17] * mok0 loves requestsync [20:22] geser: it seems not to search in any other icon theme than the one u choose in the settigs of kde [20:22] and if it fails to find it doesnt replace with an ghost icon or so [20:22] it just segfaults [20:22] o.O === YDdraigGoch is now known as WelshDraon === IVBela1 is now known as IVBela === yofel_ is now known as yofel