=== karstensrage is now known as Guest12051 [04:30] bdmurray: missing the latest apport upload in bzr, what's the status there? [04:37] doko: have you seen https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1784107 and duplicates? python3 tries to p3compile hplip files that do not exist [04:37] Launchpad bug 1784107 in update-manager (Ubuntu) "package python3-update-manager 1:18.04.11.4 failed to install/upgrade: vereistenproblemen - blijft ongeconfigureerd" [Undecided,Confirmed] [06:02] hmm, when does hwdata package update its database? Upload Sat, 02 Jul 2016 16:53:06 +0200 database version is 2017-03-16 03:15:01 in /usr/share/hwdata/pci.ids [06:02] is that a build time regenerated things? [06:02] yeah the current version is copied since Artful and the build time there somewhat matches the DB 2017-04-20 [06:02] I wonder if that would need regular no-change rebuilds to stay current ... [06:06] ok, assumption confirmed the makefile curl's the data from the web [06:06] and Debian bein gon the same package version but an earlier build has an older DB [06:06] so probably a rebuild would really be useful [06:09] harr, I see symlink to actually pciutils - now all makes sense as the make wasn't called on build [06:09] * cpaelzer stops mumbling to the chan :-) [06:10] cpaelzer: wget at build time wouldn't work anyway. :P [06:10] yep that made me look for links as net+build = nono [06:11] cpaelzer: Tim used to occasionally do pciutils updates for upstream DB changes as SRUs. Not sure if someone's taken that over from him. [06:11] apw, sforshee: ^^ [06:59] doko: xutils is just a metapackage, dunno about xaw3d [07:17] infinity, oh, hmmm... yes that likely is through the cracks --- my memory of that is he used [07:17] infinity, to pull us up 'newer' than debian, but that is was essentially resync able [09:11] doko, gcc8 makes pcl sad "c++: fatal error: Killed signal terminated program cc1plus" [09:12] LocutusOfBorg: which archs? [09:17] everywhere I would say [09:17] at least ppc64el [09:18] other archs are boost failing [09:24] does anyone know of a more efficient way to get the list of packages a team is subscribed to from launchpad than that? [09:24] subscribed = desktop_team.getBugSubscriberPackages() [09:24] for source in subscribed: [09:24] sources.append(source.name) [09:24] it works but takes 30 seconds [09:28] cyphermox, doko, mir team, could you review https://bugs.launchpad.net/ubuntu/+source/yaru-theme/+bug/1783600 ? it's our new theme and we would like to switch the default in yaru sooner rather than later to have time to get feedback and fix issues [09:28] Launchpad bug 1783600 in yaru-theme (Ubuntu) "[MIR] yaru-theme" [Undecided,Confirmed] [09:31] didrocks: ^^^ [09:32] seb128: I don't want to commit on that one for now, busy with other stuff, and afk next week [09:32] doko, ok, no worry [09:33] doko, didrocks is the one who is driving the project and doing the packaging so would be nice to have another reviewer, also he's away for summer holidays in a few days [09:33] argh [09:34] but it's "only a theme" and we started it with the community [09:34] so maybe it's fine to have a pre-ack to start including it, knowing we commit to fixing reviews issues later? [09:39] seb128: emacs is now built unversioned (and desktop was subscribed to emacs25). could you subscribe to the emacs source? [10:19] doko, done for emacs, what do you think about pre-approving the theme MIR? [10:26] good lord: drwx------ 2 ddebs ddebs 597336064 Jul 31 10:20 /srv/ddebs.ubuntu.com/.launchpadlib/api.launchpad.net/cache [10:27] rm -r has been running for, err, some time [10:27] lol [10:27] impressive [10:27] cjwatson, since you are around, do you know about the launchpadlib question I asked an hour ago? [10:27] sorry to use the opportunity and nag you :) [10:28] seb128: I don't know of a more efficient way, no. You can check with the profiling technique in https://help.launchpad.net/API/launchpadlib#Three_things_to_make_your_client_faster, but looking at the basic response I don't think you'll have any superfluous requests in there and you probably just have one request per 75 packages (usual batching) [10:29] In general we try not to return collections of unbounded size, which keeps the duration of each individual request down but means that some tasks can end up taking longer as a result because they need many round-trips [10:30] k, makes sense, thx [10:30] well I guess 30s is ok for that script, my other option is to just load and parse the corresponding webpage [10:31] Which is also batched, right? [10:31] https://bugs.launchpad.net/~desktop-packages/+packagebugs [10:31] doesn't seem so? [10:31] that's a bug :P [10:31] don't fix it :p [10:31] it must just be fast enough that we haven't needed to batch it [10:32] but absolutely no promises about any large collection like that remaining unbatched [10:32] yeah, that team has quite a list [10:32] if it doesn't timeout it's probably good enough for most cases [10:32] it would be the first thing we did if it ever started timing out [10:32] right [10:32] I'm just going to use the api, cleaner and at least no futur surprise (hopefully) [10:32] thx [10:33] ok, sorry not to have a better answer [10:34] no worry, that's for a script that is a cron job geneating team reports, the extra 30s isn't going to be an issue [10:43] doko, "Fix applying xserver patch, by not building mir." I think tigervnc is now syncable, but I don't know the rationale for your delta... [10:43] there is no mention of mir anymore in the source code [10:43] I sync'd, not sure what might break [10:56] bcmwl-kernel-source from 'restricted' is failing to build on 18.04 ( bug #1779974 and others) leaving users without WiFi - who's responsible for dealing with that? [10:56] bug 1779974 in bcmwl (Ubuntu) "install bcmwl-kernel-source , Module wl not found in directory /lib/modules/4.15.0-24-generic" [Undecided,Confirmed] https://launchpad.net/bugs/1779974 [10:59] This also affects 16.04 with the HWE kernels [11:23] TJ-: try #ubuntu-kernel [11:33] rbasak: already done, and sorted :) [13:20] Is there a rough timeline for Bionic being added to meta-release-lts now that 18.04.1 is out? [14:42] StevenK: Soon(tm). [14:43] * ogra shakes head about the always ahead in TZ and always impatient aussies ... [15:13] tseliot: hi! are you planning nvidia-graphics-drivers-396 any time soon? (needed for CUDA 9.2) [15:15] ginggs: hi. No, sorry, we only support long lived branches [15:17] tseliot: ok, thanks [15:22] infinity: You mentioned you'd SRU your fix of bug #1762952. Still on your list? Anything I can do to help? [15:22] bug 1762952 in console-setup (Ubuntu Bionic) "Alternative shortcut for layout switching Alt+Shift unexpectedly set by default" [Undecided,Confirmed] https://launchpad.net/bugs/1762952 [15:26] only 3.3.1 is referenced in /win 27 [15:26] uh [17:24] hi, my ocfs2-tools upload to cosmic is failing to pass migration because of an s390x failure that is unlikely to go away: https://github.com/markfasheh/ocfs2-tools/issues/22 [17:25] there are hints already in place, but for the previous version of the package in ubuntu: [17:25] # Was skipped in lxc, never passed in a vm, not supported on big-endian [17:25] # https://github.com/markfasheh/ocfs2-tools/issues/22 [17:25] force-badtest ocfs2-tools/1.8.5-3ubuntu1/s390x [17:25] what's the appropriate thing to do here, bump that to 1.8.5-5ubuntu1 (my upload)? [17:25] or make that more generic, if supported, like 1.8.5? Maybe a newer version will get s390x support [17:25] or update the test and skip s390x entirely, returning a fake "pass"? [17:39] ahasenack: I think the usual action is a bump in the hints file, best place to ask is #ubuntu-release [17:40] I always ask in the wrong channel :/ [18:49] GunnarHj: It's sitting in the queue. [18:57] GunnarHj: And by "it's in the queue", apparently I meant "I built it, signed it, and forgot to upload it". [18:57] GunnarHj: Uploaded now. [18:58] in all fairness, you didn't specify which queue [18:59] mdeslaur: Sure, let's go with that. [19:10] infinity: TB meeting? [19:11] slangasek: Sleep. [19:11] tsk [19:11] slangasek: But you can relay that I've asked wxl to apply another round of Democracy(tm) to our expiries. [19:12] done already, actually [19:12] wxl: Ahh, excellent. [19:12] and i got in touch with mark.. or at least emailed him XD [19:12] (he hasn't yet replied) [19:43] infinity: Thanks! :) [20:01] wow: [20:01] Get:1 http://ftpmaster.internal/ubuntu cosmic-proposed/main amd64 libsqlite3-0 amd64 3.24.0-1 [506 kB] [20:01] Fetched 506 kB in 213503982334601d 7h 0min 15s (0 B/s) [20:01] :) [20:01] Math is hard. [20:08] tjaalton: hi there, [20:08] tjaalton: checking a freeipa dep8 failure with my recent bind9 upload (not related to that pkcs11 crash bug): https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-cosmic/cosmic/amd64/f/freeipa/20180731_191434_0e520@/log.gz [20:09] tjaalton: any idea what failed there? [20:09] only thing I could find was: [20:09] autopkgtest: WARNING: Test dependencies are unsatisfiable with using apt pinning. Retrying with using all packages from cosmic-proposed [20:09] hm, maybe bind9-dyndb-ldap? [20:09] hard to tell [20:11] ah, likely, actually [20:11] I somehow missed that in the rdepends output of apt-cache rdepends libdns1100 [20:11] I have a patch for that crash btw [20:11] asked folks to test it [20:11] I saw the movement in the bug, nice find by that guy [20:12] oh this is cosmic [20:12] yes [20:14] I'm taking care of it [20:14] nothing like asking to find out what is wrong seconds later :) [20:17] yeah needs a rebuild [20:30] does ubuntu use the ...buildN suffix to indicate no-change rebuilds? Or just bump the ubuntu release number? [20:31] I'm not finding examples of ...ubuntuNbuildX in my installed packages [20:31] If it has an Ubuntu delta, bump the ubuntu number. [20:31] ok [20:31] Because you want to keep the delta. [20:31] Fun fact; dch --rebuild does this logic for you. ;) [20:31] Otherwise, yeah. [20:32] oh, true [20:32] would someone sponsor this rebuild for me? I can't upload bind-dyndb-ldap: https://pastebin.ubuntu.com/p/XVcFrKmqxH/ [20:32] or just run dch --rebuild on that package :) [20:32] I have a script. :P [20:33] Oh yay, it's in Universe. [20:33] ahasenack: Doing. [20:33] https://launchpad.net/~ahasenack/+archive/ubuntu/bind-merge-9.11.4/+packages ppa showing it builds fine with the new bind9 [20:33] tsimonq2: ^ thanks [20:36] ahasenack: https://launchpad.net/ubuntu/+source/bind-dyndb-ldap/11.1-3ubuntu2 [20:36] Have fun. [20:37] tsimonq2: splendid, thank you [20:37] No problem. [21:38] tsimonq2: Do you have time to revisit and sponsor bug #1778041? I have taken a couple of actions since the last failed attempt (comment #4 and #5). [21:38] bug 1778041 in freshplayerplugin (Ubuntu Bionic) "browser-plugin-freshplayer-pepperflash broken" [High,In progress] https://launchpad.net/bugs/1778041 [21:45] tjaalton: when you have a moment, could you please retrigger the failed freeipa tests under my bind9 upload? http://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html#bind9 [21:45] you can see in http://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html#bind9-dyndb-ldap that they are now passing [22:04] GunnarHj: Done, but you'll need to poke an Archive Administrator. [22:04] (Missing binaries.) [22:14] tsimonq2: Thanks, will do! But I don't see the SRUs..? [22:14] GunnarHj: Oh, let me get those. [22:14] Where were those? [22:14] (Did you just want me to wholesale backport that?) [22:14] tsimonq2: https://launchpad.net/~gunnarhj/+archive/ubuntu/freshplayerplugin [22:20] GunnarHj: Done. [22:25] tsimonq2: Thanks a lot! Crossing my fingers for this being it.