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