=== vibhavp_ is now known as vibhavp === vibhavp_ is now known as vibhavp [04:41] Good morning === jono is now known as Guest74174 [05:01] that [05:23] ogra_, slangasek: has there been any further discussion on bug 1187189, i. e. how to do fw loading? with the flipped container model that might have changed? [05:23] bug 1187189 in linux-mako (Ubuntu) "Kernel crash and reboot when accessing video device" [High,Confirmed] https://launchpad.net/bugs/1187189 [05:58] wgrant, StevenK: wrt https://translations.launchpad.net/ubuntu/saucy/+language-packs, what's missing for starting exports now? [05:59] pitti: We need to adjust the export schedule [05:59] That's about it [06:00] wgrant: for that to happen, which direction do I send beer to? [06:01] to you? [06:01] 30 10 * * 1 nice -16 $LP_PY /srv/launchpad.net/production/launchpad/cronscripts/language-pack-exporter.py ubuntu precise --force-utf8-encoding -q --log- file=INFO:/srv/launchpad.net/production-logs/rosetta/language-pack-exporter.log [06:01] 30 10 * * 2,4 nice -16 $LP_PY /srv/launchpad.net/production/launchpad/cronscripts/language-pack-exporter.py ubuntu raring --force-utf8-encoding -q --log- file=INFO:/srv/launchpad.net/production-logs/rosetta/language-pack-exporter.log [06:01] 30 10 * * 3 nice -16 $LP_PY /srv/launchpad.net/production/launchpad/cronscripts/language-pack-exporter.py ubuntu quantal --force-utf8-encoding -q --log- file=INFO:/srv/launchpad.net/production-logs/rosetta/language-pack-exporter.log [06:01] Is what we do atm [06:01] I' [06:01] I'd suggest s/raring/saucy/, s/quantal/raring/ [06:01] So stopping quantal exports [06:01] yeah, we don't use them any more [06:02] OK, I'll make that change. You'll handle your end? [06:06] wgrant: isn't that s/quantal/saucy/ ? [06:06] Not in that order. [06:13] wgrant: adjusted, but disabled for now; I need to build full saucy packs initially [06:13] I'll do that when I see the first full export on +langpacks [06:13] Thanks [06:13] wgrant: thanks to you! === Trewas666 is now known as Trewas [06:44] good morning === mthaddon` is now known as mthaddon === smb` is now known as smb === apachelogger_ is now known as apachelogger [07:49] pitti, we dont/cant do fw loading on the ubuntu side since it is part of the HW initialization happening on the android side ... loading it in ubuntu we would miss configs and parameters ... if you have a better idea how to prevent it than diverting the rules that would be super appüreciated :) === didrocks1 is now known as didrocks [08:07] ogra_: i. e. we should revert the patch to grab firmware from /system and /vendor ? [08:09] pitti, there is a patch ? i thought slangasek dropped it when we added the diversion for the firmware rule [08:09] ogra_: not a patch, we added /system/firmware and /vendor/firmware as fw lookup path [08:09] we explicitly dropped the rule, so udev shouldnt even attempt to load fw at all [08:10] which makes the patch useless i guess [08:10] ogra_: ah, then I guess that was a no-op change [08:10] ok, then I'll just revert it for now [08:10] the patch was before dropping the rule altogether, i guess steve just forgot about it [08:11] pitti, though it would be nice if udev could have a switch or some such to prevent fw loading, so that we dont need to divert the rule [08:12] ogra_: well, disabling the rule means to install one extra empty file into /etc/udev/rules.d/ [08:12] ogra_: it can't get much easier than that; in particular, we don't want to change any existing file [08:12] no need for a divert there [08:12] just touch /etc/udev/rules.d/50-firmware.rules [08:12] oh ... upstart style disablement ? [08:13] ok [08:13] no, udev rules overriding; that has worked for many years [08:13] * ogra_ didnt know that exists [08:13] see /etc/udev/rules.d/README [08:13] ah, just an empty rule with higher sequence ... k [08:13] ogra_: ok, that might simplify things on your end :) [08:13] ogra_: no, not with higher sequence, with exactly the same name [08:14] ogra_: /etc/udev/rules.d/foo.rules replaces /lib/udev/rules.d/foo.rules [08:14] ah, i missed thats /etc, sorry [08:14] ogra_: as you can't undo the fw loading, a higher sequence number doesn't work here [08:14] right [08:14] ogra_: so I guess that touching will happen in the image build process, or some u-phone specific package will ship it? [08:15] yeah [08:15] the lxc-android-config package holds all container stuff and related hacks [08:16] as long as we use ueventd we dont want udev to initialize the HW [08:16] ogra_: ok; so I guess I'll follow up to the bug with that summary; thanks! [08:17] (it's startup is delayed untila after the container is done atm, and we'll get an upstart bridge into the container so we can depend on "ueventd settle" inn it for starting udev [08:17] ) [08:34] jodh: hey James, how are you? [08:34] pitti: hi, good. [08:34] jodh: wrt. the apport log file collect work item in https://blueprints.launchpad.net/ubuntu/+spec/foundations-1305-upstart-app-launching [08:34] Bug 1199318. He shouldn't have saucy-proposed enabled, but is this also a bug anyway? Is there a missing Breaks/Replaces in apache2-utils 2.4.4-6ubuntu2? [08:35] jodh: I don't currently have any ~/.cache/upstart/application-* [08:35] bug 1199318 in apache2 (Ubuntu) "package apache2-utils 2.2.22-6ubuntu5 failed to install/upgrade: trying to overwrite '/usr/share/apport/package-hooks/apache2.py', which is also in package apache2.2-common 2.2.22-6ubuntu5" [Undecided,New] https://launchpad.net/bugs/1199318 [08:35] jodh: will these appear at some point, or has the semantics of that changed? [08:35] rbasak: yes, there is [08:37] pitti: this is teds baby. Seems to be on hold currently: https://code.launchpad.net/~ted/indicator-application/upstart-job [08:40] Thanks. === Guest46086 is now known as jpds === doko__ is now known as doko [09:48] ogra_: do you know how to launch a Qt app on phablet builds from ssh? i. e. the equivalent of setting $DISPLAY? [09:48] sudo -u phablet [09:48] ogra_: I tried with the terminal app and an external keyboard, but the terminal app doesn't work very well with a keyboard.. [09:48] that shoudl suffice [09:49] hm, I'm already logged in as phablet [09:49] ogra_: oh, indeed; it wasn't working the first time, but now it does [09:49] ogra_: thanks! [09:49] pitti, ssh phablet@ip.tablet [09:50] yes, that's what I did [09:50] pitti, qmlscene debug.qml --desktop_file_hint=/usr/share/applications/ubuntu-weather-app.desktop [09:50] you need the --desktop_file_hint [09:50] iirc [09:50] (that works there) [09:50] right [09:52] https://wiki.ubuntu.com/Touch/ReleaseNotes#Ubuntu_SDK_Alpha ... at the bottom has the instructions btw [09:52] so just calling "gallery-app" reproducibly doesn't work until I actually launch it from the terminal there; seb128's command segfaults [09:52] seems you are missing env vars then [09:52] pitti, weird, I run system-settings like that and it works for me [09:52] system-settings --desktop_file_hint=/usr/share/applications/ubuntu-weather-app.desktop [09:53] I'm actually trying to reproduce bug 1198277, which concerns app startup [09:53] bug 1198277 in Autopilot "Failed to create proxy object for gallery app" [Critical,In progress] https://launchpad.net/bugs/1198277 [09:53] seb128: "qmlscene debug-qml --desktop_file_hint=/usr/share/applications/ubuntu-weather-app.desktop" also crashes [09:54] pitti, do you have a debug-qml? [09:54] pitti, qmlscren debug.qml was my command in that example, replace by whatever you want to run [09:54] so with autopilot I get a autopilot.introspection.dbus.gallery-app object, but I don't see anything [09:55] seb128: no, I though that was some standard qml file to launch an app [09:55] pitti, "$ gallery-app --desktop_file_hint=/usr/share/applications/gallery-app.desktop" works for me [09:55] seb128: ah, that way around [09:55] pitti, oh, sorry [09:55] I believe plain 'qmlscene app.qml' should also work for the purposes of just launching the app. That's how I've been launching the music app for testing it [09:55] for me too [09:55] (though i'm logged in with adb and use sudo -u phablet -i here [09:55] ) [09:55] seb128: confirmed, merci beaucoup ! [09:55] pitti, de rien ;-) [09:55] nah, "ssh nexus" FTW :) [09:55] dpm: nope, you need more parameters or it doesn't show up [09:56] ogra_: *applaud* vi installed by default! [09:56] haha, minimal pulls it in [09:56] ah, perhaps what I did was just to launch the executable line in the .desktop file, then, which includes the parameters [09:56] ignore my comment, then [09:56] not my doing :) [09:58] huh, I'd been typing commands on the terminal of the device for all this time :P [10:00] ogra_: OOI, the MAC address (and thus the supposedly stable IPv6 address) of this thing seems to change with every boot; is there a trick to get a stable IP on that thing? [10:00] ogra_: or do you also just check the ip du jour every time? [10:01] i honestly didnt even knwo it changes :) [10:01] ogra_: ah, you're using adb shell, not ssh? [10:01] yes [10:01] ok [10:01] but even then, it shouldnt change, what device is that ? [10:02] probably worth a bug (though would need an android fix) [10:03] ogra_: nexus7 [10:03] ah, crap HW then :P [10:03] j/k [10:05] pitti: i typically use the avahi hostname: ssh phablet@ubuntu-phablet.local [10:05] or whatever it is, and I ignore host verification on *.local. [10:05] which is annoying if you have two phablet devices! [10:05] popey: *sigh* [10:05] pitti: do you happen to remember if jockey.detection.get_hardware() is cached somewhere in Jockey? I'd like to access it from handlers without having to call the same function multiple times [10:05] the hostnames should be unique [10:05] we should get achiang generating awesome hostnames randomly for us [10:05] xnox: that was actually the first thing I tried, but it doesn't seem to WFM [10:06] popey: yeah, oobe app, which i am on the hook to write should let one choose the hostname. [10:06] pitti: right, cause i had to manually install and configure avahi (disable some $new-kernel-feature) [10:06] popey, lol [10:06] I loved bisquicks and want it back [10:06] popey: yeah, way to break predictability of that, too :) [10:06] xnox: aah [10:06] I don't think I had to do anything to have avahi working to the device ... [10:06] anyway, adb or adb forwaring is fine [10:06] * ogra_ once had a "mofo" device thanks to that ... [10:07] * xnox whistles at broken launchpad and goes to make coffee, whilst the failover is in progress. [10:09] GEEZ ! [10:09] the Lp error page tells me i need to install flash ?!?! [10:10] Probably the Twitter streaming thing broken by a YUI update [10:10] That page doesn't get tested much... [10:12] I just get a spinner [10:12] me 2 [10:12] launchpad is back [10:13] pitti: is it a no? ^^ [10:14] tseliot: sorry; it is cached, see def _get_modaliases() [10:15] tseliot: the second time it shoudl be very quick and not actually do anything except returning the cache [10:16] seb128: yeah, it's back but not all cronjobs are back on. [10:16] * xnox 's uploads not accepted. [10:16] pitti: ah, nice, I had missed the "if _get_modaliases.cache:" part. Thanks === MacSlow is now known as MacSlow|lunch === pete-woods1 is now known as pete-woods [11:48] Is this: https://launchpadlibrarian.net/145001004/buildlog_ubuntu-saucy-i386.gst-plugins-bad1.0_1.0.8-1ubuntu1_FAILEDTOBUILD.txt.gz a bug in gst-plugins-bad or the toolchain? It builds on amd64/armhf but not i386/powerpc (but building there using gold does work)... === _salem is now known as salem_ [12:07] Laney: Probably a link order issue, exacerbated by the silliness of using -nostdlib and -lc (who *does* this?) === 17SAC504O is now known as tvoss [13:02] infinity: AFAICT nostdlib is a libtool-added thing when linking C++ libraries === MacSlow|lunch is now known as MacSlow === mvo__ is now known as mvo === cmagina-away is now known as cmagina === kaleo_ is now known as Kaleo [13:30] Grah [13:31] http://stackoverflow.com/questions/10050389/repeating-libs-on-libtool-command-line ← something like that does it [13:31] slomo_: ↑ — have you looked into this? [13:35] pitti: Do you have a minute to give me a hand with PolicyKit? [13:35] pitti: I'm trying to figure out how to tell it that installing click packages through PackageKit doesn't require admin auth [13:35] pitti: At the moment I have the rather inadequate workaround shown in https://bazaar.launchpad.net/+branch/click/view/head:/pk-plugin/README [13:36] cjwatson, /usr/share/polkit-1/actions/org.debian.apt.policy might be useful as an example? [13:37] hey cjwatson [13:37] cjwatson: sure [13:37] seb128: The problem is that the action isn't distinct, so I need to match on the data [13:38] cjwatson: oh, do we actually use PackageKit for that? [13:38] pitti: I'm planning to [13:38] cjwatson: aptdaemon has a concept of "high trust" packages, and already has a separate PK action [13:38] such a counterpart doesn't exist in PK AFAIK, maybe we can add it [13:39] aptdaemon isn't really a brilliant match [13:39] It would be possible, but I've already got most of the rest working in PK [13:39] @pilot in === udevbot changed the topic of #ubuntu-devel to: Ubuntu 13.04 released | Archive: open | Devel of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of lucid -> raring | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: stgraber, smoser [13:39] I think the way you're supposed to do this in PK is to match on the package_ids data it passes to PolicyKit? [13:40] cjwatson: so one option is to teach PK about such a class of applications that users can install without admin privs [13:40] I can make those package_ids contain "click" [13:40] But I can't work out how to match on that in a policy [13:40] cjwatson: the other is to write a wrapper which gets run as root, checks the package ID, and calls PK (no password needed if teh caller is root) [13:41] cjwatson: and then add a pkexec rule that any user can pkexec that wrapper on a local foreground session [13:41] OK, neither of those makes me very happy - I already have a working packagekit plugin and don't desperately want to turn it all inside out [13:41] cjwatson: you touch a sore point actually [13:41] Laney: no, and i don't see what it would help other than working around bugs somewhere else [13:42] And I was really hoping not to have to modify PackageKit to do this, seeing as it *looks* as though I should be able to match on the details it passes? [13:42] cjwatson: besides the rather static .pkla files current polkit versions have a JavaScript backend which allow this kind of flexibility; but we never got it as it requires mozjs, which is a rather dubious thing to pull into our central priv management [13:42] Yeah, I noticed that [13:43] * ogra_ doubts we would like mozjs on the touch images :) [13:43] cjwatson: to my knowledge .pkla files can't match on details, only on user, group, session status, and action ID [13:43] Urgh :( [13:43] slomo_: I don't mean my solution, but the problem in general [13:43] cjwatson: the original idea was that things like "install a package", "upgrade a package" etc. would be different actions [13:44] cjwatson: so aptdaemon grew org.debian.apt.install-packages.high-trust-repo [13:45] cjwatson: it seems the most workable approach right now is a pkexec'ed wrapper which calls PK with the repo/package name as root after checking that it's a click package/appropriate repository/etc/? [13:45] Laney: we're doing the same in the gstreamer android makefiles for various things, yes [13:46] pitti: That's problematic since I need to know the calling user [13:46] cjwatson: is PK actually fast enough for your purposes? last time I tried it it's still really slow [13:47] slomo_: sec, I found the --preserve-dup-deps option which seems to work [13:47] cjwatson: $PKEXEC_UID [13:47] pitti: overhead 0.4 seconds, doesn't seem like a problem [13:47] and seems to be designed for this purpose [13:47] cjwatson: wow [13:47] admittedly that's in lxc on an x86 laptop, but still, doesn't make me worried [13:48] so, that'll be a bit of a convergence story blocker, but I guess we can work that out somehow to allow PK and aptdaemon to be co-installable [13:48] If we're still using aptdaemon by the time we converge then I can work out how to make this work with aptdaemon too [13:48] For now it seems like largely a waste of cycles to go through aptdaemon [13:49] they mostly collide because aptdaemon ships a PK D-BUS compatibility layer [13:49] cjwatson: of course, with a pkexec wrapper it could just as well call apt :) [13:49] so I don't really understand the pkexec approach; how would that work given that the point of using packagekit here is to provide a d-bus API? [13:50] cjwatson: root can call any PK-protected API without needing to authenticate [13:50] cjwatson: i. e. that would do the "detail check" as a program [13:50] ah, hm, right. I wonder if I mightn't be better off hacking PackageKit to have a way to use a different action here [13:51] cjwatson: do you actually use the PK signals for progress reports, etc? that would be much more difficult with a wrapper [13:51] pitti: no progress reports worth reporting [13:52] i. e. if you use signals, then a wrapper makes them hard to use (you'd need to relay them), and if you don't use signals we could just as well call apt in the pkexec wrapper instead of PK which just calls apt in the end, too [13:52] (or dpkg, or click-install or whatever) [13:52] cjwatson: download happens separately? [13:53] slomo_: http://paste.ubuntu.com/5877506/ is what I've come up with [13:54] pitti: haven't hooked up download yet but it's true that will want progress [13:55] pitti: at the moment I'm just implementing install_files - but yes, install_packages ultimately should use the download service to fetch from apps.ubuntu.com or wherever it is and then install that [13:55] cjwatson, pitti: if you're going to write a pkexec wrapper, might as well not use packagekit and just call the click package installer with pkexec [13:56] mdeslaur: I need a d-bus api, and it's a complete waste of time to invent my own [13:56] I really want to use the pk api for this [13:56] mdeslaur: yes, that's what I mentioned above as well; download would need to happen unprivileged then, though (i. e. not into some root-owned cache directory) [13:56] so I feel the pkexec idea is interesting but probably a non-starter [13:57] it looks like perhaps having some way to override pk_transaction_role_to_action_* mightn't be too hard [13:58] until such time as we have a policykit where I can match on actions [13:58] er, on details [13:59] cjwatson: please don't hold your breath on that one; I'm honestly not a big fan of using mozjs for that either [14:00] cjwatson: conceptually, what's actually wrong with your 10-click.pkla? we don't want people to install any non-app ubuntu package, right? [14:00] slomo_: (LDADD not LDFLAGS) [14:00] i. e. it's the division between *-app and "any package" which is the concern here [14:01] well, on the phone, they *can't* install anything else since the system partition is read-only :) [14:01] except in developer mode [14:02] Laney: why does it need -lc though? who removes it? [14:02] I'm not very comfortable with leaving it totally wide open in developer mode though, and it just doesn't really feel right [14:02] it'd certainly be a convergence problem [14:02] cjwatson: yeah, like we don't want an app to install openssh-server wihtout the user knowing [14:02] (known phablet:phablet user, etc.) [14:04] If I could just get the plugin to override the action to org.freedesktop.packagekit.package-install.click / org.freedesktop.packagekit.package-remove.click, that seems like it'd be good enough for now [14:04] ? [14:04] also - I don't suppose .policy files can match on details, can they? [14:05] cjwatson: yes, and we could just statically allow that (but preferably only for ResultActive) [14:05] Yeah, I only did the other two because I was bored of going round and round on tiny changes :) [14:05] what should one do if adt-run broke after the tests passed, and it's causing a package to be held in -proposed? [14:05] dobey: broke as in infrastructure failure? [14:06] cjwatson: I don't think .policy files can, but let me verify [14:06] cjwatson: probably. adt-run threw an exception, but looks like it could be casued due to network issues at the time [14:06] or possibly something else similar. [14:07] dobey: get jibel to retry it [14:07] jibel: ^^ can you retry software-center autopkgtest run? [14:07] pitti: (though my current lxc instance apparently requires ResultAny=yes - presumably I don't have the right consolekit bits set up or something) [14:07] dobey: I can also re-run them, so poke jibel and/or me [14:07] or indeed logind [14:08] pitti: ah ok. can you re-run software-center then? :) [14:08] slomo_: It's something to do with the stack protector but I don't know why it's not added automatically [14:08] dobey, done [14:08] pitti, ^ [14:08] akthough I have logind installed here [14:08] thanks jibel [14:09] cjwatson, our session doesnt register with it yet [14:09] ogra_: this isn't touch, it's an lxc instance, but noted [14:09] ah, k === fabo_awa1 is now known as fabo [14:11] cjwatson: (FTR, no details matching in *.policy) [14:12] pitti: drat [14:13] cjwatson: so dynamically changing the action in your plugin sounds like a nice approach [14:15] cjwatson: and no details matching with the mozjs version either, so at least that's not what's blocking us [14:15] oh, really? I thought I read it was possible there [14:15] though the policykit documentation is ... less than ideal [14:17] * ogra_ waits for the point where cjwatson just decides to fall back to /etc/sudoers.d/ :) [14:17] I don't mean to be annoying in rejecting the proposed solutions above, btw - partly I'm just reluctant to go back and redo several days of work with a demo deadline upcoming [14:17] cjwatson: ah, maybe thourgh action.lookup('DETAIL') or so, but it's not documented explicitly [14:18] if (action.id.indexOf("org.freedesktop.udisks2.") == 0 && [14:18] action.lookup("drive.vendor") == "SEAGATE" && [14:18] so indeed, with the mozjs bits one could most probably do that [14:21] fortunately this isn't a demo blocker as such - can always specially prepare the image [14:21] but would be nice not to have to [14:21] cjwatson: Would it upset you terribly for grub2-signed to have a hard '=' dep on grub2, so grub2 can't migrate without signed being uploaded to match? [14:22] infinity: not especially [14:23] Right, I think I'll go and invalidate my last upload with another that does that, then. [14:29] What is the behavior when a source package has some "any" and "all" arch packages? Not all builders make the "any" arch-independent package. I wish to be able to know from the environment in debian/rules if my sanity test should pass. [14:29] [the test verifies we packaged everything that the upstream "install" intended us to take] [14:30] qengho: You mean not all builders make the "all" packages. :P [14:31] I deleted some hard-coded "i386" madness yesterday, but it turns out it did something, and I'd like to do it the right way. [14:31] qengho: In Ubuntu, the case is currently that i386 builds with "-b" and all other arches with "-B", meaning i386 produces the arch:all packages. Relying on this to always be true wouldn't be ideal, however. [14:31] Right. [14:31] You can use dh_listpackages, or you could run your checks only in binary-arch [14:31] (or dh_override_foo-arch) [14:32] (the latter only available with debhelper >= 8.9.7) [14:33] infinity, cjwatson: thank you. That helps. [14:33] qengho: Anyhow, once you've come up with a plausible solution (via Colin's above hints, perhaps), you can test locally with "debuild -b" versus "debuild -B", there's nothing magic happening on the buildd side. [14:34] infinity: Yep. "bzr bd -- -B" I suppose will do it. Testing now. [14:43] barry, did you hear back from mandel about the downloader packaging? [14:44] dholbach: last week, i heard it was in progress. we talked about a few details (e.g. # binary packages, etc.) so i believe it is in progress. no word since then [14:46] pitti: so perhaps something a bit like http://paste.ubuntu.com/5877680/ for current pk master [14:47] I'll need to backport that to 0.7 to test it though [14:47] oh, and I suppose a .gir change [14:48] cjwatson: nice and generic [14:49] hughsie is very cooperative usually, so hopefully won't be too difficult to land this [14:51] barry, ok [14:51] barry, I just thought that it'd be good for it to land on the image soon, so folks can start integrating it in other places too - and it already looks like there's a lot of functionality in there [14:52] pitti: yes, I think /system/firmware and /vendor/firmware should be dropped again from udev for the time being [14:53] dholbach: agreed. i need to find out where that's at. [14:54] barry, https://code.launchpad.net/~ubuntu-system-image/ubuntu-system-image/downloader is the link I was given last [14:59] popey: i don't need a random hostname generator, as we already have discovered the best hostname in the history of hostnames, ever. [15:00] jibel: the jenkins.qa.ubuntu.com is a mirror of the result data right? is there any way to see the jobs queue? [15:00] dobey: it's just used for publishing, all jobs are behind a vpn [15:01] dobey, jenkins.qa.u.c only publish the results once the test is done, before that the job queue is only visible on the private instances [15:02] and build 44 of s-c is still running [15:32] infinity: I have a php5 merge ready. Apparently it's not in the server set though, so I can't upload :-/ [15:33] I just assumed that php would be! [15:45] Daviey: do you think ~ubuntu-server-dev should be able to upload php5? Do you know why it can't? I'm not sure I really followed the way the set is determined. [15:46] rbasak: the server team packageset is auto-generated from the seeds, it's not something we manage manually [15:46] but even so, I'm surprised php5 wasn't included by the update script... [15:47] stgraber: right, but how? Anything seeded by server or server-ship? [15:47] ah, it's in core, so that may have been becaused flavours are also seeding it (at least mythbuntu appears to be) [15:48] I "think" that cjwatson's script puts packages in core when they're in use by multiple flavours (in this case server and mythbuntu), but we can probably have php5 be added as an exception to that rule [15:48] I have a set of exceptions, yes [15:48] Will add [15:48] Thank you [15:49] http://paste.ubuntu.com/5877847/ is my debdiff if anyone wants to sponsor it sooner. [15:49] No point, it'll take minutes at most [15:49] OK, thanks. [15:52] rbasak: done [15:53] can anyone tell me why ubuntuone-client is held in saucy-proposed? [15:53] Thank you! [15:53] jibel, pitti: ^^ i don't see a job for ubuntuone-client on the public jenkins page, but maybe there was an infrastructure problem there too? [15:53] er it has nothing to do with them [15:54] dobey: looks like it needs some binaries decrufted; looking [15:54] oh [15:54] cjwatson: ah ok. wasn't sure since i added autopkgtests in that upload as well [15:54] thanks [15:54] they don't appear to have been run [15:54] Decrufting shouldn't be necessary, one would think... [15:54] that's odd, but it isn't blocking -proposed [15:55] NBS doesn't typically block migration unless there are NBS binaries in proposed. [15:55] infinity: slightly odd but perhaps the result of (includes-arch-dep) -> (doesn't) transition [15:55] cjwatson: Oh, all<->any can definitely cause a sad, I've seen that. [15:56] Though, in this case, nothing's changed archiness. But I guess the lack of builds at all on !i386 is confusing. [15:57] anyway, it would have been stuck on ubuntuone-client-gnome needing to be removed even without that [15:57] dobey: I should interpret bug 1196684 as a removal request for the ubuntuone-client-gnome source? ubuntu-archive isn't subscribed [15:57] bug 1196684 in ubuntuone-client-gnome (Ubuntu) "Drop ubuntuone-client-gnome from archive" [Undecided,New] https://launchpad.net/bugs/1196684 [15:58] cjwatson: yes; i was going to subscribe -archive after i got the other two bits fixed, to avoid the hassle of someone saying "it will break these other things" :) [15:59] cjwatson: why would ubuntuone-client be stuck on ubuntuone-client-gnome needing to be removed? because i removed the lib that -gnome depends on? [15:59] well, done now [15:59] dobey: yes [15:59] ah ok [15:59] thanks much [15:59] avoiding that kind of breakage is 90% of the point of proposed-migration :) [16:00] and decrufted now too, so that should help ubuntuone-client migrate [16:00] great [16:01] infinity: i guess because the source went any->all, though the binaries didn't change, would have hit that flag [16:02] StevenK, wgrant: a PPA lplib object doesn't have getPackageUploads(); how would I get the raw translation tarballs from a PPA build like https://launchpad.net/~ubuntu-unity/+archive/daily-build/+build/4763305 ? [16:02] jibel: ^ can you take this? (no autopkgtest run for ubuntuone-client in saucy-proposed); need to run, and TBH I don't know why it doesn't appear in jenkins [16:03] pitti, I'll take it === chrisccoulson_ is now known as chrisccoulson [16:30] I wonder why saucy-changes is updating itself on such a delay [16:31] jbicha, you mean? [16:33] jbicha: Delayed mails on -changes aren't usually the list's fault, but launchpad's MTA having a bit of a sad. [16:34] seb128: apparently there have been no saucy uploads today since 03:00 UTC https://lists.ubuntu.com/archives/saucy-changes/2013-July/ [16:36] jbicha, oh, the archive ... the list is actually working fine [16:36] maybe I should subscribe... [16:37] seb128: You have recent uploads on the list (like php5?) [16:37] infinity, [ubuntu/saucy-proposed] system-image 0.6-0ubuntu1 (Accepted) [16:37] is the most recent I got [16:37] it's from half an hour ago [16:38] php5 was just before it [16:38] infinity, so, yes [16:39] seb128: Kay, thanks for the anecdote. Harassing someone about the archive being stalled. :P [16:39] ;-) [17:16] barry: I'm not having any luck verifying bug 1078697 using the provided test case [17:16] bug 1078697 in apt (Ubuntu Lucid) "Ubuntu archive is missing SHA-1/SHA-256 hashes for some packages" [High,Triaged] https://launchpad.net/bugs/1078697 [17:17] bdmurray: looking [17:19] bdmurray: i wonder if the affected packages need to be rebuilt? [17:20] barry: oh sorry, I mean I don't think it is failing for me with the apt in -updates [17:20] barry: http://pastebin.osuosl.org/2587/ [17:24] bdmurray: that pastebin is failing because there are no checksums in the output [17:25] bdmurray: http://paste.ubuntu.com/5878113/ [17:26] (well, ignore the 1.0.0 version) [17:26] bdmurray: http://paste.ubuntu.com/5878120/ [17:27] jibel, pitti: looks like s-c failed again in the same way, with adt-run crashing. :( [17:27] barry: got it, thanks === salem_ is now known as _salem [17:56] dobey, this is a crash that happens when adt-run times out, so the real is elsewhere in the testsuite. Is there a test that requires access to internet resources? [17:56] s/real/real failure/ [17:57] dobey, I'll re-run the testsuite and check what happens in the vm [17:57] jibel: i have no idea what the tests do there. :) [17:57] Laney: ^^ do you know? [17:58] i'll check what you uploaded tomorrow [18:02] dobey: but I was testing it with the stuff from lp:auto-package-testing if you want to do the same [18:02] http://developer.ubuntu.com/packaging/html/auto-pkg-test.html#executing-the-test [18:02] * Laney waves [18:51] cjwatson: when you have a minute, can you let through the e-mail I just sent to ubuntu-devel-announce === _salem is now known as salem_ [19:17] what's the best way to get the architecutre in debian/rules with pure dh, to use in an if statement? [19:22] dobey: for policy compliance, you still want to query dpkg-architecture directly; e.g., DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) [19:22] in practice this is usually already set in the environment by the build wrappers, but a package shouldn't rely on this [19:23] ah, thanks slangasek === cmagina is now known as cmagina-away [20:04] stgraber: done [20:04] cjwatson: thanks [20:04] @pilot out === udevbot changed the topic of #ubuntu-devel to: Ubuntu 13.04 released | Archive: open | Devel of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of lucid -> raring | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: smoser === gary_ is now known as Guest1856 === cmagina-away is now known as cmagina === salem_ is now known as _salem === cmagina is now known as cmagina-away === cmagina-away is now known as cmagina [21:51] roaksoax, kirkland: do either of you have a time for a testdrive "hackfest" or can you make a page explaining all the functions in testdrive? Either would hugely boost contributions to testdrive [21:56] pitti: distroseries.getPackageUploads(archive=archive) [21:57] Noskcaj: hi there... okay, so here's the quick intro [21:57] Noskcaj: bzr branch lp:testdrive [21:57] Noskcaj: and you'll get the source [21:57] Noskcaj: the majority of the logic is in: [21:57] kirkland, I think howard and i could work out that much [21:57] Noskcaj: testdrive/testdrive.py [21:58] yes [21:58] Noskcaj: there's a handful of variables that define default virtualization options, but enable advanced users to make their own tweaks [21:59] Noskcaj: those can be set at the system level or at the individual user level [21:59] Noskcaj: in /etc/testdriverc or ~/.testdriverc [22:00] Noskcaj: we support a good number of Ubuntu flavors; I understand you're interested in adding Kylin, which is cool [22:00] kirkland, i don't think you understood me. The idea of the hackfest (even if it's at a time howard and i can't get to), is to get new people involved and to have you and andres help everyone fix the rather large list of bugs testdrive now has. [22:01] the fact it's missing kylin, gnome, studio and i think edubuntu is the main thing [22:01] Noskcaj: okay, sorry, I did not understand you [22:01] Noskcaj: I thought that you personally wanted a tour of the code [22:02] kirkland, maybe some other time when i'm not getting ready for school. Either way it's more aimed at everyone willing to help, rather than just me [22:04] Noskcaj: I'm really sorry, but to be perfectly frank, that's not all that interesting to me [22:05] Noskcaj: it's pretty straightforward Python [22:05] Noskcaj: if people want to start attaching good patches and branches to open bugs, that's phenomenal, and I'll be happy to merge and release them [22:06] * kirkland doesn't mean to sound like a jerk, he's just a busy guy [22:06] ok. That reminds me of the other thing, can you try and get someone else as an admin, you and andres are normally busy [22:07] If you do have a little bit of spare time, please look at howard's kylin merge. No one can work out what's wrong [22:10] Noskcaj: we will extend commit rights as soon as someone earns the privilege [22:10] ok [22:10] Noskcaj: that said, absolutely any MOTU in ubuntu can upload new versions of Testdrive, and are welcome to do so [22:11] * kirkland looks at howard's branch [22:11] I'm mostly meaning commit stuff and fix the info page on launchpad (#testdrive doesn't exist). [22:11] :) [22:12] Noskcaj: description fixed. [22:12] thanks, If you wanted somewhere to still be support, maybe link #ubuntu-quality [22:12] Noskcaj: can you point me to the branch you want reviewed? [22:13] We know it, and the current release of testdrive won't open, but for different reasons. I was hoping you would be able to work out what broke. https://code.launchpad.net/~smartboyhw/testdrive/lp-fix-ubuntukylin-1170617 [22:17] Noskcaj: I don't see anything obviously wrong in the review of the patch; let me test it [22:18] FYI: I don't think the branch is based on revision 413