[07:32] good morning [08:06] Good morning. [09:25] hola [09:30] hiho Riddell [09:31] got my message form yesterday ? [09:34] soee: you had problems during an update? [09:42] Riddell: a lot of packages where marked to be removed etc. [09:42] soee: what were you updating? [09:42] Riddell: just did apt update on Vivid [09:42] that all [09:43] so some packages in archive are a bit broken i think [09:43] shadeslayer: ^ you remember this right? [09:44] ah maybe they were/are incomplete for frameworks updates [09:44] that's what was going through yesterday [09:45] and still a couple to go [09:46] ok, good to know :) [10:19] Riddell: ping [10:19] hi kranzer [10:19] Riddell: can you help me now? [10:20] where did you get to? [10:20] where we were yesterday [10:20] Riddell: don't know what to do with that patches [10:21] have you looked at the patch to see what it does? [10:21] yes [10:21] have you looked at the code it patches to see what needs to be done now? [10:22] Riddell: yes, but it is as patch needs [10:22] no the layout of the CMakeLists.txt file has changed [10:23] do you have a fresh digikam tar with debian/ directory ? [10:23] Riddell: let's do it again( [10:28] sitter: what does お早う mean? I hope it's not something rude [10:28] Riddell: ohayo [10:28] casual good morning [10:28] https://translate.google.com/#auto/en/%E3%81%8A%E6%97%A9%E3%81%86 [10:29] Riddell: okay, done fresh debian folder [10:29] kranzer: pastebin quilt push [10:29] Riddell: what do I have to change in diffs? [10:30] Riddell: https://paste.kde.org/pr9ichfrw [10:32] well that looks broken [10:32] Riddell: maybe chane versions? [10:32] Riddell: in diffs? [10:32] kranzer: pastebin echo $QUILT_PATCHES; ls; ls extra/kipi-plugins/sendimages/ [10:33] Riddell: https://paste.kde.org/pjkd5lssw [10:34] kranzer: export QUILT_PATCHES=debian/patches [10:34] Riddell: done :) [10:35] kranzer: quilt push any different? [10:35] File series fully applied, ends at patch debian/patches/upstream_bug338037.diff [10:35] Riddell: what's now? [10:36] sod it I'll set up another ec2 [10:36] Riddell: ?? [10:37] Riddell: sod it? [10:40] Riddell: kranzer@kranzer-System-Product-Name:~/digicam/digikam-4.6.0$ quilt refresh Nothing in patch debian/patches/upstream_bug338037.diff [10:43] kranzer: ssh ubuntu@ec2-54-211-4-59.compute-1.amazonaws.com [10:43] password is foobar [10:44] scp your .orig and debian/ directory into mnt/ [10:45] Riddell: how? [10:54] kranzer: scp [10:54] from your computer [10:54] to the ec2 server [10:54] Riddell: how? [10:54] scp file ubuntu@ec2-54-211-4-59.compute-1.amazonaws.com: [10:55] type password [10:55] it copies [10:57] kranzer: do that on your pc, not on ec2 [10:57] ahhh [10:57] cp is always "cp SOURCE TARGET" [10:58] Riddell: https://paste.kde.org/pp0d9yfda [10:58] kranzer: how do you copy folders with cp again? [10:59] yofel: scp /home/kranzer/digicam/digikam-4.6.0/debian ubuntu@ec2-54-211-4-59.compute-1.amazonaws.com: [10:59] right, but what option do you need to pass to cp to recursively copy folders? [11:00] scp works the same as cp there [11:01] yofel: 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] ... [11:02] I said *recursively*, which means you need to pass -r for it to do that... [11:02] (see manpage) [11:02] yofel: 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 directory [11:02] manpages are a very useful thing if you're stuck [11:02] kranzer: well, you'll need scp [11:03] yofel: the same [11:03] what does it say? [11:03] cp: cannot create directory ‘ubuntu@ec2-54-211-4-59.compute-1.amazonaws.com/mnt:’: No such file or directory [11:03] yofel: ^ [11:04] ah, wrong target definition [11:05] use ubuntu@ec2-54-211-4-59.compute-1.amazonaws.com:/mnt/ [11:05] yofel: thanks [11:06] no slash ubuntu@ec2-54-211-4-59.compute-1.amazonaws.com:mnt/ [11:06] ah oops [11:07] yofel: Riddell: works [11:09] Riddell: what to do now? [11:10] kranzer: scp the .orig [11:10] you'll also want to copy the digikam orig file [11:11] Riddell: done [11:12] uh huh, now extract the tar and put the debian/ into it and apply the patches [11:15] Riddell: tar -zxvf> [11:15] ? [11:15] tar xf should be fine [11:18] Riddell: how to send debian there? [11:19] https://www.google.es/search?q=move+files+in+linux [11:19] I'm sure google knows [11:22] Riddell: done [11:24] kranzer: now apply the patches the way you did before [11:25] QUILT_PATCHES [11:25] yofel: ? [11:26] see the channel log, what did you do with QUILT_PATCHES earlier? [11:26] right [11:26] yofel: do you have the access to ssh? [11:26] I'm watching [11:27] from the top digikam directory [11:27] sgclark: ping Hi Scarlet r u around [11:27] yofel: Riddell: now? [11:27] kranzer: that applied one patch, now go on [11:27] Sick_Rimmit: it'll be too early for her, she might be up in a couple of hours [11:28] kranzer: until you get to the patch that was failing [11:28] yofel: again quilt push? [11:28] Riddell: OK, that's cool, I will give her a shout later, thanks [11:28] kranzer: yes [11:28] yofel: fails [11:28] right, now you'll need to update it [11:29] yofel: how? [11:30] kranzer: start by looking at the file that it failed on [11:30] yofel: CMakeLists.txt? [11:31] yes, also note that it told you the line in which it failed [11:31] yofel: okay) [11:32] yofel: how can I see lines? [11:33] in nano? no idea, google might help [11:33] yofel: maybe I'll do it in local [11:33] you might also want to acutally read the patch itself [11:33] then I will push [11:35] kranzer: also important: you're looking at the wrong CMakeLists.txt file [11:35] yofel: core/CMakeLists.txt [11:36] right, you're looking at CMakeLists.txt, not core/CMakeLists.txt [11:36] yofel: in local I look at core/CMakeLists.txt [11:36] ok [11:37] yofel: this is the line #334 "A library for extracting file metadata" "https://projects.kde.org/kfilemetadata" TRUE) [11:39] it will have moved [11:39] that's why the patch doesn't apply [11:39] look in core/CMakeLists.txt.rej# [11:39] and work out what needs to be done to core/CMakeLists.txt [11:39] to make equivalent changes [11:40] Riddell: what do I have to do with this? [11:41] read it [11:41] see what it's doing [11:41] make the equivalent change in core/CMakeLists.txt [11:42] it's replacing that call to look for mysql with one to just set it [11:42] Riddell: ok, thanks, g2g [11:42] sigh [11:43] when I said no hand holding... [11:43] but well he's only young bless === kbroulik is now known as kbroulik-lunch [11:54] * Riddell eats kbroulik-lunch for lunch [12:06] morning [12:07] sgclark: buenos dias [12:08] Sick_Rimmit was after you [12:08] ahh ok [12:16] morning sgclark [12:16] * Sick_Rimmit grins [12:16] for some definition of morning [12:17] sgclark: I hope you are having a "Good Morning" Scarlet, how are things with you ? [12:17] Riddell: better ? [12:17] * Sick_Rimmit grins more [12:17] Sick_Rimmit: just woke up :) I will let you know after my first coffee lol [12:17] * Sick_Rimmit grins even more [12:20] kubotu: order a fountain of coffee for sgclark [12:20] * kubotu slides a fountain of coffee down the bar to sgclark [12:20] :) [12:33] Hiyas all [12:34] hiho BluesKaj [12:34] hey soee [12:35] is the latest upgrade fixed yet? [12:35] I'm on my 14.10 plasma 4 desktop atm [12:40] last 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:44] try it and see :) [12:46] heh:) === rdieter_work is now known as rdieter [13:00] more than 170 votes https://plus.google.com/110954078302330754910/posts/1aa5GRRL5LC :) === kbroulik-lunch is now known as kbroulik [13:03] just don't do a dist-upgrade then, check it out [13:14] hmm, wifi is acting up after wakling from suspend [13:16] checking to see how long this connection holds, after reboot [13:34] BluesKaj: how did the update go ? [13:35] soee, the same, dist upgrade wants to remove a whole lot of packages without reinstalling/upgrading them [14:02] sgclark: How's the coffee, could I grab you for a couple of minutes, I have an idea I would like to run by you [14:03] Sick_Rimmit: sure what's up? [14:15] sgclark: Hi [14:15] sgclark: Sorry, someone came to my desk for assistanfce [14:16] sgclark: We are going to setup Jenkins CI, here at work [14:16] sgclark: Our Embedded Linux Developer - Pawel is tasked with this job [14:16] sgclark: I think that there is a great opportunity for some 2 way knowledge sharing between you and him [14:17] sgclark: His coding knowledgge, and your experience with Jenkins and setting up CI for KDE [14:17] sgclark: 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 out [14:18] I 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 part [14:18] sgclark: What do you think of this idea ? [14:22] sgclark: OK, well that put the Kibosh on that idea. OK Not to worry, I was just trying to connect some network channles. :-) [14:22] Sick_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:23] sgclark: Oh Boy, we need to discuss your self confidence, as I fell that you might be missing something [14:23] sgclark: You're AWESOME!!!!! [14:24] ++ [14:25] yes this project has drained me, alas I am learning alot so that is good [14:32] sgclark: slowly slowly catch yee monkey, and don't over do it [14:39] sgclark: 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:40] Sick_Rimmit: ok sounds good [14:40] sgclark: Cool... [14:42] So 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:43] Just 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:45] :) [14:59] sgclark: whats your task with Jenkins again? [15:00] * shadeslayer has been extensively using jenkins for the last 3 months [15:00] shadeslayer: jenkins with support for linux + osx + windows all automated w/ DSL [15:01] most of my time was wasted getting our scripts working with windows... [15:01] DSL? [15:02] yeah the plugin that uses groovy scripting to automate job creation [15:02] huh [15:02] which as it turns out is where I should have spent the bulk of the time as nothing works for me haha [15:02] We just use ruby to do that :D [15:02] hmm [15:03] see https://github.com/apachelogger/pangea-tooling/blob/master/update-projects.rb for example [15:03] Riddell: ping [15:06] hi kranzer [15:06] Riddell: I'm here again) [15:07] shadeslayer: hmm that looks much friendlier than groovy. [15:07] * sgclark ponders if I can talk them into it [15:09] https://community.kde.org/Kubuntu/PPAs added weekly ci ppa per the page steps but updating gives 404 failed to fetch [15:09] 10:05 arch_mac: old info? [15:09] 10:05 arch_mac: im on 15.04 [15:13] Riddell: could you give me ssh chanel one more time? [15:16] the server is ubuntu@ec2-54-211-4-59.compute-1.amazonaws.com [15:18] Riddell: thanks [15:20] kranzer: quilt refresh [15:20] kranzer: it's all good, it worked the first time [15:20] "Refreshed patch debian/patches/kubuntu_mysqld_executable_name.diff" [15:21] Riddell: what now? [15:21] it just was confused because it was set to spanish after my computer but didn't have spanish installed [15:21] kranzer: see if you can push the next patch [15:22] Riddell: as you see, no( [15:22] kranzer: that patch is marked upstream which means it's a fix that comes from digikam [15:22] kranzer: so digikam will have added it since the last release we packaged [15:22] kranzer: so you can remove the .diff file and edit debian/patches/series to remove it [15:23] Riddell: see, if I doing all right [15:24] kranzer: looks good [15:24] Riddell: now debuild? [15:24] kranzer: yep [15:27] https://launchpad.net/kubuntu-ci kubuntu-ci does not have any download files registered with Launchpad. [15:28] sitter: ↑ [15:29] hope you can see the confusion these pages cause [15:30] So wheres the steps to bring 15.04 up to wekkly plasma5 pkgs? [15:30] weekly [15:31] arch_mac: sitter is your man there [15:32] no such thing [15:33] I have 14.04 running daily builds nicely I'd like the same but weekly on 15.04 [15:33] Riddell: could you assign my task? [15:37] yeah I was looking for weekly on vivid too, does not seem to exist :( [15:41] plasma next ppa ok for 15.04? [15:48] nope its in muon but also cant find pkgs [15:55] arch-kubu: you probably want http://pad.lv/~kubuntu-ci [15:55] and yes, no weekly for Vivid [15:55] kind of pointless [15:55] you're running a dev release [16:02] Riddell: what was that? [16:04] kranzer: looks like the .install file is asking for something to be installed which no longer exists [16:04] remove it from the .install file [16:05] run dh_install --list-missing to try the install again [16:05] when that's happy run debuild -nc to restart the build (with no clean so it does not compile it all again) [16:05] Riddell: Your two most recent messages would have saved countless hours of my life, had I only known those things before... [16:06] mamarley: what what? [16:06] ah debuild -nc [16:07] surpringly badly documented that [16:07] kranzer: from top sources directory [16:07] Yeah, 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:08] Riddell: see that [16:09] kranzer: yes, see my comments above [16:09] 16:04 < Riddell> kranzer: looks like the .install file is asking for something to be installed which no longer exists [16:09] 16:04 < Riddell> remove it from the .install file [16:14] shadeslayer, tried that link with key no go [16:14] key? [16:14] what key [16:15] that page opens fine for me [16:15] one on the page [16:15] what are you doing exactly [16:15] have you added that ppa yourself? [16:15] yes [16:15] I'm running that ppa on utopic [16:15] Riddell: in what .install file is that instruction? [16:15] kranzer: grep for it? [16:16] then your answer should be no im refering to vivid [16:16] kranzer: dunno [16:16] I have it on utopic too [16:16] vivid only has the unstable target [16:17] right still no go [16:17] deb http://ppa.launchpad.net/kubuntu-ci/unstable/ubuntu vivid main [16:18] ill redo it [16:18] works for me [16:18] on vivid [16:19] arch-kubu: http://paste.ubuntu.com/9693536/ [16:21] got it now tks [16:21] musta missed the ppa ad comd [16:21] add cmd [16:22] Riddell: what to do?? [16:23] kranzer: find out what .install file it's in and remove it [16:23] Riddell: just open and check? [16:24] Riddell: one more [16:24] yes [16:24] Riddell: where to find them? [16:24] in debian/ [16:25] sitter: http://www.wtxl.com/news/florida_news/florida-couple-told-to-remove-tardis-from-driveway/article_dc0ec42a-95c3-11e4-922b-0bfcb7ac4f6b.html?mode=story [16:28] shadeslayer: quickly comment #RonPaul2012 [16:28] lol [16:30] kranzer: grep is your friend [16:30] Riddell: like I do? [16:33] Riddell: i need to find such command debian/tmp/usr/lib/kde4/libexec debian/digikam//usr/lib/kde4/ ? [16:36] grep libexec debian/*install (as I did earlier on the server) [16:38] Riddell: hmm, what's now? [16:41] reboot after upgrade gives black screen and box that says chk your install ksmserver not found [16:44] startx cannot establish any listening sockets in xorg log [16:49] maybe a pkg is missing? or a step besides update-upgrade-dist-upgrade? [16:58] Is 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] apt cant find that either [17:02] Riddell: hurray [17:06] Riddell: what's that? [17:06] kranzer: looks like it built [17:06] test if it installs and runs [17:06] Riddell: gpg error? [17:07] Riddell: how to test it? [17:07] that'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] dpkg --install *deb [17:07] you can copy the .debs onto your system although I think they're i386 [17:08] Riddell: nope [17:08] Riddell: amd64 [17:08] Riddell: ahhh [17:08] Riddell: sorry [17:09] Riddell: done [17:11] apt -f install will fix the install issues [17:13] Riddell: give me the bug link again [17:13] Riddell: please [17:20] Riddell: I attached [17:22] thanks kranzer, will review tomorrow [17:22] Riddell: why so? [17:23] because I'm about to leave [17:23] okay( [17:26] _Groo_: sddm-kcm up for your packaging love http://starsky.19inch.net/~jr/tmp/plasma-5.1.95/ [17:30] <_Groo_> Riddell: ill create it and upload it to my ppa so you can copy it to ninja [17:30] * Sick_Rimmit Out [17:30] <_Groo_> Riddell: i dont think i have write access to ninjas ppa [17:30] _Groo_: I can sort that out later [17:30] _Groo_: and if you fancy it there's other new bits needing packaged [17:31] <_Groo_> Riddell: which is? [17:31] kcm-touchpad ksshaskpass user-manager kde-gtk-config muon polkit-kde-agent-1 [17:31] http://mail.kde.org/pipermail/plasma-devel/2015-January/038145.html [17:31] some have existing packaging from previous versions [17:32] * Riddell out [17:41] <_Groo_> guys, how to i make the ppa compile for two versions? in this case utopic and vivid at the same time? [17:42] <_Groo_> is it possible? or i need to dput one at a time? [17:55] <_Groo_> Riddell: utopic and vivid packages for sddm-kcm 5.1.95 are available in https://launchpad.net/~paulo-miguel-dias/+archive/ubuntu/peppa/+packages [17:55] <_Groo_> Riddell: enjoy === rdieter_work is now known as rdieter [19:11] <_Groo_> Riddell: utopic and vivid packages for kde-touchpad 5.1.95 are available in https://launchpad.net/~paulo-miguel-dias/+archive/ubuntu/peppa/+packages [19:11] <_Groo_> Riddell: enjoy === rdieter is now known as rdieter_work [21:25] Riddell: you're going to have fun in your advanced class [21:26] hmm good fun? [21:26] sounds scary [21:34] yeah, 'good' [21:34] Mine was difficult enough [21:34] my teacher doesn't speak any english [21:34] so that's going to be fun [21:34] and there's a no speaking in english rule in the class [21:41] an chance to get the updates work again any soon (packages) ? [21:48] yes it's tefl style [21:54] soee: what's broken again? [21:54] yofel: everything :D [21:54] not here... [21:54] (vivid:amd64) [21:55] yofel: http://paste.ubuntu.com/9695169/ [21:55] im also on Vivid 64 [21:56] soee: please again with -o pkgproblemresolver=true [21:56] erm, -o debug::pkgproblemresolver=true [21:57] yofel: http://paste.ubuntu.com/9695183/ [21:58] o.O === rdieter_ is now known as rdieter [22:00] blueskaj also reported such problems [22:02] Hello folks [22:03] hiho Sick_Rimmit [22:03] Hi soee [22:03] I am just finalising my Kubuntu Membership application.. [22:04] I need to arrange a meeting, which I believe takes place here on IRC, does that sound correct ? [22:04] hm, strange. Here libical1 got removed fine... [22:05] :/ [22:07] looks like an incomplete transition got promoted to release o.O [22:14] im not familiar with this stuff :/ can it be fixed somehow ? [22:15] Riddell: are you here? [22:15] you could try to manually install libical1a and remove what's in the way - or wait until everything that needs libical1 got rebuilt [22:15] I had nothing of that left so I didn't run into that problem [22:25] yofel: when all this might be rebuilt ? [22:26] supposedly it's done http://people.canonical.com/~ubuntu-archive/transitions/html/libical.html [22:27] so things are either stuck in proposed or you have something installed that really doesn't want to get removed [22:30] wonder what it might be