[00:33] hi there channel [00:33] anyone around to help me with a mouse question? === maclin1 is now known as maclin === nudtrobert1 is now known as nudtrobert === Ursinha-afk_ is now known as Ursinha === Ursinha is now known as Guest82331 === maclin1 is now known as maclin === rsalveti_ is now known as rsalveti === broder_ is now known as broder === Guest82331 is now known as Ursinha === Ursinha is now known as ursula1234 === ursula1234 is now known as Ursinha [06:11] hi [06:15] good morning! [07:06] seb128, bug 1511542 [07:07] bug 1511542 in unity (Ubuntu) " [2.26 Regression] binutils assertion fail ../../bfd/elfnn-aarch64.c:4631" [High,In progress] https://launchpad.net/bugs/1511542 [07:07] good morning desktopers [07:07] hey darkxst [07:07] what about it? [07:08] hey darkxst, seb128 [07:08] re didrocks ;-) [07:08] seb128, webkit2gtk build failure [07:08] hey didrocks seb128 [07:09] darkxst, right, see backlog from yesterday, Laney pinged doko about it to know if there is a workaround [07:10] but I don't think he got one [07:15] I don't think there is one [07:15] upstream seem to know what the problem is, but no patches as yet [07:46] good morning! === larsu_ is now known as larsu [08:02] hey larsu, wie gehts? [08:03] seb128: great thanks! Sitting in a cafe drinking orange mint juice [08:03] how about you? [08:03] orange mint, interesting ;-) [08:03] Morning [08:03] hey Trevinho! [08:03] Hey larsu [08:03] This "new life", made me become an early bird... :o [08:03] larsu, I'm good thanks, played some tennis yesterday evening and now I just moved from morning-email-reading-in the couch to my desk (with some bread&jam&coffee in between) [08:04] hey Trevinho [08:04] hi seb128 [08:04] seb128: tasty! [08:07] hey larsu, Trevinho! [08:07] morning didrocks! Ça va? [08:07] hi didrocks [08:07] ça va et toi ? [08:08] nickel [08:19] larsu, thanks for the notify-osd fix! [08:20] seb128: yw! [08:38] hum, do I miss anything obvious? https://travis-ci.org/ubuntu/ubuntu-make/builds/89173490 [08:38] I do install python3-yaml [08:38] runtests is /usr/bin/env python3 [08:41] didrocks: weird! [08:41] isn't it? [08:41] works locally in my system (but it is xenial) [08:41] maybe some issue with python3-yaml in t? [08:42] didrocks, dpkg -L python3-yaml | grep .so ? [08:42] can be, but I think we would have noticed first (and the tests on the jenkins dc works) [08:42] seb128: yeah, I guess I'm going to do that (forced to push a branch for each commit though) [08:43] let's see https://travis-ci.org/ubuntu/ubuntu-make/builds/89174966 [08:43] the deb seems fine, weird [08:44] but it passed the other imports before failing [08:45] yeah, the deb seems fine in the env as well [08:46] * didrocks tries to prepend runtests with "python" in case /usr/bin/env python3 refers to python2… [08:46] (that would be silly, but meh) [08:47] https://travis-ci.org/ubuntu/ubuntu-make/builds/89175345 [08:47] that website is pretty cool [08:47] didn't know they updated logs without refresh [08:48] yep no, didn't work… [08:48] are you sure python is 3? [08:48] it's not for me on x [08:48] larsu: see python --version on top [08:48] * larsu nods [08:48] the weird part is that other imports work first: https://github.com/ubuntu/ubuntu-make/blob/master/runtests#L21 [08:55] ok, at least that confirms: https://travis-ci.org/ubuntu/ubuntu-make/builds/89176238 [08:58] * didrocks tries with another non built-in module like pexpect [08:59] ok same: https://travis-ci.org/ubuntu/ubuntu-make/builds/89176783 [08:59] so, it means that non of built-in modules are working, I guess it's the triggers compiling them in .pyc failing [09:00] (or not running) [09:00] could well be [09:01] found it: http://docs.travis-ci.com/user/languages/python/#Travis-CI-Uses-Isolated-virtualenvs [09:02] so, it means I have to roll back on testing in virtualenv (meaning, compiling python-apt not available in pip) [09:04] homies [09:05] hey Laney! [09:06] hoi Laney [09:07] oh right, but python3-gi isn't available either on pypy… :/ [09:09] hey didrocks seb128 [09:09] how are you? [09:11] good! had fun at tennis yesterday [09:11] what about you? [09:11] are you good enough to compete now? ;-) [09:11] climbing + pub quiz was good [09:12] there was a question about germany which I knew from my trip! [09:13] I'm good enough to play matches with other beginners and have fun [09:13] I even sometime manage to challenge people that a better technically than me so it's good ;-) [09:13] which one? [09:14] what was the capital of west germany? [09:14] wouldn't have known that before [09:14] * Laney youth [09:16] yeah, I wouldn't have known either [09:18] :-) [09:22] morning Laney! [09:28] hey larsu! [09:29] you good? [09:30] Laney: very, thanks. Did you win the quiz? [09:30] nah [09:30] I didn't know what the name of the first Rolls Royce car was [09:31] or the area that the McFlys live in in Back To The Future [09:31] wow, hard questions [09:32] I also can't remember what the answers were :P [09:32] lol [09:32] hope they don't come up ever again in my life [09:37] ugliest hack ever \o/ [09:37] (can't use a system virtualenv and can't install gobject in pypy, so had to do it :/) [09:55] morning [09:56] hey andyrock [10:09] didrocks: that's an outrageous lie, ever is a long time I'm sure you will come up with something uglier :P [10:10] ahah [10:57] ok, found a less-worse way to "fix it" (and escape from virtualenv) [10:59] well done! [11:02] https://github.com/ubuntu/ubuntu-make/commit/db38b8c53c1729d0eaa7e95b6c0a8c173bf912d4 :p [11:03] the "magic" was just to add /usr/bin to PATH (before the virtualenv one) [11:03] trying to have virtualenv both liking pure-python module (with PYTHONPATH), but also compiled one (like python-apt) was a nightmare… [11:03] and https://travis-ci.org/ubuntu/ubuntu-make/builds/89194583 should be happy again :) [11:04] * didrocks will then readd badge and run that on PR (even if it's only pep8 and small tests, that's already something…) [11:04] * didrocks should see if the access to dockerhub is granted to run medium tests… [11:04] large tests, I doubt, there isn't a full machine with unity installed [11:20] seb128: do you know why it might happen that - only on i386 and in jekins - unity tries to run make check also (not only make check-headless) [11:21] Trevinho, no idea [11:21] seb128: ok, np... i didn't see antyhing weird on rules about that [11:21] could be something in the env, special hack or something... [12:09] Good morning [12:09] hey pitti, wie gehts? [12:09] seb128: gut, danke! wieder 5:30 aufgewacht... [12:10] i. e. seems I'm in perfect sync with the timezone, just like at home :) [12:10] I was going to say :-) [12:12] how are you guys? [12:12] ahoy pitti [12:15] yeah pitti! [12:16] * pitti ^5s Laney and didrocks [12:16] pitti, good! busy doing debian merges and updates ;-) [12:16] pitti, how is the sprint going? [12:17] seb128: quite well indeed! mostly worked on the autopkgtest MaaS stuff yesterday, and some small apport fixes with Brian (more of that today) [12:17] morning pitti! [12:17] too bad you're not in Berlin though ;) [12:17] hey larsu! [12:18] larsu: yeah, I'm regretting this too [12:18] pitti: I might go for you [12:18] larsu: prepped my talk with Michael last week, but won't be able to present it with him [12:18] pitti: oh? Why not? [12:18] larsu, what is in Berlin? [12:18] seb128: systemd conference [12:18] larsu: because 7000 km? :-) [12:18] oh, ok [12:19] pitti: oh, a talk here... I thought in Austin [12:29] good morning [12:32] morning attente! [12:38] wow, it's not totally foggy today, time for some running [12:38] indeed, I can see the prison up the hill today [12:38] such joy [12:52] hey attente [12:57] good morning desktop [12:57] hey desrt [12:57] looks like I got used to you being on an european tz, it's feeling weird to see you get online now ;-) [12:58] * desrt is almost back in the fold of things [12:59] but first: breakfast! [13:04] hey desrt! === nessita_ is now known as nessita [13:14] Laney, ara confirmed that the HW Cert tests are using the normal ISOs, but uses Ubiquity pre-seeds [13:15] Laney, but we can't run them "on demand" on their infra. Considering our options, perhaps we can get our own infra to test on? Finding out... [13:25] RAOF, hey, do you plan to update colord(-gtk) in Debian/xenial? [13:29] and webstorm just fixed their md5sum :p [13:30] :D [13:34] TheMuso, there is a gnome-orca .1 update, would be nice if you could have a look [14:02] seb128: Yes. Let me check my git repository... === happyaro1 is now known as happyaron [14:03] RAOF, hey, I didn't expect you to be up ... are you in Austin? [14:03] No, London. === happyaron is now known as Guest39250 === Guest39250 is now known as happyaron [14:05] oh, ok ;-) [14:07] Oh, so colord 1.2.12 is in git. And I haven't tried to upload it because... [14:07] willcooke: when are they run then? [14:11] Laney, cron job by the sounds of things. Going to see if I can get a meeting with someone on their team next week to get all the low down details. I will let you know when that is [14:11] righto [14:12] Not sure we want to be on the hook maintaining some infrastructure... [14:12] these new ubiquity tests will already be better [14:12] yeah [14:12] Laney, you've got mail [14:12] how exciting! [14:13] Subject: P45 enclosed [14:13] :( [14:13] It's from this guy whose uncle is some big deal in Nigeria. Sounds like a pretty sweet deal [14:13] Is 419 even a thing any more? I miss those guys [14:16] Ah they offer to merge changes [14:16] maybe it wouldn't be too hard... [14:16] * Laney runs === hikiko is now known as hikiko|ln [14:22] Oh, Larissa. She's so wise. [14:22] qengho, I thought Marrisa was his favourite [14:23] willcooke: I think Marissa is responsible for the ducks. [14:23] :D === hikiko|ln is now known as hikiko [14:49] willcooke: are you all set for your developer destkop session? [14:49] mhall119, yeah all good thanks [15:01] It's the desktop session at UOS now. desktoppers: if you want to join the call: https://plus.google.com/hangouts/_/hoaevent/AP36tYeH-spuCQ64ZSU22T5-bbBTyadsSoxk_ogT9vAXnTefcoiR-w?hl=en-GB&authuser=0 [15:02] * didrocks goes to IRC channel [15:04] +1 [15:06] what is the channel? [15:07] oh! [15:07] Laney: hm? http://summit.ubuntu.com/uos-1511/meeting/22576/developer-desktop-plan-1604/ [15:07] the IRC channel [15:08] there now [15:08] oh maybe I should join that as well :) [15:08] i have to take my dad to the doctor, bbl [15:08] gl [15:08] ! [15:10] trying: glib2.0 accepted: glib2.0 [15:10] woot [15:17] \o/ [15:17] Laney: you fixed why? [15:17] I forced it [15:17] started working up the stack of uninsts to get it to pass [15:17] but it's like 4 levels deep, didn't fancy waiting for that [15:20] should get it uploaded today hopefully [15:20] in time to sync glib tomorrow after I upload it to exp shortly ;-) [15:22] shortly> not started working on it yet though === flocculant is now known as Guest55094 === Guest55094 is now known as flocculant [15:45] bregma: are you all set for the legacy apps support session in ~15 min? [15:47] mhall119, as ready as I'll ever be [15:47] Trevinho, let me know if you need debug info about bug #1513110 [15:47] bug 1513110 in unity (Ubuntu) "global menus are broken and cannot be clicked" [High,Confirmed] https://launchpad.net/bugs/1513110 [15:47] I've it too and though it was maybe a local issue and waited to restart my session [15:48] it seems u-p-s exit when clicking a menu [15:48] mhall119, we have a demo video, is there a way to play that over a hangout? [15:48] no segfault in gdb [15:48] just process exits [15:48] what made that start? [15:48] new unity didn't migrate [15:49] dunno, I had 300M of xenial updates yesterday [15:49] you are on the previous one right? [15:49] do you see the issue as well? [15:49] didn't restart session [15:49] ii unity 7.3.2+15.10.20151016-0ubuntu1 i386 Interface designed for efficiency of space and interaction. [15:49] so yes [15:49] Laney, try to killall unity-panel-service it might be enough [15:49] bregma: screen share is the best way I think [15:49] oh, menu bar trouble? [15:50] pitti, yes [15:50] cyphermox filed bug 1513110 [15:50] bug 1513110 in unity (Ubuntu) "global menus are broken and cannot be clicked" [High,Confirmed] https://launchpad.net/bugs/1513110 [15:50] naughty bug reporter [15:50] pitti, yeah, see backlog [15:50] not including the version [15:50] :) [15:50] bregma, I'm due to be in a Python 3 session in 10 mins - do you need me to be in the legacy apps session? [15:51] willcooke, no, we're really just talking about Libertine then taking questions [15:51] bregma, I have questions!! ;) [15:51] I mean, you're welcome to come but it's OK if you don't [15:51] maybe it's better if you don't [15:51] bregma, I'll catch up with the recording in the morning [15:56] seb128: got it on a quite small upgrade set [15:56] nux, gtk in there :) [15:58] mhall119, uh, how do I set up a hangout for UOS again? [15:59] * bregma_ makes a sad face [16:01] bregma_: I guess the "all set" was to ensure you were prepared :p [16:01] bregma_: https://wiki.ubuntu.com/UDS/Sessions [16:01] Laney, I hope it's not gtk :p [16:01] isn't [16:01] tried downgrading it already [16:02] nuxxxxxxxxxxxxxxxxxxxx ;) [16:02] nope [16:02] unless I am messing up reproducing this :) [16:03] bregma_, you sorted? I can guide you if not [16:04] got it [16:04] TREVINHOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO [16:04] https://launchpad.net/ubuntu/+source/indicator-appmenu/15.02.0+16.04.20151028.2-0ubuntu1 [16:04] spot the problem [16:05] Version: 0.5.2~bzr0+15.10.20150627.1-0ubuntu1 isn't enough? [16:05] (of bamf) [16:05] fail [16:06] i bet the new symbols didn't get a high enough version [16:06] seb128: I think it's the last nux change fault... [16:06] Can you check it? [16:06] you think wrong [16:06] Laney, did you restart u-p-s in between? [16:06] Laney: no there are two issues [16:07] the visual one is nux problem [16:07] what "visual"? [16:07] what I see there is that u-p-s "exit" on clicks [16:10] I'm going to revert this indicator-appmenu upload [16:10] Trevinho: can you fix bamf's .symbols file to have a high enough new version and rebuild it please? [16:10] [Inferior 1 (process 27832) exited with code 0177] [16:10] I think you can use 0replaceme? [16:11] Laney, it's appmenu's fault? [16:11] yes [16:11] Laney: but...... is that because not properly linked or what? [16:11] the new symbols didn't get a high enough version [16:11] so you got a depends which was insufficient [16:11] ah [16:11] so it went in before bamf did... [16:11] is that because bamf didn't migrate? [16:11] yeah, it should have used 0replaceme [16:12] and bamf is blocked by the big transition? [16:12] indeed [16:12] but the depends is wrong anyway [16:12] didrocks: 0replaceme means? /me newbie on symbols files [16:12] it's a train magic [16:12] Trevinho: it's a CI Train trick, it's "replace this string with the version that is going to be released" [16:12] to put the upstream version number in [16:12] (as the train generates its own version number) [16:13] so you can't predict future, only the train has the truth here :p [16:13] 0 is used at first because you can't have non digits as first version characters in a symbol file [16:14] * didrocks should have put 42 or so, but I was afraid of a bug not changing the version and blocking people for most version ;) [16:14] Trevinho: and as you asked for doc: https://wiki.ubuntu.com/DailyRelease/FAQ#I.27m_exposing_a_new_C.2BAC8-C.2B-.2B-_symbols_in_my_library.2C_it_seems_that_some_packaging_changes_are_needed.2BICY- :) [16:15] ah [16:15] or http://blog.didrocks.fr/post/Unity%3A-release-early,-release-often%E2%80%A6-release-daily!-(part-3) :) [16:15] waow, I really did write a lot of doc at the daily release time [16:15] And I also read that at the time,... :( [16:15] Sorry I forgot [16:15] what's the package name for GNOME Software in xenial? it's tough to search for [16:16] Trevinho: no worry ;) [16:16] jcastro, it's not in the archive [16:16] it depends on packagekit 1.0 which is blocked on mvo_ to land some click work [16:16] mvo_, ^ what's the status of that? [16:18] Trevinho: do you understand what to do? [16:18] Laney: for your pleasure https://code.launchpad.net/~3v1n0/bamf/0.5.2-replaceme0/+merge/276670 [16:19] Laney: So, what's next should I do a new silo with this and indicator-appmenu? [16:19] Trevinho: use the same one [16:19] OK [16:19] just push a new merge, rebuild bamf, rebuild indicator-appmenu, publish that [16:19] ok [16:19] Laney: can you approve the branch? [16:20] didrocks: ^ merge looks good to you? [16:21] Laney: Trevinho: just top approved! :) [16:22] fair enough [16:22] thaks [16:22] n^ === francisco is now known as Guest47869 [16:25] I uploaded the revert [16:26] need that to migrate before we publish another one [16:34] Laney, thanks [16:34] any time! [16:34] mterry, do you plan to merge duplicity? (it's showing as outdated compared to upstream/debian on our versions page) [16:34] Laney, do you want me to look at gst-plugins-base1.0 or is that on your list for this week? [16:35] seb128, I hadn't looked at merges with my name on them yet. I can do duplicity [16:35] still there [16:35] mterry, thanks [16:35] Laney, thanks [16:35] glib first [16:35] probably tomorrow [16:42] seb128: I see you've merged nspr, are you doing nss too? [16:43] (just curious before I look at it) [16:44] mdeslaur, no, I had a look and it was less trivial [16:45] sorry mdeslaur :) [16:45] I'm mostly trying to clean red items from http://people.canonical.com/~platform/desktop/ubuntu-desktop.html [16:45] seb128: np, thanks [16:46] wow, that's a lot of red :P [16:46] mdeslaur, can you do curl as well? you seem to unsually do it, robert_ancell did an upload for a small change but I doubt he's looking at the merges page or is going to do it [16:46] mdeslaur, yeah :-/ [16:46] well look at the bottom chart, it's not that much overall [16:46] seb128: sure, I'll do it [16:47] mdeslaur, thanks [16:48] mdeslaur, we are improving btw, that was a week ago, http://people.canonical.com/~seb128/Capture%20du%202015-10-27%2013-35-28.png [16:48] nice [16:48] :-) [16:53] oh, didrocks has the plymouth merge under his name ;-) [16:53] should be because of the fsck theme [16:53] the update police are patrolling [16:54] everybody look busy! [16:54] lol [17:14] * Sweet5hark looks busy/ [17:22] Trevinho: you needed to wait before building stuff against the new bamf [17:22] Laney: why? Isn't the new bamf already on the ppa? [17:23] ah wait, you did? [17:23] yes [17:23] https://ci-train.ubuntu.com/job/ubuntu-landing-011-1-build/329/console [17:23] I got confused maybe [17:23] because of 2015-11-04 17:15:21,997 INFO Including bamf, compiz, indicator-appmenu, nux, unity. [17:23] but the ppa itself looks right [17:24] Depends: libbamf3-2 (>= 0.5.2~bzr0+16.04.20151104), [17:25] Laney: it looks fine yes... [17:25] looks like… today! [17:25] you rock! [17:25] I suck! [17:59] have a good evening guys! [18:00] :| [18:02] if I had unity8 feedback is that here or #ubuntu-touch? [18:02] jcastro, #ubuntu-unity is probably the right place [18:02] ack [18:03] alright, i'm out too [18:03] laterzZzZz [18:06] Laney, have fun! [19:18] gnight all [22:13] Zzz [22:15] cyphermox: yo, I'm back [22:15] mdeslaur: do we really need to discuss usb-creator much or is it a JFDI? [22:16] because I could just as well merge your code or whatever if you're already happy with it, and we don't need to be sitting around the same table [22:16] cyphermox: find someone to accept my merge proposal, and we'll bump the version to 0.3 or something [22:16] I'll take care of all of it [22:16] have you tried it& [22:17] not yet [22:17] I'll merge and test and all, starting nowish [22:18] cyphermox: the only thing I would like to see is a fix for the cancel button [22:18] ok [22:18] well I'll hack on this today and tomorrow [22:18] but that's not critical, can be fixed whenever before release [22:20] cyphermox: want me to bump the version and add a debian/changelog entry before you merge it? [22:20] nah [22:20] there's more code changes to do along with it [22:20] oh? [22:20] ah, right [23:51] Sweet5hark: https://www.reddit.com/r/linux/comments/3rjbj4/ama_request_for_libreoffice_team/