[03:28] camako: Welcome to... Sunday? [03:29] RAOF: Are we really waiting to upstream the latest Mesa patch before putting it in distro? [03:35] thanks duflu... [03:37] duflu, have you tried running the 0.7.0 silo on the desktop? [03:39] camako: No. Still doing the morning bug triage and refresh of code reviews... And will be into the afternoon [03:39] camako: Hey I notice butter made it in. That's exciting [03:40] duflu, yes it did... I wanted to get the privatise-headers too, but not gonna happen in this release [03:41] camako: Well, it got bloated out as I caved into pressure to republish the headers used in examples. [03:42] There's very little risk to landing it though. I have been testing with qtmir and usc [03:46] We already did a bunch of testing... finishing it up as we speak.. be greenlighting it unless I find smth majorly wrong [03:46] I was a bit disappointed to find examples/ increased the size of the public SDK so much. But it's given me ideas for slowly trimming it back into the future [03:46] It's just getting harder as time goes by... and complexity increases [03:48] I did spot one potential major chunk of work that might be dead code now. Not sure, will have to investigate [03:51] yeah it'd be good to trim it down [04:01] duflu: No? Why do you think that? [04:02] RAOF: Ah good. Anpok suggested that in a bug [04:04] Ah. [04:04] I *have* been somewhat remiss in reviewing and pushing that patch, though :) [04:04] RAOF: Or it seems I misunderstood: https://bugs.launchpad.net/mir/+bug/1275398 [04:04] Ubuntu bug 1275398 in mesa (Ubuntu) "i915 driver/i945 hardware: Mir GL clients are rendered as black or transparent windows when using i945 graphics" [High,In progress] [04:22] * RAOF is confused by helgrind reporting tons of ‘unlocked not-locked mutex’ errors in ~unique_lock on armhf. [04:52] RAOF: It does seem valgrind's ARM support is a bit immature [04:55] ‘==9897== Thread #38: Bug in libpthread: write lock granted on mutex/rwlock which is currently wr-held by a different thread’ [04:55] Yeah, this might be valgrind being terrible. [04:57] RAOF: Well valgrind is mostly good for armhf, except for the occasional unimplemented instruction. Seems the helgrind plugin needs some attention to be taught what the locking primitives are for ARM [05:17] My N7 won't boot! [05:35] Program received signal SIGILL, Illegal instruction. [05:35] 0x0044a538 in std::basic_string, std::allocator >::basic_string()@plt () [05:36] GrrrrrrrrrrrARGH. [05:59] RAOF: Oh valgrind+armhf? :) [06:00] No; gdb + armhf. [06:01] So, the thing I like most of all is having weird armhf failures because our test harness does something wrong in ways that are never tested on !android. [06:59] hi .... does Mir run on top of libhybris hwcomposer ? [07:11] memeka: Yes it does on Android [07:12] duflu: how about on Linux ? [07:12] memeka: Both are Linux :) On desktop it uses Mesa/DRM [07:12] duflu: can it work with this: https://github.com/mbrasser-jolla/qt5-qpa-hwcomposer-plugin ? [07:15] duflu: I have the min amount of android services working (pvrsrvkm for GPU, android-media-server and android-service-manager) and libhybris - test_hwcomposer works. sound and everything else is all linux non-android (ALSA/pulseaudio, etc...) [07:15] will Mir start on my system? [07:17] memeka: I don't think so. I'm no Android/HWC expert but the intention with Mir is to make Mir the layer between the tookit (Qt) and the hardware (via libhybris). So we don't actually expose HWC for anyone to use. You have to write for Mir [07:17] duflu: I could install qtwayland + the qpa-hwcomposer plugin and then run qml-compositor - under there start a nested weston instance, run qt5 apps etc [07:18] libhybris exposes several EGL_PLATFORM ... does Mir works with all of them [07:18] ? [07:19] memeka: I think you're asking deeper Android questions than I can answer. Maybe try kdub when he comes online. [07:20] duflu: thanks ... I am not sure what I am asking but the main idea is to see if I can run Mir :) [07:20] You'll be using the qtmir plugin, anyway. [07:20] and Unity8 [07:20] (Qt5 platform plugin, that is) [07:21] I _think_ the answer is “yes it should, modulo driver weirdness - and there's always driver weirdness” ☺ [07:22] RAOF: so I can then install qtwayland + qt5-hwcomposer qpa + qtmir + mir + ... ? [07:22] -qtwayland -qt4-hwcomposer [07:22] then yes.. [07:22] Well, you wouldn't want qtwayland or qt5-hwcomposer. [07:27] RAOF: so, given a libhybris install, and test_hwcomposer running (and showing the pattern on the screen) ... what's next for me to get Mir displaying stuff on screen? [07:27] memeka: What happens if you try running one of the demo servers? :) [07:27] I haven't any demo server .... [07:28] didn't know what to install :D [07:28] You want a build of lp:mir/devel on there :) [07:28] If you've got Ubuntu running then mir-test-tools and mir-demos are the relevant packages. [07:30] Well, or you could just install the ubuntu-touch metapackage and see if unity8 just works :) [07:30] RAOF: can i just checkout http://bazaar.launchpad.net/~mir-team/mir/development-branch/files and do a dpkg-buildpackage -b ? [07:30] Yup. [07:31] how old are the ubuntu-touch components in the utopic repo? should i just try that first ? [07:32] RAOF: also is there any X dependency? since X11 won't display anything on my system - since the GPU is android - libhybris .... [07:32] No X dependency.. [07:33] RAOF: oh, the ubuntu-touch meta is only in that ppa [07:33] Well, no runtime dependency. [07:34] RAOF: still cannot find the ubuntu-touch metapackage ... where is it ? [07:36] ubuntu-touch: [07:36] RAOF: also, do I need any xf86-video-xxx ? cause there isnt any for my GPU (I don't care about xmir) [07:36] Installed: (none) [07:36] Candidate: 1.181 [07:36] Version table: [07:36] 1.181 0 [07:36] 500 http://mirror.internode.on.net/pub/ubuntu/ubuntu/ utopic/universe amd64 Packages [07:36] 500 http://archive.ubuntu.com/ubuntu/ utopic/universe amd64 Packages [07:36] Nope, no X runtime dependencies. [07:38] thanks RAOF ... I will report back after I have finished trying :D [07:40] RAOF: there are no ARM packages. .. looks like i will have to build everything :D [07:42] http://ports.ubuntu.com/dists/utopic/ [07:42] http://ports.ubuntu.com/dists/utopic/ [07:42] memeka: You're looking for ports.ubuntu.com [07:43] Hm. Laaaaaaag. [07:43] RAOF: awesome, thanks! (ther mirror did not have them but they are there) [07:44] cheers === _morphis is now known as morphis [08:16] Woot! One branch (hopefully) fixed on CI! [08:16] ...mutter mutter stupid android tests mutter mutter... [08:21] Oh fun. I'm getting conflicts from a non-existent file [08:52] Wow. Wacky bzr conflicts. This is very strange === chihchun is now known as chihchun_afk === ara is now known as Guest71689 === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun === dandrader is now known as dandrader|afk === yofel_ is now known as yofel === dandrader|afk is now known as dandrader === chihchun is now known as chihchun_afk === Trevinho_ is now known as Trevinho === dandrader is now known as dandrader|lunch === Wellark is now known as Wellark|holiday === Wellark|holiday is now known as Wellark === dandrader|lunch is now known as dandrader [18:34] Mir 0.7.0 is now in the archive