/srv/irclogs.ubuntu.com/2013/12/02/#ubuntu-unity.txt

=== iahmad is now known as iahmad|afk
MirvSaviq: ok this morning I've battled UI Toolkit to build (disabling tests + docs) and prepared now that qt5-beta2 is again usable, now with RC1 snapshot base + declarative. so the thing is that unity8 now starts \o/08:33
Mirvin other news indicators seem broken (not visible), but crashes seem to be gone08:33
Mirvmeanwhile I'll take qt5-daily PPA into potential brokenness again by starting to build prepare final RC1 builds there08:34
MirvI've also some sort of problem that when the screen blanks, I don't get it lit anymore08:35
SaviqMirv, cool, we're at a sprint in London this week, so might not be responsive as usual09:09
SaviqMirv, we'll try and have a look09:09
mterrykgunn, https://blueprints.launchpad.net/ubuntu/+spec/client-1311-split-greeter09:18
MirvSaviq: aha, ok09:21
=== iahmad|afk is now known as iahmad
Mirvgreyback: if you have time, please check bug #1243665. I have a feeling that bug was already discussed at some point but my memory does not serve me well. now raised again as still seeing after some other crashers fixed.10:13
ubot5bug 1243665 in qtubuntu "qmlscene crashed with SIGABRT in QMessageLogger::fatal()" [Critical,New] https://launchpad.net/bugs/124366510:13
greybackMirv: ok, will have a look10:14
Mirvthanks. the current triaging would point it to be related to 20131120's Mir update10:15
mhr3sil2100, ping?10:45
sil2100mhr3: pong10:59
sil2100mhr3: what's up?10:59
mhr3sil2100, hey, we found an issue in zmqpp, we'll need to patch it11:01
sil2100mhr3: sure, any links to the bug/patch?11:01
mhr3sil2100, it's pretty small, but could use a patch in the distro asap11:01
mhr3sil2100, i'll create bug/patch11:01
mhr3sil2100, btw there's no -dbgsym pkg for zmqpp, shouldn't that be somewhere?11:02
seb128mhr3, https://launchpadlibrarian.net/156998048/buildlog_ubuntu-trusty-i386.zmqpp_3.2.0-0ubuntu2_UPLOADING.txt.gz has the reasaon11:04
seb128"libzmqpp3 is already stripped, ignoring"11:05
mhr3seb128, which just means it's using wrong flags11:05
mhr3compiler flags that is11:05
seb128mhr3, yeah, doesn't seem to be using -g11:05
mhr3sil2100, seb128, http://paste.ubuntu.com/6508718/ ?11:06
seb128mhr3, that seems like it should do the trick, you might want to += though11:07
seb128e.g append rather than override11:07
mhr3sil2100, https://bugs.launchpad.net/ubuntu/+source/zmqpp/+bug/125688611:16
ubot5Ubuntu bug 1256886 in zmqpp (Ubuntu) "[armhf] Crash because of SIGBUS" [Undecided,New]11:16
tsdgeosmhr3: pstolowski: guys so i had a deeper look at the dee-qt branch that i was trying to push to reuse some tests last week, and it really adds nothing of value so i've discarded it11:21
mhr3tsdgeos, ok11:21
pstolowskitsdgeos, ah, ok, that's a pitty11:22
tsdgeosmhr3: pstolowski: it was testing things we already test in some other way, so no need to test the same thing twice11:22
tsdgeosand i wrote the same thing twice11:23
tsdgeosman i need more CocaCola :D11:23
=== _salem is now known as salem_
tsdgeosMirv: have you had time to package the rc1?11:40
tsdgeosah it's there11:44
Mirvtsdgeos: started, while qt5-beta2 now has the previous snapshot stuff + hacked UI toolkit build from this morning so that unity8 runs again. mentioned to Savi_q in the morning too11:56
Mirvcrashes seem gone compared to beta, indicators broken at least (icons missing)11:58
tsdgeos"good"12:00
tsdgeosi guess :D12:00
sil2100mhr3: do you have that patch/bug somewhere already?13:05
mhr3[11:16] <mhr3> sil2100, https://bugs.launchpad.net/ubuntu/+source/zmqpp/+bug/125688613:06
ubot5Ubuntu bug 1256886 in zmqpp (Ubuntu) "[armhf] Crash because of SIGBUS" [Undecided,New]13:06
sil2100Oh13:06
sil2100Ok, thanks!13:07
tsdgeosSaviq: mhr3: can i get https://code.launchpad.net/~aacid/unity-scopes-shell/add_title_role_ng/+merge/197367 ? it's basically http://bazaar.launchpad.net/~unity-team/unity-scopes-shell/trunk/revision/22 but in the file that really matters :D13:25
mhr3tsdgeos, noooo13:45
mhr3tsdgeos, i already added it in my branch that has the actual implementation of the new scops13:45
tsdgeoswops13:45
tsdgeossoorry13:45
mhr3tsdgeos, http://bazaar.launchpad.net/~mhr3/unity-scopes-shell/hook-scopes-ng/view/head:/src/Unity/scopes-ng/scopes.cpp#L7413:46
tsdgeosmhr3: so should i revert?13:47
mhr3tsdgeos, let's wait a few minutes, see if ci merged it, and if it didn't, just disapprove it13:49
tsdgeosok13:50
=== jibel_ is now known as jibel
mhr3didrocks, ping?14:48
mhr3didrocks, do you know how do we run the arm builds?14:48
mhr3didrocks, is it on actual arm hardware, or is it virtualized?14:48
didrocksmhr3: it's arm hardware15:00
mhr3didrocks, do you have any explanation for this: the zmqpp pkg we have built just fine on the arm builder, but if i try to build it on the phone itself, the tests (make check) crash with SIGBUS... why the difference?15:02
didrocksmhr3: can it be an isolation issue?15:03
didrockslike we are still in a chroot, even on real hw15:04
mhr3didrocks, no, it was running without any restrictions15:04
mhr3didrocks, well, it is possible to ignore sigbus and have kernel fix it for the app, by passing something to /proc/cpu/alignment, wonder if something's doing that15:05
didrocksmhr3: I don't really have any idea TBH :/15:05
mhr3didrocks, you can imagine that it's pretty nasty, tests pass but when we try to use the pkg, it suddenly doesn't work15:06
didrocksindeed :/15:07
mzanettitsdgeos: https://code.launchpad.net/~mzanetti/unity8/theme-quicklist/+merge/18122315:21
mhr3didrocks, so any idea who'd know more about this?15:25
didrocksmhr3: you should try on #webops, they know more about soyuz and than anyone else15:25
didrocksand they can help in knowing the diff in arm hw15:25
didrocksSaviq: hey, how are you?15:40
mhr3sil2100, can you push the button pls?15:45
mhr3https://code.launchpad.net/~ubuntu-unity/+recipe/unity-scopes-shell-daily-custom/+request-builds15:45
sil2100mhr3: wait for iiit...15:46
mhr3sil2100, wooo!15:49
sil2100mhr3: ...it's pressed? ;)15:50
mhr3yep, buildling15:50
tsdgeosmhr3: i thought we added variantconversions.cpp/h to dee-qt so we could use it from somewhere else, am i right?16:22
mhr3tsdgeos, yep16:25
tsdgeosmhr3: but then we forgot to install the header?16:25
mhr3tsdgeos, DeeListModel::VariantForData() iirc16:26
tsdgeosahhh16:26
tsdgeosrighto16:26
tsdgeossorry bout that16:26
mhr3np16:27
tsdgeosmhr3: https://code.launchpad.net/~aacid/unity8/use_deeqt_conversion/+merge/19741416:31
mhr3tsdgeos, looks fine, is it already including deelistmodel?16:33
tsdgeosyep16:34
mhr3k, approved16:34
Saviqdidrocks, in London, wassup?16:42
didrocksSaviq: I think you already have it, but do you have any news on the 2 bugs:16:43
didrockshttps://bugs.launchpad.net/unity8/+bug/125381016:43
ubot5Ubuntu bug 1253810 in unity8 (Ubuntu) "Messages in Incoming not always display the correct date and content" [High,Confirmed]16:43
didrocksand https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/125606116:43
ubot5Ubuntu bug 1256061 in unity8 (Ubuntu) "clock forcefully switches from 24h to 12h AM/PM format once the panel clock is loaded" [Undecided,Confirmed]16:43
Saviqdidrocks, no, dednick's back next week, that's probably the earliest someone will look at those16:44
didrocksfor which one?16:44
didrocksthe second or first?16:44
Saviqdidrocks, both16:44
didrocksSaviq: argh, let me check something then16:45
mhr3sil2100, still here?16:53
mhr3one more rebuild pls16:53
mhr3https://code.launchpad.net/~ubuntu-unity/+recipe/unity-scopes-shell-daily-custom/+request-builds16:53
mhr3didrocks, or if you could ^16:56
sil2100mhr3: clicking!17:00
Saviqmhr3, did you find out what the python:any thing was?17:12
mhr3Saviq, nope, someone in ubuntu-devel thought it's broken deps somewhere when you do upgrade from the trusty snapshot to current trusty17:15
mhr3Saviq, but haven't heard anything more than that17:15
mhr3mhall119, ping?17:29
mhr3mhall119, is there a place where we can push in-progress documentation for the new scopes?17:30
mhall119mhr3: there can be, but there isn't yet17:31
mhall119mhr3: http://developer.ubuntu.com/api/scopes/ currently only has 13.10, but I can make a 14.04 and start putting docs in there17:31
mhr3mhall119, we have docs in doxygen now though, so maybe some changes would be needed?17:34
mhall119ugh, yeah....17:35
mhall119I'll have to make another parser script :(17:35
mhr3mhall119, but anyway, yea, sounds good, how would we go about this? we'd want it to be updated very frequently at this point though17:35
mhall119mhr3: I'll be working on an API to feed docs into it, which we can eventually integrate with CI, but for now it's manually done by me17:35
greybackmzanetti: http://pastebin.ubuntu.com/6510327/17:36
mhall119mhr3: where can I get the new docs from?17:36
mhr3mhall119, lp:unity-scopes-api17:37
mhr3make will build them in doc17:37
mhall119thanks17:37
mhall119bugger, missind build deps, what do I need installed?17:38
mhr3mhall119, and perhaps don't link to it just yet from the official page? we'll just pass the direct url to interested people17:38
mhr3mhall119, trusty17:38
mhall119:/17:38
mhr3mhall119, you could just install the built doc pkg i guess?17:39
mhall119I suppose, but where can I get it if I'm still on Saucy?17:39
mhr3mhhttps://launchpad.net/ubuntu/+archive/primary/+files/libunity-scopes-doc_0.1%2B14.04.20131127-0ubuntu1_all.deb17:39
* mhall119 says "still" like it hasn't been just over a month since it was released17:39
mhr3mhall119, exactly, what have you been doing for the past month? :P17:40
mhall119I know, I'm such a luddite17:40
mhr3mhall119, if you just grab that .deb you can install it with dpkg -i17:41
mhr3mhall119, or just unzip it...17:41
mhr3also a possibility17:41
mhall119that's what I did17:42
mhall119are these C or C++?17:43
didrockskgunn: Saviq: FYI regression in bug #1257000 will block image promotion17:50
ubot5bug 1257000 in Unity 8 "Regression: Maguro receiving calls fails to open dailer app" [Undecided,New] https://launchpad.net/bugs/125700017:50
mhr3mhall119, c++17:52
=== _salem is now known as salem_
mhr3mhall119, once it's online, can you paste the url?18:06
Saviqdavmor2, ping18:16
mhall119mhr3: it'll be probably a few days18:26
mhall119mhr3: if you want it online sooner, I can copy the doxygen files into somewhere they can be served as static files18:27
mhall119mhr3: is C going to be supported in the new API?18:27
mhr3mhall119, no18:32
mhr3mhall119, talked to thomas, he'd prefer if the static pages were somewhere asap18:33
mhall119ok18:35
mhall119mhr3: http://developer.ubuntu.com/api/devel/ubuntu-14.04/cplusplus/libunity-scopes/18:38
mhr3mhall119, awesome, thx, will probably ping you a couple of times during this week to update it :)18:39
mhall119sure18:39
davmor2Saviq: pong18:40
=== jhodapp is now known as jhodapp|afk
=== boiko_ is now known as boiko
=== jhodapp|afk is now known as jhodapp
=== salem_ is now known as _salem
mhr3robru, ping?22:29
robrumhr3, hey22:29
robrumhr3, i pinged sil2100 about that recipe build, neither of us understand the failures.22:29
mhr3robru, hey, would need another rebuild :)22:29
mhr3oh?22:30
* mhr3 checks22:30
mhr3robru, you mean the unity8 one?22:30
robrumhr3, yeah22:38
robrumhr3, which one do you need rebuilt?22:38
mhr3:/ thought i have a patch for something, but apparently i don't22:47
mhr3oh and maybe i do have a fix23:14
fgintherSaviq, are you still around?23:16
mhr3robru, ok, if you could pls - https://code.launchpad.net/~ubuntu-unity/+recipe/unity-scopes-shell-daily-custom/+request-builds23:16
mhr3hopefully i didn't break it too much with the branch overwrite23:17
robrumhr3, ok, done23:17
robrumhr3, are you not in ~ubuntu-unity team? why don't you have permission to build the recipe?23:18
mhr3robru, btw you're not getting any lp timeouts when doing it?23:18
robrumhr3, yeah, i get tons, but i just keep hitting reload until it works23:18
mhr3robru, nope, it's only you guys there23:18
robrumhr3, does anybody else need to build this recipe? can i change it's ownership to just you?23:18
mhr3was talking to didier about it, but he didn't want to add me to the team23:18
robrumhr3, or i guess it needs that team to get into the PPA...23:19
mhr3yep23:19
mhr3it would fail to upload if i owned it23:19
robrumhr3, darn. can't imagine why didier would have a problem with you in the team...23:19
mhr3i'm not ubuntu developer23:19
robrumhr3, either am i ;-)23:19
mhr3then didier just doesn't trust me23:20
robrumhr3, bizarre. sorry!23:20
mhr3meh, at least i get to annoy you guys :P23:20
robrumhr3, yay! extra work for me!23:20
mhr3hopefully we'll merge stuff into distro soonish, and then we won't need the ppa23:22
robrumhr3, sounds good23:22
mhr3but might take a week or so... until then i'll continue bothering from time to time :)23:23

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