[07:16] good morning [08:34] Good morning. [08:44] valorie: you are up late :) [08:45] not late for me.... how about you? [08:46] either late for you or mighty early [08:47] Late for me :) [08:47] in fact need to sleep now [08:48] gnight [08:50] sweet dreams [08:51] * valorie needs to write a blog post before going to bed [09:17] Riddell: hello, are you here? [10:13] hi kranzer [10:15] Riddell: can you help me now? [10:15] kranzer: sure [10:15] Riddell: see in ssh [10:16] Riddell: after it end see the error [10:16] kranzer: needs debuild -j2 again to build it, the compilation seems not to be there [10:17] Riddell: in which directory should it be? [10:17] kranzer: the one it's in [10:25] Riddell: see the errors, please [10:29] kdevplatform-dbg looks pretty empty, doesn't it? on 14.10, from 500 http://de.archive.ubuntu.com/ubuntu/ utopic/universe amd64 Packages [10:30] yeah: http://packages.ubuntu.com/utopic/amd64/kdevplatform-dbg/filelist [10:31] Riddell: ^ [10:31] kranzer: run debuild -2 to compile it again === tazz_ is now known as tazz [10:31] Riddell: not correct argument [10:32] kranzer: are we looking at the same thing? can you see me typing "hello" ? [10:33] no [10:33] Blizzz: hmm yes [10:33] Blizzz: a backport from the vivid version would be what it needs I guess [10:33] kranzer: run byobu? [10:34] Riddell: now yeah [10:37] kranzer: looking good [10:40] Riddell: what to do now? [10:41] Riddell: can i try to just grab it from there? [10:41] kranzer: fix the filenames in the .install files [10:41] Riddell: I did it yesterday [10:41] Blizzz: you'd need to upgrade to vivid (which is working fine but y'know, development version) [10:42] Riddell: i'd prefer to avoid it on my work machine :D [10:42] kranzer: they're not all right, it's looking for usr/lib/cmake/grantlee/Grantlee5Config.cmake when it wants usr/lib/cmake/Grantlee5/Grantlee5Config.cmake [10:42] Blizzz: I'll try to do a backport today [10:43] Riddell: okay, I'll take a look [10:44] Riddell: that would be awesome :) [10:45] Riddell: done [10:49] kranzer: some more to tidy up [10:49] kranzer: you can run dh_install --list-missing to check if they're right without rebuilding [10:49] and debuild -nc will run the build without clearing the old stuff so it won't have to compile it again [10:50] Riddell: what is this? [10:51] kranzer: it's saying the file usr/lib/libgrantlee_core.so doesn't exist any more, you need to remove that from the .install file that lists it and add whatever does exist [10:56] Riddell: what's now? [10:56] kranzer: it's showing those 4 files that need to be added to the appropriate .install file [11:06] Riddell: see, there are debs in core cat ;) [11:07] excellent.. [11:09] Riddell: what's now? [11:09] kranzer: still serveral bits to tidy up [11:09] kranzer: now you need to make the package names match the library names [11:10] kranzer: looks like they changed from libgrantlee-core and libgrantlee-gui to libgrantlee-templates and libgrantlee-textdocument [11:10] kranzer: so you need to change those in debian/control and rename the .install files to match [11:11] Riddell: in debian/control they're as you say [11:13] Riddell: ahh , I understand [11:17] kranzer: actually call it libgrantlee-textdocument5 [11:17] the 5 comes from the so version [11:17] Riddell: og [11:17] oh [11:17] and libgrantlee-template5 [11:17] and in control too? [11:18] kranzer: yeah [11:19] Riddell: build it again? [11:20] kranzer: there's a couple references with the old names at the end of debian/control [11:20] the Depends line for the dbg package needs updated [11:20] Riddell: what do I need to do? [11:25] kranzer: just change the names from the old to the new on that Depends line towards the end of debian/control [11:26] Riddell: I see that line [11:26] Riddell: but I don't know what to change [11:29] Riddell: please, give me a hint [11:30] kranzer: change the old names to the new ones [11:30] I have changed them [11:30] libgrantlee-core0 -> libgrantlee-template5 [11:30] kranzer: on the line the cursor is at now [11:31] Riddell: ahhh [11:31] Riddell: done [11:32] Riddell: build again? [11:34] kranzer: you'll need to delete the old files for the old packages, it won't know to do it for you now [11:34] libgrantlee-core0* and for the other one [11:34] kranzer: then rebuild yes [11:36] Riddell: so, I need to del all the libgrantlee-core0* and libgrantlee-gui0* files? [11:39] Riddell: help mee, pleaseee [11:41] kranzer: yep [11:41] Riddell: see, I can't delete folder [11:42] so google it :) [11:42] first result I get is http://www.cyberciti.biz/faq/delete-or-remove-a-directory-linux-command/ [11:48] Riddell: done [11:49] kranzer: lovely [11:49] kranzer: next you'll need to put the files from libgrantlee-textdocument into the .install file [11:49] they're currently in the other .install file [11:50] kranzer: you also need to move the plugin files into libgrantlee-templates5.install, I see you put them in the -dev .install file [11:51] Riddell: where do I put files from libgrantlee-textdocument.install? [11:54] kranzer: there's nothing in libgrantlee-textdocument.install currently [11:54] Riddell: where to find files? [11:54] the files for that library are listed in libgrantlee-templates5.install, just move those lines over [11:54] Riddell: you mean copy? [11:55] kranzer: copy to libgrantlee-textdocument.install and remove from libgrantlee-templates5.install [11:55] Sergobot! [11:55] Riddell: Hello [11:56] Sergobot: as you see kranzer here took the grantlee task but I see you've found my calligra task :) [11:57] kranzer: control-k removes a line of text in nano [11:57] kranzer: don't delete them all! [11:57] Riddell: ? [11:58] kranzer: you moved all the files [11:58] kranzer: the libGrantlee_Templates files should be listed in libgrantlee-templates5.install [11:58] and the libGrantlee_TextDocument files in libgrantlee-textdocument5.install [12:00] Riddell: done [12:00] kranzer: great [12:01] Riddell: rebuild? [12:01] kranzer: some further file moves first [12:01] kranzer: the .so files are only used by developers (the .so.5 and .so.5.0.0 files are used by running programmes) [12:01] kranzer: so move the .so files into the -dev.install [12:03] Riddell: done [12:03] Riddell: rebuild? [12:04] kranzer: some more I think.. [12:04] kranzer: the .so files in usr/lib/grantlee/5.0/ are plugins that get loaded by applications when they are running [12:05] so they should be moved into a library package, libgrantlee-templates5.install I think [12:05] Riddell: okay [12:05] (the -dev package isn't installed just to use the library, it's installed to compile some code against that library) [12:07] Riddell: done [12:08] kranzer: great, debuild -j2 and see what happens :) [12:08] Riddell: I got Calligra's source but it's too old (2.4.4). [12:11] Sergobot: you can get the current package at https://launchpad.net/ubuntu/+source/calligra [12:11] it's 2.8.6 [12:11] and 2.8.7 is at http://download.kde.org/stable/calligra-2.8.7/ [12:12] Sergobot: do you have an 8 core server to work on? [12:12] it'll take ages to compile [12:12] Riddell: done [12:13] E: grantlee5 source: version-substvar-for-external-package libgrantlee-dev -> libgrantlee-core0 │································ [12:13] kranzer: hmm still complaining about the old names somewhere [12:13] kranzer: oh yes the -dev package needs its Depends line updated for the new names too in debian/control [12:15] Riddell: -dev.install? [12:18] Riddell: I have 8-core PC with Debian. Is it enough? [12:21] Sergobot: yeah that'll work, but it means if you get stuck I can't see what you're doing to help out [12:22] Riddell: I can share log to you with paste.kde.org :) [12:25] Sergobot: ok sure, good luck :) [12:25] kranzer: E: grantlee5 source: version-substvar-for-external-package libgrantlee-templates5 -> libgrantlee-templaste5 [12:25] kranzer: type there [12:26] kranzer: E: grantlee5 source: version-substvar-for-external-package libgrantlee-dev -> libgrantlee-core0 [12:26] kranzer: something still Depends on the old names [12:26] Riddell: where is that error located? templaste? [12:27] kranzer: in debian/control [12:28] Riddell: what else should I do in control? [12:29] kranzer: near the top in build-depends change libqt4-dev to qtbase5-dev [12:30] kranzer: and this line needs the 3 package names updated [12:30] Riddell: done? [12:30] kranzer: 3 of them, you only did 1 [12:32] what are two next? [12:33] kranzer: on this line libgrantlee-gui0 is old and libqt4-dev is old [12:35] kranzer: looking good [12:35] Riddell: last line is this? [12:35] well spotted [12:36] kranzer: qtbase5-dbg is the equivalent in qt5 [12:36] Riddell: rebuild? [12:36] kranzer: yep [12:40] Sick_Rimmit: you have plasma freezes? do you have intel graphics? [12:41] Riddell: what the hell? [12:41] Hiyas all [12:43] kranzer: let's see if that fixes is [12:43] it [12:45] Riddell: okay) === rdieter_work is now known as rdieter [12:47] Riddell: and what's this? [12:49] kranzer: no problems found by lintian [12:49] kranzer: they all install fine [12:49] kranzer: ah I see some issues [12:49] grantlee-dbg and libgrantlee-dev have the same name as the qt4 grantlee package [12:49] kranzer: can you rename those to grantlee5-dbg and libgrantlee5-dev ? [12:50] Riddell: what files? [12:53] Riddell: that's all? [12:54] kranzer: rename in control too [12:54] kranzer: oh and you'll need to rename grantlee-dbg in debian/rules [12:55] Riddell: done [12:55] kranzer: great, debuild away [13:00] kranzer: I renamed another file [13:00] kranzer: debuild -nc to build without cleaning [13:01] Riddell: it's a problem [13:02] spooky [13:03] kranzer: lovely, all done [13:03] kranzer: run debuild -S to make the source files [13:03] kranzer: scp those to your local computer [13:03] kranzer: and attach on https://bugs.launchpad.net/ubuntu/+source/grantlee/+bug/1372519 [13:03] Launchpad bug 1372519 in grantlee (Ubuntu) "Please update grantlee to 5.0.0" [Undecided,New] [13:04] Riddell: how to scp? [13:04] kranzer: you need to get the .orig tar .debian tar and .dsc [13:05] on your local computer run scp ec2-54-92-152-218.compute-1.amazonaws.com:path/to/file . [13:05] scp ubuntu@... [13:06] Riddell: I got Calligra's sources by typing "bzr branch lp:ubuntu/calligra" . But it's 2.6.3 version. How to get 2.8.6? [13:06] Sergobot: look at the vivid version on https://launchpad.net/ubuntu/+source/calligra [13:06] Sergobot: file the .dsc file and use dget foo.dsc [13:07] where foo.dsc is the URL to the .dsc file [13:07] which is just a description file that will download the .orig and .debian tars [13:07] Riddell:kranzer@kranzer-System-Product-Name:~$ scp ubuntu@ec2-54-92-152-218.compute-1.amazonaws.com:debsforKDE/grantlee-5.0.0/grantlee5_5.0.0-0ubuntu2.debian.tar.xz usage: scp [-12346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file] [-l limit] [-o ssh_option] [-P port] [-S program] [[user@]host1:]file1 ... [[user@]host2:]file2 [13:07] Riddell: what to do? [13:09] scp ubuntu@ec2-54-92-152-218.compute-1.amazonaws.com:debsforKDE/grantlee-5.0.0/grantlee5_5.0.0-0ubuntu2.debian.tar.xz . [13:09] kranzer: that should be good ↑ [13:10] fg [13:10] gbn [13:11] scp: debsforKDE/grantlee-5.0.0/grantlee5_5.0.0-0ubuntu2.debian.tar.xz: No such file or directory [13:11] "/home/ubuntu/.bashrc: line 24: /home/ubuntu/.git-prompt.sh: No such file or directory" [13:12] Riddell: ^^ [13:13] kranzer: looks like it's in debsforKDE/grantlee5_5.0.0-0ubuntu2.debian.tar.xz [13:14] Riddell: what a ".git-prompt.sh" [13:17] Riddell: what do I need to do? [13:29] * Riddell lunches [13:32] Riddell: i go to bank, if you came back write , i'll read it [13:56] hi AshishLa [13:57] AshishLa: I think we were looking for 20 images [13:58] Riddell : ok thanks .im looking for it [14:00] kranzer: the problem is the path you gave it was wrong, ignore the issue with git-prompt.sh [14:10] Riddell : and how am i gonna relate the pictures to you ? [14:21] oh [14:21] bukai: AshishLa has taken on the task of finding some pictures for kubuntu.org news but he just left [14:22] Riddell: Ok, left as in left the project or IRC :) ? [14:23] Riddell: I have started with the news part, hopefully will be able to do it by this week. [14:23] bukai: left irc [14:24] he'll be back soon I expect [14:24] Riddell: that's great. [14:26] Riddell: will you be coming to the kde meet in India? [14:27] bukai: no I'm afraid not [14:27] but I recommend it [14:29] Riddell: Yes , I was planning to go btw I want to contribute apart from the web development thing, can you suggest how do I get started with the same? [14:33] bukai: start by finding a small but interesting program in KDE and working out how to get the source and compile it [14:34] then find something with it that annoys you and work out how to fix it :) [14:35] Riddell: I started with porting klettres but it did not like porting that much! [14:36] bukai: learn how to make kubuntu .deb packages and become an elite kubuntu ninja :) [14:36] Riddell: ok , how to get started with it? [14:38] bukai: find me at a time when I've got a free hour or two (not this week) and I'll give you a tutorial [14:40] Riddell: ok , I will diligently bug you from next week :) [14:50] Riddell: I'm here [14:51] hi kranzer [14:51] Riddell: what to do? [14:51] Riddell: could you give me the right path [14:51] Riddell: ? [14:52] Riddell : im here [14:52] 13:13 < Riddell> kranzer: looks like it's in debsforKDE/grantlee5_5.0.0-0ubuntu2.debian.tar.xz [14:52] AshishLa: bukai is the guy designing the new website [14:52] bukai: AshishLa is the student who's taken the task of finding some nice images [14:52] Riddell: thanks [14:52] AshishLa: you can put them anywhere it's easy to get to, dropbox, google drive, some owncloud server, any other web server, whatever [14:53] AshishLa: hi [14:54] Blizzz, kfunk: I uploaded kdevplatform to ppa:jr it should compile soon and should have a complete dbg package [14:54] bukai . Riddell : good to vhat with 2 super mentors :) . but i have a query . what should be the size of the images ? thumb-nail size or bigger and how am i gonna relate the images to you guys ? for eg - which image belongs to which post :) [14:54] chat * [14:54] Riddell: downloaded [14:54] Riddell: what's now? [14:54] kranzer: attach to https://bugs.launchpad.net/ubuntu/+source/grantlee/+bug/1372519 [14:54] Launchpad bug 1372519 in grantlee (Ubuntu) "Please update grantlee to 5.0.0" [Undecided,New] [14:55] <_Groo_> is anyone on utopic? [14:55] AshishLa: please have a look at test.kubuntu.co.uk/sok [14:56] there under the latest articles article section you will find 12 images. [14:57] Riddell: done [14:57] AshishLa: it will be best if the images are 320*320 [14:57] Riddell: \i [14:57] Riddell: \o/ [14:57] bukai : got it . but the images in the test site are totally irrelevant ( excuse my rudeness ) [14:58] Do i have to find images like those [14:58] I dont think so [14:59] AshishLa: i know, they are just demo image [14:59] <_Groo_> could someone confirm that libc6:i386 is broken on utopic main? amd64 builds for 2.2 are missing, holding back libc6:i386 [14:59] it is your task to gather relevant pics for the same [14:59] AshishLa: read the news [15:00] bukai : yeah .ive read those . except for kubuntu shirts , there are no other images. and 1 favour . some pictures are out of proportion . can you fix them for me ? :) [15:00] there are 28 pages if i am correct, you do not need all but at least pics related to the news of the first few pages would be great [15:04] AshishLa: have you seen the kubuntu.org site? [15:05] yeah . kubuntu.org/news [15:06] in the test site it will not be displayed like that [15:07] in that each news will be represented by an image. [15:07] got it [15:08] AshishLa: so it would be helpful if you found relevant images for the news. Btw which images are out of proportion? [15:08] Good afternoon Kubuntu Ninjitsu squad [15:09] I'm wrestling with Kdenlive this afternoon, I can't get it to render audio, no matter what I do. [15:09] Can i send you one image for example ? i am submitting a picture in the mellange page [15:09] I think it needs an update from upstream [15:10] Riddell: Can I view images that AshishLa sends to the mellange page? [15:10] Riddell: thank you, i will give it a try as soon as it's there. i owe you your favorite drink. [15:10] and I'm considering opening an issue in Kubuntu bugs to do this, because I think there is a mismatch between libmlt and the libav stuff it's compiled against. [15:10] sound reasonable ? [15:11] bukai_ i sending the link [15:11] https://www.google-melange.com/gci/task/view/google/gci2014/5792060120498176 bukai_ [15:11] anyone notice the resurrection of ffmpeg in 15.04 ? ...yay :) [15:12] BluesKaj: Ah yes I heard about that.. [15:12] perhaps that also changes the nature of my kdenlive issue [15:13] unfortunately mencoder is still unavailable [15:13] AshishLa: the image is huge! try to compress or checkout some sites that allow you to adjust the image size [15:13] ricktimmis, it might be if you're on 15.04 [15:14] ok [15:17] Is FFMPEG replacing libav, or will the two coexist? [15:18] Riddell: ping [15:21] mamarley, they appear to coexist. libavcodec56 and ffmpeg and several related libs [15:22] BluesKaj: Yes this may give me pain, as kdenlive and libmlt is particular about what it is compiled against [15:23] ricktimmis, wish i could help , but I have no experience with Kdenlive [15:24] BluesKaj: No worries, I'm OK with kdenlive, I think the problem is the compiled targets. There was also an upstream bug for libmlt not correctly linking to libav. [15:25] BluesKaj: I think it's just a case of grabbing all the upstream stuff and compiling on the new target [15:25] BluesKaj: I'll have a stab at doing that ;-) [15:27] ricktimmis, so you use a video capture device of some sort or is this content being copied from a videocam ? [15:30] I've been thinking of a capture card of some kind to transfer and digitize a whole lot of family stuff on VHS tape content to disk [15:31] BluesKaj: No I actually just taking 2 video files, and an audio track and rendering them together [15:31] I can get a video output, but no audio. [15:31] ok real editing :) [15:32] searching on the web reveals lots of folks with the same problem [15:32] ok [15:32] I also found some recent fixes upstream in Debian [15:32] So I'm raising a bug with all the details in it. [15:32] I'll probably try ask this guy if he might get involved [15:32] https://launchpad.net/~sunab/+archive/ubuntu/kdenlive-release [15:33] As there is a pretty good chance he knows what to do [15:33] right [15:37] Assuming this guy know how to fix this for the current release, how do we go about getting into the main release tree rather than his PPA ? [15:39] AshishLa: Apart from uploading it, it would be really helpful if you could mail me the same [15:43] ricktimmis, since it's in a ppa then one can assume it will eventually move into the universe repos at some point [15:44] probly take some lobbying tho :) [18:18] Riddell: see the Kubuntu stickers on the table at the Dornbirn event (on planetkde.org) :) [18:19] ooh? [18:19] ..back later [18:27] in the second picture here:_ http://ungethym.blogspot.com/2014/12/more-than-one-week-ago-there-was.html [19:01] hey hey [19:05] Mamarok: where did you get all the swag from? I'm trying to work out the same for FOSDEM [19:05] bukai_ : whats your mail id [19:08] oh how cool: Dolphin Overlay Icons for ownCloud Sync Client [19:48] Riddell: are you here [19:48] ? [19:49] hi kranzer [19:49] Riddell: can you review my task? [19:49] kranzer: it's building away at https://launchpad.net/ubuntu/+source/grantlee5/5.0.0-0ubuntu2 [19:49] should be done soon [19:50] Riddell: I have some emails [19:50] Riddell: they tell me 'failed to build [19:50] " [19:50] kranzer: it failed the first time, I had to add a missing build-depend on qt script [19:50] Riddell: ah [19:50] Riddell: thanks [19:51] we should have tested it in pbuilder which is the way to build it similar to the build servers, but meh [19:51] Riddell: have you started to build frameworks 5,5? === alket_ is now known as alket [19:52] santa_: nope not yet [19:55] Riddell: may I send you some patches convenient to have when you do? what about doing them against the kubuntu_unstable branch without touching the changelog and mailing them to kubuntu-devel [19:56] santa_: yeah that would work [19:57] or it's git I'm sure there's some way to post a branch somewhere for easy merging [19:57] Riddell: hello [19:58] hi Sergobot [20:01] Riddell: hmm I can use a temp branch in the siduction repos if you prefer that [20:01] santa_: if there's a way to merge it sure [20:02] yes, you can add my repo as remote and then merge, if you didn't that before I can also help you because I already did that [20:10] Riddell: how long will Calligra build? [20:10] Sergobot: it has a % indicator while it builds? [20:10] Sergobot: make sure you build it with debulid -j8 (or however many cores you have on your computer) [20:10] it'll take a long time after compiling to make the .debs too [20:12] hello, I'd like you to tell that I have working KDE4.14.2 packages for precise [20:12] Riddell: I'm not building it now. I just began solving dependences :) [20:13] I tested them also on clean kubuntu 12.04.5 installation in VM and apt-get dist-upgrade worked too [20:13] packages are there: https://launchpad.net/~pali/+archive/ubuntu/kubuntu-backports/+packages [20:13] and script changes there: https://code.launchpad.net/~pali/+junk/kubuntu-automation [20:14] Sergobot: any new dependencies? [20:14] Pali: ooh great [20:15] Riddell: Yes, it is. [20:15] dpkg-checkbuilddeps: Unmet build dependencies: cauchy-dev libetonyek-dev libodfgen-dev libopencolorio-dev libpq-dev libpqxx3-dev libxbase64-dev okular-dev (>= 4:4.12.90) vc-dev [20:16] apt install those then [20:17] But there isn't in repository, because I use Debian [20:18] Riddell: for testing is needed to add also kubuntu-ppa/backports to system (not only that my PPA) [20:19] Sergobot: that seems like a bug which should be fixed :) [20:19] Sergobot: you could try making a chroot debootstrap vivid vivid === rdieter is now known as rdieter_work [20:20] Riddell: chroot: cannot change root directory to debootstrap: No such file or directory [20:29] Sergobot: did it make the chroot? [20:29] run debootstrap vivid vivid [20:30] Riddell: bash: run: command not found [20:31] Riddell: E: No such script: /usr/share/debootstrap/scripts/vivid [20:31] Sergobot: what is in /usr/share/debootstrap/scripts/ ? [20:33] Riddell: http://goo.gl/PU4m98 [20:40] Riddell: it does not look like it was built? [20:43] Sergobot: sudo ln -s /usr/share/debootstrap/scripts/gusty /usr/share/debootstrap/scripts/vivid [20:43] Riddell: what's with my task? [20:48] kranzer: third time lucky https://launchpad.net/ubuntu/+source/grantlee5/5.0.0-0ubuntu3 [20:49] let's see if they compile [20:50] Riddell: 3/6 compiled [20:51] kranzer: looking good :) [20:52] Riddell: so, can you close my task? [20:53] Riddell: can you help me? http://goo.gl/qk3mkH [20:53] Blizzz: hmm it disappeared, reuploaded to see if that helps [20:53] kranzer: closed! [20:54] Sergobot: is this inside the chroot? [20:55] Riddell: thank you! [20:55] Riddell: What do you mean? [20:57] Sergobot: did you make the vivid chroot with debootstrap ? [20:59] now it's there [20:59] Riddell: Yes, I ran ln -s ... and debootstrap vivid vivid [21:00] Sergobot: and to get into the chroot you need to run chroot vivid [21:01] and it'll open a shell inside the vivid chroot [21:01] Blizzz: ok building https://launchpad.net/~jr/+archive/ubuntu/ppa/+packages?field.name_filter=kdevplat&field.status_filter=published&field.series_filter= [21:01] yes, ty [21:02] kranzer: can you mark https://bugs.launchpad.net/ubuntu/+source/grantlee/+bug/1372519 as fix released? [21:02] Launchpad bug 1372519 in grantlee (Ubuntu) "Please update grantlee to 5.0.0" [Undecided,New] [21:03] Riddell: done [21:04] Riddell: chroot: failed to run command `/bin/bash': No such file or directory [21:05] No $PATH [21:06] kranzer: awooga, well done, have a kubuntu ninja yellow belt :) [21:06] Sergobot: shrug, dunno, this is why I suggested using an ec2 server [21:06] Riddell: how can I get it ? ;) [21:06] kranzer: starting it up [21:07] Riddell: so I need to connect to your server? [21:07] Riddell: I thought that "yellow belt" is like a badge) [21:08] kranzer: it's an imaginary badge [21:08] Sergobot: shrug, seems the easiest way [21:08] Riddell: But it will build very looooong [21:09] Riddell: ahhh, I thought it will be showed on the launchpad [21:10] kranzer: no but maybe that's a good idea [21:11] Riddell: ;) [21:11] Sergobot: ubuntu@ec2-54-166-3-205.compute-1.amazonaws.com [21:20] kranzer: here join this team https://launchpad.net/~kubuntu-ninjas-yellow-belts [21:21] Riddell: done) [21:24] Riddell: approve me0 === alket_ is now known as alket [21:31] Riddell: how to save it? [21:37] Sergobot: save what? [21:38] https://gitorious.org/siduction-kde-kf5/kinit/commits/0ad02e30f0f1ec4a9ff90e1b3542c58158bf0a4b [21:39] Riddell: ↑ that's it, I was about to change ktexteditor because it doesn't detect libgit2 [21:39] Riddell: pleease, approve me) [21:39] Riddell: in ninjas) [21:40] but I didn't, reason here http://comments.gmane.org/gmane.comp.kde.devel.kwrite/39140 [21:40] Riddell: sorry. I couldn't save changelog n emacs [21:41] Sergobot: export EDITOR=nano [21:41] may help [21:41] tl; dr -> don't enable the libgit2 support unless you are going to package the master branch of libgit2 [21:42] (imho) [21:42] Riddell: so, we need to start some project in our team) [21:42] Riddell: Thank you [21:45] Riddell: oh, and I also suggest you to steal my stuff to bump the build depends for kubuntu automation, I think it will work a bit better than yours, whenever you have time to dig into this don't hesitate to ping me [21:54] Riddell: why doesnot it buid? It stopped [21:56] Riddell: thx, it seemed to have fixed the buggy behaviour we were trying to hunt down [22:04] Riddell: may I go to sleep and retain server working? === ovidiu-florin_ is now known as ovidiu-florin === keithzg_ is now known as keithzg [22:19] Riddell : whats your or bukai_ email . i need to share the google drive file [23:08] AshishLa: riddell@gmail [23:17] santa_: heya. yes, we need libgit2 master, basically in kwrite [23:17] s/kwrite/ktexteditor/ [23:17] kfunk meant: "santa_: heya. yes, we need libgit2 master, basically in ktexteditor" [23:17] kubotu: you're so intelligent! [23:17] good evening kfunk :) [23:37] Riddell : check thm out . done some work [23:39] AshishLa: sorry sleeping now, will look tomorrow [23:39] Riddell : check your gmail please for exclusive access to images and please give me bukai's mail address too. Thankyou [23:39] Riddell : and have a nice day [23:43] Riddell : ok :) [23:47] AshishLa: Subhajit Mukherjee [23:53] * ScottK is impressed with Riddell's ability to remember and type email addresses in his sleep.