[00:00] * BarkingFish looks round his room for the hidden camera planted by ninjas to catch him having a breakdown [00:06] {{{{{{{{{{{{{{{{{hugs}}}}}}}}}}}}}}}}}}} to the BarkingFish [00:06] oops, {{{ [00:09] thanks valorie, and in exchange, I offer you this token of my lolzworthiness. http://cheezburger.com/View/5689713152 [00:09] ScottK: in debian, what's the release name of sid, 'unstable' or 'sid'? [00:09] * EvilResistance is trying to get a sid system [00:10] for packaging xD [00:10] I do indeed LOL! [00:11] EvilResistance: Both should work. [00:11] Just as testing/wheezy are currently synonyms. [00:12] BarkingFish: For test purposes you could just directly change the code. [00:12] okies, I'll have a whizz through the build log and find out which file the typedef failed in, and start from there [00:15] Looks like it was ApnCamData.h, ScottK [00:15] if I've read the log right [00:15] /build/buildd/libapogee2-2.2/ApnCamData.h:43:1: warning: 'typedef' was ignored in this declaration [enabled by default] [00:16] meh, gives me somewhere to start :) [00:25] anybody here good with C++? I'm not so hot, but I have a question. [00:25] I was just searching through ApnCamData.h, the file responsible for issues with libapogee2, and it appears (to me at least) something is not right. [00:26] now I know it's built before, but this looks odd, and I'm wondering if something else should be after it. [00:27] At the end of the other typedef commands, like typedef struct, you get }; followed by a name assigned to it, like APN_HPATTERN_FILE; [00:28] but there's a typedef enum in there too, which ends simply with }; and no name or whatever after it. [00:30] BarkingFish: you might try #kde-devel for that question? [00:30] since everyone here seems asleep or absent [00:30] yeah, which is really where I should be too, valorie [00:30] as the english expression goes, I believe, I feel like i'm piddling into head wind :P [00:31] I need to rest and get my mind in order before i even try to fix this :) [00:32] pissing into the wind sounds messy and smelly [00:32] :-) [00:32] it's some sort of slang for "fighting a losing battle" i believe :) [00:33] yep [00:33] yeah, well I'm gonna throw that battle aside for now, and go get some sleep [00:33] take care, have a good night/morning/whatever it is where you are :) [00:34] see ya [00:34] sweet dreams === alvin_ is now known as alvin [12:39] does anyone here know the capabilities of D-Bus ? what is the applications in the system it is allowed to interact with ? [13:32] Sifrazooy: your question does not make much sense [13:32] it communicates between programmes [13:44] Riddell mmmm , so it can't get reactions from the OS ? [13:52] Sifrazooy: it's not clear what you mean by that either, there is a system dbus which runs and root programmmes talk through it [13:52] if you want to know more you should ask KDE or whatever developer environment you're using [14:18] I've got a netbook running Kubuntu 11.10 with KDE 4.8 RC2 and when I try to launch Konqueror, the task bark just fills up with lots of Konqueror entries, but task is started [14:18] If I launch Dolphin instead, it works [14:23] mfraz74: It is fixed in 4.8.0 final: https://bugs.kde.org/show_bug.cgi?id=290936 [14:23] KDE bug 290936 in general "As of KDE 4 8 RC2 you can no longer use Konqueror as the default file browser" [Critical,Resolved: fixed] [14:24] Thanks [14:41] mfraz74: I think that's a bug that got fixed by upstream recently [15:00] When is KDE 4.8 due? [15:03] see techbase [15:09] * yofel_ would like to know why virtuoso is constantly using ~10% CPU time on his eeePC when he's doing nothing [15:10] nepomuk off, and all is fine, happiness :] === yofel_ is now known as yofel [15:14] 25 Jan [15:19] burns night [15:25] yofel: does that patch help or does it still fail? [15:25] libapogee [17:29] shadeslayer: no idea, I couldn't apply it (whitespace issues I think) [17:29] :S [17:29] not sure if BarkingFish tried [17:30] okay [17:30] tried what? what have I done now? It wasn't me, I didn't do it, you can't prove it. AAAAAAARGH! [17:30] * BarkingFish runs away [17:30] lol [17:31] * shadeslayer gets a lasso to trap BarkingFish [17:35] so what am I supposed to have (or have not) done? [17:36] BarkingFish: we were talking about shadeslayer's patch for the libapogee failure [17:36] oh, and that the PPA showed the builds as successfull should be bug 910482 [17:36] Launchpad bug 910482 in Launchpad itself "Cancelled builds show as completed successfully in PPA package overview" [Undecided,Incomplete] https://launchpad.net/bugs/910482 [17:36] ah no, I haven't got round to that yet, I think it's a cdbs patch or something weird [17:37] i have no idea how to apply it [17:37] scumbag launchpad, shows canceled builds as completed ... [17:37] go into source folder, run 'cdbs-edit-patch ', apply patch with patch, exit [17:37] *should* work [17:38] except that it didn't for me, all hunks failed [17:38] shadeslayer: bug 910482, can you post specifics as requested in the bug please? [17:38] Launchpad bug 910482 in Launchpad itself "Cancelled builds show as completed successfully in PPA package overview" [Undecided,Incomplete] https://launchpad.net/bugs/910482 [17:38] micahg: BarkingFish had that issue I believe [17:38] well I've saved the patch already so I just run that command with patch1 at the end, and it should apply it, right? [17:39] BarkingFish: you want to patch the sources during the build [17:39] micahg: I cancelled a build for something in my ppa, when I went back to the package information, it showed the builds as completed successfully, the dropdown under the package showed both builds failed [17:40] the sources should be pristine [17:40] BarkingFish: right, can you please post specifics in teh bug I mentioned earlier [17:40] sure [17:40] thanks [17:40] it'll be in a bit though, I'm just doing the patch doodad above [17:43] yofel: I've done cdbs-edit-patch with the patch name, it now says I'm in a subshell, i need to make the changes necessary to apply the patch and exit with Status 0 to create the patch. The patch already exists, what the heck do I do now? [17:43] I saved it from the diff that shadeslayer pasted last night [17:44] hm, as I understand it, you go and apply the patch in the subshell [17:45] as all the changes you make in the subshell will end up as a cdbs patch [17:45] I don't know how to though. I can barely package. patching is like giving me a sheet of hebrew and telling me to read it in Georgian. [17:45] ah, apply the patch with 'patch -p1 < path/to/patch' [17:45] ok [17:46] BarkingFish: yeah, especially since you have to deal with cdbs [17:46] didn't work for me though, probably because the line endings are a mess [17:46] which is a huge load of shit [17:46] all failed [17:46] ok, same as me then -.- [17:46] derp [17:46] patch is indented 4 spaces [17:46] lemme try something [17:52] http://paste.kde.org/186680/ [17:52] try this patch [17:52] -p0 this time [17:56] that won't work either, the patch is still indented 4 spaces when I paste it into kate to save it [17:56] It's counting the line numbers in the pastebin as spaces when you copy the data out [17:57] BarkingFish: try to click on raw in the top right corner [17:57] you can save that [17:59] 8 out of 8 hunks failed [18:01] http://paste.ubuntu.com/804273/ <<< yofel & shadeslayer [18:01] fffffuuuuuuu [18:02] shadeslayer: can you put your diff on people.ubuntu.com or so? maybe we'll have more luck that way [18:02] shadeslayer: you spelled it wrong, you need a c and a k on the end of that :P [18:02] brb [18:03] sure [18:04] BarkingFish: yofel http://paste.ubuntu.com/804281/ [18:06] still wrong [18:07] the webpage turns tabs into spaces, or vim or klipper do that [18:07] shadeslayer: can you put it on people.ubuntu.com so we can get the file? [18:07] derp [18:07] lemme see [18:07] haven't used p.u.c in a long while [18:08] still failing [18:09] shadeslayer: open an sftp session there, cd to public_html and put the file [18:10] http://people.ubuntu.com/~rohangarg/fix_build.diff [18:11] works :) [18:12] @_@ [18:12] BarkingFish: make sure you don't have any .rej files left before you exit the shell [18:12] thanks for telling me now, after I've left the shell 3 times with them in :) [18:13] BarkingFish: then just delete the created patch and do it fresh [18:13] ok [18:27] yofel: BarkingFish did it build? [18:28] busy elsewhere right now, give me a few moments to finish up and I'll have another go [18:31] patch did not apply here, several errors from bash [18:32] http://paste.ubuntu.com/804310/ [18:34] wtf [18:35] odd, applied fine here [18:35] what did you do? ^^ [18:37] shadeslayer: /home/yofel/tmp/libapogee2-2.2/ApnCamera.cpp:336:44: error: macro "AltaDebugOutputString" passed 2 arguments, but takes just 1 [18:37] derp [18:38] Well, one could change the macro in Apn.h [18:38] but then that looks really dirty [18:38] Give me a sec [18:42] evening [18:42] so I just upgraded to 12.04 [18:42] couple of small things. [18:42] mouse is flickering/diappearing :( [18:43] I dont have smoothtasks anyomore and thres no space near the border of my quassel. [18:43] yofel: BarkingFish try this instead : http://paste.kde.org/186692 [18:43] shadeslayer: the code is horrible to begin with, can't do much worse [18:43] jussi: there's a new plasmoid [18:43] yofel: remove the earlier patch [18:43] I agree [18:43] shadeslayer: called? [18:44] jussi: Icon only task manager [18:44] jussi: oh, did you name your daughter yet? [18:45] shadeslayer: I dont see the plasmoid. and no, not yet. still a few weeks away [18:45] Hmm ... lemme check [18:46] jussi: this http://wstaw.org/m/2012/01/14/plasma-desktopuX1978.png [18:48] oh duh, its in some pckage, I was looking to apt-get install plasma-widget-icon-only-task-manager or something :P [18:48] nope, comes by default I believe [18:49] hrm, cant seem to add a widget thought... :( [18:49] and mouse vbeing flickery doesnt help [18:50] shadeslayer: that works [18:50] yay [18:50] yofel: it's way cleaner than the previous patch :D [18:50] shadeslayer: and where is the turn desktop effects on and off now? seems to be removed from the systemsettings -> desktop effects? [18:51] jussi: it's in the same place for me [18:51] true ^^ [18:51] jussi: http://wstaw.org/m/2012/01/14/plasma-desktopJs1978.png [18:52] shadeslayer: and just where is enable/disable desktop effects now on that? [18:52] enable at startup isnt the same thing.. [18:52] ah [18:52] jussi: press Alt+Shift+F12 [18:53] hrr [18:53] doesnt work [18:53] wonder whats going on here [18:54] jussi: Go to the advanced tab and check you have openGL and not xrender [18:54] great, now curl is missing [18:54] In compositing type [18:54] shadeslayer: nevermind, I figured it. the nvidia driver had been uninstalled for some reason [18:54] ... [18:55] * shadeslayer goes off to implement tail in pyth0rn [18:55] * jussi thorns shadeslayer [18:56] ouch [18:57] * yofel thorns libapogee [19:00] IT BUILT \o/ [19:01] ooh [19:01] needed 2 more changes for new curl [19:09] guys - On an entirely unrelated subject, is there any chance of us having a look at muon in 11.10 please? I think it needs some work. Got a guy trying to use it on a fresh install of 11.10, everything else works but muon is crashing out with signal 11 every time he starts it. he's done all updates and i'm clueless as to where else this should go. [19:09] talk to JT when he's around [19:10] okies [19:11] i need to go out for a short while, I'll be back in about 50 minutes or so. [19:11] BarkingFish: dget http://people.ubuntu.com/~yofel/pkgs/libapogee2_2.2-0ubuntu4~ppa1.dsc [19:12] should build, but the patches should be renamed [19:52] sorry about the break there, I realised I had no coffee, and me without coffee is not a good thing :) [19:53] hehe [19:58] * yottabit imagines a fish barking until coffee is inserted into his feeding tube [20:10] yottabit: I am seriously unpleasant without some form of caffeine inside me. I either start the day with a half pint of coffee, or two cans of red bull. Once that's done, bring it on :) [20:10] i've been drinking coffee since i was 6 :P [20:10] * yofel chooses coffee there [20:11] and I'll be 38 next sunday :) [20:14] yofel: yay [20:27] BarkingFish: hahah, i completely understand, i down about 12 cups/day [20:27] which probably isn't good [20:28] lightweight :) [20:28] :D [20:28] I'm on around 16 - 20 cups a day [20:28] that's on a good day [20:28] wow [20:29] i also take vyvanse though so i think that makes up for the difference ;) [20:29] how strong? and how many ounces per cup? [20:29] WHY NO SOUND IN FLASH [20:29] GOD DAMN IT === Quintasan_ is now known as Quintasan [20:29] folks, the offical coffee channel is #kubuntu-offtopic [20:29] actually [20:29] it's #coffee or something like that :) [20:29] http://www.classical.com/album/FC16696 [20:30] Y U NO LET ME LISTEN TO THAT [20:30] doesn't matter, >50% chatter in #kubuntu-offtopic is around coffee :P [20:30] sob [20:30] * Quintasan cries [20:30] I use instant coffee, mikecb - usually about a teaspoon and a half per mug, that's an 8 fluid ounce mug. [20:30] I can get through a regular jar in about 2 days :) [20:31] yeah, #coffee exists, ~21 people :) [20:31] Who has the magical stick of fixing Flash? [20:31] 85.5mg of caffeine per mug [20:31] ometotchli [20:31] the drunken rabbit god has those powers [20:31] Quintasan: usually involves running 'pulseaudio -k' and restarting browser [20:31] based on usda estimate of instant content [20:32] I had some sound issues recently too [20:32] music which played fine except the singers voice was really soft/garbled [20:32] same [20:32] Can anyone explain the "OVER 9000 PEOPLE ADDING ME ON G+" ? [20:32] flash froze took over my audio [20:32] but killing the browser fixed it [20:33] Quintasan: #kubuntu-offtopic can [20:33] Do we even have such a channel? [20:33] yup [20:34] yottabit: Doesn't work :/ [20:34] ah [20:34] mean for yofel [20:35] :/ [20:35] now that's funny [20:36] I stop PA and alsa via init.d and still have sound [20:36] :DDD [20:38] I give up [20:56] yofel: I got the dsc for libapogee2, how do I actually build it? [20:58] BarkingFish: did you dget it? that'll get all [20:58] yes, I did [20:58] BarkingFish: then you can feed the .dsc to pbuilder [20:59] or dpkg-source to unpack it [20:59] *dpkg-source -x [21:00] that doesn't work, yofel [21:01] dpkg-source -x libapogee2_2.2-0ubuntu4~ppa1.dsc gives: dpkg-source: error: can't open libapogee2_2.2-0ubuntu4~ppa1.dsc: No such file or directory [21:01] yet I know it's there. I can see it. [21:04] makes no sense, never failed for me [21:05] are you sure the file is in the same folder you're in? [21:06] yeah, it's just worked. Lord only knows why it missed first time. [21:06] note when modifying patches: I used quilt to create them, not cdbs [21:07] 0.0 [21:07] Looks like somebody needs to write me a guidebook on this. [21:07] It's applied all the diffs and stuff directly to the source from the looks of it [21:07] quilt is the default patch system these days, so there's handbooks for that [21:07] oh ok [21:08] BarkingFish: right, it did that becase debian/source/format is now "3.0 (quilt)" [21:08] see dpkg-source manpage for the meaning [21:09] righty ho. [21:10] i can't build it though. Since you've already signed it, do I need to sign it again before I can build it, or am I doing something stupid here? :) [21:12] at least I assume it was you who signed it. maybe it was shadeslayer. I don't know anyone's names round here :) [21:14] that's mine (see mail address :P) [21:14] BarkingFish: how does it fail? [21:15] gpg: /tmp/debsign.AQ3BEC5V/libapogee2_2.2-0ubuntu4~ppa1.dsc: clearsign failed: secret key not available [21:15] debsign: gpg error occurred! Aborting. [21:15] why are you trying to sign it? [21:15] well I'm trying to build the package using debuild -S [21:16] and it's asking me to sign it [21:16] BarkingFish: debuild -S creates source packages [21:16] you already have that [21:16] * BarkingFish headdesks [21:16] use either dpkg-buildpackage if you're on precise, or pbuilder to build it [21:17] have you already sent it to the buildd then? [21:17] I have it in my PPA, i386 built fine [21:18] ok [21:26] ok, it's built here yofel - I did get a warning from the build, but it doesn't appear to have affected anything whatsoever [21:26] dpkg-gencontrol: warning: Depends field of package libapogee-dev: unknown substitution variable ${shlibs:Depends} [21:28] ah, if that's Arch: all, remove that