/srv/irclogs.ubuntu.com/2013/06/13/#ubuntu-desktop.txt

TheMusop/c02:17
=== thumper is now known as thumper-afk
pittiGood morning05:14
jibelgood morning06:51
didrocksMirv: thanks for the doc update, good idea :)06:54
didrocksjibel: salut, ça va?06:54
didrocksMirv: do you want a final review on dbus-cpp and if good, we enable it?06:55
jibelsalut didrocks , ça va pas trop mal et toi?06:55
didrocksjibel: ça va bien, le temps reste sympa :)06:55
didrocksjibel: the flipped-container model will help us on the otto side I guess, but I need to talk with ogra to steal all available infos06:55
jibeldidrocks, yes, but the nexus7 doesn't work yet06:57
didrocksjibel: right, I'll try to flash the N4 today06:57
jibeldidrocks, sorry I can't help, I just have a 706:58
Mirvdidrocks: yes, please. debian/copyright could have 2012-2013 instead of 2013, but otherwise ready07:00
didrocksno worry! I just need to understand how those containers layers are working on the new model07:00
didrocksMirv: well, TBH, in 2014, this will be outdated :p07:01
didrocksMirv: do you think dbus-cpp-dev-examples should dep on dbus-cpp-dev? (as it's examples to use the -dev?)07:02
Mirvdidrocks: I don't think they need the headers as they've already compiled (against dbus, via the headers)07:04
Mirvsurely I can run the examples without the headers package installed, but maybe a Suggests would be in order07:07
didrocksMirv: it's just a nitpick, otherwise, the source looks good :)07:08
didrocksMirv: just building, want to check something on the .pc file07:08
didrocksMirv: 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:13
Mirvdidrocks: ok07:14
Mirvadding/checking07:14
didrocksok, ping me once done ;)07:14
sil2100Mirv, didrocks: it's added already, but daily_release: False right now07:28
=== tkamppeter_ is now known as tkamppeter
didrockssil2100: Mirv: so one of you get that to trunk and then deploy + relaunch?07:31
didrockssil2100: Mirv: I'll pull it in the archive admin server and then NEW it07:31
sil2100\o/07:31
Mirvhttps://code.launchpad.net/~timo-jyrinki/cupstream2distro-config/enable_daily_release_for_dbuscpp/+merge/16911307:31
sil2100I'll browse through the stacks in the meantime07:32
didrocksok, I'll let you run that, just tell me once it's gating the archive :)07:32
sil2100didrocks: 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 publishing07:39
sil2100didrocks: the packaging changes are sane and no breakage regarding HUD07:39
sil2100didrocks: as for the apps stack...07:39
didrockssil2100: I trust you, just ping me if there are packaging change to review, otherwise, publish! :)07:39
sil2100didrocks: here the packaging changes have something strange in it ;p07:40
sil2100didrocks: one package has a dependency listed 2 times!07:40
sil2100http://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.diff07:40
sil2100Minor thing, but still ;p07:40
sil2100qtdeclarative5-accounts-plugin07:40
didrockssil2100: nice to clean in the future :)07:41
sil2100didrocks: but besides that it looks ok07:41
sil2100didrocks: could you just quickly re-review packaging diffs for media and apps? I'll publish them right away afterwards ;)07:41
didrockssure07:41
seb128good morning desktopers07:42
seb128hey didrocks sil210007:42
sil2100seb128: morning!07:42
didrockssalut seb128!07:44
seb128didrocks, lut ;-)07:44
=== thumper-afk is now known as thumper
didrockssil2100: all good, +1 from me on both07:48
sil2100didrocks: webcreds looks more or less correct as well, publishing once you ack!07:54
sil2100didrocks: 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.diff07:54
sil2100(for quick access ;p)07:54
didrocksthanks sil2100 for sparing my clicks in browser :)07:55
didrockssil2100: +107:56
Mirvsil2100: relaunching platform to check dbus-cpp07:56
sil2100Mirv: did you redeploy?07:56
Mirvsil2100: not yet :)07:57
sil2100Mirv: ok ;)07:57
sil2100\o/07:57
Laneyhey08:00
seb128Laney, hello08:03
Laneyseb128: wie gehts?08:04
seb128gut, danke! und dir?08:05
Laneyprima!08:05
Laneywondering why I started getting system compositor review emails though :P08:05
seb128the reason should be at the bottom of the email08:08
Laneyyeah because I'm part of https://launchpad.net/~unity-system-compositor-team but it says the desktop team joined there in april08:08
seb128that seems about right08:08
seb128they maybe didn't do work until recently?08:08
Laneycould be08:09
Laneyjbicha: (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:16
seb128pitti, hey, I commented back on the sessioninstaller merge request, not sure why but it doesn't catch on specific exceptions08:59
pittiseb128: did you perhaps try "except ParsingError"?09:00
pittiseb128: bonjour09:00
seb128pitti, I tried both "except ParsingError:" and "except DesktopEntry.ParsingError:" ... I'm sure I overlook something trivial there09:01
pittiseb128: could you try09:02
pittiexcept Exception, e:09:02
pitti    print('XXXX', type(e))09:02
pittithat should give you the actual type name09:02
pittisorry09:02
pittiexcept Exception as e:09:02
seb128oh09:03
seb128<class 'xdg.Exceptions.ParsingError'>09:03
seb128pitti, I don't get it, if I try to print the exception it doesn't work09:10
Mirvdidrocks: redeployed, reran, dbus-cpp built for armhf/i386/amd64 (powerpc failed)09:10
seb128pitti, like if I09:11
seb128except Exception as e:09:11
seb128    print(e.strerror)09:11
didrocksMirv: is it a racy tests? maybe we can have tvoss having a look09:11
seb128pitti, it seems to hang09:11
pittiseb128: strerror? does that work? I've never seen that09:11
seb128pitti, it's from http://docs.python.org/2/tutorial/errors.html09:12
pittiseb128: ah, so you need to "import xdg", or "from xdg.Exceptions import ParsingError"?09:12
seb128except IOError as e:09:12
seb128    print "I/O error({0}): {1}".format(e.errno, e.strerror)09:12
tvossMirv, looking09:12
pittiseb128: I really hate this form of import, it makes namespaces so unobvious :(09:12
pittiseb128: ah, that's for IOError only, presumably09:12
pittii. e. things that have an errno09:12
tvossMirv, got a build log for me?09:13
seb128pitti, oh, ok09:13
seb128pitti, the file has a from xdg.DesktopEntry import DesktopEntry09:13
Mirvtvoss: https://launchpadlibrarian.net/142306208/buildlog_ubuntu-saucy-powerpc.dbus-cpp_0.0.1daily13.06.13-0ubuntu1_FAILEDTOBUILD.txt.gz09:13
seb128pitti, let me try the import xdg09:14
Mirvdidrocks: maybe, dbus related09:14
pittiseb128: right, so perhaps add "from xdg.Exceptions import ParsingError"09:14
pittito keep the same style09:14
seb128pitti, yeah, that works ... so not obvious, hate namespaces09:15
seb128pitti, danke ;-)09:15
tvossMirv, I'm not sure, the tests are run under dbus-test-runner, not sure if that comes up correctly09:16
didrocksMirv: you can maybe retry the build directly in launchpad, just to see if it can be reproduced reliably09:17
didrocksMirv: if it pass, you can then relaunch the stack with "foo", it will catch up on the status without any upload on the ppa again09:17
Mirvdidrocks: ok09:21
Mirvtvoss: trying a rebuild now, let's see if happens every time09:22
Mirvdidrocks: same result on a rebuild09:40
Mirvhttps://launchpadlibrarian.net/142308466/buildlog_ubuntu-saucy-powerpc.dbus-cpp_0.0.1daily13.06.13-0ubuntu1_FAILEDTOBUILD.txt.gz09:40
didrockstvoss: ^09:40
tvossdidrocks, interesting. Why do we build for powerpc btw?09:41
didrockstvoss: because it's part of the archs we support in saucy09:41
didrocksso arch: any builds saucy09:41
tvossdidrocks, ack09:41
didrockstvoss: and don't start this discussion, I have strong opinions on "we should ditch powerpc" :p09:42
tvossdidrocks, okay, trying to setup a build environment that helps me to reproduce the issue09:42
didrocks(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
didrockstvoss: tell us if we can help you09:43
tvossdidrocks, send me a powerpc machine09:43
tvossdidrocks, what's the rationale behind powerpc support?09:43
didrockstvoss: on the way! :)09:43
didrockstvoss: no strong idea, maybe infinity can help shed some light on it ^09:43
=== huats_ is now known as huats
sil2100didrocks: didn't we disable powerpc support?10:26
sil2100Laney: ping10:29
didrockssil2100: hum, I don't think so10:29
sil2100Laney: hmm, it seems that indicator-datetime started FTBFS since today10:29
sil2100Laney: would you be able to help?10:29
pittiseb128: I'll push the three previous sessioninstaller uploads to bzr and then do a new release with your fix10:37
pittiPEOPLE, RESPECT Vcs-Bzr!10:37
seb128pitti, danke10:37
Laneysil2100: maaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaybe10:38
sil2100Laney: since I have no idea who to ping ;D10:43
sil2100Laney: and I saw you do some commits to indicator-datetime trunk!10:44
mlankhorstdidrocks: poke10:45
Laneysil2100: you mean the pthread thing?10:47
Laneysil2100: if yes, I fixed it10:48
Laneysil2100: see http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries10:49
LaneyMP incoming10:49
didrocksmlankhorst: pong10:50
mlankhorstany eta on unity yet?10:50
mlankhorstand is it still going to land together with xserver10:51
didrocksmlankhorst: so unity is in saucy as you could see on ubuntu-devel ML :)10:51
didrocksmlankhorst: so we can plan that, I would prefer to have the stack green first10:51
didrockswhich is what sil2100 is heading to10:51
didrocksthen, we can decide for the D-switch-day :)10:51
mlankhorstI know but it's getting painful that I have to maintain 3 xservers atm for 2 distros10:52
mlankhorsterm s/distros/releases/10:52
didrockssil2100: any idea when we can start to have a green stack for unity?10:53
didrockssil2100: then, we should land that with the new Xserver ^10:53
didrocksmlankhorst: who maintained the patch unity side already?10:53
sil2100didrocks: *sighs* currently for sure we need to have HUD and indicators fixed, since those two issues cause many test failures10:54
didrockssil2100: can you keep mlankhorst updated?10:54
sil2100didrocks: that's why I would like to have some additional people assigned to hud, indicators and unity for that10:55
sil2100didrocks: ok10:55
didrocksthanks :)10:55
Laneysil2100: ok, there it is for you to review10:55
sil2100Laney: \o/10:55
sil2100Laney: awesome! Thanks :)10:55
mlankhorstif xserver doesn't bump abi I'll probably upload 1.15 soon after11:00
sil2100Mirv, didrocks: https://code.launchpad.net/~sil2100/cupstream2distro-config/enable_address-book-service/+merge/16916511:08
=== MacSlow is now known as MacSlow|lunch
didrockssil2100: approved! I'll let you deploy and run the stack11:11
didrockssil2100: pulling on the archive admin side meanwhile11:11
sil2100didrocks: can I deploy without this merged yet? Just using my branch in the meantime?11:11
didrockssil2100: that's fine if you are sure to be on tip of trunk :)11:12
didrocks(there is no other changes in this file anyway AFAIK)11:12
sil2100didrocks: redeploying!11:14
didrocks\o/11:15
sil2100didrocks: done!11:17
didrockslet's cross fingers11:18
didrocksand get that one in!11:18
seb128mlankhorst, one server at the time, please don't go for 1.15 before that get discussed/tested11:38
seb128mlankhorst, also, do we have ati and nvidia binary drivers for the new xserver abi in the ppa for testing?11:39
seb128sil2100, 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:39
mlankhorstseb128: not fglrx yet, but that one's always late, nvidia should already support it11:40
mlankhorstiirc11:40
seb128mlankhorst, well, we can't talk about landing until we get all the drivers...11:40
seb128so that's to resolve first11:40
mlankhorstwe do have beta drivers, but tseliot may know if they're out of beta already or not11:40
didrocksseb128: yeah, basically, they are all stuck in manual publishing mode, so we can land a stack if nothing is waiting meanwhile11:41
mlankhorstanyway the delta between 1.14 and 1.15 is small, and almost exclusively contains bugfixes we'd want to pick up anyway..11:42
seb128mlankhorst, ok, good11:42
tseliotmlankhorst: I don't think fglrx supports the new ABI though11:42
tseliotnot even the beta11:42
* tseliot is already having a hard time adding support for Linux 3.10 to the drivers...11:43
mlankhorst1.14 has been out for ages..11:44
mlankhorsttseliot: http://support.amd.com/us/kbarticles/Pages/AMDCatalyst13-6LINBetaDriver.aspx11:46
mlankhorstit does..11:46
mlankhorstor at least claims it does11:46
tseliotmlankhorst: oh right that's the 13.6 version11:48
mlankhorsttseliot: could we get that in the ppa?11:49
mlankhorst(or in saucy)11:49
tseliotmlankhorst: not in saucy but I bet it's in edgers already. So maybe we can just copy it from there11:50
mlankhorstseb128: it should be fine12:00
Riddellhmm, libical transitions has found some packages that don't compile anyway in saucy, gnome-panel kmymoney openchange12:17
=== MacSlow|lunch is now known as MacSlow
mitya57Riddell: I can look at gnome-panel, do you have a build log link?12:24
Riddellsec12:24
Riddellmitya57: http://starsky.19inch.net/~jr/tmp/gnome-panel_3.6.2-0ubuntu4_i386.build12:25
Riddelltest-dbus-applet.c:187:1: error: implicit declaration of function ‘unsetenv’ [-Werror=implicit-function-declaration] PANEL_APPLET_OUT_PROCESS_FACTORY ("TestAppletFactory",12:25
mitya57thanks Riddell12:26
sil2100Mirv, didrocks: if anything, I'm fixing up location-service right now - fixing linitian errors and the FTBFS12:47
sil2100Adding multi-arch12:47
sil2100Almost done12:47
didrocksgreat!12:47
didrocksthanks12:47
Mirvsil2100: great!12:48
Riddellevolution-data-server build-depends on libqt5?  interesting13:16
=== jbicha is now known as Guest30774
=== Guest30774 is now known as jbich_
=== jbich_ is now known as jbicha_
jbicha_Laney: adding Icon=evolution to the EDS .desktop works here13:22
seb128Riddell, through the ubuntu online account13:28
Riddellah13:28
* Sweeshark sobs ...13:31
SweesharkPPA buildd is still hanging with no space left on device ...13:31
didrocksSweeshark: buy a disk dude and send that to the DC ;)13:32
czajkowskiSweeshark: always your ppa :)13:33
Sweesharkdidrocks: 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
mlankhorstyou just had to break things didn't you!13:34
Sweesharkczajkowski: you are suggesting it just my ppa having bad manners and I should get a different one?13:35
czajkowskilibre office is unique how about that :)13:35
mitya57Riddell: fixed gnome-panel uploaded13:36
* mitya57 likes "-DGMENU_I_KNOW_THIS_IS_UNSTABLE" option13:36
Sweesharkmlankhorst: 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:37
mlankhorstoh the power that you have as libreoffice maintainer13:38
mlankhorstI bet you see cute puppies on the street too, and think that out in the open anyone can kick them :P13:39
mitya57Sweeshark: looks like there is a regression in Launchpad and it doesn't kill hung builds13:39
mitya57I had the same trouble with llvm-toolchain-3.3 today13:39
pittiseb128: do you mind if I update gvfs to 1.17.2, or would you rather stay at 1.16 for saucy?13:41
pittiseb128: git master builds fine on saucy and all tests pass13:41
pittithis will also fix these unnerving "meta_journal_iterate: found short sized entry, possible journal corruption" warnings13:42
seb128pitti, update is fine, assuming you deal with the breakages if there is any due to the update13:42
pittiseb128: sure13:42
seb128pitti, oh, you get those as well?13:42
seb128why did that start in saucy?13:43
pittiseb128: I'm not sure really13:43
pittiI often call evince from vim (for LaTeX stuff), and I didn't have them before13:43
seb128that was not happening in raring afaik and gvfs didn't change, I was starting wonderif if my disk has issues13:43
pittibut now evince is destroying my whole vim buffer wiht these13:43
seb128same with gedit here13:43
seb128the only thing that change is glib, I hope it's not a bug in glib13:43
pittiseb128: https://git.gnome.org/browse/gvfs/commit/?id=eb62d913:43
seb128k13:44
seb128pitti, thanks for doing the update!13:44
pittiI could also just backport this, but I just landed new gphoto:// automatic tests in trunk13:44
seb128updating is fine, gvfs is not on crazy refactoring an anything, and the mtp backend saw some nice improvements13:44
pittiyeah, I want these, too13:44
pittiand we have fairly good test coverage these days, so I'm not worried about updating13:45
jbicha_pitti: do you use the ubuntu-desktop ppa for saucy?13:45
pittijbicha_: I don't ATM, no; should I?13:46
jbicha_pitti: I put gnome-session 3.8 there and it builds with journald but I guess that isn't your problem13:46
pittijbicha_: we don't ship journald ATM13:47
attentesil2100, i pushed a workaround for u-g-m's tests13:47
pittijbicha_: 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 harmless13:47
attentesil2100, don't really remember why gedit was launched differently for that particular test, but hopefully the reason is gone now13:48
sil2100attente: thanks!13:49
jbicha_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
Laneyjbicha_: oh, yes, I kind of remember that it resolved itself but I forgot what fixed it13:50
Laneyyou can delete that13:50
Laneyand re: the eds icon - feel free to ask upstream what he thinks of that13:50
Laneyit'll mean it's blank for ubuntu by default though13:52
Laneyso if possible I'd rather eds ships one13:52
jbicha_also I was looking at /usr/share/accounts/applications/evolution-data-server.application13:53
jbicha_and it has <translations>evolution-data-server-3.8</translations> is that correct?13:54
Laneydon't know13:54
LaneyI assume mardy knew what he was doing when he set it up13:54
Laneybut didn't check what the translation domain is / how UOA handles that13:55
jbicha_it's autogenerated from the build13:55
Laneyright13:55
seb128jbicha_, hey, I'm not sure your gnome-menus "restore prefix" upload from earlier today is right13:55
Laneyso I guess I'm redirecting you to mardy for that13:55
Laneysomeone tell him to hang out in this channel ...13:56
seb128he's on #ubuntu-devel13:56
seb128and -touch13:56
seb128the poor guys get enough pings like that :p13:56
kenvandineindeed13:56
Laneyheh13:56
* seb128 just pinged him about qml issues13:56
Laneyhe loves feeling wanted13:56
seb128we would be screwed without him13:57
jbicha_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 issue13:57
Laneyseb128: speaking of not hanging out in channels, there was a discussion in #-app-devel earlier that you might find useful13:57
Laney;-)13:57
Laneyhttp://irclogs.ubuntu.com/2013/06/13/#ubuntu-app-devel.html#t11:5213:57
seb128jbicha_, we use /etc/xdg/menus/applications.menu in Ubuntu, not gnome-applications.menu13:58
seb128jbicha_, if you rename the conffile you need maintscript code to migrate to the new name and clean the old one behind13:58
kenvandineseb128, do you want another channel to hang out int?13:58
kenvandines/int/in13:58
seb128kenvandine, not sure :p13:59
pittijbicha_: in case you don't know, with debian/pkgname.maintscripts this can now be done declaratively, see man dpkg-maintscript-helper13:59
jbicha_ok I'll look into that14:01
Laneydoesn't that menu stuff come from debian?14:03
jbicha_yes but we were skipping one of Debian's patches14:05
Laneyah, well it should be harmless if we don't set the env var14:06
Laneyunless it defaults to something else14:07
seb128Laney, I think 3.8 default to prefixing gnome-14:10
seb128https://git.gnome.org/browse/gnome-menus/commit/?id=b53758987b4d04bf9c869bfd02c0ec1d252638bf14:11
seb128"gnome-session now sets XDG_MENU_PREFIX by default"14:11
seb128shrug14:11
seb128jbicha_, did you test your change on saucy (e.g with gnome-session 3.6)?14:11
seb128or did you test with your custom 3.8 that sets XDG_MENU_PREFIX?14:11
jbicha_I tested with a brand new Ubuntu GNOME I installed yesterday without ppas14:12
LaneyOK so it looks like we need some conffile moving then AFAICS14:16
seb128shrug14:18
seb128hate conffiles14:18
seb128https://git.gnome.org/browse/gnome-session/commit/?id=6d7c73177858c3aeb2e65553b30dc536d4f1667d14:18
seb128gsm_util_setenv ("XDG_MENU_PREFIX", "gnome-");14:18
seb128so they hardcode the "gnome-"14:18
sil2100didrocks, Mirv: https://code.launchpad.net/~sil2100/location-service/fix_ftbfs_and_others/+merge/16921514:19
Laneythat's not in our version14:21
Laneybut maybe that obsoletes the g-menus patch14:21
seb128Laney, right, that's in 3.8 that jbicha_ is working on14:22
seb128but seems like our gnome-menus ships a gnome-applications.menus14:22
seb128I wonder why, it was not supposed to14:22
seb128seems like we are sitting in the middle and it's working by luck because there was a merge error14:22
seb128but we are likely using the wrong applications.menu then14:23
Laneythat's the upstream change pointed to by the first commit you linked14:24
didrockssil2100: 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 main14:24
didrockssil2100: no issue for now, the destination is universe, but once we will promote touch to main…14:25
Laneyhaha, they dropped Debian menu support14:25
* Laney wipes away a tear14:25
jbicha_is this right? http://paste.ubuntu.com/5761617/14:25
Laneylook at debian/gnome-menus.maintscript14:26
sil2100didrocks: ok, better keep that on our radar...14:27
jbicha_oh that's not in the manpage but that looks nicer14:27
Laneyp1tti mentioned that earlier ;-)14:27
Laneyit's not in the dpkg-maintscript-helper manpage because it's done by dh_installdeb14:29
tvossdidrocks, happy to remove it14:31
Laneyrickspencer3: man14:33
LaneyI like your wheels14:33
rickspencer3hi Laney14:33
tvossdidrocks, do we have something in main for doing md -> manpage?14:34
rickspencer3:)14:34
rickspencer3Laney, it looks fancier than it is14:34
Laneythat's the bike way!14:34
rickspencer3Laney, assuming you are referring to my sewing machine looking bicycle ;)14:34
Laneyalso it looks super clean14:35
LaneyI am so lazy at doing that14:35
rickspencer3hehe14:35
=== alesage|afk is now known as alesage
mitya57tvoss: I think we don't even have that in universe — as Markdown is not designed for that14:37
mitya57tvoss: but you can use restructuredtext...14:37
mitya57ah, in universe we have pandoc14:38
pittiseb128: yay, mtp is working quite a bit nicer now14:39
seb128pitti, \o/14:39
sil2100didrocks: in the meantime, do the changes look ok? I could ask kenvandine and cyphermox to review that if you're busy ;)14:40
kenvandineseb128, what do you think.. should system-settings be SideStage or MainStage?14:41
kenvandinenot sure that was defined in the design, but i would think SideStage14:41
seb128kenvandine, sidestage imho14:41
kenvandineagreed14:42
kenvandinewe'll leave it that way until someone complains :)14:42
seb128do we have a device with working sidestage? ;-)14:42
Laneyget mpt to confirm then nobody can complain :P14:42
seb128I never really played with that14:42
mptkenvandine, 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:43
kenvandinempt, thanks14:44
sil2100kenvandine: do you have a moment for a review? ;)14:44
kenvandinempt, the design definately looked like it was sidestage14:44
kenvandinesil2100, sure14:44
kenvandineseb128, i don't have one... :)14:44
sil2100kenvandine: https://code.launchpad.net/~sil2100/location-service/fix_ftbfs_and_others/+merge/16921514:44
* kenvandine should lobby for a manta :)14:45
sil2100kenvandine: this branch does a fix for FTBFS, add multiarch and do fixes for packaging14:45
* kenvandine looks14:45
Laneyhow come it doesn't work on grouper?14:45
tvosspitti, got a phone?14:46
kenvandineLaney, it's treated like a phone14:46
kenvandinebecause of the size14:46
Laneyyeah14:46
Laneywill that be changed?14:46
kenvandinedunno... might be a question for tvoss :)14:46
kenvandinetvoss, do you know if there are any plans to enable the SideStage on grouper?14:47
LaneyI was under the impression that it was simply a bug14:47
tvosskenvandine, not sure, better ask ... Saviq14:47
Laneybut then it's been that way for ages so perhaps that is wrong14:47
kenvandineSaviq, ^^14:47
Laneyalso I phablet-flashed this morning and got a brick out the other side14:47
Laneystupid saucy :P14:47
kenvandineyeah14:47
kenvandinesaucy goes boom on grouper14:48
kenvandine:/14:48
Laneybut that's known from reading ogra_'s email14:48
Laneyso shouldn't phablet-flash not have done it?14:48
sil2100kenvandine: thanks :)14:49
Saviqkenvandine, tvoss that's a design question, more, but it feels like there's not enough space on grouper to do sideStage14:49
SaviqLaney, ^14:49
kenvandineSaviq, understand14:49
ogra_Laney, hey, my email doesnt refer to phablet-flash ...  serguiens' does though :)14:49
kenvandinebut it might be nice to be able to enable it even though it would be small14:50
Laneyogra_: No, but it did say that saucy is known broken there14:50
ogra_i'm only doing the flipped images14:50
kenvandinejust so we can test stuff14:50
ogra_Laney, yeah, both of us did14:50
Laneyso I wonder why phablet-flash was switched to saucy for grouper :-)14:50
kenvandineSaviq, so maybe some config we can flip just for testing purposes... just a suggestion14:50
Saviqkenvandine, Laney Shell.qml:28914:51
kenvandinemore of our people have grouper than manta14:51
Laneyack14:51
kenvandinecool14:51
Saviqkenvandine, just change it to true or otherwise make true14:51
kenvandineperfect14:51
Laneywe all got given Neuxs 7s so it's good to be able to do taht14:51
Laneybetter flash back to raring first though ¬_¬14:51
didrockssil2100: lp:~didrocks/location-service/fix_weak_dep14:52
didrockssil2100: grab that branch14:52
didrocksand then approve it :)14:52
didrockssil2100: add that to daily, run the stack and tell me so that I can approve :) (where is the other one btw? in NEW?)14:54
sil2100ACK ;)14:55
* didrocks goes for some exercice14:55
kenvandinesil2100, yeah, after that is fixed it's ready for approval14:56
sil2100kenvandine: pushed!14:57
sil2100kenvandine: hmm, since didrocks is away, I have a problem with the indicator stack, maybe you can help?15:03
sil2100kenvandine: http://10.97.0.1:8080/view/cu2d/view/Head/view/Indicators/job/cu2d-indicators-head-2.1build/205/console15:04
sil2100kenvandine: I'm getting such an error in the 'build' job for indicators15:04
sil2100didrocks: ^ once you're back15:06
sil2100didrocks, kenvandine: once the location-service merge is in, could you approve? https://code.launchpad.net/~sil2100/cupstream2distro-config/enable_location_service/+merge/16923015:08
sil2100I'll redeploy the platform stack then15:08
kenvandinesil2100, will do15:09
sil2100kenvandine: thank you! :D15:10
sil2100Sorry for so many reviews/questions15:11
sil2100It's a busy time as always15:11
kenvandineno worries15:14
sil2100cyphermox: ping! Are you busy?15:18
cyphermoxsil2100: how can I help?15:19
sil2100cyphermox: so, I had to re-build indicators, as we had some important changes in bamf and indicator-datetime15:19
sil2100cyphermox: 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
sil2100Which is completely abnormal15:20
sil2100cyphermox: could you take a look? Since didrocks is out for exercise15:20
* Laney flashes back to android and then starts again15:23
cyphermoxI was alreday looking into indicator-datetime15:28
cyphermoxyou know, the pthread error15:29
cyphermoxsil2100: for this one, did you rerun the prepare job for indicator-datetime?15:29
sil2100cyphermox: yes, I re-ran the stack with the list of packages 'bamf indicator-datetime'15:30
sil2100cyphermox: it then became yellow for some reason (?) and the build job started failing15:30
cyphermoxok15:30
cyphermoxwell it seems to me like the directory was probably move aside or someting15:31
sil2100didrocks: give me a sign once you're back15:42
seb128kenvandine, dpm: got it to work: http://paste.ubuntu.com/5761814/15:44
seb128kenvandine, it's building the .mo and installing them during standard build, and there is a "make pot" to update the template15:44
kenvandineseb128, cool15:44
* seb128 has translated system settings working15:45
Laneythat was weird15:45
LaneyI kept getting errors flashing back to android, but after changing USB cables everything worked flawlessly15:45
kenvandinesil2100, sorry, i missed that build failure link15:48
kenvandineweird error... it's like it thinks it prepared but it didn't?15:48
kenvandinemaybe LP rejected the upload?15:48
sil2100hm, maybe? Not sure how I could check that15:51
kenvandinesil2100, not sure...16:01
kenvandinei guess maybe try another build?16:01
kenvandineperhaps it was a transient error... like the source wasn't published yet in the PPA?16:02
kenvandinesil2100, look at the PPA to see if that version is there16:02
sil2100kenvandine: well, it failed even starting the build, so hm - the build step uploads the files to the PPA16:02
sil2100kenvandine: and if the build step failed even that, then how am I to fix that?16:02
kenvandineoh... prepare doesn't?16:02
sil2100hmmm16:03
kenvandinei thought prepare did that16:03
kenvandineand build watched it build in the PPA16:03
sil2100Maybe?16:03
sil2100Ok, so I'll maybe re-run with rebuilding indicator-datetime16:03
kenvandinesil2100, what's the status of dee-qt packaging?16:04
sil2100kenvandine: it was fine from what didrocks and me checked, so it's ready for adding I guess?16:04
kenvandinedidrocks mentioned that it wasn't ready for daily release yet and was pending some changes to the packaging16:04
kenvandinesil2100, ok16:05
sil2100kenvandine: once I'll get a final ACK from didrocks, I'll add it and publish16:05
kenvandinehttps://code.launchpad.net/~ken-vandine/cupstream2distro-config/move_dee/+merge/16872316:05
sil2100kenvandine: argh, the same issue again ;/16:05
kenvandinehe said to check with you once it's finished16:05
sil2100After re-running16:05
kenvandinehumm16:05
sil2100kenvandine: ok, but first! Could you review this? https://code.launchpad.net/~sil2100/cupstream2distro-config/enable_location_service/+merge/16923016:06
sil2100As it was supposed to be enabled once the merge gets in, and it's in!16:06
sil2100:D16:06
kenvandinealready looking16:06
kenvandinei was waiting for that merge :)16:06
kenvandinethx16:06
kenvandinedone16:07
sil2100:)16:07
sil2100kenvandine: let me approve your branch once the location-service one gets in16:08
sil2100Since they're both from platform ;p16:08
kenvandinesil2100, well didrocks said i should copy some tests over too16:10
kenvandinenot sure which ones though16:10
sil2100Some tests?16:10
kenvandinefor dee16:10
kenvandinei guess make the platform stack run some of the autopilot tests from unity16:10
sil2100Ah, hm16:10
sil2100Right16:10
sil2100Makes sense16:11
kenvandinesil2100, suggestions?16:11
kenvandinei don't know much about the unity stack16:11
sil2100kenvandine: I would have to look at the tests, give me a moment - I'll comment on the MR then16:11
kenvandinesil2100, thanks!16:11
kenvandinei need to run a quick errand and grab a sandwich... bbiab16:11
sil2100ACK :)16:12
didrockssil2100: back16:14
didrocks(after backlogging)16:14
sil2100;)16:14
* sil2100 broke something in indicators jenkins ;p16:14
didrockshow dared you?16:15
didrocksdare*16:15
didrocksdo you have a link?16:15
didrocks(to the past II)16:15
sil2100http://10.97.0.1:8080/view/cu2d/view/Head/view/Indicators/job/cu2d-indicators-head-2.1build/206/console16:15
didrocksinteresting16:16
didrocksdid someone ssh to the machine?16:16
didrockssil2100: do you see the version in the ppa?16:16
sil2100didrocks: yes16:17
sil2100I mean, I see the version, but did not log into the machine16:18
sil2100Since I wouldn't know what to fix anyway16:18
didrockssil2100: you see that the ppa had it uploaded, right?16:18
didrockssil2100: did you first tried to fix the warning in the prepare job?16:19
didrockssil2100: I think someone did a partial rebiuld and there was an upload meanwhile in the ppa16:19
didrocksturning the job to yellow16:19
didrocksand so, there was a .project file16:19
didrocksbut no ppa preparation16:19
sil2100didrocks: well, when I fired the indicator job, the prepare job was not yellow16:20
sil2100At least I saw everything green besides build and check16:20
didrockssil2100: even when built failed the first time?16:20
sil2100didrocks: the build failed today for the first time because of the FTBFS in datetime16:20
sil2100didrocks: and prepare was green then16:20
didrockssil2100: ok, but then, when you first saw that error (in run 206), it was when the prepare went yellow?16:21
sil2100didrocks: 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 error16:22
sil2100didrocks: I later tried retriggering only the build and check jobs, but the same16:22
didrockssil2100: yeah, this error is a side effect, I need to see why the .upload wasn't removed16:22
didrockssil2100: but anyway, we need to reconcile indicator-dateimt16:22
didrocksdatetime16:22
sil2100hmmm16:23
didrocksseems like Riddell doesn't look at Vcs-Bzr :/16:23
didrockssil2100: https://launchpad.net/ubuntu/saucy/+source/indicator-datetime/12.10.3daily13.06.07-0ubuntu216:23
sil2100Eeek!16:23
didrockssil2100: see the prepare message, it doesn't lie :)16:23
didrockssil2100: but I need to check why the .project file wasn't removed16:23
didrocksnormally the job should just have turned yellow16:23
didrocksand being ignore in the build phase16:24
sil2100didrocks: right, sorry about that, since the build job was throwing such a strange error I thought that the root cause is somewhere else ;p16:24
didrockssil2100: 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
didrocksand trust the message of it, see if it's valid :)16:25
sil2100didrocks: 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 platform16:25
didrockssil2100: ok, saw the bug in the template FYI16:25
didrocksrm -Rf indicator-datetime_* *_indicator-datetime_* indicator-datetime ubuntu/indicator-datetime || true16:25
didrockswe don't rm <project_name>.project16:26
sil2100didrocks: aargh16:26
dpmseb128, cool, I'm going to steal that ;)16:26
sil2100didrocks: address-book-service dep-waits on powerpc ;/16:26
seb128dpm, https://code.launchpad.net/~seb128/ubuntu-system-settings/translations/+merge/169249 for info16:26
didrockssil2100: I don't see address-book-service in NEW?16:26
sil2100didrocks: so the build job is still oging16:26
didrocksah ok :)16:26
sil2100Missing build dependencies: qtpim5-dev16:26
sil2100Should I skip for powerpc?16:26
didrockshum16:26
didrockslet me see16:27
didrocksnormally, it should skip it now16:27
sil2100http://10.97.0.1:8080/view/cu2d/view/Head/view/Phone/job/cu2d-phone-head-2.1build/55/console16:27
didrockssil2100: wasn't there another component as well?16:27
didrocksthanks for the link16:27
didrocksone sec, let me first fix the template while I'm at it16:27
didrocks(for the other bug)16:27
sil2100didrocks: in phone there's just address-book-service, since phone-app is disabled16:27
sil2100OK :)16:27
sil2100phew, confusing, so many things going on...16:27
didrocksthere was one from Mirv IIRC16:27
didrockssil2100: ah, it was failing on powerpc, I think tvoss is looking at it16:28
didrocks(failing as build and really failing)16:28
sil2100didrocks: which one do you mean right now? As there's so many things16:29
didrockssil2100: dbus-cpp16:30
didrockssil2100: ok, bug fixed in cupstream2distro-config, it will only be solved once we redeploy the stacks though16:30
didrocks(it's in the jenkins template)16:30
didrocksok, no phone build16:30
sil2100ACK16:31
didrocksok, my fix to ignore should have worked though16:31
sil2100While it's still pending16:32
sil2100didrocks: what should I do to unblock the indicator stack now? Redeploy the indicator stack?16:32
didrockssil2100: rather merging (or directly pushing to trunk maybe) the missing changelog entry16:33
sil2100Maybe 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
didrocksthen rebuild with both16:33
sil2100Ok16:33
didrockslet me investigate on the phone stack now16:33
sil2100I'll merge that change in16:33
didrocksthanks :)16:33
didrocksthis is the kind of "it should just work" case for phone :/16:33
didrocksargh16:36
didrocksaddress-book-service_0.1.0daily13.06.13-0ubuntu1.dsc: permission denied16:36
didrocksnormal as it's created by root16:36
didrocksnot easy to reproduce though16:36
sil2100...;p16:37
didrockshum16:38
didrocks$ ~/work/cupstream2distro/trunk/watch-ppa -s saucy -p ubuntu-unity/daily-build16:38
didrocks2013-06-13 18:38:20,398 INFO Checking the status for address-book-service (0.1.0daily13.06.13-0ubuntu1)16:38
didrocks2013-06-13 18:38:20,398 INFO current_package: address-book-service 0.1.0daily13.06.13-0ubuntu116:38
didrocks2013-06-13 18:38:20,627 INFO Source available in ppa16:38
didrocks2013-06-13 18:38:25,990 INFO arch: i386, status: published16:38
didrocks2013-06-13 18:38:25,990 INFO arch: amd64, status: published16:38
didrocks2013-06-13 18:38:25,990 INFO arch: armhf, status: published16:38
didrockssee, it ignored powerpc ^16:38
didrocksdon't tell I forgot to pull in production…16:38
didrocksarghhhhhh16:39
didrocks"I forgot to pull in production"16:39
sil2100Ouch16:39
* sil2100 looks at didrocks in a bad way16:39
sil2100hoho16:39
didrockssil2100: well, the bright side should be that my code was good :)16:39
sil2100No worries, good that it's noting more serious!16:39
sil2100*nothing16:39
didrockskilled the build job16:39
didrockslet me relaunch the stack16:40
didrockssil2100: way better isn't it? http://10.97.0.1:8080/job/cu2d-phone-head-2.1build/56/console16:40
didrocksyou can see that powerpc was ignored :p16:40
didrockssil2100: you can manually publish phone16:40
didrocksand then I'll NEW it16:41
sil2100Doing!16:41
sil2100didrocks: publishing16:42
didrocks\o/16:42
didrockssil2100: NEWed!16:47
sil2100didrocks: thanks!16:47
sil2100didrocks: preparing MR for indicator-datetime16:47
didrocksseb128: when sil2100 will ask you to new dbus-cpp (once the build failure is fixed on powerpc), you can ack it, I've reviewed it16:47
didrocksseb128: same for dee-qt16:47
seb128didrocks, ok, thanks16:47
didrocksthanks to you :)16:48
sil2100\o/ Thanks guys16:48
sil2100Merge for dee-qt is ready, but I'm preparing a list of tests16:48
didrocksyep :)16:48
sil2100didrocks: https://code.launchpad.net/~sil2100/indicator-datetime/include_direct_push/+merge/16925516:48
didrockssil2100: location-service?16:48
czajkowskididrocks: 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
didrocksI remember building it :)16:48
czajkowskiI'm pinging your 3 as your groups tend to need some changes from time to time16:49
didrocksczajkowski: thanks for the head's up and good luck to your new endovers again :)16:49
seb128czajkowski, :-( thanks, sad to see you leave Canonical, have fun in what you are going to do next!16:49
didrockssil2100: hum16:49
czajkowskiI'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
didrockssil2100: if I take your changelog from 12.10.3daily13.06.07-0ubuntu2, there is Laney change + Riddell's one16:50
didrockssil2100: while the upload just have Riddell's one16:50
sil2100didrocks: yes, the changelog entry has to be exact?16:50
sil2100Since we already had something in ubuntu216:50
sil2100UNRELEASED, but still16:50
sil2100Should I move that to ubuntu3 ?16:50
didrockssil2100: yeah, so that when we upload a new version (the next daily), we can see that Laney didn't slack :p16:50
didrocksand what's new in16:50
sil2100Ah, ok ;)16:51
didrockssil2100: right, should be ubuntu316:51
LaneyO_O16:51
sil2100Fixing16:51
didrocksLaney: it's all your fault! :-)16:51
didrocks(it's not, but hey, it's Friday for me ;))16:51
didrocks(and I just got a free shower on the bike, so I can complain :p)16:51
davmor2didrocks: no that's your fault you are the one on the bike ;)16:52
sil2100didrocks: should I cheat Laney's changelog entry date and time :D ?16:52
Laneyhaha16:53
sil2100didrocks: since the direct push has been done later than Laney's16:53
didrocksdavmor2: 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
didrockssil2100: no need to cheat on date and time, the daily bot will bump it anyway16:53
sil2100ACK ;)16:53
didrockssil2100: at least, it will be realistic: only the new version will have Laney's patch16:53
Laneywhatever is going on16:53
didrocksnot -0ubuntu216:53
Laneyoh I see, a naughty archive upload16:54
didrocksLaney: yeah, and that's not uncharted4!16:54
sil2100didrocks: pushed!16:54
davmor2didrocks: that's smart not classy, Classy would be with a tails bowtie and tophat :D16:54
didrocksdavmor2: ahah, "bow ties are cool"16:55
didrocksI heard :p16:55
didrockssil2100: way better, approving!16:56
sil2100didrocks: 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
didrockssil2100: location-service is all ready? I don't remember ;)16:56
* didrocks looks at his notes16:56
sil2100didrocks: it should be!16:57
didrocksyeah, it is16:57
didrockssil2100: I don't care, it will just give seb128 an extra button to push tomorrow as it's already reviewed :)16:57
sil2100didrocks: I fixed the FTBFS and fixed up the few issues16:57
didrocksso no hurry16:57
sil2100Ok16:57
seb128oh, right, didrocks is calling it a week16:57
didrockssil2100: if you add a stack to lp:cupstream2distro-config16:57
sil2100seb128: hope you won't mind!16:57
didrockssil2100: remember to ask an archive admin to pull on the archive admin machine16:58
seb128sil2100, don't worry16:58
sil2100didrocks: ok, only when adding a new stack, yes? What about when adding a new project to a stack?16:58
sil2100Since the FAQ said to contact the archive admin anyway16:58
didrockssil2100: sorry, I meant a new project to a stack :)16:58
didrocksthat's the whitelist basically16:58
didrocksto tell what is fine to copy to the archive16:59
sil2100didrocks: ok16:59
sil2100didrocks: 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 else17:00
sil2100didrocks: is there something else that needs fixing?17:00
didrockssil2100: no, it was fine17:00
didrockseventually multi-arched if not17:01
sil2100didrocks: ok, so I'll add a list of tests to add, and then get kenvandine's branch in17:01
didrocksperfect!17:02
sil2100And new it17:02
sil2100With seb128  ;p17:02
didrockssil2100: if you don't have to list every packages from unity17:02
didrockssil2100: I think you can add "unity" from the tests packages17:02
didrocksor no, everything should be there already17:02
sil2100didrocks: right, since indicators17:02
sil2100I mean17:02
sil2100Wait, no, scratch that17:03
sil2100;p17:03
didrocks:)17:03
* didrocks scratches17:03
czajkowskididrocks: almost friday.... almost17:03
sil2100kenvandine: ping!17:16
sil2100kenvandine: I commented on https://code.launchpad.net/~ken-vandine/cupstream2distro-config/move_dee/+merge/16872317:16
sil2100kenvandine: could you add at least those two test suites?17:16
sil2100That's not all of them, but that's a good start I guess?17:16
sil2100kenvandine: once those are done, I'll approve it, as dee-qt is ready now17:17
kenvandinesil2100, cool, thx17:17
sil2100kenvandine: do not redeploy the stack yet though, since we'll do it tomorrow maybe?17:17
sil2100Or hm, actually17:18
sil2100We need an archive admin anyway probably17:18
sil2100didrocks: btw. about telepathy-ofono, last from the list17:18
didrocksyep :)17:18
sil2100didrocks: the package should be safe now, it's building and such - can I enable it?17:18
didrocksso no need for .3.3, .3 has the patch17:18
didrocksright?17:18
sil2100didrocks: yep, the dep is fixed in trunk now17:18
didrockssil2100: let me look at my notes, one sec :)17:19
sil2100didrocks: if all is ok, could you https://code.launchpad.net/~sil2100/cupstream2distro-config/move_ofono_to_head/+merge/167344 ?17:19
kenvandinesil2100, we don't need an archive admin, it isn't a new package17:20
sil2100This way we could have it in, maybe seb128 could NEW it tomorrow17:20
kenvandineright didrocks?17:20
sil2100kenvandine: ah, right, it was released already! Forgot17:20
sil2100;)17:20
kenvandineyup17:20
didrockskenvandine: yep :)17:20
kenvandinealthough we weren't daily releasing it before17:20
kenvandinedidrocks, does that matter?17:20
didrockskenvandine: you are talking about hat package btw?17:20
kenvandinedee-qt17:21
didrocksyeah, it's fine :)17:21
kenvandineok17:21
didrockskenvandine: well, you need the archive admin side for pulling the white list on the copy machine17:21
kenvandineyeah, that is what i realized after responding to sil2100 :)17:21
didrockssorry, didn't backlog all the way around :)17:22
sil2100;)17:22
kenvandinesil2100, so i can just add those tests by name in the stack config and it'll find them?17:22
kenvandinealong with unity-autopilot17:22
kenvandinein testpackages17:22
sil2100kenvandine: yes, just those, and also packages: you need to add like in other stacks17:24
sil2100And extracheck!17:24
sil2100Reenabling that17:24
sil2100didrocks: so, is ofono safe to re-enable?17:26
sil2100didrocks: if yes, could you approve the MR I pointed out? Or I can ask kenvandine to take a look ;)17:26
didrockssil2100: I'm building it :)17:27
sil2100didrocks: with that, I think we're done for today with 'packages' stuff, just redeploing and NEWing tomorrow17:27
didrockssil2100: yeah, just need the powerpc dbus-cpp fix I guess to unblock the platform stack, you will track that,17:28
sil2100didrocks: uuuh, one more thing I see...17:28
sil2100didrocks: the merge to indicator-datetime doesn't want to get merged ;/17:29
sil2100https://jenkins.qa.ubuntu.com/job/indicator-datetime-saucy-amd64-ci/7/console17:29
sil2100Dep problem?17:29
didrockssil2100: telepathy-ofono could use some multiarch in the future, but fine with me in the current state17:29
didrockssil2100: oh, just arch to arch: any maybe?17:29
didrockssil2100: maybe libical isn't published yet?17:29
didrockssil2100: yeah, it's still in proposed:17:30
didrockshttps://launchpad.net/ubuntu/+source/libical17:30
* sil2100 sighs :<17:30
sil2100Then we're blocked with everything then17:30
didrocksyep :/17:30
didrockssil2100: do we need indicator-datetime right away?17:30
jbichajenkins doesn't build against -proposed?17:30
didrocksjbicha: not the upstream merger nor ppas17:31
didrocks(it's the upstream merger in that case)17:31
sil2100didrocks: not sure, but it's in indicators, we would have to disable it for now17:31
jbichawon't that cause problems for transitions?17:31
sil2100didrocks: or can we skip it somehow?17:31
sil2100Since right now there's a failed build in the PPA17:31
didrockssil2100: yeah, you can remove the .project file in /var/lib/jenkins/work/cu2d/head/indicator for that component17:31
didrocksand rerun with "foo"17:31
didrocksit will only take bamf17:31
kenvandinesil2100,  for packages, since the only thing we are really testing there is dee i am just listing libdee-1.0-417:31
kenvandinesil2100, right?17:31
didrockssil2100: I directly pushed arch: any for telepathy-ofono17:32
sil2100didrocks: thanks! I'm removing the .project file now17:33
didrockssil2100: did you check the deps of the network stack?17:33
didrocksonly qa?17:33
didrockssil2100: doesn't seem even to use autopilot17:34
didrockssil2100: so no dep should be fine17:34
jbichais there a good reason not to build against -proposed?17:34
sil2100didrocks: ah, right17:34
didrocksjbicha: -proposed is not always in an installable state17:34
didrocksjbicha: so can have transient issues17:34
kenvandinedidrocks, that makes sense... but then we don't have a way to build daily releases that include transitions that are waiting in -proposed17:35
* sil2100 removing the file17:35
sil2100didrocks: will I have to re-add that file manually later on?17:35
didrockskenvandine: yeah, we need to assess advantage/risks, especially when things are not published right away17:36
kenvandineyeah17:36
kenvandinetricky17:36
jbichabut say libunity-webapps needs to be rebuilt against libpackagekit-glib2-16 for a PK transition; you'd have to do it manually17:36
kenvandinewe had friends broken last week because of the eds transition17:36
didrockskenvandine: indeed :)17:36
didrocksjbicha: yeah, that's how we did it until now17:36
didrocksjbicha: and backport the changelog to the vcs17:37
kenvandinecouldn't merge the branch that fixed it because it depended on proposed17:37
didrockskenvandine: this is different, this is for the upstream merger17:37
didrocks(but basically the same question ;))17:37
sil2100kenvandine: 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 valid17:37
sil2100didrocks: hmmm17:38
didrockssil2100: 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
sil2100didrocks: 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
didrockssil2100: did you push your commit for the dep on https://code.launchpad.net/~sil2100/cupstream2distro-config/move_ofono_to_head/+merge/167344?17:38
didrockssil2100: ohoh, interesting!17:38
didrockssil2100: no, that should be enough, let me have a look17:38
sil2100http://10.97.0.1:8080/view/cu2d/view/Head/view/Indicators/job/cu2d-indicators-head-2.1build/207/console17:38
sil2100That's new!17:39
didrockssil2100: yeah, that's a bug in my code then :)17:39
didrockshum17:39
kenvandinedidrocks, can you look at the tests i added in https://code.launchpad.net/~ken-vandine/cupstream2distro-config/move_dee/+merge/16872317:39
didrockswhy? I tested that though :p17:39
* sil2100 thinks didrocks will be really happy tomorrow, since he's poked all the time17:39
sil2100:D17:40
sil2100Finally some peace!17:40
didrocksoh yeah!17:40
didrocksI'll more than appreciate that17:40
didrockszen music :p17:40
didrocksI think I know what's wrong, one sec!17:40
didrockssil2100: mind trying to relaunch?17:40
sil2100didrocks: foo?17:40
didrocksyep17:41
didrockskenvandine: you should install all binary packages from the stacks + all the deps that are not installed by default17:41
sil2100didrocks: running \o/ Looks good so far17:42
didrocks(the rest is good)17:42
didrockssil2100: phew! :)17:42
sil2100didrocks: and pushed the dependency removal to move_ofono_to_head17:42
* didrocks fixes trunk now17:42
kenvandinedidrocks, yeah but in this case none of the other binaries from the stack are tested yet17:44
kenvandinethis is just to keep coverage of libdee17:44
didrockskenvandine: yeah, but while we are at it, it's good to test them for instability, right?17:44
kenvandinei guess that is something :)17:44
didrockskenvandine: and the day we're going to add tests, we just need to list those?17:44
didrockskenvandine: not sure, just a thought :p17:44
kenvandineyeah, but adds overhead for each test run17:45
didrocksI hate this "list all packages", but it's a difficult thing to handle17:45
didrockskenvandine: the install isn't a lot of time (it's 1 minute, we use eatmydata)17:45
didrocksso depends on you :)17:45
didrocksjust know it's not costly17:45
didrockssil2100: approved17:47
sil2100Awesomeful!17:47
didrockskenvandine: 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
kenvandinei'm getting a package list now17:48
didrockskenvandine: sil2100: nice progress on the NEW packages! let's keep it going :)17:49
didrocksI'll make some stats once all the daily_release: False are converted17:49
sil2100Thanks! Let's hope to have all the things pending done by tomorrow ;)17:49
didrocksthat would be awesome!17:49
kenvandinesil2100, ok, i pushed my branch17:51
kenvandinecan you approve it now?17:52
sil2100kenvandine: checking!17:52
sil2100kenvandine: hm, I think you'll have to re-merge trunk17:52
sil2100Or you did that already?17:52
kenvandinei did 20m ago..17:53
didrockskenvandine: 20 minutes ago? that's stone age!17:53
didrocks:)17:53
kenvandineindeed17:53
* kenvandine merges again17:53
sil2100Ah, ok, maybe the CI is old!17:53
kenvandineok... merged and pushed17:54
kenvandineagain :)17:54
sil2100Thanks!17:55
sil2100kenvandine: looks awesome17:57
sil2100GRRR17:57
sil2100kenvandine: approved17:57
sil2100But now BAMF fails to build17:58
didrocksok, time to run for me I guess!17:58
* didrocks waves good evening and good week-end17:58
kenvandinesil2100,  thx17:58
kenvandinedidrocks, have a great weekend17:58
sil2100didrocks: bye! Thanks for everything and have a nice weekend!17:58
didrocksthanks kenvandine! have a nice day :)17:58
didrockssil2100: you too, good luck for tomorrow, you are the first to wake up, you have the keys! :)17:59
mfischcan someone explain the difference between a g-properties-changed event and a g-signal where the signal is ProperyChanged?18:07
mfischI'm getting the latter from ofono18:07
mfischAnd I Assume that's just how ofono implemented it, as a signal rather than changing a real property?18:07
jcastro"21:28
jcastro    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
jcastromterry: are you Canadian?21:28
jcastrohttp://ubuntuforums.org/showthread.php?t=215410921:28
mterryjcastro, :) no21:28
mterryjcastro, massachusetts man, born and raised21:28
mterryjcastro, funny thread21:29
jcastroindeed21:29
jcastrothe Canadian thing had me chuckling21:29
mterryjcastro, I like the bit about his Celtic ancestry21:30
Sweesharkwow, 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:39
sarnoldhaha21:40
xnoxSweeshark: where? =D22:21
Sweesharkxnox: seems to be removed again. it applied to the links coming from http://www.italovignoli.org/2013/06/some-food-for-thought/ ...22:29
Sweesharkxnox: screenshot are available upon request ;)22:29
=== jbicha is now known as Guest26134

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