[02:17] p/c === thumper is now known as thumper-afk [05:14] Good morning [06:51] good morning [06:54] Mirv: thanks for the doc update, good idea :) [06:54] jibel: salut, ça va? [06:55] Mirv: do you want a final review on dbus-cpp and if good, we enable it? [06:55] salut didrocks , ça va pas trop mal et toi? [06:55] jibel: ça va bien, le temps reste sympa :) [06:55] jibel: the flipped-container model will help us on the otto side I guess, but I need to talk with ogra to steal all available infos [06:57] didrocks, yes, but the nexus7 doesn't work yet [06:57] jibel: right, I'll try to flash the N4 today [06:58] didrocks, sorry I can't help, I just have a 7 [07:00] didrocks: yes, please. debian/copyright could have 2012-2013 instead of 2013, but otherwise ready [07:00] no worry! I just need to understand how those containers layers are working on the new model [07:01] Mirv: well, TBH, in 2014, this will be outdated :p [07:02] Mirv: do you think dbus-cpp-dev-examples should dep on dbus-cpp-dev? (as it's examples to use the -dev?) [07:04] didrocks: I don't think they need the headers as they've already compiled (against dbus, via the headers) [07:07] surely I can run the examples without the headers package installed, but maybe a Suggests would be in order [07:08] Mirv: it's just a nitpick, otherwise, the source looks good :) [07:08] Mirv: just building, want to check something on the .pc file [07:13] Mirv: everything is fine for me, you add it to a stack (if not already) and we can try relaunching that component on that stack so that I can NEW it then? [07:14] didrocks: ok [07:14] adding/checking [07:14] ok, ping me once done ;) [07:28] Mirv, didrocks: it's added already, but daily_release: False right now === tkamppeter_ is now known as tkamppeter [07:31] sil2100: Mirv: so one of you get that to trunk and then deploy + relaunch? [07:31] sil2100: Mirv: I'll pull it in the archive admin server and then NEW it [07:31] \o/ [07:31] https://code.launchpad.net/~timo-jyrinki/cupstream2distro-config/enable_daily_release_for_dbuscpp/+merge/169113 [07:32] I'll browse through the stacks in the meantime [07:32] ok, I'll let you run that, just tell me once it's gating the archive :) [07:39] didrocks: as for the stacks that need manual publishing - we're still having a failure with the HUD stack (checking the progress with that in a moment), but so far the media stack looks ok for publishing [07:39] didrocks: the packaging changes are sane and no breakage regarding HUD [07:39] didrocks: as for the apps stack... [07:39] sil2100: I trust you, just ping me if there are packaging change to review, otherwise, publish! :) [07:40] didrocks: here the packaging changes have something strange in it ;p [07:40] didrocks: one package has a dependency listed 2 times! [07:40] http://10.97.0.1:8080/view/cu2d/view/Head/view/Apps/job/cu2d-apps-head-3.0publish/lastSuccessfulBuild/artifact/packaging_changes_share-app_0.12~daily13.06.13-0ubuntu1.diff [07:40] Minor thing, but still ;p [07:40] qtdeclarative5-accounts-plugin [07:41] sil2100: nice to clean in the future :) [07:41] didrocks: but besides that it looks ok [07:41] didrocks: could you just quickly re-review packaging diffs for media and apps? I'll publish them right away afterwards ;) [07:41] sure [07:42] good morning desktopers [07:42] hey didrocks sil2100 [07:42] seb128: morning! [07:44] salut seb128! [07:44] didrocks, lut ;-) === thumper-afk is now known as thumper [07:48] sil2100: all good, +1 from me on both [07:54] didrocks: webcreds looks more or less correct as well, publishing once you ack! [07:54] didrocks: http://10.97.0.1:8080/view/cu2d/view/Head/view/WebCreds/job/cu2d-webcred-head-3.0publish/lastSuccessfulBuild/artifact/packaging_changes_account-plugins_0.11daily13.06.13-0ubuntu1.diff [07:54] (for quick access ;p) [07:55] thanks sil2100 for sparing my clicks in browser :) [07:56] sil2100: +1 [07:56] sil2100: relaunching platform to check dbus-cpp [07:56] Mirv: did you redeploy? [07:57] sil2100: not yet :) [07:57] Mirv: ok ;) [07:57] \o/ [08:00] hey [08:03] Laney, hello [08:04] seb128: wie gehts? [08:05] gut, danke! und dir? [08:05] prima! [08:05] wondering why I started getting system compositor review emails though :P [08:08] the reason should be at the bottom of the email [08:08] yeah because I'm part of https://launchpad.net/~unity-system-compositor-team but it says the desktop team joined there in april [08:08] that seems about right [08:08] they maybe didn't do work until recently? [08:09] could be [08:16] jbicha: (yes I know you're not here but it seems you read the logs... get a bouncer :P) yes I can launch gedit, not that doing it from a terminal is something I tested. why? [08:59] pitti, hey, I commented back on the sessioninstaller merge request, not sure why but it doesn't catch on specific exceptions [09:00] seb128: did you perhaps try "except ParsingError"? [09:00] seb128: bonjour [09:01] pitti, I tried both "except ParsingError:" and "except DesktopEntry.ParsingError:" ... I'm sure I overlook something trivial there [09:02] seb128: could you try [09:02] except Exception, e: [09:02] print('XXXX', type(e)) [09:02] that should give you the actual type name [09:02] sorry [09:02] except Exception as e: [09:03] oh [09:03] [09:10] pitti, I don't get it, if I try to print the exception it doesn't work [09:10] didrocks: redeployed, reran, dbus-cpp built for armhf/i386/amd64 (powerpc failed) [09:11] pitti, like if I [09:11] except Exception as e: [09:11] print(e.strerror) [09:11] Mirv: is it a racy tests? maybe we can have tvoss having a look [09:11] pitti, it seems to hang [09:11] seb128: strerror? does that work? I've never seen that [09:12] pitti, it's from http://docs.python.org/2/tutorial/errors.html [09:12] seb128: ah, so you need to "import xdg", or "from xdg.Exceptions import ParsingError"? [09:12] except IOError as e: [09:12] print "I/O error({0}): {1}".format(e.errno, e.strerror) [09:12] Mirv, looking [09:12] seb128: I really hate this form of import, it makes namespaces so unobvious :( [09:12] seb128: ah, that's for IOError only, presumably [09:12] i. e. things that have an errno [09:13] Mirv, got a build log for me? [09:13] pitti, oh, ok [09:13] pitti, the file has a from xdg.DesktopEntry import DesktopEntry [09:13] tvoss: https://launchpadlibrarian.net/142306208/buildlog_ubuntu-saucy-powerpc.dbus-cpp_0.0.1daily13.06.13-0ubuntu1_FAILEDTOBUILD.txt.gz [09:14] pitti, let me try the import xdg [09:14] didrocks: maybe, dbus related [09:14] seb128: right, so perhaps add "from xdg.Exceptions import ParsingError" [09:14] to keep the same style [09:15] pitti, yeah, that works ... so not obvious, hate namespaces [09:15] pitti, danke ;-) [09:16] Mirv, I'm not sure, the tests are run under dbus-test-runner, not sure if that comes up correctly [09:17] Mirv: you can maybe retry the build directly in launchpad, just to see if it can be reproduced reliably [09:17] Mirv: if it pass, you can then relaunch the stack with "foo", it will catch up on the status without any upload on the ppa again [09:21] didrocks: ok [09:22] tvoss: trying a rebuild now, let's see if happens every time [09:40] didrocks: same result on a rebuild [09:40] https://launchpadlibrarian.net/142308466/buildlog_ubuntu-saucy-powerpc.dbus-cpp_0.0.1daily13.06.13-0ubuntu1_FAILEDTOBUILD.txt.gz [09:40] tvoss: ^ [09:41] didrocks, interesting. Why do we build for powerpc btw? [09:41] tvoss: because it's part of the archs we support in saucy [09:41] so arch: any builds saucy [09:41] didrocks, ack [09:42] tvoss: and don't start this discussion, I have strong opinions on "we should ditch powerpc" :p [09:42] didrocks, okay, trying to setup a build environment that helps me to reproduce the issue [09:43] (especially as Qt5 doesn't support it through V8, so most of QML which will be our main desktop story, won't run on it expect if we get v8 fixes) [09:43] tvoss: tell us if we can help you [09:43] didrocks, send me a powerpc machine [09:43] didrocks, what's the rationale behind powerpc support? [09:43] tvoss: on the way! :) [09:43] tvoss: no strong idea, maybe infinity can help shed some light on it ^ === huats_ is now known as huats [10:26] didrocks: didn't we disable powerpc support? [10:29] Laney: ping [10:29] sil2100: hum, I don't think so [10:29] Laney: hmm, it seems that indicator-datetime started FTBFS since today [10:29] Laney: would you be able to help? [10:37] seb128: I'll push the three previous sessioninstaller uploads to bzr and then do a new release with your fix [10:37] PEOPLE, RESPECT Vcs-Bzr! [10:37] pitti, danke [10:38] sil2100: maaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaybe [10:43] Laney: since I have no idea who to ping ;D [10:44] Laney: and I saw you do some commits to indicator-datetime trunk! [10:45] didrocks: poke [10:47] sil2100: you mean the pthread thing? [10:48] sil2100: if yes, I fixed it [10:49] sil2100: see http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries [10:49] MP incoming [10:50] mlankhorst: pong [10:50] any eta on unity yet? [10:51] and is it still going to land together with xserver [10:51] mlankhorst: so unity is in saucy as you could see on ubuntu-devel ML :) [10:51] mlankhorst: so we can plan that, I would prefer to have the stack green first [10:51] which is what sil2100 is heading to [10:51] then, we can decide for the D-switch-day :) [10:52] I know but it's getting painful that I have to maintain 3 xservers atm for 2 distros [10:52] erm s/distros/releases/ [10:53] sil2100: any idea when we can start to have a green stack for unity? [10:53] sil2100: then, we should land that with the new Xserver ^ [10:53] mlankhorst: who maintained the patch unity side already? [10:54] didrocks: *sighs* currently for sure we need to have HUD and indicators fixed, since those two issues cause many test failures [10:54] sil2100: can you keep mlankhorst updated? [10:55] didrocks: that's why I would like to have some additional people assigned to hud, indicators and unity for that [10:55] didrocks: ok [10:55] thanks :) [10:55] sil2100: ok, there it is for you to review [10:55] Laney: \o/ [10:55] Laney: awesome! Thanks :) [11:00] if xserver doesn't bump abi I'll probably upload 1.15 soon after [11:08] Mirv, didrocks: https://code.launchpad.net/~sil2100/cupstream2distro-config/enable_address-book-service/+merge/169165 === MacSlow is now known as MacSlow|lunch [11:11] sil2100: approved! I'll let you deploy and run the stack [11:11] sil2100: pulling on the archive admin side meanwhile [11:11] didrocks: can I deploy without this merged yet? Just using my branch in the meantime? [11:12] sil2100: that's fine if you are sure to be on tip of trunk :) [11:12] (there is no other changes in this file anyway AFAIK) [11:14] didrocks: redeploying! [11:15] \o/ [11:17] didrocks: done! [11:18] let's cross fingers [11:18] and get that one in! [11:38] mlankhorst, one server at the time, please don't go for 1.15 before that get discussed/tested [11:39] mlankhorst, also, do we have ati and nvidia binary drivers for the new xserver abi in the ppa for testing? [11:39] sil2100, didrocks: what's the recommended way to get a SRU to raring of one of the daily landed components? just ping you to have a raring landing for that source? [11:40] seb128: not fglrx yet, but that one's always late, nvidia should already support it [11:40] iirc [11:40] mlankhorst, well, we can't talk about landing until we get all the drivers... [11:40] so that's to resolve first [11:40] we do have beta drivers, but tseliot may know if they're out of beta already or not [11:41] seb128: yeah, basically, they are all stuck in manual publishing mode, so we can land a stack if nothing is waiting meanwhile [11:42] anyway the delta between 1.14 and 1.15 is small, and almost exclusively contains bugfixes we'd want to pick up anyway.. [11:42] mlankhorst, ok, good [11:42] mlankhorst: I don't think fglrx supports the new ABI though [11:42] not even the beta [11:43] * tseliot is already having a hard time adding support for Linux 3.10 to the drivers... [11:44] 1.14 has been out for ages.. [11:46] tseliot: http://support.amd.com/us/kbarticles/Pages/AMDCatalyst13-6LINBetaDriver.aspx [11:46] it does.. [11:46] or at least claims it does [11:48] mlankhorst: oh right that's the 13.6 version [11:49] tseliot: could we get that in the ppa? [11:49] (or in saucy) [11:50] mlankhorst: not in saucy but I bet it's in edgers already. So maybe we can just copy it from there [12:00] seb128: it should be fine [12:17] hmm, libical transitions has found some packages that don't compile anyway in saucy, gnome-panel kmymoney openchange === MacSlow|lunch is now known as MacSlow [12:24] Riddell: I can look at gnome-panel, do you have a build log link? [12:24] sec [12:25] mitya57: http://starsky.19inch.net/~jr/tmp/gnome-panel_3.6.2-0ubuntu4_i386.build [12:25] test-dbus-applet.c:187:1: error: implicit declaration of function ‘unsetenv’ [-Werror=implicit-function-declaration] PANEL_APPLET_OUT_PROCESS_FACTORY ("TestAppletFactory", [12:26] thanks Riddell [12:47] Mirv, didrocks: if anything, I'm fixing up location-service right now - fixing linitian errors and the FTBFS [12:47] Adding multi-arch [12:47] Almost done [12:47] great! [12:47] thanks [12:48] sil2100: great! [13:16] evolution-data-server build-depends on libqt5? interesting === jbicha is now known as Guest30774 === Guest30774 is now known as jbich_ === jbich_ is now known as jbicha_ [13:22] Laney: adding Icon=evolution to the EDS .desktop works here [13:28] Riddell, through the ubuntu online account [13:28] ah [13:31] * Sweeshark sobs ... [13:31] PPA buildd is still hanging with no space left on device ... [13:32] Sweeshark: buy a disk dude and send that to the DC ;) [13:33] Sweeshark: always your ppa :) [13:34] didrocks: I dont need to buy a disc. Actually, I had something like 3 spare disc in my house that all could easily handle that. [13:34] you just had to break things didn't you! [13:35] czajkowski: you are suggesting it just my ppa having bad manners and I should get a different one? [13:35] libre office is unique how about that :) [13:36] Riddell: fixed gnome-panel uploaded [13:36] * mitya57 likes "-DGMENU_I_KNOW_THIS_IS_UNSTABLE" option [13:37] mlankhorst: Interestingly the buildd doesnt fail after an "no space left on device" -- it just hangs. If I do that with enough buildds I could easily DOS the PPAs as a whole ... [13:38] oh the power that you have as libreoffice maintainer [13:39] I bet you see cute puppies on the street too, and think that out in the open anyone can kick them :P [13:39] Sweeshark: looks like there is a regression in Launchpad and it doesn't kill hung builds [13:39] I had the same trouble with llvm-toolchain-3.3 today [13:41] seb128: do you mind if I update gvfs to 1.17.2, or would you rather stay at 1.16 for saucy? [13:41] seb128: git master builds fine on saucy and all tests pass [13:42] this will also fix these unnerving "meta_journal_iterate: found short sized entry, possible journal corruption" warnings [13:42] pitti, update is fine, assuming you deal with the breakages if there is any due to the update [13:42] seb128: sure [13:42] pitti, oh, you get those as well? [13:43] why did that start in saucy? [13:43] seb128: I'm not sure really [13:43] I often call evince from vim (for LaTeX stuff), and I didn't have them before [13:43] that was not happening in raring afaik and gvfs didn't change, I was starting wonderif if my disk has issues [13:43] but now evince is destroying my whole vim buffer wiht these [13:43] same with gedit here [13:43] the only thing that change is glib, I hope it's not a bug in glib [13:43] seb128: https://git.gnome.org/browse/gvfs/commit/?id=eb62d9 [13:44] k [13:44] pitti, thanks for doing the update! [13:44] I could also just backport this, but I just landed new gphoto:// automatic tests in trunk [13:44] updating is fine, gvfs is not on crazy refactoring an anything, and the mtp backend saw some nice improvements [13:44] yeah, I want these, too [13:45] and we have fairly good test coverage these days, so I'm not worried about updating [13:45] pitti: do you use the ubuntu-desktop ppa for saucy? [13:46] jbicha_: I don't ATM, no; should I? [13:46] pitti: I put gnome-session 3.8 there and it builds with journald but I guess that isn't your problem [13:47] jbicha_: we don't ship journald ATM [13:47] sil2100, i pushed a workaround for u-g-m's tests [13:47] jbicha_: I'd actually like to just re-enable the systemd binaries, so that it's in the archive for playing around with; even installing it won't change anything in the boot sequence, so it's fairly harmless [13:48] sil2100, don't really remember why gedit was launched differently for that particular test, but hopefully the reason is gone now [13:49] attente: thanks! [13:50] Laney: you had a note in g-terminal's bzr branch that you couldn't run gedit from the terminal, I didn't think that was still a problem... [13:50] jbicha_: oh, yes, I kind of remember that it resolved itself but I forgot what fixed it [13:50] you can delete that [13:50] and re: the eds icon - feel free to ask upstream what he thinks of that [13:52] it'll mean it's blank for ubuntu by default though [13:52] so if possible I'd rather eds ships one [13:53] also I was looking at /usr/share/accounts/applications/evolution-data-server.application [13:54] and it has evolution-data-server-3.8 is that correct? [13:54] don't know [13:54] I assume mardy knew what he was doing when he set it up [13:55] but didn't check what the translation domain is / how UOA handles that [13:55] it's autogenerated from the build [13:55] right [13:55] jbicha_, hey, I'm not sure your gnome-menus "restore prefix" upload from earlier today is right [13:55] so I guess I'm redirecting you to mardy for that [13:56] someone tell him to hang out in this channel ... [13:56] he's on #ubuntu-devel [13:56] and -touch [13:56] the poor guys get enough pings like that :p [13:56] indeed [13:56] heh [13:56] * seb128 just pinged him about qml issues [13:56] he loves feeling wanted [13:57] we would be screwed without him [13:57] seb128: does it break anything? for some reason I saw that XDG_MENU_PREFIX wasn't being set on a new saucy install so maybe that's the real issue [13:57] seb128: speaking of not hanging out in channels, there was a discussion in #-app-devel earlier that you might find useful [13:57] ;-) [13:57] http://irclogs.ubuntu.com/2013/06/13/#ubuntu-app-devel.html#t11:52 [13:58] jbicha_, we use /etc/xdg/menus/applications.menu in Ubuntu, not gnome-applications.menu [13:58] jbicha_, if you rename the conffile you need maintscript code to migrate to the new name and clean the old one behind [13:58] seb128, do you want another channel to hang out int? [13:58] s/int/in [13:59] kenvandine, not sure :p [13:59] jbicha_: in case you don't know, with debian/pkgname.maintscripts this can now be done declaratively, see man dpkg-maintscript-helper [14:01] ok I'll look into that [14:03] doesn't that menu stuff come from debian? [14:05] yes but we were skipping one of Debian's patches [14:06] ah, well it should be harmless if we don't set the env var [14:07] unless it defaults to something else [14:10] Laney, I think 3.8 default to prefixing gnome- [14:11] https://git.gnome.org/browse/gnome-menus/commit/?id=b53758987b4d04bf9c869bfd02c0ec1d252638bf [14:11] "gnome-session now sets XDG_MENU_PREFIX by default" [14:11] shrug [14:11] jbicha_, did you test your change on saucy (e.g with gnome-session 3.6)? [14:11] or did you test with your custom 3.8 that sets XDG_MENU_PREFIX? [14:12] I tested with a brand new Ubuntu GNOME I installed yesterday without ppas [14:16] OK so it looks like we need some conffile moving then AFAICS [14:18] shrug [14:18] hate conffiles [14:18] https://git.gnome.org/browse/gnome-session/commit/?id=6d7c73177858c3aeb2e65553b30dc536d4f1667d [14:18] gsm_util_setenv ("XDG_MENU_PREFIX", "gnome-"); [14:18] so they hardcode the "gnome-" [14:19] didrocks, Mirv: https://code.launchpad.net/~sil2100/location-service/fix_ftbfs_and_others/+merge/169215 [14:21] that's not in our version [14:21] but maybe that obsoletes the g-menus patch [14:22] Laney, right, that's in 3.8 that jbicha_ is working on [14:22] but seems like our gnome-menus ships a gnome-applications.menus [14:22] I wonder why, it was not supposed to [14:22] seems like we are sitting in the middle and it's working by luck because there was a merge error [14:23] but we are likely using the wrong applications.menu then [14:24] that's the upstream change pointed to by the first commit you linked [14:24] sil2100: we shold maybe talk to tvoss about ruby-ronn, it's in universe and I don't think that functionality would justify migrating this to main [14:25] sil2100: no issue for now, the destination is universe, but once we will promote touch to main… [14:25] haha, they dropped Debian menu support [14:25] * Laney wipes away a tear [14:25] is this right? http://paste.ubuntu.com/5761617/ [14:26] look at debian/gnome-menus.maintscript [14:27] didrocks: ok, better keep that on our radar... [14:27] oh that's not in the manpage but that looks nicer [14:27] p1tti mentioned that earlier ;-) [14:29] it's not in the dpkg-maintscript-helper manpage because it's done by dh_installdeb [14:31] didrocks, happy to remove it [14:33] rickspencer3: man [14:33] I like your wheels [14:33] hi Laney [14:34] didrocks, do we have something in main for doing md -> manpage? [14:34] :) [14:34] Laney, it looks fancier than it is [14:34] that's the bike way! [14:34] Laney, assuming you are referring to my sewing machine looking bicycle ;) [14:35] also it looks super clean [14:35] I am so lazy at doing that [14:35] hehe === alesage|afk is now known as alesage [14:37] tvoss: I think we don't even have that in universe — as Markdown is not designed for that [14:37] tvoss: but you can use restructuredtext... [14:38] ah, in universe we have pandoc [14:39] seb128: yay, mtp is working quite a bit nicer now [14:39] pitti, \o/ [14:40] didrocks: in the meantime, do the changes look ok? I could ask kenvandine and cyphermox to review that if you're busy ;) [14:41] seb128, what do you think.. should system-settings be SideStage or MainStage? [14:41] not sure that was defined in the design, but i would think SideStage [14:41] kenvandine, sidestage imho [14:42] agreed [14:42] we'll leave it that way until someone complains :) [14:42] do we have a device with working sidestage? ;-) [14:42] get mpt to confirm then nobody can complain :P [14:42] I never really played with that [14:43] kenvandine, seb128: I hadn't even thought about that until it came up in conversation yesterday. Side stage for now, until I adapt every screen's design for a tablet. [14:44] mpt, thanks [14:44] kenvandine: do you have a moment for a review? ;) [14:44] mpt, the design definately looked like it was sidestage [14:44] sil2100, sure [14:44] seb128, i don't have one... :) [14:44] kenvandine: https://code.launchpad.net/~sil2100/location-service/fix_ftbfs_and_others/+merge/169215 [14:45] * kenvandine should lobby for a manta :) [14:45] kenvandine: this branch does a fix for FTBFS, add multiarch and do fixes for packaging [14:45] * kenvandine looks [14:45] how come it doesn't work on grouper? [14:46] pitti, got a phone? [14:46] Laney, it's treated like a phone [14:46] because of the size [14:46] yeah [14:46] will that be changed? [14:46] dunno... might be a question for tvoss :) [14:47] tvoss, do you know if there are any plans to enable the SideStage on grouper? [14:47] I was under the impression that it was simply a bug [14:47] kenvandine, not sure, better ask ... Saviq [14:47] but then it's been that way for ages so perhaps that is wrong [14:47] Saviq, ^^ [14:47] also I phablet-flashed this morning and got a brick out the other side [14:47] stupid saucy :P [14:47] yeah [14:48] saucy goes boom on grouper [14:48] :/ [14:48] but that's known from reading ogra_'s email [14:48] so shouldn't phablet-flash not have done it? [14:49] kenvandine: thanks :) [14:49] kenvandine, tvoss that's a design question, more, but it feels like there's not enough space on grouper to do sideStage [14:49] Laney, ^ [14:49] Saviq, understand [14:49] Laney, hey, my email doesnt refer to phablet-flash ... serguiens' does though :) [14:50] but it might be nice to be able to enable it even though it would be small [14:50] ogra_: No, but it did say that saucy is known broken there [14:50] i'm only doing the flipped images [14:50] just so we can test stuff [14:50] Laney, yeah, both of us did [14:50] so I wonder why phablet-flash was switched to saucy for grouper :-) [14:50] Saviq, so maybe some config we can flip just for testing purposes... just a suggestion [14:51] kenvandine, Laney Shell.qml:289 [14:51] more of our people have grouper than manta [14:51] ack [14:51] cool [14:51] kenvandine, just change it to true or otherwise make true [14:51] perfect [14:51] we all got given Neuxs 7s so it's good to be able to do taht [14:51] better flash back to raring first though ¬_¬ [14:52] sil2100: lp:~didrocks/location-service/fix_weak_dep [14:52] sil2100: grab that branch [14:52] and then approve it :) [14:54] sil2100: add that to daily, run the stack and tell me so that I can approve :) (where is the other one btw? in NEW?) [14:55] ACK ;) [14:55] * didrocks goes for some exercice [14:56] sil2100, yeah, after that is fixed it's ready for approval [14:57] kenvandine: pushed! [15:03] kenvandine: hmm, since didrocks is away, I have a problem with the indicator stack, maybe you can help? [15:04] kenvandine: http://10.97.0.1:8080/view/cu2d/view/Head/view/Indicators/job/cu2d-indicators-head-2.1build/205/console [15:04] kenvandine: I'm getting such an error in the 'build' job for indicators [15:06] didrocks: ^ once you're back [15:08] didrocks, kenvandine: once the location-service merge is in, could you approve? https://code.launchpad.net/~sil2100/cupstream2distro-config/enable_location_service/+merge/169230 [15:08] I'll redeploy the platform stack then [15:09] sil2100, will do [15:10] kenvandine: thank you! :D [15:11] Sorry for so many reviews/questions [15:11] It's a busy time as always [15:14] no worries [15:18] cyphermox: ping! Are you busy? [15:19] sil2100: how can I help? [15:19] cyphermox: so, I had to re-build indicators, as we had some important changes in bamf and indicator-datetime [15:20] cyphermox: but hm, something happened and the build job is failing with: IOError: [Errno 2] No such file or directory: 'indicator-datetime_12.10.3daily13.06.13-0ubuntu1.dsc' [15:20] Which is completely abnormal [15:20] cyphermox: could you take a look? Since didrocks is out for exercise [15:23] * Laney flashes back to android and then starts again [15:28] I was alreday looking into indicator-datetime [15:29] you know, the pthread error [15:29] sil2100: for this one, did you rerun the prepare job for indicator-datetime? [15:30] cyphermox: yes, I re-ran the stack with the list of packages 'bamf indicator-datetime' [15:30] cyphermox: it then became yellow for some reason (?) and the build job started failing [15:30] ok [15:31] well it seems to me like the directory was probably move aside or someting [15:42] didrocks: give me a sign once you're back [15:44] kenvandine, dpm: got it to work: http://paste.ubuntu.com/5761814/ [15:44] kenvandine, it's building the .mo and installing them during standard build, and there is a "make pot" to update the template [15:44] seb128, cool [15:45] * seb128 has translated system settings working [15:45] that was weird [15:45] I kept getting errors flashing back to android, but after changing USB cables everything worked flawlessly [15:48] sil2100, sorry, i missed that build failure link [15:48] weird error... it's like it thinks it prepared but it didn't? [15:48] maybe LP rejected the upload? [15:51] hm, maybe? Not sure how I could check that [16:01] sil2100, not sure... [16:01] i guess maybe try another build? [16:02] perhaps it was a transient error... like the source wasn't published yet in the PPA? [16:02] sil2100, look at the PPA to see if that version is there [16:02] kenvandine: well, it failed even starting the build, so hm - the build step uploads the files to the PPA [16:02] kenvandine: and if the build step failed even that, then how am I to fix that? [16:02] oh... prepare doesn't? [16:03] hmmm [16:03] i thought prepare did that [16:03] and build watched it build in the PPA [16:03] Maybe? [16:03] Ok, so I'll maybe re-run with rebuilding indicator-datetime [16:04] sil2100, what's the status of dee-qt packaging? [16:04] kenvandine: it was fine from what didrocks and me checked, so it's ready for adding I guess? [16:04] didrocks mentioned that it wasn't ready for daily release yet and was pending some changes to the packaging [16:05] sil2100, ok [16:05] kenvandine: once I'll get a final ACK from didrocks, I'll add it and publish [16:05] https://code.launchpad.net/~ken-vandine/cupstream2distro-config/move_dee/+merge/168723 [16:05] kenvandine: argh, the same issue again ;/ [16:05] he said to check with you once it's finished [16:05] After re-running [16:05] humm [16:06] kenvandine: ok, but first! Could you review this? https://code.launchpad.net/~sil2100/cupstream2distro-config/enable_location_service/+merge/169230 [16:06] As it was supposed to be enabled once the merge gets in, and it's in! [16:06] :D [16:06] already looking [16:06] i was waiting for that merge :) [16:06] thx [16:07] done [16:07] :) [16:08] kenvandine: let me approve your branch once the location-service one gets in [16:08] Since they're both from platform ;p [16:10] sil2100, well didrocks said i should copy some tests over too [16:10] not sure which ones though [16:10] Some tests? [16:10] for dee [16:10] i guess make the platform stack run some of the autopilot tests from unity [16:10] Ah, hm [16:10] Right [16:11] Makes sense [16:11] sil2100, suggestions? [16:11] i don't know much about the unity stack [16:11] kenvandine: I would have to look at the tests, give me a moment - I'll comment on the MR then [16:11] sil2100, thanks! [16:11] i need to run a quick errand and grab a sandwich... bbiab [16:12] ACK :) [16:14] sil2100: back [16:14] (after backlogging) [16:14] ;) [16:14] * sil2100 broke something in indicators jenkins ;p [16:15] how dared you? [16:15] dare* [16:15] do you have a link? [16:15] (to the past II) [16:15] http://10.97.0.1:8080/view/cu2d/view/Head/view/Indicators/job/cu2d-indicators-head-2.1build/206/console [16:16] interesting [16:16] did someone ssh to the machine? [16:16] sil2100: do you see the version in the ppa? [16:17] didrocks: yes [16:18] I mean, I see the version, but did not log into the machine [16:18] Since I wouldn't know what to fix anyway [16:18] sil2100: you see that the ppa had it uploaded, right? [16:19] sil2100: did you first tried to fix the warning in the prepare job? [16:19] sil2100: I think someone did a partial rebiuld and there was an upload meanwhile in the ppa [16:19] turning the job to yellow [16:19] and so, there was a .project file [16:19] but no ppa preparation [16:20] didrocks: well, when I fired the indicator job, the prepare job was not yellow [16:20] At least I saw everything green besides build and check [16:20] sil2100: even when built failed the first time? [16:20] didrocks: the build failed today for the first time because of the FTBFS in datetime [16:20] didrocks: and prepare was green then [16:21] sil2100: ok, but then, when you first saw that error (in run 206), it was when the prepare went yellow? [16:22] didrocks: after we got the fixes in, I fired the indicator stack with bamf and indicator-datetime only, and then the prepare job turned yellow and build job failed with this strange error [16:22] didrocks: I later tried retriggering only the build and check jobs, but the same [16:22] sil2100: yeah, this error is a side effect, I need to see why the .upload wasn't removed [16:22] sil2100: but anyway, we need to reconcile indicator-dateimt [16:22] datetime [16:23] hmmm [16:23] seems like Riddell doesn't look at Vcs-Bzr :/ [16:23] sil2100: https://launchpad.net/ubuntu/saucy/+source/indicator-datetime/12.10.3daily13.06.07-0ubuntu2 [16:23] Eeek! [16:23] sil2100: see the prepare message, it doesn't lie :) [16:23] sil2100: but I need to check why the .project file wasn't removed [16:23] normally the job should just have turned yellow [16:24] and being ignore in the build phase [16:24] didrocks: right, sorry about that, since the build job was throwing such a strange error I thought that the root cause is somewhere else ;p [16:25] sil2100: no worry, there is clearly a bug there, but it's a side effect. On the where to look: always start on top :) [16:25] and trust the message of it, see if it's valid :) [16:25] didrocks: in the meantime: I re-ran the phone stack, so address-book-service should be published (will check), and we got the location-service enabled in platform [16:25] sil2100: ok, saw the bug in the template FYI [16:25] rm -Rf indicator-datetime_* *_indicator-datetime_* indicator-datetime ubuntu/indicator-datetime || true [16:26] we don't rm .project [16:26] didrocks: aargh [16:26] seb128, cool, I'm going to steal that ;) [16:26] didrocks: address-book-service dep-waits on powerpc ;/ [16:26] dpm, https://code.launchpad.net/~seb128/ubuntu-system-settings/translations/+merge/169249 for info [16:26] sil2100: I don't see address-book-service in NEW? [16:26] didrocks: so the build job is still oging [16:26] ah ok :) [16:26] Missing build dependencies: qtpim5-dev [16:26] Should I skip for powerpc? [16:26] hum [16:27] let me see [16:27] normally, it should skip it now [16:27] http://10.97.0.1:8080/view/cu2d/view/Head/view/Phone/job/cu2d-phone-head-2.1build/55/console [16:27] sil2100: wasn't there another component as well? [16:27] thanks for the link [16:27] one sec, let me first fix the template while I'm at it [16:27] (for the other bug) [16:27] didrocks: in phone there's just address-book-service, since phone-app is disabled [16:27] OK :) [16:27] phew, confusing, so many things going on... [16:27] there was one from Mirv IIRC [16:28] sil2100: ah, it was failing on powerpc, I think tvoss is looking at it [16:28] (failing as build and really failing) [16:29] didrocks: which one do you mean right now? As there's so many things [16:30] sil2100: dbus-cpp [16:30] sil2100: ok, bug fixed in cupstream2distro-config, it will only be solved once we redeploy the stacks though [16:30] (it's in the jenkins template) [16:30] ok, no phone build [16:31] ACK [16:31] ok, my fix to ignore should have worked though [16:32] While it's still pending [16:32] didrocks: what should I do to unblock the indicator stack now? Redeploy the indicator stack? [16:33] sil2100: rather merging (or directly pushing to trunk maybe) the missing changelog entry [16:33] Maybe like this... not to add to the confusion, I'll let you finish fixing things first, and then once I can redeploy/re-run something, just poke me and I do it ;) [16:33] then rebuild with both [16:33] Ok [16:33] let me investigate on the phone stack now [16:33] I'll merge that change in [16:33] thanks :) [16:33] this is the kind of "it should just work" case for phone :/ [16:36] argh [16:36] address-book-service_0.1.0daily13.06.13-0ubuntu1.dsc: permission denied [16:36] normal as it's created by root [16:36] not easy to reproduce though [16:37] ...;p [16:38] hum [16:38] $ ~/work/cupstream2distro/trunk/watch-ppa -s saucy -p ubuntu-unity/daily-build [16:38] 2013-06-13 18:38:20,398 INFO Checking the status for address-book-service (0.1.0daily13.06.13-0ubuntu1) [16:38] 2013-06-13 18:38:20,398 INFO current_package: address-book-service 0.1.0daily13.06.13-0ubuntu1 [16:38] 2013-06-13 18:38:20,627 INFO Source available in ppa [16:38] 2013-06-13 18:38:25,990 INFO arch: i386, status: published [16:38] 2013-06-13 18:38:25,990 INFO arch: amd64, status: published [16:38] 2013-06-13 18:38:25,990 INFO arch: armhf, status: published [16:38] see, it ignored powerpc ^ [16:38] don't tell I forgot to pull in production… [16:39] arghhhhhh [16:39] "I forgot to pull in production" [16:39] Ouch [16:39] * sil2100 looks at didrocks in a bad way [16:39] hoho [16:39] sil2100: well, the bright side should be that my code was good :) [16:39] No worries, good that it's noting more serious! [16:39] *nothing [16:39] killed the build job [16:40] let me relaunch the stack [16:40] sil2100: way better isn't it? http://10.97.0.1:8080/job/cu2d-phone-head-2.1build/56/console [16:40] you can see that powerpc was ignored :p [16:40] sil2100: you can manually publish phone [16:41] and then I'll NEW it [16:41] Doing! [16:42] didrocks: publishing [16:42] \o/ [16:47] sil2100: NEWed! [16:47] didrocks: thanks! [16:47] didrocks: preparing MR for indicator-datetime [16:47] seb128: when sil2100 will ask you to new dbus-cpp (once the build failure is fixed on powerpc), you can ack it, I've reviewed it [16:47] seb128: same for dee-qt [16:47] didrocks, ok, thanks [16:48] thanks to you :) [16:48] \o/ Thanks guys [16:48] Merge for dee-qt is ready, but I'm preparing a list of tests [16:48] yep :) [16:48] didrocks: https://code.launchpad.net/~sil2100/indicator-datetime/include_direct_push/+merge/169255 [16:48] sil2100: location-service? [16:48] didrocks: seb128 kenvandine any changes to LP projects/ppas need doing before tomorrow ping me else you'll need to ping wgrant and stevenk or file answers from now on . [16:48] I remember building it :) [16:49] I'm pinging your 3 as your groups tend to need some changes from time to time [16:49] czajkowski: thanks for the head's up and good luck to your new endovers again :) [16:49] czajkowski, :-( thanks, sad to see you leave Canonical, have fun in what you are going to do next! [16:49] sil2100: hum [16:50] I'll still be around to poke you all re bugs :) don't worry http://www.lczajkowski.com/2013/06/13/a-bite-of-something-new/ [16:50] sil2100: if I take your changelog from 12.10.3daily13.06.07-0ubuntu2, there is Laney change + Riddell's one [16:50] sil2100: while the upload just have Riddell's one [16:50] didrocks: yes, the changelog entry has to be exact? [16:50] Since we already had something in ubuntu2 [16:50] UNRELEASED, but still [16:50] Should I move that to ubuntu3 ? [16:50] sil2100: yeah, so that when we upload a new version (the next daily), we can see that Laney didn't slack :p [16:50] and what's new in [16:51] Ah, ok ;) [16:51] sil2100: right, should be ubuntu3 [16:51] O_O [16:51] Fixing [16:51] Laney: it's all your fault! :-) [16:51] (it's not, but hey, it's Friday for me ;)) [16:51] (and I just got a free shower on the bike, so I can complain :p) [16:52] didrocks: no that's your fault you are the one on the bike ;) [16:52] didrocks: should I cheat Laney's changelog entry date and time :D ? [16:53] haha [16:53] didrocks: since the direct push has been done later than Laney's [16:53] davmor2: but but! at least, it's creating good memory, I race with another bike under the rain (but he did that being classy, he had a tie :p) [16:53] sil2100: no need to cheat on date and time, the daily bot will bump it anyway [16:53] ACK ;) [16:53] sil2100: at least, it will be realistic: only the new version will have Laney's patch [16:53] whatever is going on [16:53] not -0ubuntu2 [16:54] oh I see, a naughty archive upload [16:54] Laney: yeah, and that's not uncharted4! [16:54] didrocks: pushed! [16:54] didrocks: that's smart not classy, Classy would be with a tails bowtie and tophat :D [16:55] davmor2: ahah, "bow ties are cool" [16:55] I heard :p [16:56] sil2100: way better, approving! [16:56] didrocks: since location-service is in platform already, hm, should I redeploy now so that it gets into the archive, or wait for reenabling dee-qt? [16:56] sil2100: location-service is all ready? I don't remember ;) [16:56] * didrocks looks at his notes [16:57] didrocks: it should be! [16:57] yeah, it is [16:57] sil2100: I don't care, it will just give seb128 an extra button to push tomorrow as it's already reviewed :) [16:57] didrocks: I fixed the FTBFS and fixed up the few issues [16:57] so no hurry [16:57] Ok [16:57] oh, right, didrocks is calling it a week [16:57] sil2100: if you add a stack to lp:cupstream2distro-config [16:57] seb128: hope you won't mind! [16:58] sil2100: remember to ask an archive admin to pull on the archive admin machine [16:58] sil2100, don't worry [16:58] didrocks: ok, only when adding a new stack, yes? What about when adding a new project to a stack? [16:58] Since the FAQ said to contact the archive admin anyway [16:58] sil2100: sorry, I meant a new project to a stack :) [16:58] that's the whitelist basically [16:59] to tell what is fine to copy to the archive [16:59] didrocks: ok [17:00] didrocks: about dee-qt... since in the e-mail you said only that dee-qt you had to do a packaging change with Architecture, but nothing else [17:00] didrocks: is there something else that needs fixing? [17:00] sil2100: no, it was fine [17:01] eventually multi-arched if not [17:01] didrocks: ok, so I'll add a list of tests to add, and then get kenvandine's branch in [17:02] perfect! [17:02] And new it [17:02] With seb128 ;p [17:02] sil2100: if you don't have to list every packages from unity [17:02] sil2100: I think you can add "unity" from the tests packages [17:02] or no, everything should be there already [17:02] didrocks: right, since indicators [17:02] I mean [17:03] Wait, no, scratch that [17:03] ;p [17:03] :) [17:03] * didrocks scratches [17:03] didrocks: almost friday.... almost [17:16] kenvandine: ping! [17:16] kenvandine: I commented on https://code.launchpad.net/~ken-vandine/cupstream2distro-config/move_dee/+merge/168723 [17:16] kenvandine: could you add at least those two test suites? [17:16] That's not all of them, but that's a good start I guess? [17:17] kenvandine: once those are done, I'll approve it, as dee-qt is ready now [17:17] sil2100, cool, thx [17:17] kenvandine: do not redeploy the stack yet though, since we'll do it tomorrow maybe? [17:18] Or hm, actually [17:18] We need an archive admin anyway probably [17:18] didrocks: btw. about telepathy-ofono, last from the list [17:18] yep :) [17:18] didrocks: the package should be safe now, it's building and such - can I enable it? [17:18] so no need for .3.3, .3 has the patch [17:18] right? [17:18] didrocks: yep, the dep is fixed in trunk now [17:19] sil2100: let me look at my notes, one sec :) [17:19] didrocks: if all is ok, could you https://code.launchpad.net/~sil2100/cupstream2distro-config/move_ofono_to_head/+merge/167344 ? [17:20] sil2100, we don't need an archive admin, it isn't a new package [17:20] This way we could have it in, maybe seb128 could NEW it tomorrow [17:20] right didrocks? [17:20] kenvandine: ah, right, it was released already! Forgot [17:20] ;) [17:20] yup [17:20] kenvandine: yep :) [17:20] although we weren't daily releasing it before [17:20] didrocks, does that matter? [17:20] kenvandine: you are talking about hat package btw? [17:21] dee-qt [17:21] yeah, it's fine :) [17:21] ok [17:21] kenvandine: well, you need the archive admin side for pulling the white list on the copy machine [17:21] yeah, that is what i realized after responding to sil2100 :) [17:22] sorry, didn't backlog all the way around :) [17:22] ;) [17:22] sil2100, so i can just add those tests by name in the stack config and it'll find them? [17:22] along with unity-autopilot [17:22] in testpackages [17:24] kenvandine: yes, just those, and also packages: you need to add like in other stacks [17:24] And extracheck! [17:24] Reenabling that [17:26] didrocks: so, is ofono safe to re-enable? [17:26] didrocks: if yes, could you approve the MR I pointed out? Or I can ask kenvandine to take a look ;) [17:27] sil2100: I'm building it :) [17:27] didrocks: with that, I think we're done for today with 'packages' stuff, just redeploing and NEWing tomorrow [17:28] sil2100: yeah, just need the powerpc dbus-cpp fix I guess to unblock the platform stack, you will track that, [17:28] didrocks: uuuh, one more thing I see... [17:29] didrocks: the merge to indicator-datetime doesn't want to get merged ;/ [17:29] https://jenkins.qa.ubuntu.com/job/indicator-datetime-saucy-amd64-ci/7/console [17:29] Dep problem? [17:29] sil2100: telepathy-ofono could use some multiarch in the future, but fine with me in the current state [17:29] sil2100: oh, just arch to arch: any maybe? [17:29] sil2100: maybe libical isn't published yet? [17:30] sil2100: yeah, it's still in proposed: [17:30] https://launchpad.net/ubuntu/+source/libical [17:30] * sil2100 sighs :< [17:30] Then we're blocked with everything then [17:30] yep :/ [17:30] sil2100: do we need indicator-datetime right away? [17:30] jenkins doesn't build against -proposed? [17:31] jbicha: not the upstream merger nor ppas [17:31] (it's the upstream merger in that case) [17:31] didrocks: not sure, but it's in indicators, we would have to disable it for now [17:31] won't that cause problems for transitions? [17:31] didrocks: or can we skip it somehow? [17:31] Since right now there's a failed build in the PPA [17:31] sil2100: yeah, you can remove the .project file in /var/lib/jenkins/work/cu2d/head/indicator for that component [17:31] and rerun with "foo" [17:31] it will only take bamf [17:31] sil2100, for packages, since the only thing we are really testing there is dee i am just listing libdee-1.0-4 [17:31] sil2100, right? [17:32] sil2100: I directly pushed arch: any for telepathy-ofono [17:33] didrocks: thanks! I'm removing the .project file now [17:33] sil2100: did you check the deps of the network stack? [17:33] only qa? [17:34] sil2100: doesn't seem even to use autopilot [17:34] sil2100: so no dep should be fine [17:34] is there a good reason not to build against -proposed? [17:34] didrocks: ah, right [17:34] jbicha: -proposed is not always in an installable state [17:34] jbicha: so can have transient issues [17:35] didrocks, that makes sense... but then we don't have a way to build daily releases that include transitions that are waiting in -proposed [17:35] * sil2100 removing the file [17:35] didrocks: will I have to re-add that file manually later on? [17:36] kenvandine: yeah, we need to assess advantage/risks, especially when things are not published right away [17:36] yeah [17:36] tricky [17:36] but say libunity-webapps needs to be rebuilt against libpackagekit-glib2-16 for a PK transition; you'd have to do it manually [17:36] we had friends broken last week because of the eds transition [17:36] kenvandine: indeed :) [17:36] jbicha: yeah, that's how we did it until now [17:37] jbicha: and backport the changelog to the vcs [17:37] couldn't merge the branch that fixed it because it depended on proposed [17:37] kenvandine: this is different, this is for the upstream merger [17:37] (but basically the same question ;)) [17:37] kenvandine: best to ask Didier about the package list, since in the past we had to list all needed components in that ;p Not sure if that's still valid [17:38] didrocks: hmmm [17:38] sil2100: it's still valid, I have an idea to make is simpler, but need to show you guys and get what you think :) [17:38] didrocks: I removed the .project file and re-run with foo, and indicators stack build failed ;p Do I need to redeploy it first? [17:38] sil2100: did you push your commit for the dep on https://code.launchpad.net/~sil2100/cupstream2distro-config/move_ofono_to_head/+merge/167344? [17:38] sil2100: ohoh, interesting! [17:38] sil2100: no, that should be enough, let me have a look [17:38] http://10.97.0.1:8080/view/cu2d/view/Head/view/Indicators/job/cu2d-indicators-head-2.1build/207/console [17:39] That's new! [17:39] sil2100: yeah, that's a bug in my code then :) [17:39] hum [17:39] didrocks, can you look at the tests i added in https://code.launchpad.net/~ken-vandine/cupstream2distro-config/move_dee/+merge/168723 [17:39] why? I tested that though :p [17:39] * sil2100 thinks didrocks will be really happy tomorrow, since he's poked all the time [17:40] :D [17:40] Finally some peace! [17:40] oh yeah! [17:40] I'll more than appreciate that [17:40] zen music :p [17:40] I think I know what's wrong, one sec! [17:40] sil2100: mind trying to relaunch? [17:40] didrocks: foo? [17:41] yep [17:41] kenvandine: you should install all binary packages from the stacks + all the deps that are not installed by default [17:42] didrocks: running \o/ Looks good so far [17:42] (the rest is good) [17:42] sil2100: phew! :) [17:42] didrocks: and pushed the dependency removal to move_ofono_to_head [17:42] * didrocks fixes trunk now [17:44] didrocks, yeah but in this case none of the other binaries from the stack are tested yet [17:44] this is just to keep coverage of libdee [17:44] kenvandine: yeah, but while we are at it, it's good to test them for instability, right? [17:44] i guess that is something :) [17:44] kenvandine: and the day we're going to add tests, we just need to list those? [17:44] kenvandine: not sure, just a thought :p [17:45] yeah, but adds overhead for each test run [17:45] I hate this "list all packages", but it's a difficult thing to handle [17:45] kenvandine: the install isn't a lot of time (it's 1 minute, we use eatmydata) [17:45] so depends on you :) [17:45] just know it's not costly [17:47] sil2100: approved [17:47] Awesomeful! [17:48] kenvandine: the tests looks like a good selection to me, so depending on what you need to test, feel free to get it merged :) [17:48] i'm getting a package list now [17:49] kenvandine: sil2100: nice progress on the NEW packages! let's keep it going :) [17:49] I'll make some stats once all the daily_release: False are converted [17:49] Thanks! Let's hope to have all the things pending done by tomorrow ;) [17:49] that would be awesome! [17:51] sil2100, ok, i pushed my branch [17:52] can you approve it now? [17:52] kenvandine: checking! [17:52] kenvandine: hm, I think you'll have to re-merge trunk [17:52] Or you did that already? [17:53] i did 20m ago.. [17:53] kenvandine: 20 minutes ago? that's stone age! [17:53] :) [17:53] indeed [17:53] * kenvandine merges again [17:53] Ah, ok, maybe the CI is old! [17:54] ok... merged and pushed [17:54] again :) [17:55] Thanks! [17:57] kenvandine: looks awesome [17:57] GRRR [17:57] kenvandine: approved [17:58] But now BAMF fails to build [17:58] ok, time to run for me I guess! [17:58] * didrocks waves good evening and good week-end [17:58] sil2100, thx [17:58] didrocks, have a great weekend [17:58] didrocks: bye! Thanks for everything and have a nice weekend! [17:58] thanks kenvandine! have a nice day :) [17:59] sil2100: you too, good luck for tomorrow, you are the first to wake up, you have the keys! :) [18:07] can someone explain the difference between a g-properties-changed event and a g-signal where the signal is ProperyChanged? [18:07] I'm getting the latter from ofono [18:07] And I Assume that's just how ofono implemented it, as a signal rather than changing a real property? [21:28] " [21:28] I am guessing Michael Terry is of French ancestry. I think Canadian, so quite possibly the name has to do with Deja-vu "already seen" and duplicity." [21:28] mterry: are you Canadian? [21:28] http://ubuntuforums.org/showthread.php?t=2154109 [21:28] jcastro, :) no [21:28] jcastro, massachusetts man, born and raised [21:29] jcastro, funny thread [21:29] indeed [21:29] the Canadian thing had me chuckling [21:30] jcastro, I like the bit about his Celtic ancestry [21:39] wow, that takes trolling other projects to a whole new level: rob weir triggers a special "send me a private mail so I can tell you how bad libreoffice is and why you should contribute to AOO" on the referer-URL ... [21:40] haha [22:21] Sweeshark: where? =D [22:29] xnox: seems to be removed again. it applied to the links coming from http://www.italovignoli.org/2013/06/some-food-for-thought/ ... [22:29] xnox: screenshot are available upon request ;) === jbicha is now known as Guest26134