[00:40] sbeattie: should I go ahead and fire off no-change rebuilds for those, then? [00:42] sbeattie: (let's suppose "yes" and do it) [00:51] wgrant: cool, closer than i thought :) thanks! i can't wait. i'm always on crappy links so pulling 300 mb just to push it is painful :) [00:51] sbeattie: (done) [00:52] sbeattie: (except for bglibs which somehow generated a broken .changes file, BRILLIANT) [00:53] slangasek: bglibs looks "special" https://lintian.debian.org/maintainer/pape@smarden.org.html#bglibs [00:53] yes, yes it is [00:54] maybe build-depending on that one is a good reason to remove a package instead of fixing it [00:56] it might be, it looks unloved for a while https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544056 [00:56] Debian bug 544056 in wnpp "RFA: bglibs -- BG Libraries Collection" [Normal,Open] === Wulf4 is now known as Wulf === NaSb_ is now known as Mozpaccers === salem_ is now known as _salem [04:00] infinity: belated thanks :) [04:01] lfaraone: I don't know what I did, but you're welcome. [04:05] pitti: Wow. Why is systemd so effin' noisy about timers? [04:05] pitti: None of that belongs in my ringbuffer. [04:10] Hmm. Why do we still build .imgs for the server install CD, but not the desktop install CD? [04:10] I feel, if anything, those should be swapped. [04:10] lfaraone: server.img is a symlink to server.iso. :P [04:11] It was a specific request to do so, it's not an extra image (despite the confusion) [04:11] infinity: hm, ok. do we build actual images for anything? [04:11] lfaraone: Define "images". [04:11] They're all images. [04:11] infinity: well, anything for which https://help.ubuntu.com/community/Installation/FromImgFiles is helpful. I think no :P [04:13] lfaraone: Seems that all those docs (including the ISO doc that links to) are pretty out of date. Whee. [04:14] lfaraone: To be clear, the ISOs we produce are all bootable, and can thus be written raw to a USB key via dd. [04:14] lfaraone: So, all the docs seem to be many years crusty on that score. [04:14] infinity: Figured. I was planning on rewriting it a bit, and include some steps about how to verify the SHA256SUM.gpg, since it took me a bit of effort to find out the right invocation myself. [04:46] slangasek: yeah, in order to get it to be accepted in the ppa, I had to add 'Sections: libs' to the source section of the control file. [05:36] good morning === Malsasa_ is now known as Malsasa [06:16] doko, hi :), https://launchpad.net/~ricotz/+archive/ubuntu/staging/+sourcepub/6377511/+listing-archive-extra [06:17] infinity: timers> err, what? some details please? "ringbuffer" sounds like "dmesg", but there are no timer messages after booting [06:17] Good morning [06:18] infinity: I suppose some pile up over time when e. g. the apt timer has run a few times? [06:37] pitti: Yeah, I have a ton of apt timer messages. [06:38] pitti: I see zero reason to spam kmsg with that. [06:39] infinity: can you please file a bug? the apt timer only runs every ~ 12 hours, so for sure there shouldn't be messages more often than that (unless there are other timers) [06:39] and they are supposed to go to the journal, not to dmesg [06:40] pitti: Sure, it's not often (though it adds up), but that's not really the point. If we had a ton of timers all doing that, it would be ridiculous. [06:40] pitti: Filing a bug. [06:41] "systemctl list-timers" shows that the apt-daily timer ran 25 mins ago and systemd-tmpfiles-clean.timer 10 mins ago, still nothing in dmesg [06:41] so, can't reproduce yet I'm afraid; let's see what your messages actually are [06:42] pitti: It's the random adjust. Sec. [06:42] Apr 29 08:15:39 donald systemd[1]: apt-daily.timer: Adding 4h 5min 11.531683s random time. [06:42] (in the journal indeed, but not in dmesg) [06:42] https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1576536 [06:43] Launchpad bug 1576536 in systemd (Ubuntu) "timer messages unnecessarily sent to /dev/kmsg" [Undecided,New] [06:43] pitti: I have a ton in dmesg. [06:43] infinity: ubuntu-bug please [06:43] infinity: can you please do apport-collect then? [06:43] (release, arch, JournalErrors.txt, etc.) [06:44] pitti: apport-collecting. Apparently, python-apport isn't installed by default anymore. [06:44] kernel's command line etc. [06:44] infinity: right, that fell victim to "py 3 only on the iso" some releases ago [06:45] infinity: unfortunatley python3-launchpadlib still falls over too often, so apport-collect has to use py2 for now [06:45] pitti: Oh. So why doesn't apport-collect use python3-apport? :P [06:45] Ahh. [06:45] pitti: apport-collected. [06:47] infinity: thanks; need to ponder that for a bit, I see nothing unusual on the log target or errors [06:50] pitti: I suppose I could just blame mvo for pointlessly switching away from cron. :P [06:50] infinity: I think his point was to smear out the time when the trigger hits, with the random delay [06:51] pitti: Quite, yes, which the cronjob also does. :) [06:51] (though not as well, admittedly) [06:51] infinity: *cough* pointless *cough* [06:51] I remember that mvo discussed this, but I forgot why the cron job wasn't sufficient any more [06:51] infinity: you need to embrace this new tech, its awesome ! [06:51] mvo: oh, guten Morgen [06:51] mvo: Can't make me. [06:52] mvo: (And it does feel a bit pointless when you still have the compat cronjob for non-systemd systems) [06:52] mvo: Anyhow, systemd being a big jerk to my logs isn't your fault. :) [06:53] infinity: the big one is that we need more randomness for the start of the job and systemd gives it to us cheaply. with cron the ranodm delay delays other jobs. sure, we could have done it differently without systemd but it saves some extra work [06:53] infinity: :P [06:54] infinity: I won't disagree that the systemd timers seems to be not quite the same level as good old cron yet [06:54] pitti: hey, guten morgen! [06:55] mvo: Forking the delayed job in the background would let cron carry on, wouldn't it? [06:55] mvo: (I agree that holding up cron for your delay is awful) [06:56] barry: FWIW, updated merge: https://launchpad.net/~unit193/+archive/ubuntu/staging/+sourcepub/6377589/+listing-archive-extra [06:58] infinity: yeah, it could be done without systemd timers of course [07:10] pitti, I don't know why summit is ignoring you, but maybe you can rename https://blueprints.launchpad.net/ubuntu/+spec/desktop-y-replace-upstart to convergence-1605-replace-upstart - just to see if that helps? [07:11] dholbach: oh, we don't do the -series any more, just the -UOSdate? that's a bit strange [07:12] dholbach: renamed [07:19] pitti, I have no idea [07:19] pitti, and mhall119 who's our local summit expert is on holidays [07:20] I just noticed that it hadn't been imported [07:20] dholbach: so, let's try with convergence-y first, and if that still doesn't work, I'll rename it further to convergence-1605 ? [07:21] how long do we need to wait until the next import run? [07:21] I have no idea [07:21] I'll watch the situation and let you know [07:27] doko: looks like slang asek took care of the packages I mentioned earlier. Two additional packages needing rebuild are dpkg and python2.7. [07:37] hi pitti can you please retry json-c autopkgtest against u1db in proposed? 13.10-6ubuntu1 or 13.10-6.2 is fine either way [07:37] it was a bad autopkgtest I fixed yesterday [07:37] AFAIK this will make the json-c transition look better :) === athairus is now known as afkthairus [07:39] LocutusOfBorg: hmm, this thing says "13.10-6" http://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html#json-c [07:40] yes, it is the -release version [07:40] now proposed has 13.10-6ubuntu1 and upcoming 13.10-6.2 (dinstalling right now) [07:40] both are fine [07:41] oops my upload was called 13.10-6.1ubuntu1 [07:41] but I sync'd the same change half an hour ago [07:48] autopkgtesting; anybody here that knows how to get a package installed before the package to test? [07:49] * elbrus tries to test cacti, but that depends on a mysql-server | mariabd-server (but cacti doesn't (need to) depend on it [07:49] ) [07:50] add it to the Depends in the tests/control? [07:50] jtaylor: it get's installed AFTER cacti (instead of before) [07:51] see: https://ci.debian.net/data/packages/unstable/amd64/c/cacti/20160428_043001.autopkgtest.log.gz [07:51] or to be more precise: setup after cacti setup [07:51] urg, maybe add needs-root and install it yourself [07:53] jtaylor: is that allowed (e.g. do you have network/repository available)? [07:54] LocutusOfBorg: running: http://autopkgtest.ubuntu.com/running.shtml#pkg-u1db [07:54] so then you wouldn't need anything in Depends in tests/control [07:54] LocutusOfBorg: the armhf one will still take a bit, I'll probably just hint it in [07:54] (once the other arches succeed) [07:55] if its not allowed the infrastructure should just ignore it [07:55] elbrus: if cacti doesn't depend on mysql, then apt will randomly pick an order in which to configure them [07:56] elbrus: so if cacti's postinst tries to configure mysql, it shuold get at least a recommends: mysql then, to force configuration order in apt? [07:56] elbrus: I mean, this is an actual problem, not just a test artifact [07:57] pitti: but it depends on the client and theserver is normally remote [07:57] thanks [07:57] so no recommends [07:58] elbrus: then I guess the postinst needs to gracefully handle mysql not being available? [07:58] if I understand correctly, once the autopkgtestsuite is green I can see what is missing on update_output, right? [07:58] LocutusOfBorg: right [07:58] because with no transition tracker I have difficulties in looking at what is wrong [07:58] thanks [07:58] pitti: that is the case: dbconfig-common: cacti configure: noninteractive fail. [07:58] dbconfig-common: cacti configure: ignoring errors from here forwards [07:58] LocutusOfBorg: we can add transition trackers [07:58] pitti, I think just two or three packages are wrong, and just for some archs [07:59] dpkg: error processing package cacti (--configure): [07:59] not needed I gues [07:59] subprocess installed post-installation script returned error exit status 1 [07:59] not enough then apparently :) [07:59] I fixed all the packages, the failures are related to boost and or fPIC stuff [07:59] BTW whill anybody fix virtualbox/amd64 at the end? I'm not really sure about the fPIC stuff [08:00] s/whill/will ENOCOFFEE [08:20] doko: there seems to be an issue with openjdk-6-jre, which depends on tzdata-java which then is uninstallable. could jre drop the dependency on tzdata-java? [08:20] this on enial [08:20] +x [08:21] doko, did you ask about gtk+ yesterday because you want 3.20? because we don't plan to update to that version yet (and maybe not this cycle because it might be too much work to fix theme and apps then) [08:22] pitti: granted, I made a mistake in my postinst in the latest cacti package for the noninteractive case, but that still leaves the package non-functional... [08:24] pitti: do you know it the order in the tests/control Depends field matters? [08:25] elbrus: that's up to apt (it more or less gets tossed to apt as it is) [08:25] elbrus: so, it could be [08:25] elbrus: but still, this is a real bug, easier to just fix it than trying to hide it in the test control? [08:25] hmm, will try in my next upload than (albeit not robust I guess) [08:26] elbrus: yeah, I don't think you can rely on the order there [08:26] seb128, hmm really? we need gtk+ 3.20 this cycle [08:26] pitti: I will fix the real but, but mysql-server should NOT be recommends or Depends as it is on a remote server (or at least allowed) [08:26] darkxst, you are welcome to work on the update, just need the themes and apps to be fixed before landing [08:26] elbrus: yeah, understood; I meant the bug in the postinst that it fails if mysql isn't available [08:26] pitti: sure, will fix that [08:28] seb128, which apps? most all of the GNOME ones are already fixed [08:28] I am not really familiar with the ubuntu theme though [08:29] doko, darkxst, https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1576576 in any case [08:29] Launchpad bug 1576576 in gtk+3.0 (Ubuntu) "Update to 3.20" [Undecided,New] [08:29] so nobody updates it by mistake :p [08:29] darkxst, dunno, I didn't look at it at all, there was a blogpost on planet GNOME saying that gnumeric looks buggy, there are probably others [08:29] darkxst, I expect the big part of the work to be to update the unity themes [08:29] those are being and not maintained for years [08:30] and we don't have anyone knowing theming well and/or available to work on that [08:30] hmm [08:31] every time I plug a USB smartcard reader, something (gnome-software?) triggers org.freedesktop.packagekit.trigger-offline-update [08:31] can that be disabled? [08:31] seb128, firefox is a bit glitchy but imagine upstream will fix that [08:32] andrewsh, our packagekit version doesn't support that I think so it shouldn't do anything? [08:32] seb128, its going to be hard to stage on a ppa [08:32] darkxst, why? [08:32] seb128: well, I get a notification "updates available" [08:32] I mean are we meant to go through every single gtk3 app in the archives [08:32] andrewsh, that has nothing to do with trigger-offline-update though [08:33] darkxst, no, just what is installed by default on the flavors I would expect [08:33] seb128: possibly, yet gnome-software itself is being triggered [08:33] unity/GNOME/xfce [08:33] can *that* be disabled? [08:33] andrewsh, no [08:33] knowing about updates is a feature [08:33] though it should be fixed to not overnotify [08:34] like it should do it once a day max [08:34] well, I have everything I wanted to update updated really [08:34] you have updates you decided to not apply? [08:34] well, yes, libfreetype6 [08:34] it breaks my fonts [08:35] so I have re-applied the patch upstream didn't like [08:35] andrewsh, anyway, please open a bug about gnome-software about it notifying you on card reader events, that's buggy [08:35] from journalctl -f it seems it's triggered on any USB plug/unplug event [08:35] that sounds useful for some situations, but not in this case [08:36] we need to make it less spammy for sure [08:36] but disabling it totally is not the solution [08:36] one more question: something re-sets the keyboard layout to English on login (I have a custom layout), what can that be? [08:37] I'd happily debug and write a patch for that myself, I don't know where to look [08:37] whole Unity stuff looks a bit opaque to me [08:38] andrewsh, the unity-settings-daemon keyboard plugin most likely [08:38] full disclaimer: I have the default layout (I haven't configured anything in Unity), but run setxkbmap after login [08:38] seb128, we don't have the manpower to deal with 3 entire flavours [08:38] and after that runs something resets it back [08:38] seb128, but without the gtk+ update, there is little point us even releasing a 16.10 [08:38] so if I run it manually it persists, but not if it's done from .xsessionrc or autostarts [08:39] andrewsh, you can try to "gsettings set org.gnome.settings-daemon.plugins.keyboard active false" and see if it workarounds it for you [08:40] thanks, let's see [08:40] darkxst, yeah, I'm sorry [08:40] unsure what to do [08:40] but we can just update and say "screw unity and other non GNOME flavors" [08:40] can't [08:41] well maybe it's going to be fine and not that much [08:41] but I've a feeling fixing themes isn't going to be trivial [08:41] definitely not [08:41] * andrewsh has an experience [08:41] I ported Clearlooks-Phénix two times [08:41] not willing to anymore [08:42] seb128, well xfce doesnt use gtk3 themes i didnt think, but unity themes will be plenty of work [08:46] seb128, there is no one left on the -desktop team, that understands the unity themes? [08:47] not since larsu left [08:47] also we don't have much resources to spend on that atm [08:47] damn [08:47] the LTS is more important than the new updates [08:47] darkxst: Xfce doesn't entirely use GTK3, but it does use it and of course the themes have to support it. === Malsasa_ is now known as Malsasa [08:50] seb128, atm the moment yes, but we have 1000's of users screaming at us if there in no update in 16.10 [08:50] s/we/we will/ [08:50] :-/ [08:50] we already get enough complaints at being one cycle behind, but I don't mind that myself [08:51] well really 5 months behind [08:53] darkxst, did you try to log into an unity session with gtk 3.20 just to see how buggy the theme looks like? [08:54] seb128, no, because I know it will be buggy [08:54] what I do know is exactly how much effort is required to port unity to css nodes [08:55] s/do/don't/ [08:55] right, same here, I've no clue about css and how different the new gtk stuff is [08:55] and I wouldn't expect it to land in a broken state [08:55] but I've a feeling it's not going to be trivial [08:56] but guess I was hoping someone would work on it [08:56] we could maybe try to bounty/contract the work if we know of somebody who would be interested... [08:57] I don't have any name in mind of whoever could be interested though [08:58] seb128, I only know one themer, and I can't remember how to spell his name! [08:59] though he maintains a few gtk themes [09:02] darkxst, the name even spelt wrong can be useful :-) [09:02] seb128, https://launchpad.net/~satyajit-happy [09:02] huh, xenial has openjdk-6 binaries but no source [09:02] willcooke, ^ [09:03] darkxst, in any case we are trying to find a solution, but I expect the new gtk isn't going to be ready to land any time soon [09:03] he is the author of the very popular numix theme [09:03] I'll reach out to him and see if he could help [09:04] thanks [09:04] seb128, soon is not a requirement, just this cycle (with enough time to land everything else!) [09:04] right, I prefer to mention it early so we can try to find help to work on this [09:04] because otherwise it's likely it's not going to happen [09:09] seb128, yes it needs a solution ;) [09:11] I'm looking at a xenial server installation, and it has backports enabled. However, that line is commented out when it is added in live-build/auto/build (line 139). What uncommented it? [09:14] willcooke, he (Satyajit) was involved with the Ubuntu GNOME teams for a while, but moved onto other project [09:16] doko: nevermind, mirror being out of date [09:17] darkxst, thx. [09:18] anyway I just sat down from a 5hr drive home, discussing gtk+ can wait! [09:19] :) [09:25] jibel, davmor2: can we land https://requests.ci-train.ubuntu.com/#/ticket/1256 ? failed automated sign off seems to be due to a runtime problem [09:30] morphis: that is a job for Mirv maybe or sil I don't think we touch it past testing it [09:31] ok [09:31] Mirv: ^^ [09:40] morphis: done [09:44] Mirv: awesome! [09:50] can anybody please kill this with FIRE? https://launchpad.net/ubuntu/+source/upstart/1.13.2-0ubuntu22/+build/9658082 [09:50] ginggs, ^^^ [09:50] ok, somebody did it, thanks [09:52] it's still building [09:52] [BUILDING] Currently building on z13-018 Build score:4010 (What's this?) Started 1 minute ago [09:52] it was cancelling, and ginggs retried it while posting here :) [09:52] yep [09:52] ta [09:55] upstart, why you so sad? [09:57] LocutusOfBorg, because it always gets accused of being a Canonical NIH systemd init, even though it came first :p [09:58] it doesn't explain why the combination upstart/s390x is so sad [09:59] darkxst, did you manage to stop seeding xorg-legacy package from the gnome flavour? it would be nice to do it for yakkety [09:59] LocutusOfBorg, I can't seed virtualbox-dkms its in multiverse [09:59] LocutusOfBorg, code doesnt have feelings anyway! [10:00] there is the kernel module in src:linux! [10:00] you can use that [10:00] LocutusOfBorg, has it been updated? [10:01] in -proposed [10:01] 4.4.0-22.38 [10:01] LocutusOfBorg, ok, remind me when it lands, and I will test and update seeds for yak [10:01] ta [10:02] you might already do some testing with the -proposed one, just to be sure ;) [10:05] LocutusOfBorg, not tonight, I just drove home 5 hrs through heavy rain ;( [10:10] Hi, question probably for -release, but I'll ask here anyway. what should be done to remove src:libpng from yakkety? [10:11] http://people.canonical.com/~ubuntu-archive/transitions/html/libpng.html [10:11] can we "demote" something in -proposed and remove it from release until stuff gets fixed? [10:11] e.g. polybori needs an rm of armhf [10:11] LocutusOfBorg, that is a massive transition [10:11] s/a massive/a finished massive/ [10:13] how can it be finished if there is still broken stuff? anyway if broken stuff is in universe and unmaintained -release team can demote [10:13] pcl is going to be fixed with vtk6 transition, polybory needs a single binary removed, gst-plugins-good0.10 why you still there? k3d I might fix but it is boost- related [10:13] darkxst, finished because the broken stuff is "who cares" and broken in debian anyway [10:15] * darkxst has been off in the mountains, mostly offline for the last week, but that seems like a good enough reason [10:15] I would prever removing 10 packages or demoting instead of having two libpng implementations, specially for stuff that isn't also part of stretch [10:15] maybe I'll fix two or three packages and then request it [10:19] LocutusOfBorg, have the packages been removed from debian? [10:19] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822318 [10:20] Debian bug 822318 in ftp.debian.org "RM: libpng -- RoQA; superseded by libpng1.6" [Normal,Open] [10:20] gonna be [10:20] we shouldn't remove libpng until it stops having rdeps [10:20] fixing the fixable and then remove what is remaining [10:21] cjwatson, no, removing the rdeps I think is what LocutusOfBorg is talking about, thats fair game if they are gone from debian [10:21] libpng will disappear by itself when ready I assume [10:22] yes indeed, we are doing this on debian [10:22] sure, but maybe LocutusOfBorg needs to check rdeps before asking questions like "gst-plugins-good0.10 why you still there" [10:22] but many of the blockers are armel and hurd [10:22] so ubuntu should be easier [10:22] I mean "reverse-depends src:gst-plugins-good0.10" answers that question immediately [10:22] oh... I wasn't aware of reverse-deps [10:23] LocutusOfBorg: I've removed polybori/armhf [10:24] and while we can demote stuff to -proposed, I'd rather not do that for stuff with rdeps, it gets complicated [10:24] ok, but reverse-dependencies of gst-plugins-good0.10 are out of debian testing and unstable [10:24] the only one is plasma-mediacenter where it is a recommend [10:25] what to do in this case? btw thanks for polybori [10:25] IIRC there was a bug about farstream, it wasn't entirely trivial [10:25] https://bugs.launchpad.net/ubuntu/+source/telepathy-qt5/+bug/1538772 [10:25] Launchpad bug 1538772 in telepathy-qt5 (Ubuntu) "Stop build-depending on libfarstream-0.1-dev and gstreamer 0.10" [Undecided,Confirmed] [10:27] seems it is going to disappear from that bug [10:27] wonderful [10:27] doko: mind if I merge ffmpeg? [10:27] that would clear out mplayer from that transition tracker, I think [10:27] thanks cjwatson for doing it! [10:27] cjwatson, yes [10:28] I was wondering to do it, but thanks [10:28] * LocutusOfBorg is fixing boost stuff [10:29] anyone know what package/process writes /etc/initramfs-tools/conf.d/resume originally? [10:29] TJ-: base-installer / ubiquity [10:30] cjwatson: Ahhh! I've been trying to figure out what wrote an incorrect UUID that doesn't exist there! [10:30] cjwatson: is that file totally manually administered then? no tools to do it? [10:31] TJ-: correct afaik [10:31] cjwatson: OK... I'm not going mad then :D Been searching all the .postinst and initramfs-tools hooks trying to figure out what wrote it :) [10:32] btw xcftools on s390x <-- is that important? I don't have stuff/machines to fix that testsuite failure [10:32] cjwatson, if you want to remove it :p [10:33] not particularly with zero investigation [10:34] -- 10x10+27+27 RGB-alpha Normal AE=AE [10:34] +- 10x10+27+27 RGB-alpha Normal Æ=AE [10:34] seems something locale-related [10:34] probably related to recent change to C.UTF-8 [10:35] so should be fixed as that's not intrinsically s390xish [10:35] it just happens that s390x has a newer buildd base system than the others so probably a slight difference in behaviour there [10:36] sigh, I don't know how to fix UTF stuff :( [11:16] lool: you haven't forwarded LP: #1290069 ;) [11:17] Launchpad bug 1290069 in fakeroot (Ubuntu) "Bad identification of getopt in /usr/bin/fakeroot-sysv with some translations" [Undecided,Fix released] https://launchpad.net/bugs/1290069 === xavigarcia is now known as xavigarcia_lunch [11:21] andrewsh: I did actually! https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758728 [11:21] Debian bug 758728 in fakeroot "Use getopt -T to test for GNU getopt" [Minor,Open] [11:21] actually you have, yes :) [11:21] lool: I haven't checked the BTS, I just saw the patch not applied in Debian :) [11:22] it's probably the time for an NMU [11:24] lool: where does /etc/ld.so.conf.d/fakeroot-.conf file comes from? [11:24] I can't find any mention of it in the package [11:26] andrewsh: echo /usr/lib/$(DEB_HOST_MULTIARCH)/libfakeroot > debian/libfakeroot/etc/ld.so.conf.d/fakeroot-$(DEB_HOST_MULTIARCH).conf [11:26] andrewsh: in rules [11:26] hmm [11:26] somehow I missed that [11:28] I'm basically trying to fix #636192 in pseudo [11:50] cjwatson, not at all [11:51] tjaalton, xenial doesn't have openjdk-6 anymore ... [11:52] doko: yeah, and I noticed that dropping i386 from my mirror was a bad idea, apt stopped using it at all [11:53] so the package lists on this machine were over a month old and still showed it [11:55] sbeattie, slangasek: dpkg and python2.7 uploaded [11:59] ginggs, postgis test failures on s390x and arm64, qgis build failures on ppc64el and powerpc [12:04] doko: thanks, will take a look === xavigarcia_lunch is now known as xavigarcia === Malsasa_ is now known as Malsasa [12:10] LocutusOfBorg: the qgis ftbfs is also in Debian, bug #822477 [12:10] bug 705593 in virtualbox-ose (Ubuntu) "duplicate for #822477 package virtualbox-ose-dkms * failed to install/upgrade: virtualbox-ose kernel module failed to build (types.h:97:31: fatal error: linux/autoconf.h: No such file or directory)" [Undecided,Fix released] https://launchpad.net/bugs/705593 [12:11] err, Debian bug #822477 [12:11] Debian bug 822477 in qgis "qgis: FTBFS: error: request for member 'insert' in 'qm', which is of pointer type 'QMap" [Serious,Open] http://bugs.debian.org/822477 [12:11] yes [12:18] ack [12:20] ginggs, https://github.com/qgis/QGIS/commit/fc6559aa053317cda8ced657c3013a0d4c6549e9 [12:20] we got a patch [12:46] im getting an error regarding E: openstack: init.d-script-not-included-in-package etc/init.d/openstack, even though im only packaging a openstack.service systemd file [12:46] what am i missing? [12:47] i set dh $@ --with systemd also [12:52] xnox, k3d FTBFS because of missing boost_system link, but a quick look seems to make me wonder about a bug in boost itself [12:52] because it doesn't use directly system boost library [12:52] Unit193: any chance you can file a bug+patch over in debian? it'd be nice now that we're resync'd not to continue to carry an ubuntu delta [13:07] cjwatson, can I ask you to remove insighttookit from Ubuntu? vmtk on powerpc needs probably a removal, we removed every arch except amd64 and i386 for debian [13:10] LocutusOfBorg: not now sorry, on leave this afternoon [13:10] LocutusOfBorg: find another victim please :) [13:11] LocutusOfBorg: insighttoolkit has built fine on all arches in the current version [13:11] pitti, this doesn't mean it shouldn't be killed with fire :) [13:12] we are switching to insighttoolkit4 available since years [13:12] same for vmtk [13:12] also vtk->vtk6 [13:12] yes, but insighttookit has issues that can't be backported from itk4 [13:12] dholbach, https://blueprints.launchpad.net/sprints/uos-1605 seems pretty empty, am I looking at the wrong place? [13:13] it needs to go, even if itk4 only builds in two archs (because upstream stopped supporting everything else) [13:13] so, I'll probably ask some powerpc removal (if nobody fixes insighttoolkit4 there) [13:13] LocutusOfBorg: ah, it was just removed from sid, but https://tracker.debian.org/pkg/insighttoolkit didn't catch up with that yet? [13:13] seb128, a lot of people decided to just create meetings in summit instead [13:13] oh if it was only just removed then you don't need to ask [13:13] LocutusOfBorg: so that should turn up in process-removals [13:13] seb128, for the sessions where they felt they don't need a blueprint [13:14] process-removals will catch up with it at some point [13:14] seb128, http://summit.ubuntu.com/uos-1605/create_meeting/ [13:14] really? that is a nice feature! [13:14] file a bug if you want vmtk/powerpc removed [13:14] dholbach, k, is submit having them all or is there unscheduled ones? [13:14] cjwatson, I'll file one probably when also vtk gets removed [13:14] process-removals is only semi-automatic (i.e. somebody has to run it and think about its output) but it deals with a lot of this stuff [13:14] dholbach: so https://blueprints.launchpad.net/ubuntu/+spec/convergence-y-replace-upstart still doesn't appear on the summit page; expected, or does it need to be renamed furhter? [13:14] lets wait some more time, I guess it is too early === _salem is now known as salem_ [13:15] I can provide some more stuff to remove in a single shot [13:15] if stuff is removed from Debian then there's no need to ask unless it's for some reason especially urgent or if it doesn't seem to be removed from Ubuntu within a week or two [13:15] urgency for me is now+4 months :) [13:16] which probably means that either (a) AAs are slacking and not dealing with removals or (b) there's something like rdeps holding it in === r1nuz is now known as sj0rz [13:22] pitti, ah no, it's there - I just need to put it on the schedule [13:22] dholbach: awesome, thanks; can you make it not Tuesday, so that I've got some time to prepare on the sprint? [13:22] yep [13:22] I also have some meetings on Tue [13:22] cheers [13:23] * pitti hugs dholbach [13:23] put it on for Wed [13:23] splendid, that's 11:00 in Austin [13:23] seb128: ^ but that's already 20:00 CEST, is that still ok for you? [13:23] sorry, no, it's 13:00 in Austin [13:24] time zones are hard [13:25] pitti, does it still make it 20CEST? or +2 to 22 as well? [13:25] seb128: no, it's 18:00 UTC [13:25] seb128: earlier is fine for me, if you want it earlier [13:25] one hour earlier would be better [13:25] although Wed is already pretty full on http://summit.ubuntu.com/uos-1605/track/convergence/ [13:25] I've tennis on wed evening [13:26] well I guess I can skip for once [13:26] nah [13:26] dholbach: how much beer does it cost us to move it to Thu morning? [13:26] seb128: le sport est très important :-) [13:26] :-) [13:26] pitti, https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1575572 [13:26] Launchpad bug 1575572 in init-system-helpers (Ubuntu) "apache2 fails to start if installed via cloud config (on Xenial)" [High,In progress] [13:27] smoser: o/ [13:27] does your intended fix support proper systemd jobs ? [13:27] smoser: working on it [13:27] that wasnt clear to me. [13:27] smoser: it's not really related to init.d vs. units [13:27] right. [13:27] smoser: init.d scripts get "converted" to units by a generator, so on that level they all look the same [13:27] ok. [13:27] smoser: i. e. in short: "yes" [13:28] smoser: well-spotted bogus runlevel failure check, I'm just committing the fix for that [13:29] pitti, done [13:29] that script is kind of scary [13:29] dholbach: double-hug [13:29] :-) [13:29] smoser: amen :( [13:30] i'm sort of afraid to *fix* the check for failure [13:30] smoser: one can feel the 15 years of ad-hoc development :/ [13:31] smoser: that part will get short-circuited under systemd anyway, I tested it under sysvinit; still need to test it under upstart [13:32] smoser: but it shoudln't actually have much net effect: even though *that* test failed, the remainder of the code would just run with RL=unknown, which would make it bail out with 102 as well in verifyrclink() [13:33] oh, actually not [13:33] it just bails on bad symlinks, not on nonexisting ones [13:33] smoser: anyway, I think I won't SRU that fix, that's just for unstable/yakkety [13:34] ok. [13:34] thank you pitti [13:34] smoser: the one important for SRU is to provide a proper runlevel under systemd while it's not booted yet [13:34] smoser: unless you object [13:34] so cloud-init wills til have issues starting services that have and expect dependencies. [13:34] smoser: but as you say, I'd rather not change this more than necessary, it's scary [13:34] wills till == will still [13:35] right; I tried to explain in the bug, that's a bit subtle [13:35] yeah. [13:35] that still sucks. but for now this is a good fix. [13:35] it's not actually that different from sysvinit [13:35] right. [13:36] i. e. starting a service with invoke-rc.d under sysvinit had no concept of dependencies in the first place [13:36] see my last comment there, this issue can be exposed without cloud-init very easily. [13:36] smoser: indeed, I ran into it myself a week or two ago [13:36] :) [13:37] smoser: so, I don't think the dependency thing is a very big deal, but I wanted to note it for completenless [13:37] smoser: maybe we can haul the whole thing until after the boot has done [13:37] smoser: but that sounds like a discussion for next week, and it desperately needs beer involved [13:37] yeah. [13:38] s/has done/has finished/, argh grammar, TGIF [13:38] what is neat is that you get to run stuff "after" boot without being part of boot [13:38] becauase if you're part of boot, then you are screwed. [13:38] which seems kind of broken [13:38] smoser: "you get" -> "you want it to"? or "there is some trick to do it"? [13:39] you get -> you have to [13:39] smoser: my trick was to spawn a shell script in the background in runcommand [13:39] and in that script, wait until the sysetm is booted [13:39] which was a cheap 10-second hack, if we want to provide this in cloud-init, we'd do that with a bit more style of course [13:39] yeah. how elegant :) [13:40] like, we'd just start (non-blocking) cloud-init-blah during boot, so that it runs after the boot sequence [13:40] anyway, let's fix this thing first [13:41] i'm gonna remove the cloud-init task from this [13:41] i'll open anotehr bug for "fully support package installation in systemd" [13:44] smoser: yep, seems fair [13:45] done. https://bugs.launchpad.net/cloud-init/+bug/1576692 [13:45] Launchpad bug 1576692 in cloud-init (Ubuntu) "fully support package installation in systemd" [Medium,Confirmed] [14:08] pitti, please let gcc-6 migrate, not yet used for builds [14:10] doko: hintifiziert [14:11] gstreamer0.10 gone \o/ [14:12] yay [14:12] just about two weeks too late :) [14:12] just in time for 16.06 ;) [14:15] pitti, I only see now https://bugs.launchpad.net/ubuntu/+source/telepathy-qt/+bug/1538772 ... [14:15] Launchpad bug 1538772 in telepathy-qt5 (Ubuntu) "Stop build-depending on libfarstream-0.1-dev and gstreamer 0.10" [Undecided,Confirmed] [14:15] both the telepathy-qt and telepathy-qt5 packages were somehow unmaintained in Ubuntu, so I took the Debian one [14:17] doko: yeah, that seems fine; the remaining delta in xenial was [14:17] * debian/control: Change libssl1.0.2 build dependency to libssl-dev (in [14:17] Ubuntnu the library is called libssl1.0.0). [14:19] ginggs, the pcl ftbfs is now a boost related one [14:20] ahh, crap, wrong changelog entries for the gdal transition ... [14:23] doko: i thought so too, but pcl and yade both build on boost1.60 and vtk6 built in xenial [14:23] doko, pitti, isn't telepathy-qt5 used by ubuntu-touch? [14:24] seb128, doesn't have a touch version number [14:24] right, they use packages from the archive [14:24] they don't fork everything [14:25] I would call a separate source a fork [14:25] I don't understand what you mean [14:25] they don't use a separate source [14:25] you delete it from the main archive it seems? === PaulW2U_ is now known as PaulW2U [14:28] ugh, [14:28] * Renaming source package until upstream supports building both Qt4 and Qt5 [14:28] versions from the same source (and with Qt5 final) [14:29] so looks like I need to re-add these to the telepathy-qt package :-/ [14:29] next week [14:30] doko, yes please === yofel_ is now known as yofel [14:35] mvo: I've uploaded apt-btrfs-snapshot, but it FTBFS on the launchpad builders: https://launchpad.net/ubuntu/+source/apt-btrfs-snapshot/3.5/+build/9658733 - I also cannot reproduce that failure in my yakkety lxd machine, it builds just fine there. [14:35] mvo: do you have cycles to look at it? if not, I'm inclined to disable the test [14:35] siretart: ok, I have a look [14:36] siretart: silly question, did you commit the changes anywhere? I am fine merging them via debdiff, just double checking [14:37] mvo: yes, I've uploaded it to lp:~siretart/apt-btrfs-snapshot/yakkety, and proposed that branch for merging into lp:apt-btrfs-snapshot/trunk, you should have received an email requesting a code-review === pitti is now known as Guest30809 [14:38] siretart: \o/ thank you === Guest30809 is now known as pitti [14:40] seb128, there are no patches left [14:40] doko, ok, good then, thanks for checking :-) [14:41] seb128, well, but then we did had to keep it for xenial ... and gst0.10 :-/ [14:46] doko: glibc FTBFS in yakkety on amd64: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-yakkety/yakkety/amd64/g/glibc/20160429_080634@/log.gz [14:46] doko: "__stack_chk_fail_local' isn't defined" sounds weird -- did that change in the new gcc-5? [14:47] I guess I can ignore that for the new libselinux === Son_Goku_ is now known as Son_Goku [14:55] smoser: I have a fix now, followed up to the bug [15:00] pitti, please re-run with the currently rebuilding gcc-5, as apw noted, it had issues turning off pie [15:00] doko: I see, thanks [16:29] Laney, update-output-helper needs an update, no .bz2 files anymore [16:30] LocutusOfBorg: http://people.canonical.com/~ubuntu-archive/proposed-migration/update_output.txt has json-c FYI [16:31] thanks! [16:31] we have a tracker now [16:31] and doko just fixed the ben file [16:31] so I'll wait [16:31] ah, cool [16:38] LocutusOfBorg: I fixed it a little harder (to match Debian's), but maybe that wasn't necessary. [16:39] * infinity shrugs. [16:39] who knows? :) [16:39] tedg, Laney: can one of you please pull https://code.launchpad.net/~pitti/indicator-session/dep-fix into lp:indicator-session? the branch can't be pushed by core-dev (can you please fix that too?) [16:40] (already uploaded) [16:41] pitti: Did something Provides: systemd-services in xenial? I'm assuming yes, or that would have been completely broken. [16:41] infinity: yes, C:/R:/P: [16:41] but I dropped that now that the LTS is out of the door [16:41] Ah-ha. [16:42] we've been dragging that along for 3 cycles or so [16:42] pitti: Sure, I'll review it and we can get it into the train? [16:42] tedg: it's already uploaded to yakkety [16:42] Yeah, we'll try to keep the vivid phone overlay and everything in sync. [16:42] I just usually push the tag and release commit after dput succeeds (a habit) [16:43] tedg: No need to be in sync for this, it can just go out the next time someone pushes something else on top. [16:43] tedg: this commit isn't relevant for vivid, so it's not urgent at all to land that in vivid (it can be dragged along with the next overlay landing though) [16:43] Yup [16:43] thanks [16:45] haha [16:45] https://code.launchpad.net/~seb128/indicator-session/correct-systemd-depends/+merge/285454 [16:45] sorry seb128 [16:45] apparently that didn't land for two months :/ [16:45] but it's equivalent, so commit whichever you prefer :) [16:49] * pitti waves a good weekend to everyone, time to pack; see some of you next week in Austin! [16:49] pitti: See you soon! [16:49] have a nice trip [17:20] balkamos: FWIW, I did poke jelmer a couple times, he's aware of the MP and even remarked rwilber commented on it (months ago.) === afkthairus is now known as athairus [17:37] cjwatson: hi, do you have any thoughts on bug #1576353? [17:37] bug 1576353 in openssh (Ubuntu) "install openssh-server by default, prompt for enabling it on server iso install" [Undecided,New] https://launchpad.net/bugs/1576353 [18:02] Hello, I installed ubuntu 16.04 and then I want install armhf in ubuntu sdk with error. Is it any bug? [18:06] bzoltan_: --^ ? [18:06] Michal_: what was the error? [18:06] infinity, https://bugs.launchpad.net/ubuntu/+source/sbuild/+bug/1566590 [18:06] Launchpad bug 1566590 in sbuild (Ubuntu) "s390x environment is weird" [Undecided,Fix released] [18:06] Michal_: yes, and I have a fix for you :) [18:07] you made that change there. which is causing some of my unit tests to fail as any invocation of bash in my wily sbuild environment spews complaints about C.UTF-8 [18:07] how do i fix that ? [18:07] Michal_: Two fixes actually... the simplest is to install ubuntu-sdk-api-15.04-armhf package and profit [18:12] So you mean install via terminal? [18:12] ANd will function maintance? [18:19] Michal_: yes, sudo apt-get install ubuntu-sdk-api-15.04-armhf [18:19] Michal_: it will produce a brand new and not broken click chroot for you what should work [18:20] Michal_: please ping me if it does not [18:26] Thanks, I let you know if any trouble. [18:36] anyone else who my have seen this. i dont know how, but i had a libc-bin at version 2.22-0ubuntu1 in my schroot. which does not appear to have existed anywhere. must have gone into proposed at some point i guess. [18:36] vbug 1497473 shows even related errors to it. i guess my schroot just got it and then i was stuck. [18:59] smoser: Fixed by making your chroot libc6/libc-bin consistent, I'm guessing? [18:59] i just re-created the schroot [18:59] so that thign got into -proposed i guess? [19:00] smoser: It was briefly in wily-proposed, yes, though odd that you upgraded only half of it. [19:00] smoser: Since libc6 and libc-bin really try to be in sync. [19:00] * infinity shrugs. [19:00] oh. i dsidnt look at libc, i dont knwo the version of it. [19:01] i'm sure an upgrade just happened via a nightly schroot-update [19:01] smoser: Oh, there was another bug in libc in that version (which was why it was pulled from proposed). [19:01] smoser: So, yeah. It was probably in sync. [19:01] smoser: FWIW, my updates of source: chroots *don't* use post-release pockets for this (and other reasons). [19:01] smoser: My base chroots are release-only. [19:02] smoser: Anyhow, glad it was just the buggy libc from yesteryear and I don't have to panic. :) [19:02] yeah. [19:06] how would i debug why ${python3:Depends} is not doing what i think it should [19:06] specifically in curtin [19:07] i dont seem to get any of the python dependencies that are used [19:08] they're defined in build depends. simple ones like python3-yaml and it does 'import yaml' but the python3-curtin does not pick up a python3-yaml dependency [19:10] smoser: I don't believe that python3:Depends handles modules, only the interpreter dependencies; but barry would know [19:11] https://wiki.debian.org/Python/LibraryStyleGuide sure acts like it should [19:12] smoser: "dh_python2 and dh_python3 will correctly fill in the installation dependencies (via ${python:Depends} and ${python3:Depends} respectively" - I think that's just badly communicated [19:17] I think it's meant to yank deps from setup.py/requirements.txt or some such. [19:20] infinity: not that I've ever heard of. [19:21] well, its reading it from somewhere. [19:22] look at cloud-init. in depends i list only python3-requests (due to the versioned depends) [19:22] and it picks up may more [19:22] fancy [19:23] smoser: are you using pybuild in curtin? [19:23] you are not [19:24] and you are in cloud-init [19:24] smoser: so this is bound to be pybuild-provided fanciness [19:24] ah. buildsystem pybuild [19:24] hm. [19:29] ok so build-deps for main pkgs can now be in universe - that includes packages with tools (say dtrace), not just library packages? long as the tool is not required on install? [19:31] hallyn: Yes. Really, it's just for tools. [19:31] hallyn: Since biuld-depending on a tool doesn't imply a runtime dep. Build-depending on libfoo-dev will result in a runtime dep of libfoo if you actually use it, so it would have to be in main. [19:33] thanks [19:34] infinity: which means we're also now one change away from being able to have debconf in sync, too ;) [19:34] slangasek: I saw that, yeah. [19:35] slangasek: Colin did have to do a zero-hour fix to germinate and source CD building because of this, too. Fun times. [19:36] slangasek: (Added an option to ignore seed follo-build-dep prefs, and then used it in source CD gen, so source CDs are GPL compliant) [19:36] ah :) [19:36] Which started with a "hey, why are the source CDs so small this time?" [19:36] And some head-scratching. :P [19:40] so, i just noticed that http://bazaar.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/ubuntu.xenial/view/head:/samba-server referes to a package that doesn't exist (libpam-smbpass) [19:40] is there a good way to fix that, given xenial has been published? [19:40] i'm also not clear on the impact of that [19:40] nacc: The impact is 0. [19:40] infinity: ok :) [19:40] nacc: germinate skips packages that don't exist in the archive. [19:40] nacc: we can update the seed, feel free to send an MP and be sure to also push to ubuntu.yakkety at the same time; but what infinity says [19:40] (Still worth cleaning up the cruft, but it doesn't hurt anything to be there) [19:41] and i think the replacement, libpam-winbind, is getting installed by default, but i guess it's coming in via deps [19:41] infinity: slangasek: ack, thanks! [19:41] I don't see anything pulling in libpam-winbind. [19:41] slangasek, smoser what's the question? :) [19:41] ie: it's not in any tasks. [19:41] And has no rdeps. [19:41] infinity: hrm, i did a `apt-get install samba-server^` and it got installed, let me see if i can figure out why [19:42] infinity: oh "suggested", i just misread the output [19:42] well, i expected dh_python to fill in ${python:Depends} with any thing that was used in my Build-Depends line [19:42] so samba-server may be not fully functional (or at least equivalent to trusty) in xenial? [19:42] and it seems it does at least to some affect if you use pybuild [19:43] nacc: libpam-winbind is for client auth, it shouldn't affect functionality of the machine as a samba server. [19:44] nacc: But that was true of the previous pam module too. So not sure why it was in the task. [19:44] infinity: yeah, i just meant to match what was there before [19:44] smoser: no, it won't fill in ${python:Depends} from Build-Depends [19:44] nacc: I don't think there's a reasonable upgrade path anyway, so it's a bit "meh" either way. [19:44] barry, well it does *something* [19:44] what does it do ? [19:45] (in cloud-init it definitely expands that to include some additional things) [19:45] doko, apw: I caught sight of discussion of dkms in yakkety but didn't grok what the problem was; what needs to happen to un-break http://autopkgtest.ubuntu.com/packages/f/flashcache/yakkety/amd64/ ? [19:45] infinity: yeah, reading the description, it seems like libpam shouldn't be necessary at all and the server guide section for it doesn't actually mention it, so i think we should just remove it [19:46] smoser: it attempts to decipher run-time dependencies from setup.py/requirements.txt and translate them into debian package names [19:46] infinity: ack, maybe i should ask you to update the samba serverguid section :) there's a lot of references to libpam-smbpass and i'm not finding a good guide anywhere for getting a corresponding setup to libpam-smbpass [19:46] infinity, nacc: samba is happier when its users are real unix users rather than some internal virtual representation; and users are happier when their password is their password instead of having one for Unix things and one for fileshares; I believe this was the argument for the pam module being in, so that password changes DTRT [19:47] slangasek: Does pam_winbind DTRT locally out of the box? [19:47] For some value of TRT. [19:47] the only difference between libpam-smbpass and libpam-winbind is that libpam-smbpass would munge the password database files on disk directly, and libpam-winbind talks to the winbind service over socket [19:47] infinity: I haven't checked lately, but it /should/... [19:48] ok, so i'd be safe to replace smbpass with winbind in the documentation and seed (given that there are no configuration steps for libpam-smbpass either) [19:48] Ahh, then perhaps it indeed has a place in the task. [19:48] we'd be "as broken" as it is now, at least :) [19:48] (the documentation) [19:49] Note that the lack of seeding means it's in universe currently. [19:49] And you won't be magically fixing that in xenial until there's an SRU that we can move around. [19:49] same source though, so no practical impact on security support [19:51] barry, and it only does that with pybuild. right ? [19:51] ok, so if i understood the above correctly, i'll 1) update xenial and yakkety samba-server to libpam-winbind 2) file an SRU for MIR of libpam-winbind? 3) update the serverguide documentation references to libpam-winbind [19:51] and if i add --buildsystem=pybuild then my tests fail right now when they try to access some files that are not installed [19:51] smoser: well, dh_python2 and dh_python3. i know it's kind of confusing, but it's really those two that manage ${python:Depends} and ${python3:Depends}, not pybuild [19:52] smoser: all three have manpages which should provide some help [19:52] well, curint uses dh_python2 and dh_python3. but not --build-system=pybuild [19:52] and it as a requirements.txt and setup.py [19:52] but i dont get any thing in dependencies. [19:53] hmm [19:53] smoser: you might try to add an override_dh_python2 and pass in --verbose [19:53] (similarly for 3) [19:53] e.g. [19:53] nacc: libpam-winbind is built from samba source; no MIR required / meaningful [19:53] override_dh_python3: [19:53] dh_python3 --verbose [19:54] slangasek: ah right [19:54] smb: around? [19:54] nacc: No MIR required, but we can't republish the release pocket, so for libpam-winbind to move to main, it needs to be in updates, that's all. [19:54] i think if it used pybuild and you `export PYBUILD_VERBOSE=1` it would do that automatically, but as you say, it's not using pybuild [19:54] nacc: Until that happens, the seed change won't do anything, because germinate won't find the package. [19:55] (But feel free to update the seed first) [19:55] infinity: right, maybe i'm being dense or friday, but does that just mean until we do an update to the package? [19:55] smoser: another thing to remember is that python package names (as you'd find in setup.py) are not the same as debian package names [19:55] nacc: And none of this will work from the server ISO until .1, because the server ISO has its own idea of tasks, based on the packages in the /pool/ on the ISO. [19:56] smoser: often they can be guessed (e.g. prepend python3-) and i think dh_python{2,3} have a set of overrides, but sometimes they won't be guessable [19:56] yeah. [19:56] i had previously thought it did something more complex [19:57] and looked at the imports and saw they came from installed packagse [19:57] and got the package names [19:57] nope, nothing so fancy ;) [20:01] slangasek: infinity: thank you both, as usual! [20:15] barry, so.. --requires=requirements.txt [20:15] (default is requires.txt). not sure how it wrks in cloud-init [20:15] smoser: does that work? [20:16] Depends: curl | wget, curtin-common (= 0.1.0~bzr380-0ubuntu1), util-linux (>= 2.20.1-1ubuntu3), python3-oauthlib, python3-pbr, python3-urllib3, python3-yaml, python3:any (>= 3.3.2-2~) [20:16] yeah. [20:16] cool [20:17] and it must get it in cloud-init because it has a install_requires argument to setuptools.setup [20:18] smoser: almost certainly. dh_py invokes the egg build command and then digs it out of there [20:20] smoser: That util-linux dep looks obsolete, while you're in there. :P [20:20] infinity, as in dont need to specify it becauase its essential ? [20:21] smoser: Right, only need to if you need a version, and that version is precise's. [20:52] PSA: I have to rebuild http://autopkgtest.ubuntu.com (this only affects the web presentation, not the test machinery and proposed-migration) [20:54] this will take several hours, I hope not too many people need it on Friday evening/Saturday, sorry about that [21:05] pitti: well, there goes my afternoon's entertainment! [21:23] is there a way to ask getent for only the groupnumber, or do i have to cut/awk the output? [21:23] well cut is in coreutils so i guess no biggie [21:58] upstart, you take two minutes to build [21:58] https://launchpad.net/ubuntu/+source/upstart/1.13.2-0ubuntu22/+build/9658082 [21:59] why 12 hours without doing anything [21:59] and not being killed? [21:59] cjwatson, ^^^ I would like to have a log, but seems impossible [21:59] and also: why do we still have it in yak? [22:00] sarnold: User sessions, indicators seem to use it somehow. [22:03] yes, your client user session is still upstart; as well as your phone's init [22:04] I don't have a phone running Ubuntu. :3 [22:08] Definitely something you should fix ;) [22:08] LocutusOfBorg: this might be what you're after. http://paste.ubuntu.com/16136680/ [22:09] thanks :( [22:10] mmm not the only failing test, though; I guess I'll rerun to grab a full log in a minute [22:11] I'm not sure I want to fix upstart, and wasting time on it [22:11] also, I'm not opposed to dropping the upstart binaries on s390x to unblock that transition [22:11] slangasek, ^^ that one <3 [22:12] if it is used only for phone... who cares about s390x? [22:12] so... that's interesting. there are definitely test failures, but the build succeeded. [22:12] the problem might be that s390x has an updated toolchain, so it might become an issue also on other architectures [22:12] oh... [22:13] LocutusOfBorg: it's not only phone. it's also Ubuntu desktop, which is also irrelevant for s390x; and xfce4-indicator-plugin for some reason [22:13] no, the toolchain isn't updated separately on different archs [22:13] slangasek: So the indicators start, it emits the signal. [22:14] slangasek, this is something mentioned here some hours ago [22:15] there is a new gcc-5 in yakkety-proposed, but it's present on all archs, as shown in e.g. this successful log. https://launchpadlibrarian.net/257148409/buildlog_ubuntu-yakkety-amd64.upstart_1.13.2-0ubuntu23_BUILDING.txt.gz [22:17] slangasek, http://irclogs.ubuntu.com/2016/04/29/%23ubuntu-devel.txt [22:17] 10:34 [22:18] newer "buildd base system" [22:18] bad me, but the result should be the same right? [22:19] I certainly wouldn't expect any of these test failures to be utf8 related, no [22:19] LocutusOfBorg: You can link to it directly, just s/.txt/.html#t10:34/ [22:20] slangasek, I don't know what has been updated in buildd system, so it might be related to updates, even if not utf8 related [22:21] * LocutusOfBorg is wild guessing, because he feels blind about this [22:22] well, the aforementioned test failure is actually caused by me trying to run the build as root and is not related to the failure on the buildd [22:22] trying a better reproducer now [22:33] cjwatson: mind if I merge ndisc6? [22:35] * LocutusOfBorg accoring to backlog he is AFK [22:36] LocutusOfBorg: I kind of expected it because of the time; he will answer when he's back [23:13] LocutusOfBorg: ok, these are the test failures I get when testing right. http://paste.ubuntu.com/16137229/ === salem_ is now known as _salem