=== strayPup1 is now known as strayPuppy [00:57] ok kf5 backports uploading to staging. [01:01] awooga! good to have you packaging sgclark :) [01:03] will have to get to the others tomorrow. Had a bit of a hiccup today lol. but I think I have it sorted now. [01:04] will run the restart builds though. === strayPup1 is now known as strayPuppy === tazz_ is now known as tazz [04:06] blech vivid backports shouldn't break wily. And getting to late to do anything further tonight. [06:11] good morning [06:53] Good morning. [07:16] kubuntu-driver-kcm (master) 15.04ubuntu3-11-g435542b * Harald Sitter: (2 files in 2 dirs) [07:16] Add I18n to target link libraries to get access to the KLocalizedString header and fix a build failure [07:16] http://commits.kde.org/kubuntu-driver-kcm/435542b6a2b6725593e63458c0698769177bfbf3 [07:33] http://paste.ubuntu.com/12622848/ -.- [07:34] mass retrying failed unstables [08:16] I need packaging solution : so thing is plasma-phone-settings package ships /etc/xdg/kdeglobals file.. but I want to ship different files on both amd64 and arm [08:16] any idea how this could be achieved? [08:23] sitter: ^ ideaz? [08:24] cmake if()? [08:24] actually whole plasma-phone-settings have null CMake magi [08:24] +c [08:25] https://quickgit.kde.org/?p=plasma-phone-settings.git&a=tree&h=98fa94884787025f7de57177c533da810b3def25&hb=323c9498719a473e2941f2a8ebcc04ebf3d10440 [08:25] ah, more tricky then [08:26] (ideally this repo should be nuked and distro should provide kdegloabals themself) [08:26] bshah: I'd suggest adding cmake TBH and changing the package to use cmake [08:26] bshah: in that case, nuke it :P [08:27] add the files to the debian/ dir of the packaging [08:29] and how exactly architecture wouldbe if'def'd there? [08:30] tricky tricky [08:30] http://anonscm.debian.org/cgit/pkg-kde/applications/marble.git/tree/debian/rules?h=kubuntu_unstable#n36 [08:30] you want to have that override_dh_install target [08:30] inside that target you use $(overridden_command) [08:31] which will essentially call the overridden thing [08:31] and then you'll want to cp debian/kdeglobals.amd64 debian/tmp/etc/xdg/ [08:32] you can if with [08:32] ifeq ($(DEB_HOST_ARCH),armhf) [08:32] okay [08:32] there's also a whole slew of examples WRT arch ifdefs here http://anonscm.debian.org/cgit/pkg-kde/qt/qt4-x11.git/tree/debian/rules [08:33] * sitter shakes fist at make being such a terrible language and rides towards the sunset [08:34] ah [08:34] bshah: http://anonscm.debian.org/cgit/pkg-kde/applications/blinken.git/tree/debian/rules?h=kubuntu_unstable#n8 [08:34] you can probably start with that override_dh_auto_install target there [08:34] and $(overridden_command) --destdir=debian/tmp [08:34] tricky messy nonsense... [08:35] what the fuk is overridden_command? [08:35] I don't have to worry about that or? [08:38] variable defined in include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk [08:38] * bshah cries... :'< [08:38] okay [08:38] you see. for us fancy kde people it wasn't good enough to use what everyone else uses, so we reimplemented what everyone else uses in make because make is such an awesome language, hence the include .... [08:40] Says the guy who said make was a awesome piece of software 4 years ago at UDS [08:40] And then told me to read a 1000 page make manual [08:42] I guess I could just cp debian/kdeglobals.$(DEB_HOST_ARCH) debian/tmp/etc/xdg/kdeglobals [08:42] instead of ifeq [08:42] which you did not do [08:43] bshah: yes, except then you need to symlink for each new archtiecture that might need building in the future [08:43] from a packaging pov that'd be #wrong [08:44] No [08:45] I'd rather not read a 1000 page manual for features I rarely use [08:47] okay then I guess have slight insight on how to do this.. I have to go out now.. will change it after coming back === greyback__ is now known as greyback [09:57] * yofel is pretty sure that nobody here ever read the whole 1000 page manual... [10:21] http://paste.ubuntu.com/12623572/ [10:21] need review plz === ikonia_ is now known as ikonia === tazz_ is now known as tazz [11:12] yipppeee 5 lemmings home! [11:28] nice work Mr Sitter [11:29] http://paste.ubuntu.com/12623572/ still needs a revu [11:29] clivejo: what did I do? [11:29] saving lemmings! [11:30] and another! [11:31] your on a roll! [11:32] hardly has anything to do with nice work but rather bad work on launchpad's part making things fail to begin with [11:34] * yofel continues to kill lemmings [11:34] you just retried them? [11:37] Hey folks [11:39] seems everything is building [11:50] clivejo: yeah [11:51] kjobswidget i386 failed because of chroot problems which made everything else fail since deps couldn't be installed [12:24] Riddell: pingping [12:28] Riddell: http://paste.ubuntu.com/12623572/ I needs me a review [12:39] hi sitter [12:40] sitter: looks good [12:40] sitter: want me to upload? [12:40] getting no clue still about plasma-phone-settings.. :'( [12:40] bshah: what's up? [12:43] yippee [12:44] Riddell: plasma-phone-settings upstream ships /etc/xdg/kdeglobals.. but I want to ship different file for both arm and amd64.. [12:44] Harald mentioned some black magic but I still can't make it out [12:52] sitter: I am going in right direction? http://ix.io/l6j ? [12:55] Riddell: yeah [12:55] Riddell: or wait [12:55] I'll commit [12:55] then you can upload xD [12:56] (yes I don't have if but I want to confirm if this is somewhat right or totally worng) [12:56] Riddell: pushed [12:56] bshah: either some Makefile magic in debian/rules or make plasma-phone-settings.install.amd64 and plasma-phone-settings.install.armhf [12:57] bshah: configure is wrong [12:57] other than that it captures the idea [12:58] configure is wrong in the sense? [12:59] bshah: should be override_dh_auto_install [13:00] sitter: what's pushed? [13:00] ah.. [13:00] Riddell: kdepim-runtime [13:01] * sitter has a wicked headache again [13:07] sitter: new revision : http://ix.io/l6r/diff [13:08] bshah: I think you want to design this the other way around if armhf ... else [13:08] and move the override up [13:08] otherwise this should work [13:09] since this is arm thingie armhf is quite normal IMO [13:09] only amd64 would be special [13:09] s/arm thingie/phone thingie/ [13:10] Riddell: I seems not to have write access to plasma-phone-settings-packaging.. can you commit there? [13:10] bshah: sure, the diff you just posted? [13:10] no.. a moment.. [13:11] http://ix.io/l6v this one [13:15] Riddell: or can you make me member of plasma-phone-packaging org? [13:15] hang on [13:17] bshah: pushed, I made armhf the exception and everything else use amd64 and I ran the install command after that cp so it gets added to the package [13:18] :P [13:19] bshah: invited you on github [13:19] morning [13:19] sgclark! [13:20] and marco-parillo! [13:20] today is a good day [13:20] don't laugh at me sitter.. :\ thats not how you welcome newbies.. :p [13:21] I am resident grumpy person. it is how *I* welcome newbies :P [13:21] ask sgclark [13:21] * Riddell gives sitter a head massage [13:23] Riddell: You always go the extra distance :) [13:23] good to see my backports was not the cause of last nights explosion. [13:23] I need to learn how backporting works [13:23] Riddell: Good morning! [13:23] Riddell: sure you pushed? [13:25] bshah: yes, it's in a branch https://github.com/plasma-phone-packaging/plasma-phone-settings-packaging/tree/kubuntu_unstable [13:26] ah.. gotcha [13:33] sitter: http://mobile.kci.pangea.pub:8080/job/vivid_unstable_plasma-phone-settings-packaging_bin_amd64/8/ :( [13:33] it doesn't have anything cmake so I am skeptical [13:35] run, Bhushan run.. battery is donw [13:41] oh yeah [13:41] brrr [13:41] -%: [13:41] - dh $@ [13:41] bring that back [13:41] loose the include [13:41] replace the overridden_command thing with 'dh_auto_install' [13:43] who are you talking to? [13:43] sitter: ^ [13:44] with me [13:44] o/ [13:44] ahh ok [13:44] lol [13:45] I am not that mental :P [13:46] nah. I just a kf5 port yesterday and that whole conversation could have applied to me. [13:48] sitter: http://ix.io/l6x [13:50] looks good [13:55] ifeq (amd64,armhf) [13:55] 13:55:33 /bin/sh: 1: Syntax error: word unexpected (expecting ")") [13:55] heh [13:56] (╯°□°)╯︵ ┻━┻) [13:56] ah lol [13:57] bshah: $(dh_auto_install) -> dh_auto_install [13:57] sorry, tired eyes :) [13:57] ok [13:57] at least I think that is your problem [13:57] bshah: the dh $@ has a \t right? [13:58] I think this would convert it to 4 space [13:58] so no, no \t [13:59] \t as the character [13:59] make needs \t as indention for targets [13:59] ok [14:00] actually it is tab.. [14:00] \t [14:00] lets see this dh_auto_install thing fixes it for one and all [14:05] sitter actually armhf runs fine but not amd64 :O [14:06] which is crazy! [14:09] 00:00:27.901 ifeq (amd64,armhf) [14:09] why is that sh'd [14:09] ah [14:09] bshah: you mustn't tab the ifeq/else/endif [14:09] those are make instructions [14:09] wthf [14:09] I think at least [14:10] bshah: make is a very lovely language :P [14:10] it has another language built into the language [14:10] so I just change it to use space right? [14:10] no [14:11] no indention at all [14:11] e.g. http://paste.ubuntu.com/12624755/ [14:11] ah [14:11] bshah: they are like preprocessor directives essentially [14:12] yep, gotcha [14:12] sitter: still mystery it works with armhf [14:14] peculiar [14:14] ohhhhhh [14:14] bshah: armhf is not built [14:15] bshah: check debian/control it says Architecture: all [14:15] change that to Architecture: any [14:15] craziness.. you guys should go back in time and fix this... [14:16] Architecture: all means that the package only needs to be built on one architecture and can be used on all architectures on account of it containing the same data on all architectures [14:16] whole deb packaging [14:16] any OTOH indicates that the package can be used on any architecture but must be built for the architecture [14:17] also would need to fix my cp [14:17] 14:14:31 cp: [14:17] 14:14:31 cannot create regular file ‘debian/tmp/etc/xdg/kdeglobals’ [14:17] 14:14:31 : No such file or directory [14:18] this needs some more adjustments [14:19] bshah: want me to test it locally? [14:19] I've reached at point where I am throwing random things at it.. [14:19] Riddell: sure.. and also fix it :p [14:19] let me look [14:19] kill the kdelgobals in the kde git repo + in debian/plasma-phone-settings.install you need to add debian/tmp/* / [14:19] and the architecture change of course [14:20] bshah: did I tell you that this is gonna be tricky? :P [14:22] yes.. :p [14:23] I think I sorted it [14:23] let's try a build [14:24] I will however add that this is made needlessly complicated by the fact that the actual source doesn't use cmake and is conceptually wired into the packaging in ways that aren't profoundly usual [14:25] I should've decided to port to cmake this morning [14:26] I removed kdeglobals from upstream [14:32] seems green but amd64 still have wrong kdegloabals [14:34] oh? [14:34] perhaps because my upstream change didn't made it to anongit [14:35] oh wait it is not pushed yet [14:35] sorry [14:35] done now [14:37] bshah: you building it again? [14:38] Riddell: yep... but now package doesn't have etc/xdg/kdeglobals at all.. [14:38] : [14:38] :\ [14:39] http://mobile.kci.pangea.pub:8080/job/vivid_unstable_plasma-phone-settings-packaging_bin_amd64/14/console says it copied [14:39] but you're right it doesn't [14:39] * Riddell confused and looks further [14:40] sitter | kill the kdelgobals in the kde git repo + in debian/plasma-phone-settings.install you need to add debian/tmp/* / [14:40] Riddell: we have solution ^ [14:42] bshah: want to do it or shall I? [14:42] on it [14:43] sitter: http://mobile.kci.pangea.pub:8080/job/mgmt_docker_wily/ is unhappy, what did I miss? [14:43] sitter: and what are mgmt_docker_vivid_unstable mgmt_docker_vivid_unstable_amd64, do I need to make copies of them for wily? [14:45] nope [14:46] Riddell: the 46. are DO slaves, they havd 404 for some reason. the 212. are scaleway and apparently the docker arm image provider doesn't have wily [14:47] former probably needs retries, latter we cannot do anything about because someone decided to hard transition the entire tooling so it is broken right now and needs sorting for mobile still [14:49] yay this works... [14:49] thanks Riddell and sitter [14:49] I will mark this day on calender for future references.. [14:50] :p [14:51] sitter: something on DO needs an apt update? http://mobile.kci.pangea.pub:8080/job/mgmt_docker_wily/label=46.101.251.91/2/console [14:51] bshah: sorry it was so much hassle, you can ask me to make packaging changes if you like [14:51] deploy_in_container probably does [14:51] no need for sorry, I wanted to learn this anyway [14:52] but we can't change deploy_in_container because then the image names change :P [14:53] mass retrying wily stable [14:54] Riddell: really I'd just postpone this until after the bloody tooling deployment is working again [14:55] sitter: ok, should I revert pangea and ci-tooling and delete jobs or just leave it for now? [14:55] leave it, I don't think the jobs will trigger [14:55] ok thanks [14:55] I might be able to stopgap this tomorrow [14:57] shadeslayer: btw if you fancy a bit of reading you could check out if and how packer can help with image deployment [15:11] hmm [15:13] any reason kservice was bumped to 5.14.3 while the rest of kf5 is at .0 ? [15:14] sgclark: kservice got a bug then a fix which caused a bug then another fix which caused a bug and finally another fix which made bshah report a bug [15:14] lol [15:14] clear as mud. ok [15:14] so currently we're at 5.14.3, stay tuned for the next exciting episode [15:14] k [15:16] LOL [15:28] I don't remember having this much symbols madness doing backports in the past. hmm [15:32] Riddell: there are seriously tons of missing symbols. Any thoughts on how to proceed? [15:33] do they have to be redone for a backport? [15:34] not sure, this has not happened to me in the past. [15:34] surely they would be the same on both vivid and wily? [15:34] one would think [15:35] I am baffled as to why this is. [15:36] sgclark: just rm the .symbols files [15:36] ok [15:36] sgclark: it'll be due to the gcc 5 transition, vivid has gcc 4 [15:36] ah [15:36] oh right [15:36] makes sense now [15:37] * clivejo nods [15:37] sgclark: the point of symbols files is to check if symbols have not disappeared and broken ABI, we know that's not the case so you can just ignore them for backports [15:37] excellent. thanks [15:39] hmm, it might be nice to have packages of davetray for testing (it'll go into plasma for 5.5) http://blog.davidedmundson.co.uk/blog/xembed_back [15:40] haha davetray [15:40] it's a technical term [15:41] well I would but I am working on the world of backports lol [15:43] * Riddell eyes up clivejo [15:44] grr [16:22] wth why would wily pick up a backport commit [16:32] Riddell: seems sitter is gone. kservice has an error with git behind behind by one commit. If you can fix such a thing. [16:33] and I am not sure if I am seeing correctly, it looks like wily is picking up my backports commits, this would have very undesirable results. [16:48] so yesterday i aksed if krunner works for you - it didn't worked for me [16:49] it seems that during some updates all options (what to look for) in kurunner were unchecked .. [17:09] yippee === alvesadrian is now known as adrian === adrian is now known as Guest20317 === Guest20317 is now known as adrian [19:36] Pobieranie:1 http://archive.ubuntu.com/ubuntu/ wily/main qtbase5-dbg amd64 5.4.2+dfsg-2ubuntu6 [152 MB] [19:36] lol 152 MB ;o [22:05] !testers [22:05] testers is Help is needed in #kubuntu-devel. Please ping Riddell, yofel, soee, Tm_T, shadeslayer, BluesKaj, James147, Quintasan, lordievader, shrini, tester56, parad1se, mamarley, alket, SourBlues, sgclark, neo31, vip, mparillo for information [22:05] staging-frameworks vivid backport needs testing