/srv/irclogs.ubuntu.com/2014/12/08/#kubuntu-devel.txt

soeegood morning07:16
lordievaderGood morning.08:34
bkerensavalorie: you are up late :)08:44
valorienot late for me.... how about you?08:45
valorieeither late for you or mighty early08:46
bkerensaLate for me :)08:47
bkerensain fact need to sleep now08:47
bkerensagnight08:48
valoriesweet dreams08:50
* valorie needs to write a blog post before going to bed08:51
kranzerRiddell: hello, are you here?09:17
Riddellhi kranzer 10:13
kranzerRiddell: can you help me now?10:15
Riddellkranzer: sure10:15
kranzerRiddell: see in ssh10:15
kranzerRiddell: after it end see the error10:16
Riddellkranzer: needs  debuild -j2  again to build it, the compilation seems not to be there10:16
kranzerRiddell: in which directory should it be?10:17
Riddellkranzer: the one it's in10:17
kranzerRiddell: see the errors, please10:25
Blizzzkdevplatform-dbg looks pretty empty, doesn't it? on 14.10, from 500 http://de.archive.ubuntu.com/ubuntu/ utopic/universe amd64 Packages10:29
kfunkyeah: http://packages.ubuntu.com/utopic/amd64/kdevplatform-dbg/filelist10:30
kfunkRiddell: ^10:31
Riddellkranzer: run  debuild -2  to compile it again10:31
=== tazz_ is now known as tazz
kranzerRiddell: not correct argument10:31
Riddellkranzer: are we looking at the same thing? can you see me typing "hello" ?10:32
kranzerno10:33
RiddellBlizzz: hmm yes10:33
RiddellBlizzz: a backport from the vivid version would be what it needs I guess10:33
Riddellkranzer: run byobu?10:33
kranzerRiddell: now yeah10:34
Riddellkranzer: looking good10:37
kranzerRiddell: what to do now?10:40
BlizzzRiddell: can i try to just grab it from there?10:41
Riddellkranzer: fix the filenames in the .install files10:41
kranzerRiddell: I did it yesterday10:41
RiddellBlizzz: you'd need to upgrade to vivid (which is working fine but y'know, development version)10:41
BlizzzRiddell: i'd prefer to avoid it on my work machine :D10:42
Riddellkranzer: they're not all right, it's looking for usr/lib/cmake/grantlee/Grantlee5Config.cmake when it wants usr/lib/cmake/Grantlee5/Grantlee5Config.cmake10:42
RiddellBlizzz: I'll try to do a backport today10:42
kranzerRiddell: okay, I'll take a look10:43
BlizzzRiddell: that would be awesome :)10:44
kranzerRiddell: done10:45
Riddellkranzer: some more to tidy up10:49
Riddellkranzer: you can run  dh_install --list-missing  to check if they're right without rebuilding10:49
Riddelland   debuild -nc  will run the build without clearing the old stuff so it won't have to compile it again10:49
kranzerRiddell: what is this?10:50
Riddellkranzer: 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 exist10:51
kranzerRiddell: what's now?10:56
Riddellkranzer: it's showing those 4 files that need to be added to the appropriate .install file10:56
kranzerRiddell: see, there are debs in core cat ;)11:06
Riddellexcellent..11:07
kranzerRiddell: what's now?11:09
Riddellkranzer: still serveral bits to tidy up11:09
Riddellkranzer: now you need to make the package names match the library names11:09
Riddellkranzer: looks like they changed from libgrantlee-core and libgrantlee-gui to libgrantlee-templates and libgrantlee-textdocument11:10
Riddellkranzer: so you need to change those in debian/control and rename the .install files to match11:10
kranzerRiddell: in debian/control they're as you say11:11
kranzerRiddell: ahh , I understand11:13
Riddellkranzer: actually call it libgrantlee-textdocument511:17
Riddellthe 5 comes from the so version11:17
kranzerRiddell: og11:17
kranzeroh11:17
Riddelland libgrantlee-template511:17
kranzerand in control too?11:17
Riddellkranzer: yeah11:18
kranzerRiddell: build it again?11:19
Riddellkranzer: there's a couple references with the old names at the end of debian/control11:20
Riddellthe Depends line for the dbg package needs updated11:20
kranzerRiddell: what do I need to do?11:20
Riddellkranzer: just change the names from the old to the new on that Depends line towards the end of debian/control11:25
kranzerRiddell: I see that line11:26
kranzerRiddell: but I don't know what to change11:26
kranzerRiddell: please, give me a hint11:29
Riddellkranzer: change the old names to the new ones11:30
kranzerI have changed them11:30
Riddelllibgrantlee-core0 -> libgrantlee-template5 11:30
Riddellkranzer: on the line the cursor is at now11:30
kranzerRiddell: ahhh11:31
kranzerRiddell: done11:31
kranzerRiddell: build again?11:32
Riddellkranzer: you'll need to delete the old files for the old packages, it won't know to do it for you now11:34
Riddelllibgrantlee-core0* and for the other one11:34
Riddellkranzer: then rebuild yes11:34
kranzerRiddell: so, I need to del all the libgrantlee-core0* and libgrantlee-gui0* files?11:36
kranzerRiddell: help mee, pleaseee11:39
Riddellkranzer: yep11:41
kranzerRiddell: see, I can't delete folder11:41
Riddellso google it :)11:42
Riddellfirst result I get is http://www.cyberciti.biz/faq/delete-or-remove-a-directory-linux-command/11:42
kranzerRiddell: done11:48
Riddellkranzer: lovely11:49
Riddellkranzer: next you'll need to put the files from libgrantlee-textdocument into the .install file11:49
Riddellthey're currently in the other .install file11:49
Riddellkranzer: you also need to move the plugin files into libgrantlee-templates5.install, I see you put them in the -dev .install file11:50
kranzerRiddell: where do I put files from libgrantlee-textdocument.install?11:51
Riddellkranzer: there's nothing in libgrantlee-textdocument.install currently11:54
kranzerRiddell: where to find files?11:54
Riddellthe files for that library are listed in libgrantlee-templates5.install, just move those lines over11:54
kranzerRiddell: you mean copy?11:54
Riddellkranzer: copy to libgrantlee-textdocument.install and remove from libgrantlee-templates5.install11:55
RiddellSergobot!11:55
SergobotRiddell: Hello11:55
RiddellSergobot: as you see kranzer here took the grantlee task but I see you've found my calligra task :)11:56
Riddellkranzer: control-k removes a line of text in nano11:57
Riddellkranzer: don't delete them all!11:57
kranzerRiddell: ?11:57
Riddellkranzer: you moved all the files11:58
Riddellkranzer: the libGrantlee_Templates files should be listed in libgrantlee-templates5.install11:58
Riddelland the libGrantlee_TextDocument files in libgrantlee-textdocument5.install11:58
kranzerRiddell: done12:00
Riddellkranzer: great12:00
kranzerRiddell: rebuild?12:01
Riddellkranzer: some further file moves first12:01
Riddellkranzer: the .so files are only used by developers (the .so.5 and .so.5.0.0 files are used by running programmes)12:01
Riddellkranzer: so move the .so files into the -dev.install12:01
kranzerRiddell: done12:03
kranzerRiddell: rebuild?12:03
Riddellkranzer: some more I think..12:04
Riddellkranzer: the .so files in usr/lib/grantlee/5.0/ are plugins that get loaded by applications when they are running12:04
Riddellso they should be moved into a library package, libgrantlee-templates5.install I think12:05
kranzerRiddell: okay12:05
Riddell(the -dev package isn't installed just to use the library, it's installed to compile some code against that library)12:05
kranzerRiddell: done12:07
Riddellkranzer: great, debuild -j2  and see what happens :)12:08
SergobotRiddell: I got Calligra's source but it's too old (2.4.4).12:08
RiddellSergobot: you can get the current package at https://launchpad.net/ubuntu/+source/calligra12:11
Riddellit's 2.8.612:11
Riddelland 2.8.7 is at http://download.kde.org/stable/calligra-2.8.7/12:11
RiddellSergobot: do you have an 8 core server to work on?12:12
Riddellit'll take ages to compile12:12
kranzerRiddell: done12:12
RiddellE: grantlee5 source: version-substvar-for-external-package libgrantlee-dev -> libgrantlee-core0           │································12:13
Riddellkranzer: hmm still complaining about the old names somewhere12:13
Riddellkranzer: oh yes the -dev package needs its Depends line updated for the new names too in debian/control12:13
kranzerRiddell: -dev.install?12:15
SergobotRiddell: I have 8-core PC with Debian. Is it enough?12:18
RiddellSergobot: yeah that'll work, but it means if you get stuck I can't see what you're doing to help out12:21
SergobotRiddell: I can share log to you with paste.kde.org :)12:22
RiddellSergobot: ok sure, good luck :)12:25
Riddellkranzer: E: grantlee5 source: version-substvar-for-external-package libgrantlee-templates5 -> libgrantlee-templaste512:25
Riddellkranzer: type there12:25
Riddellkranzer: E: grantlee5 source: version-substvar-for-external-package libgrantlee-dev -> libgrantlee-core012:26
Riddellkranzer: something still Depends on the old names12:26
kranzerRiddell: where is that error located? templaste?12:26
Riddellkranzer: in debian/control12:27
kranzerRiddell: what else should I do in control?12:28
Riddellkranzer: near the top in build-depends change  libqt4-dev  to  qtbase5-dev12:29
Riddellkranzer: and this line needs the 3 package names updated12:30
kranzerRiddell: done?12:30
Riddellkranzer: 3 of them, you only did 112:30
kranzerwhat are two next?12:32
Riddellkranzer: on this line  libgrantlee-gui0 is old  and  libqt4-dev  is old12:33
Riddellkranzer: looking good12:35
kranzerRiddell: last line is this?12:35
Riddellwell spotted12:35
Riddellkranzer: qtbase5-dbg is the equivalent in qt512:36
kranzerRiddell: rebuild?12:36
Riddellkranzer: yep12:36
RiddellSick_Rimmit: you have plasma freezes? do you have intel graphics?12:40
kranzerRiddell: what the hell?12:41
BluesKaj_Hiyas all12:41
Riddellkranzer: let's see if that fixes is12:43
Riddellit12:43
kranzerRiddell: okay)12:45
=== rdieter_work is now known as rdieter
kranzerRiddell: and what's this?12:47
Riddellkranzer: no problems found by lintian12:49
Riddellkranzer: they all install fine12:49
Riddellkranzer: ah I see some issues12:49
Riddellgrantlee-dbg and libgrantlee-dev have the same name as the qt4 grantlee package12:49
Riddellkranzer: can you rename those to grantlee5-dbg and libgrantlee5-dev ?12:49
kranzerRiddell: what files?12:50
kranzerRiddell: that's all?12:53
Riddellkranzer: rename in control too12:54
Riddellkranzer: oh and you'll need to rename grantlee-dbg in debian/rules12:54
kranzerRiddell: done12:55
Riddellkranzer: great, debuild away12:55
Riddellkranzer: I renamed another file13:00
Riddellkranzer: debuild -nc  to build without cleaning13:00
kranzerRiddell: it's a problem13:01
Riddellspooky13:02
Riddellkranzer: lovely, all done13:03
Riddellkranzer: run  debuild -S  to make the source files13:03
Riddellkranzer: scp those to your local computer13:03
Riddellkranzer: and attach on https://bugs.launchpad.net/ubuntu/+source/grantlee/+bug/137251913:03
ubottuLaunchpad bug 1372519 in grantlee (Ubuntu) "Please update grantlee to 5.0.0" [Undecided,New]13:03
kranzerRiddell: how to scp?13:04
Riddellkranzer: you need to get the .orig tar .debian tar and .dsc13:04
Riddellon your local computer run  scp ec2-54-92-152-218.compute-1.amazonaws.com:path/to/file .13:05
Riddellscp ubuntu@...13:05
SergobotRiddell: 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
RiddellSergobot: look at the vivid version on https://launchpad.net/ubuntu/+source/calligra13:06
RiddellSergobot: file the .dsc file and use  dget foo.dsc13:06
Riddellwhere foo.dsc is the URL to the .dsc file13:07
Riddellwhich is just a description file that will download the .orig and .debian tars13:07
kranzerRiddell: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:]file213:07
kranzerRiddell: what to do?13:07
Riddellscp 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
Riddellkranzer: that should be good ↑13:09
kranzerfg13:10
kranzergbn13:10
kranzerscp: debsforKDE/grantlee-5.0.0/grantlee5_5.0.0-0ubuntu2.debian.tar.xz: No such file or directory13:11
kranzer"/home/ubuntu/.bashrc: line 24: /home/ubuntu/.git-prompt.sh: No such file or directory"13:11
kranzerRiddell: ^^13:12
Riddellkranzer: looks like it's in  debsforKDE/grantlee5_5.0.0-0ubuntu2.debian.tar.xz13:13
kranzerRiddell: what a ".git-prompt.sh"13:14
kranzerRiddell: what do I need to do?13:17
* Riddell lunches13:29
kranzerRiddell: i go to bank, if you came back write , i'll read it13:32
Riddellhi AshishLa 13:56
RiddellAshishLa: I think we were looking for 20 images13:57
AshishLaRiddell : ok thanks .im looking for it13:58
Riddellkranzer: the problem is the path you gave it was wrong, ignore the issue with git-prompt.sh14:00
AshishLaRiddell : and how am i gonna relate the pictures to you ?14:10
Riddelloh14:21
Riddellbukai: AshishLa has taken on the task of finding some pictures for kubuntu.org news but he just left14:21
bukaiRiddell: Ok, left as in left the project or IRC :) ?14:22
bukaiRiddell: I have started with the news part, hopefully will be able to do it by this week. 14:23
Riddellbukai: left irc14:23
Riddellhe'll be back soon I expect14:24
bukaiRiddell: that's great.14:24
bukaiRiddell: will you be coming to the kde meet in India?14:26
Riddellbukai: no I'm afraid not14:27
Riddellbut I recommend it14:27
bukaiRiddell: 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:29
Riddellbukai: start by finding a small but interesting program in KDE and working out how to get the source and compile it14:33
Riddellthen find something with it that annoys you and work out how to fix it :)14:34
bukaiRiddell: I started with porting klettres but it did not like porting that much!14:35
Riddellbukai: learn how to make kubuntu .deb packages and become an elite kubuntu ninja :)14:36
bukaiRiddell: ok , how to get started with it?14:36
Riddellbukai: find me at a time when I've got a free hour or two (not this week) and I'll give you a tutorial14:38
bukaiRiddell: ok , I will diligently bug you from next week :)14:40
kranzerRiddell: I'm here14:50
Riddellhi kranzer 14:51
kranzerRiddell: what to do?14:51
kranzerRiddell: could you give me the right path14:51
kranzerRiddell: ?14:51
AshishLaRiddell : im here14:52
Riddell13:13 < Riddell> kranzer: looks like it's in  debsforKDE/grantlee5_5.0.0-0ubuntu2.debian.tar.xz14:52
RiddellAshishLa: bukai is the guy designing the new website14:52
Riddellbukai: AshishLa is the student who's taken the task of finding some nice images14:52
bukaiRiddell: thanks14:52
RiddellAshishLa: you can put them anywhere it's easy to get to, dropbox, google drive, some owncloud server, any other web server, whatever14:52
bukaiAshishLa: hi14:53
RiddellBlizzz, kfunk: I uploaded kdevplatform to ppa:jr it should compile soon and should have a complete dbg package14:54
AshishLabukai . 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
AshishLachat *14:54
kranzerRiddell: downloaded14:54
kranzerRiddell: what's now?14:54
Riddellkranzer: attach to https://bugs.launchpad.net/ubuntu/+source/grantlee/+bug/137251914:54
ubottuLaunchpad bug 1372519 in grantlee (Ubuntu) "Please update grantlee to 5.0.0" [Undecided,New]14:54
_Groo_is anyone on utopic?14:55
bukaiAshishLa: please have a look at test.kubuntu.co.uk/sok14:55
bukaithere under the latest articles article section you will find 12 images.14:56
kranzerRiddell: done14:57
bukaiAshishLa: it will be best if the images are 320*32014:57
kfunkRiddell: \i14:57
kfunkRiddell: \o/14:57
AshishLabukai : got it . but the images in the test site are totally irrelevant ( excuse my rudeness )14:57
AshishLaDo i have to find images like those14:58
AshishLaI dont think so14:58
bukaiAshishLa: i know, they are just demo image14:59
_Groo_could someone confirm that libc6:i386 is broken on utopic main? amd64 builds for 2.2 are missing, holding back libc6:i38614:59
bukaiit is your task to gather relevant pics for the same14:59
bukaiAshishLa: read the news14:59
AshishLabukai : 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
bukaithere 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 great15:00
bukai_AshishLa: have you seen the kubuntu.org site?15:04
AshishLayeah . kubuntu.org/news15:05
bukai_in the test site it will not be displayed like that15:06
bukai_in that each news will be represented by an image.15:07
AshishLagot it15:07
bukai_AshishLa: so it would be helpful if you found relevant images for the news. Btw which images are out of proportion?15:08
ricktimmisGood afternoon Kubuntu Ninjitsu squad15:08
ricktimmisI'm wrestling with Kdenlive this afternoon, I can't get it to render audio, no matter what I do.15:09
AshishLaCan i send you one image for example ? i am submitting a picture in the mellange page15:09
ricktimmisI think it needs an update from upstream15:09
bukai_Riddell: Can I view images that AshishLa sends to the mellange page?15:10
BlizzzRiddell: thank you, i will give it a try as soon as it's there. i owe you your favorite drink.15:10
ricktimmisand 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
ricktimmissound reasonable ?15:10
AshishLabukai_ i sending the link15:11
AshishLahttps://www.google-melange.com/gci/task/view/google/gci2014/5792060120498176 bukai_15:11
BluesKajanyone notice the resurrection of ffmpeg in 15.04 ? ...yay :)15:11
ricktimmisBluesKaj: Ah yes I heard about that..15:12
ricktimmisperhaps that also changes the nature of my kdenlive issue15:12
BluesKajunfortunately mencoder is still unavailable15:13
bukai_AshishLa: the image is huge! try to compress or checkout some sites that allow you to adjust the image size15:13
BluesKajricktimmis, it might be if you're on 15.04 15:13
AshishLaok15:14
mamarleyIs FFMPEG replacing libav, or will the two coexist?15:17
bukai_Riddell: ping15:18
BluesKajmamarley, they appear to coexist. libavcodec56 and ffmpeg and several related libs15:21
ricktimmisBluesKaj: Yes this may give me pain, as kdenlive and libmlt is particular about what it is compiled against15:22
BluesKajricktimmis, wish i could help , but I have no experience with Kdenlive15:23
ricktimmisBluesKaj: 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:24
ricktimmisBluesKaj: I think it's just a case of grabbing all the upstream stuff and compiling on the new target15:25
ricktimmisBluesKaj: I'll have a stab at doing that ;-)15:25
BluesKajricktimmis, so you use a video capture device of some sort or is this content being copied from a videocam ?15:27
BluesKajI'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:30
ricktimmisBluesKaj: No I actually just taking 2 video files, and an audio track and rendering them together15:31
ricktimmisI can get a video output, but no audio. 15:31
BluesKajok real editing :)15:31
ricktimmissearching on the web reveals lots of folks with the same problem15:32
BluesKajok15:32
ricktimmisI also found some recent fixes upstream in Debian15:32
ricktimmisSo I'm raising a bug with all the details in it. 15:32
ricktimmisI'll probably try ask this guy if he might get involved15:32
ricktimmishttps://launchpad.net/~sunab/+archive/ubuntu/kdenlive-release15:32
ricktimmisAs there is a pretty good chance he knows what to do15:33
BluesKajright15:33
ricktimmisAssuming 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:37
bukai_AshishLa: Apart from uploading it, it would be really helpful if you could mail me the same15:39
BluesKajricktimmis, since it's in a ppa then one can assume it will eventually move into the universe repos at some point15:43
BluesKajprobly take some lobbying tho :)15:44
MamarokRiddell: see the Kubuntu stickers on the table at the Dornbirn event (on planetkde.org) :)18:18
Riddellooh?18:19
Riddell..back later18:19
Mamarokin the second picture here:_ http://ungethym.blogspot.com/2014/12/more-than-one-week-ago-there-was.html18:27
soeehey hey19:01
RiddellMamarok: where did you get all the swag from? I'm trying to work out the same for FOSDEM19:05
AshishLabukai_ : whats your mail id19:05
soeeoh how cool: Dolphin Overlay Icons for ownCloud Sync Client19:08
kranzerRiddell: are you here19:48
kranzer?19:48
Riddellhi kranzer 19:49
kranzerRiddell: can you review my task?19:49
Riddellkranzer: it's building away at https://launchpad.net/ubuntu/+source/grantlee5/5.0.0-0ubuntu219:49
Riddellshould be done soon19:49
kranzerRiddell: I have some emails19:50
kranzerRiddell: they tell me 'failed to build19:50
kranzer"19:50
Riddellkranzer: it failed the first time, I had to add a missing build-depend on qt script19:50
kranzerRiddell: ah19:50
kranzerRiddell: thanks19:50
Riddellwe should have tested it in pbuilder which is the way to build it similar to the build servers, but meh19:51
santa_Riddell: have you started to build frameworks 5,5?19:51
=== alket_ is now known as alket
Riddellsanta_: nope not yet19:52
santa_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-devel19:55
Riddellsanta_: yeah that would work19:56
Riddellor it's git I'm sure there's some way to post a branch somewhere for easy merging19:57
SergobotRiddell: hello19:57
Riddellhi Sergobot 19:58
santa_Riddell: hmm I can use a temp branch in the siduction repos if you prefer that20:01
Riddellsanta_: if there's a way to merge it sure20:01
santa_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:02
SergobotRiddell: how long will Calligra build?20:10
RiddellSergobot: it has a % indicator while it builds?20:10
RiddellSergobot: make sure you build it with debulid -j8 (or however many cores you have on your computer)20:10
Riddellit'll take a long time after compiling to make the .debs too20:10
Palihello, I'd like you to tell that I have working KDE4.14.2 packages for precise20:12
SergobotRiddell: I'm not building it now. I just began solving dependences :)20:12
PaliI tested them also on clean kubuntu 12.04.5 installation in VM and apt-get dist-upgrade worked too20:13
Palipackages are there: https://launchpad.net/~pali/+archive/ubuntu/kubuntu-backports/+packages20:13
Paliand script changes there: https://code.launchpad.net/~pali/+junk/kubuntu-automation20:13
RiddellSergobot: any new dependencies?20:14
RiddellPali: ooh great20:14
SergobotRiddell: Yes, it is. 20:15
Sergobotdpkg-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-dev20:15
Riddellapt install those then20:16
SergobotBut there isn't in repository, because I use Debian20:17
PaliRiddell: for testing is needed to add also kubuntu-ppa/backports to system (not only that my PPA)20:18
RiddellSergobot: that seems like a bug which should be fixed :)20:19
RiddellSergobot: you could try making a chroot   debootstrap vivid vivid20:19
=== rdieter is now known as rdieter_work
SergobotRiddell: chroot: cannot change root directory to debootstrap: No such file or directory20:20
RiddellSergobot: did it make the chroot?20:29
Riddellrun   debootstrap vivid vivid20:29
SergobotRiddell: bash: run: command not found20:30
SergobotRiddell: E: No such script: /usr/share/debootstrap/scripts/vivid20:31
RiddellSergobot: what is in /usr/share/debootstrap/scripts/ ?20:31
SergobotRiddell: http://goo.gl/PU4m9820:33
BlizzzRiddell: it does not look like it was built?20:40
RiddellSergobot: sudo ln -s /usr/share/debootstrap/scripts/gusty /usr/share/debootstrap/scripts/vivid20:43
kranzerRiddell: what's with my task?20:43
Riddellkranzer: third time lucky https://launchpad.net/ubuntu/+source/grantlee5/5.0.0-0ubuntu320:48
Riddelllet's see if they compile20:49
kranzerRiddell: 3/6 compiled20:50
Riddellkranzer: looking good :)20:51
kranzerRiddell: so, can you close my task?20:52
SergobotRiddell: can you help me? http://goo.gl/qk3mkH20:53
RiddellBlizzz: hmm it disappeared, reuploaded to see if that helps20:53
Riddellkranzer: closed!20:53
RiddellSergobot: is this inside the chroot?20:54
kranzerRiddell: thank you!20:55
SergobotRiddell: What do you mean?20:55
RiddellSergobot: did you make the vivid chroot with debootstrap ?20:57
Blizzznow it's there20:59
SergobotRiddell: Yes, I ran ln -s ... and debootstrap vivid vivid20:59
RiddellSergobot: and to get into the chroot you need to run  chroot vivid21:00
Riddelland it'll open a shell inside the vivid chroot21:01
RiddellBlizzz: ok building https://launchpad.net/~jr/+archive/ubuntu/ppa/+packages?field.name_filter=kdevplat&field.status_filter=published&field.series_filter=21:01
Blizzzyes, ty21:01
Riddellkranzer: can you mark https://bugs.launchpad.net/ubuntu/+source/grantlee/+bug/1372519 as fix released?21:02
ubottuLaunchpad bug 1372519 in grantlee (Ubuntu) "Please update grantlee to 5.0.0" [Undecided,New]21:02
kranzerRiddell: done21:03
SergobotRiddell: chroot: failed to run command `/bin/bash': No such file or directory21:04
geniiNo $PATH21:05
Riddellkranzer: awooga, well done, have a kubuntu ninja yellow belt :)21:06
RiddellSergobot: shrug, dunno, this is why I suggested using an ec2 server21:06
kranzerRiddell: how can I get it ? ;)21:06
Riddellkranzer: starting it up21:06
SergobotRiddell: so I need to connect to your server?21:07
kranzerRiddell: I thought that "yellow belt" is like a badge)21:07
Riddellkranzer: it's an imaginary badge21:08
RiddellSergobot: shrug, seems the easiest way21:08
SergobotRiddell: But it will build very looooong21:08
kranzerRiddell: ahhh, I thought it will be showed on the launchpad21:09
Riddellkranzer: no but maybe that's a good idea21:10
kranzerRiddell: ;)21:11
RiddellSergobot: ubuntu@ec2-54-166-3-205.compute-1.amazonaws.com21:11
Riddellkranzer: here join this team https://launchpad.net/~kubuntu-ninjas-yellow-belts21:20
kranzerRiddell: done)21:21
kranzerRiddell: approve me021:24
=== alket_ is now known as alket
SergobotRiddell: how to save it?21:31
RiddellSergobot: save what?21:37
santa_https://gitorious.org/siduction-kde-kf5/kinit/commits/0ad02e30f0f1ec4a9ff90e1b3542c58158bf0a4b21:38
santa_Riddell: ↑ that's it, I was about to change ktexteditor because it doesn't detect libgit221:39
kranzerRiddell: pleease, approve me)21:39
kranzerRiddell: in ninjas)21:39
santa_but I didn't, reason here http://comments.gmane.org/gmane.comp.kde.devel.kwrite/3914021:40
SergobotRiddell: sorry. I couldn't save changelog n emacs21:40
RiddellSergobot: export EDITOR=nano  21:41
Riddellmay help21:41
santa_tl; dr -> don't enable the libgit2 support unless you are going to package the master branch of libgit221:41
santa_(imho)21:42
kranzerRiddell: so, we need to start some project in our team)21:42
SergobotRiddell: Thank you21:42
santa_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 me21:45
SergobotRiddell: why doesnot it buid? It stopped21:54
BlizzzRiddell: thx, it seemed to have fixed the buggy behaviour we were trying to hunt down21:56
SergobotRiddell: may I go to sleep and retain server working?22:04
=== ovidiu-florin_ is now known as ovidiu-florin
=== keithzg_ is now known as keithzg
AshishLaRiddell : whats your or bukai_ email . i need to share the google drive file22:19
RiddellAshishLa: riddell@gmail23:08
kfunksanta_: heya. yes, we need libgit2 master, basically in kwrite23:17
kfunks/kwrite/ktexteditor/23:17
kubotukfunk meant: "santa_: heya. yes, we need libgit2 master, basically in ktexteditor"23:17
kfunkkubotu: you're so intelligent!23:17
kubotugood evening kfunk :)23:17
AshishLaRiddell : check thm out . done some work 23:37
RiddellAshishLa: sorry sleeping now, will look tomorrow23:39
AshishLaRiddell : check your gmail please for exclusive access to images and please give me bukai's mail address too. Thankyou 23:39
AshishLaRiddell : and have a nice day 23:39
AshishLaRiddell : ok :) 23:43
RiddellAshishLa: Subhajit Mukherjee <subhajitm6@gmail. com> 23:47
* ScottK is impressed with Riddell's ability to remember and type email addresses in his sleep.23:53

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