/srv/irclogs.ubuntu.com/2015/01/08/#kubuntu-devel.txt

soeegood morning07:32
lordievaderGood morning.08:06
Riddellhola09:25
soeehiho Riddell09:30
soeegot my message form yesterday ?09:31
Riddellsoee: you had problems during an update?09:34
soeeRiddell: a lot of packages where marked to be removed etc.09:42
Riddellsoee: what were you updating?09:42
soeeRiddell: just did apt update on Vivid09:42
soeethat all 09:42
soeeso some packages in archive are a bit broken i think09:43
soeeshadeslayer: ^ you remember this right?09:43
Riddellah maybe they were/are incomplete for frameworks updates09:44
Riddellthat's what was going through yesterday09:44
Riddelland still a couple to go09:45
soeeok, good to know :)09:46
kranzerRiddell: ping10:19
Riddellhi kranzer 10:19
kranzerRiddell: can you help me now?10:19
Riddellwhere did you get to?10:20
kranzerwhere we were yesterday10:20
kranzerRiddell: don't know what to do with that patches10:20
Riddellhave you looked at the patch to see what it does?10:21
kranzeryes10:21
Riddellhave you looked at the code it patches to see what needs to be done now?10:21
kranzerRiddell: yes, but it is as patch needs10:22
Riddellno the layout of the CMakeLists.txt file has changed10:22
Riddelldo you have a fresh digikam tar with debian/ directory ?10:23
kranzerRiddell: let's do it again(10:23
Riddellsitter: what does お早う mean? I hope it's not something rude10:28
sitterRiddell: ohayo10:28
sittercasual good morning10:28
valoriehttps://translate.google.com/#auto/en/%E3%81%8A%E6%97%A9%E3%81%8610:28
kranzerRiddell: okay, done fresh debian folder10:29
Riddellkranzer: pastebin  quilt push10:29
kranzerRiddell: what do I have to change in diffs?10:29
kranzerRiddell: https://paste.kde.org/pr9ichfrw10:30
Riddellwell that looks broken10:32
kranzerRiddell: maybe chane versions?10:32
kranzerRiddell: in diffs?10:32
Riddellkranzer: pastebin  echo $QUILT_PATCHES; ls; ls extra/kipi-plugins/sendimages/10:32
kranzerRiddell: https://paste.kde.org/pjkd5lssw10:33
Riddellkranzer: export QUILT_PATCHES=debian/patches10:34
kranzerRiddell: done :)10:34
Riddellkranzer: quilt push  any different?10:35
kranzerFile series fully applied, ends at patch debian/patches/upstream_bug338037.diff                                                                                                                                                              10:35
kranzerRiddell: what's now?10:35
Riddellsod it I'll set up another ec210:36
kranzerRiddell: ??10:36
kranzerRiddell: sod it?10:37
kranzerRiddell: kranzer@kranzer-System-Product-Name:~/digicam/digikam-4.6.0$ quilt refresh Nothing in patch debian/patches/upstream_bug338037.diff  10:40
Riddellkranzer: ssh ubuntu@ec2-54-211-4-59.compute-1.amazonaws.com10:43
Riddellpassword is foobar10:43
Riddellscp your .orig and debian/ directory into mnt/10:44
kranzerRiddell: how?10:45
Riddellkranzer: scp10:54
Riddellfrom your computer10:54
Riddellto the ec2 server10:54
kranzerRiddell: how?10:54
Riddellscp file ubuntu@ec2-54-211-4-59.compute-1.amazonaws.com:10:54
Riddelltype password10:55
Riddellit copies10:55
yofelkranzer: do that on your pc, not on ec210:57
kranzerahhh10:57
yofelcp is always "cp SOURCE TARGET"10:57
kranzerRiddell: https://paste.kde.org/pp0d9yfda10:58
yofelkranzer: how do you copy folders with cp again?10:58
kranzeryofel:  scp /home/kranzer/digicam/digikam-4.6.0/debian ubuntu@ec2-54-211-4-59.compute-1.amazonaws.com: 10:59
yofelright, but what option do you need to pass to cp to recursively copy folders?10:59
yofelscp works the same as cp there11:00
kranzeryofel: kranzer@kranzer-System-Product-Name:~$ cp /home/kranzer/digicam/digikam-4.6.0/debian ubuntu@ec2-54-211-4-59.compute-1.amazonaws.com/mnt:  cp: omitting directory ‘/home/kranzer/digicam/digikam-4.6.0/debian’11:01
yofel...11:01
yofelI said *recursively*, which means you need to pass -r for it to do that...11:02
yofel(see manpage)11:02
kranzeryofel: kranzer@kranzer-System-Product-Name:~$ cp -r /home/kranzer/digicam/digikam-4.6.0/debian ubuntu@ec2-54-211-4-59.compute-1.amazonaws.com/mnt:  cp: cannot create directory ‘ubuntu@ec2-54-211-4-59.compute-1.amazonaws.com/mnt:’: No such file or directory11:02
yofelmanpages are a very useful thing if you're stuck11:02
yofelkranzer: well, you'll need scp11:02
kranzeryofel: the same11:03
yofelwhat does it say?11:03
kranzercp: cannot create directory ‘ubuntu@ec2-54-211-4-59.compute-1.amazonaws.com/mnt:’: No such file or directory11:03
kranzeryofel: ^11:03
yofelah, wrong target definition11:04
yofeluse ubuntu@ec2-54-211-4-59.compute-1.amazonaws.com:/mnt/11:05
kranzeryofel: thanks11:05
Riddellno slash    ubuntu@ec2-54-211-4-59.compute-1.amazonaws.com:mnt/11:06
yofelah oops11:06
kranzeryofel: Riddell: works11:07
kranzerRiddell: what to do now?11:09
Riddellkranzer: scp the .orig11:10
yofelyou'll also want to copy the digikam orig file11:10
kranzerRiddell: done11:11
Riddelluh huh, now extract the tar and put the debian/ into it and apply the patches11:12
kranzerRiddell: tar -zxvf>11:15
kranzer?11:15
Riddelltar xf should be fine11:15
kranzerRiddell: how to send debian there?11:18
Riddellhttps://www.google.es/search?q=move+files+in+linux11:19
RiddellI'm sure google knows11:19
kranzerRiddell: done11:22
yofelkranzer: now apply the patches the way you did before11:24
yofelQUILT_PATCHES11:25
kranzeryofel: ?11:25
yofelsee the channel log, what did you do with QUILT_PATCHES earlier?11:26
yofelright11:26
kranzeryofel: do you have the access to ssh?11:26
yofelI'm watching11:26
Riddellfrom the top digikam directory11:27
Sick_Rimmitsgclark: ping Hi Scarlet r u around11:27
kranzeryofel: Riddell: now?11:27
yofelkranzer: that applied one patch, now go on11:27
RiddellSick_Rimmit: it'll be too early for her, she might be up in a couple of hours11:27
yofelkranzer: until you get to the patch that was failing11:28
kranzeryofel: again quilt push?11:28
Sick_RimmitRiddell: OK, that's cool, I will give her a shout later, thanks11:28
yofelkranzer: yes11:28
kranzeryofel: fails11:28
yofelright, now you'll need to update it11:28
kranzeryofel: how?11:29
yofelkranzer: start by looking at the file that it failed on11:30
kranzeryofel: CMakeLists.txt?11:30
yofelyes, also note that it told you the line in which it failed11:31
kranzeryofel: okay)11:31
kranzeryofel: how can I see lines?11:32
yofelin nano? no idea, google might help11:33
kranzeryofel: maybe I'll do it in local11:33
yofelyou might also want to acutally read the patch itself11:33
kranzerthen I will push11:33
yofelkranzer: also important: you're looking at the wrong CMakeLists.txt file11:35
kranzeryofel: core/CMakeLists.txt 11:35
yofelright, you're looking at CMakeLists.txt, not core/CMakeLists.txt11:36
kranzeryofel: in local I look at core/CMakeLists.txt 11:36
yofelok11:36
kranzeryofel: this is the line #334                           "A library for extracting file metadata" "https://projects.kde.org/kfilemetadata" TRUE)11:37
Riddellit will have moved11:39
Riddellthat's why the patch doesn't apply11:39
Riddelllook in core/CMakeLists.txt.rej#11:39
Riddelland work out what needs to be done to core/CMakeLists.txt11:39
Riddellto make equivalent changes11:39
kranzerRiddell: what do I have to do with this?11:40
Riddellread it11:41
Riddellsee what it's doing11:41
Riddellmake the equivalent change in core/CMakeLists.txt11:41
Riddellit's replacing that call to look for mysql with one to just set it11:42
kranzerRiddell: ok, thanks, g2g11:42
Riddellsigh11:42
Riddellwhen I said no hand holding...11:43
Riddellbut well he's only young bless11:43
=== kbroulik is now known as kbroulik-lunch
* Riddell eats kbroulik-lunch for lunch11:54
sgclarkmorning12:06
Riddellsgclark: buenos dias12:07
RiddellSick_Rimmit was after you12:08
sgclarkahh ok12:08
Sick_Rimmitmorning sgclark12:16
* Sick_Rimmit grins12:16
Riddellfor some definition of morning12:16
Sick_Rimmitsgclark: I hope you are having a "Good Morning" Scarlet, how are things with you ?12:17
Sick_RimmitRiddell: better ?12:17
* Sick_Rimmit grins more12:17
sgclarkSick_Rimmit: just woke up :) I will let you know after my first coffee lol12:17
* Sick_Rimmit grins even more12:17
sitterkubotu: order a fountain of coffee for sgclark12:20
* kubotu slides a fountain of coffee down the bar to sgclark12:20
sgclark:)12:20
BluesKajHiyas all12:33
soeehiho BluesKaj12:34
BluesKajhey soee12:34
BluesKajis the latest upgrade fixed yet?12:35
BluesKajI'm on my 14.10 plasma 4 desktop atm12:35
BluesKajlast night's 15.04 upgrade on the laptop was about to remove a whole lot of necessary apps and not reinstall/upgrade them so I aborted the upgrade.12:40
Riddelltry it and see :)12:44
BluesKajheh:)12:46
=== rdieter_work is now known as rdieter
soeemore than 170 votes https://plus.google.com/110954078302330754910/posts/1aa5GRRL5LC :)13:00
=== kbroulik-lunch is now known as kbroulik
BluesKaj_just don't do a dist-upgrade then, check it out13:03
BluesKajhmm, wifi is acting up after wakling from suspend13:14
BluesKaj_checking to see how long this connection holds, after reboot13:16
soeeBluesKaj: how did the update go ?13:34
BluesKajsoee, the same, dist upgrade wants to remove a whole lot of packages without reinstalling/upgrading them13:35
Sick_Rimmitsgclark: How's the coffee, could I grab you for a couple of minutes, I have an idea I would like to run by you14:02
sgclarkSick_Rimmit: sure what's up?14:03
Sick_Rimmitsgclark: Hi14:15
Sick_Rimmitsgclark: Sorry, someone came to my desk for assistanfce14:15
Sick_Rimmitsgclark: We are going to setup Jenkins CI, here at work14:16
Sick_Rimmitsgclark: Our Embedded Linux Developer - Pawel is tasked with this job14:16
Sick_Rimmitsgclark: I think that there is a great opportunity for some 2 way knowledge sharing between you and him14:16
Sick_Rimmitsgclark: His coding knowledgge, and your experience with Jenkins and setting up CI for KDE14:17
Sick_Rimmitsgclark: With your permission I would like to introduce you and Pawel, via this IRC Channel, and perhaps you would be able to help each other out14:17
sgclarkI have a pile of people wanting to do the same :( my problem is that my dealine is coming soon and I am deperately trying to learn groovy so that I can complete the DSL part14:18
Sick_Rimmitsgclark: What do you think of this idea ?14:18
Sick_Rimmitsgclark: OK, well that put the Kibosh on that idea. OK Not to worry, I was just trying to connect some network channles. :-)14:22
sgclarkSick_Rimmit: if he is a coder I suspect he will have no issues setting up jenkins. That is my weakness. But of course I am here and available should he need. I just don't think I am much help.14:22
Sick_Rimmitsgclark: Oh Boy, we need to discuss your self confidence, as I fell that you might be missing something14:23
Sick_Rimmitsgclark: You're AWESOME!!!!!14:23
Riddell++14:24
sgclarkyes this project has drained me, alas I am learning alot so that is good14:25
Sick_Rimmitsgclark: slowly slowly catch yee monkey, and don't over do it14:32
Sick_Rimmitsgclark: I will get Pawel to come join us here, probably be tomorrow sometime, and I can introduce him to some of the cool people at Kubuntu :-)14:39
sgclarkSick_Rimmit: ok sounds good14:40
Sick_Rimmitsgclark: Cool...14:40
Sick_RimmitSo I'm busy getting organised for FOSDEM right now. I packaged up Kdenlive mostly unsupervised, and I have a few bugs I am working on. I hoping to setup a meeting for my membership application later next week.14:42
Sick_RimmitJust a quick update really. I know you've been helping me sgclark and I feel I want you to know that time spent has not been wasted..14:43
sgclark:)14:45
shadeslayersgclark: whats your task with Jenkins again?14:59
* shadeslayer has been extensively using jenkins for the last 3 months15:00
sgclarkshadeslayer: jenkins with support for linux + osx + windows all automated w/ DSL15:00
sgclarkmost of my time was wasted getting our scripts working with windows...15:01
shadeslayerDSL?15:01
sgclarkyeah the plugin that uses groovy scripting to automate job creation15:02
shadeslayerhuh15:02
sgclarkwhich as it turns out is where I should have spent the bulk of the time as nothing works for me haha15:02
shadeslayerWe just use ruby to do that :D15:02
sgclarkhmm15:02
shadeslayersee https://github.com/apachelogger/pangea-tooling/blob/master/update-projects.rb for example15:03
kranzerRiddell: ping15:03
Riddellhi kranzer 15:06
kranzerRiddell: I'm here again)15:06
sgclarkshadeslayer: hmm that looks much friendlier than groovy.15:07
* sgclark ponders if I can talk them into it15:07
arch_mac https://community.kde.org/Kubuntu/PPAs  added  weekly ci ppa per the page steps but updating  gives 404 failed to fetch15:09
arch_mac10:05 arch_mac: old info?15:09
arch_mac10:05 arch_mac: im on 15.0415:09
kranzerRiddell: could you give me ssh chanel one more time?15:13
Riddellthe server is  ubuntu@ec2-54-211-4-59.compute-1.amazonaws.com15:16
kranzerRiddell: thanks15:18
Riddellkranzer: quilt refresh15:20
Riddellkranzer: it's all good, it worked the first time15:20
Riddell"Refreshed patch debian/patches/kubuntu_mysqld_executable_name.diff"15:20
kranzerRiddell: what now?15:21
Riddellit just was confused because it was set to spanish after my computer but didn't have spanish installed15:21
Riddellkranzer: see if you can push the next patch15:21
kranzerRiddell: as you see, no(15:22
Riddellkranzer: that patch is marked upstream which means it's a fix that comes from digikam15:22
Riddellkranzer: so digikam will have added it since the last release we packaged15:22
Riddellkranzer: so you can remove the .diff file and edit debian/patches/series to remove it15:22
kranzerRiddell: see, if I doing all right15:23
Riddellkranzer: looks good15:24
kranzerRiddell: now debuild?15:24
Riddellkranzer: yep15:24
arch-kubuhttps://launchpad.net/kubuntu-ci     kubuntu-ci does not have any download files registered with Launchpad. 15:27
Riddellsitter: ↑15:28
arch_machope you can see the confusion these pages cause15:29
arch_macSo wheres the steps to bring 15.04  up to wekkly plasma5 pkgs?15:30
arch_macweekly15:30
Riddellarch_mac: sitter is your man there15:31
sitterno such thing15:32
arch_macI have 14.04 running daily builds nicely    I'd like the same but weekly on 15.0415:33
kranzerRiddell: could you assign my task?15:33
sgclarkyeah I was looking for weekly on vivid too, does not seem to exist :(15:37
arch-kubuplasma next ppa ok for 15.04?15:41
arch-kubunope its in muon but also cant find pkgs  15:48
shadeslayerarch-kubu: you probably want http://pad.lv/~kubuntu-ci15:55
shadeslayerand yes, no weekly for Vivid15:55
shadeslayerkind of pointless15:55
shadeslayeryou're running a dev release15:55
kranzerRiddell: what was that?16:02
Riddellkranzer: looks like the .install file is asking for something to be installed which no longer exists16:04
Riddellremove it from the .install file16:04
Riddellrun dh_install --list-missing  to try the install again16:05
Riddellwhen that's happy run   debuild -nc  to restart the build (with no clean so it does not compile it all again)16:05
mamarleyRiddell: Your two most recent messages would have saved countless hours of my life, had I only known those things before...16:05
Riddellmamarley: what what?16:06
Riddellah  debuild -nc16:06
Riddellsurpringly badly documented that16:07
Riddellkranzer: from top sources directory16:07
mamarleyYeah, I didn't know about those, so when I was trying to compile things, I would recompile them completely after fixing the missing file or whatever.16:07
kranzerRiddell: see that16:08
Riddellkranzer: yes, see my comments above16:09
Riddell16:04 < Riddell> kranzer: looks like the .install file is asking for something to be installed which no longer exists16:09
Riddell16:04 < Riddell> remove it from the .install file16:09
arch-kubushadeslayer,   tried that link with key  no go16:14
shadeslayerkey?16:14
shadeslayerwhat key16:14
shadeslayerthat page opens fine for me16:15
arch-kubuone on the page16:15
shadeslayerwhat are you doing exactly16:15
arch-kubuhave you added that ppa yourself?16:15
shadeslayeryes16:15
shadeslayerI'm running that ppa on utopic16:15
kranzerRiddell: in what .install file is that instruction?16:15
shadeslayerkranzer: grep for it?16:15
arch-kubuthen your answer should be no im refering to vivid16:16
Riddellkranzer: dunno16:16
arch-kubuI have it on utopic   too16:16
shadeslayervivid only has the unstable target16:16
arch-kuburight still no go16:17
arch-kubudeb http://ppa.launchpad.net/kubuntu-ci/unstable/ubuntu vivid main 16:17
arch-kubuill redo it16:18
shadeslayerworks for me16:18
shadeslayeron vivid16:18
shadeslayerarch-kubu: http://paste.ubuntu.com/9693536/16:19
arch-kubugot it now  tks16:21
arch-kubumusta missed the ppa ad comd16:21
arch-kubuadd cmd16:21
kranzerRiddell: what to do??16:22
Riddellkranzer: find out what .install file it's in and remove it16:23
kranzerRiddell: just open and check?16:23
kranzerRiddell: one more16:24
Riddellyes16:24
kranzerRiddell: where to find them?16:24
Riddellin debian/16:24
shadeslayersitter: http://www.wtxl.com/news/florida_news/florida-couple-told-to-remove-tardis-from-driveway/article_dc0ec42a-95c3-11e4-922b-0bfcb7ac4f6b.html?mode=story16:25
sittershadeslayer: quickly comment #RonPaul201216:28
shadeslayerlol16:28
Riddellkranzer: grep is your friend16:30
kranzerRiddell: like I do?16:30
kranzerRiddell: i need to find such command  debian/tmp/usr/lib/kde4/libexec debian/digikam//usr/lib/kde4/ ?16:33
Riddellgrep libexec debian/*install   (as I did earlier on the server)16:36
kranzerRiddell: hmm, what's now?16:38
arch_macreboot after upgrade gives black screen and box that says chk your  install ksmserver not found16:41
arch_macstartx  cannot establish any listening sockets in xorg log16:44
arch_macmaybe a pkg is missing?  or a step besides update-upgrade-dist-upgrade?16:49
arch_macIs this step from the ci wiki needed  ?  sudo apt install kubuntu-plasma5-desktop   Im having to bounce around from place to place to get this simple upgrade done 16:58
arch_macapt cant find that either16:58
kranzerRiddell: hurray17:02
kranzerRiddell: what's that?17:06
Riddellkranzer: looks like it built17:06
Riddelltest if it installs and runs17:06
kranzerRiddell: gpg error?17:06
kranzerRiddell: how to test it?17:07
Riddellthat's fine, it wants to give it a digital siganture incase you want to upload it to ubuntu or a ppa but it doesn't have your digital keys on the server (and nor should you as it's a shared server)17:07
Riddelldpkg --install *deb17:07
Riddellyou can copy the .debs onto your system although I think they're i38617:07
kranzerRiddell: nope17:08
kranzerRiddell: amd6417:08
kranzerRiddell: ahhh17:08
kranzerRiddell: sorry17:08
kranzerRiddell: done17:09
Riddellapt -f install  will fix the install issues17:11
kranzerRiddell: give me the bug link again17:13
kranzerRiddell: please17:13
kranzerRiddell: I attached17:20
Riddellthanks kranzer, will review tomorrow17:22
kranzerRiddell: why so?17:22
Riddellbecause I'm about to leave17:23
kranzerokay(17:23
Riddell_Groo_: sddm-kcm up for your packaging love http://starsky.19inch.net/~jr/tmp/plasma-5.1.95/17:26
_Groo_Riddell: ill create it and upload it to my ppa so you can copy it to ninja17:30
* Sick_Rimmit Out17:30
_Groo_Riddell: i dont think i have write access to ninjas ppa17:30
Riddell_Groo_: I can sort that out later17:30
Riddell_Groo_: and if you fancy it there's other new bits needing packaged17:30
_Groo_Riddell: which is?17:31
Riddellkcm-touchpad ksshaskpass user-manager kde-gtk-config muon polkit-kde-agent-117:31
Riddellhttp://mail.kde.org/pipermail/plasma-devel/2015-January/038145.html17:31
Riddellsome have existing packaging from previous versions17:31
* Riddell out17:32
_Groo_guys, how to i make the ppa compile for two versions? in this case utopic and vivid at the same time?17:41
_Groo_is it possible? or i need to dput one at a time?17:42
_Groo_Riddell: utopic and vivid packages for sddm-kcm 5.1.95 are available in https://launchpad.net/~paulo-miguel-dias/+archive/ubuntu/peppa/+packages17:55
_Groo_Riddell: enjoy17:55
=== rdieter_work is now known as rdieter
_Groo_Riddell: utopic and vivid packages for kde-touchpad 5.1.95 are available in https://launchpad.net/~paulo-miguel-dias/+archive/ubuntu/peppa/+packages19:11
_Groo_Riddell: enjoy19:11
=== rdieter is now known as rdieter_work
shadeslayerRiddell: you're going to have fun in your advanced class21:25
Riddellhmm good fun?21:26
Riddellsounds scary21:26
shadeslayeryeah, 'good'21:34
shadeslayerMine was difficult enough21:34
shadeslayermy teacher doesn't speak any english21:34
shadeslayerso that's going to be fun21:34
shadeslayerand there's a no speaking in english rule in the class21:34
soeean chance to get the updates work again any soon (packages) ?21:41
Riddellyes it's tefl style21:48
yofelsoee: what's broken again?21:54
soeeyofel: everything :D21:54
yofelnot here...21:54
yofel(vivid:amd64)21:54
soeeyofel: http://paste.ubuntu.com/9695169/21:55
soeeim also on Vivid 6421:55
yofelsoee: please again with -o pkgproblemresolver=true21:56
yofelerm, -o debug::pkgproblemresolver=true21:56
soeeyofel: http://paste.ubuntu.com/9695183/21:57
yofelo.O21:58
=== rdieter_ is now known as rdieter
soeeblueskaj also reported such problems22:00
Sick_RimmitHello folks22:02
soeehiho Sick_Rimmit22:03
Sick_RimmitHi soee22:03
Sick_RimmitI am just finalising my Kubuntu Membership application..22:03
Sick_RimmitI need to arrange a meeting, which I believe takes place here on IRC, does that sound correct ?22:04
yofelhm, strange. Here libical1 got removed fine...22:04
soee:/22:05
yofellooks like an incomplete transition got promoted to release o.O22:07
soeeim not familiar with this stuff :/ can it be fixed somehow ?22:14
kranzerRiddell: are you here?22:15
yofelyou could try to manually install libical1a and remove what's in the way - or wait until everything that needs libical1 got rebuilt22:15
yofelI had nothing of that left so I didn't run into that problem22:15
soeeyofel: when all this might be rebuilt ?22:25
yofelsupposedly it's done http://people.canonical.com/~ubuntu-archive/transitions/html/libical.html22:26
yofelso things are either stuck in proposed or you have something installed that really doesn't want to get removed22:27
soeewonder what it might be 22:30

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