/srv/irclogs.ubuntu.com/2016/05/13/#ubuntu-devel.txt

bigonwhat was the process again to ask for the pkg removal from ubuntu?00:16
bigontyhicks: I see that you fix the build of https://launchpad.net/ubuntu/+source/refpolicy-ubuntu/ shouldn't the package be removed instead?00:18
* tyhicks scratches his head00:20
tyhicksha, that's why I don't remember fixing that00:20
tyhicksWed, 18 Apr 201200:20
mwhudsonbigon: file a bug on the package asking for it's removal and subscribe ~ubuntu-archive00:21
mwhudson*its00:21
bigonthebwt: oh I saw 2016, but that when the archive for Yakkety Yak has been open I guess00:21
bigonthx00:22
tyhicksbigon: if we remove that, what is the replacement? selinux-policy-default?00:23
bigonprobably00:24
bigonI'm pretty sure that the -ubuntu selinux policy is broken (no systemd support)00:24
bigonbut it is probably broken for other stuffs too in the previous version00:24
bigonnot sure that the current policy in debian is in better shape00:26
tyhicksbigon: yeah, I also expect it to be pretty broken00:28
bigonthe one in debian is more or less my fault :p00:29
psusipitti, have you spoken with Lenart at all lately?  it seems that libatasmart has not been updated upstream in 2 years and this patch has been waiting to be applied there for 3 years... is the upstream dead? https://bugs.freedesktop.org/show_bug.cgi?id=6199800:33
ubottuFreedesktop bug 61998 in library "Fails to read status from WD raptors" [Normal,New]00:33
=== _salem is now known as salem_
=== juliank is now known as Guest78350
=== juliank_ is now known as juliank
=== salem_ is now known as _salem
tjaaltonI have DEB_BUILD_OPTIONS='parallel=8 noddebs' but sbuild still builds dbgsym packages, what's wrong?04:49
=== yuning_ is now known as yuning
pittiGood morning05:58
pittipsivaa: I speak to Lennart a lot, but not about libatasmart -- this project is indeed unmaintained05:58
pitti@pilot in06:13
=== udevbot changed the topic of #ubuntu-devel to: Xenial (16.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 precise-xenial | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: pitti
seb128pitti \o/06:16
cpaelzergood morning06:28
cpaelzerI guess the answer is no, but I might miss something. Does Launchpad on top of git also have some sort of integrated patch-review like gerrit/patchwork ?06:44
cpaelzerhmm, for bzr that is eventually on the merge step, let me see if there is a git merge ...06:45
sarnoldthere's this.. https://answers.launchpad.net/launchpad/+question/26792906:46
cpaelzersarnold: thansk, reading through it06:47
TJ-is there a way to build a package using dh_auto_build that can have it use two Makefile targets, one after the other?07:07
pittijuliank: now that we have apt finally in sync, could you rather apply the patch in bug 1573547 straight at the Debian side? (looks good enough to me)07:22
ubottubug 1573547 in apt (Ubuntu) "Apt's bash completion is incomplete" [Low,Triaged] https://launchpad.net/bugs/157354707:22
ricotzhello, did dpkg-source 1.18.7 got stricter about appearing binary files (e.g. *.pyc) while creating a source-package? 1.18.4 worked/works07:27
juliankpitti: I have a pull request in github pending for that sort of thing (https://github.com/Debian/apt/pull/13/files), and it and the attached patch are both somewhat wrong07:55
juliankThat is, build-dep can also take source package names, and takes folders, not .deb files07:55
juliankI think I'm going to do it myself, as the PR/patch submitters RTT gets a bit too high otherwise07:56
juliankpitti: It's also still missing options like -t/--target-release but I'm not really sure where to apply them08:05
pittijuliank: ah, thanks; so I won't apply this for now either08:08
juliankpitti: Should I add a apt moo completion ;)08:11
pittijuliank: what? that doesn't exist yet???08:11
* pitti files an RC bug08:11
pitti"no apt is complete without completion for moo"08:11
sil2100cjwatson: hey! Frequently in the last few days certain touch builds are failing on cdimage due to 503 errors while fetching files from livefs - do you know anything about it?08:13
sil2100In the last two days it happened over three times now08:13
pitti@pilot out08:23
=== udevbot changed the topic of #ubuntu-devel to: Xenial (16.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 precise-xenial | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots:
juliankpitti: This one seems really complete now: https://github.com/julian-klode/apt/commit/3dacc9806f1d51e0b963e2bca2be4d8f66e586df08:39
juliankpitti: Would be nice if you could take a quick look, maybe I made a silly mistake somewhere08:41
julianktypo, for example08:41
pittimoo!08:42
juliankpitti: I should count the number of moos to not suggest more moos than apt supports08:43
pittijuliank: around line 35, this uses $GENERIC_APT_GET_OPTIONS" but repeats a lot of the options again; this looks a bit weird?08:43
pittisame in line 144 (--target-release at least)08:45
pittiI suppose duplicates don't hurt, but I wonder whether these commands really support all options and thus should actually include GENERIC_A_G_O08:45
juliankpitti: Yeah, well, we do want to move them to more specific commands at some point anyway, I just added the entire list of options (for all apt-get style commands) there to catch them all08:45
pittijuliank: ack; looks good to me otherwise, many thanks!08:46
juliankpitti: The variable contains all the options our apt-get parser supports for all commands. This might not mean they are actually useable in there, but we have not really checked yet, I suppose (the parser code contains: // FIXME: move to the correct command(s))08:46
pittijuliank: that seems fine; there's only so much logic one should repeat in the completion :)08:47
juliankWhat I'd love to have is offer suggestions for --target-release, but I have not yet found a way to do so08:47
juliankSo -t <TAB> gives you xenial,xenial-something,etc.08:48
julianksame for -t<TAB>08:48
pittijuliank: i. e. collect the series from /e/a/sources.list{,.d/*}?08:48
pittithat involves quite a bit of parsing indeed08:48
juliankOr from apt-cache policy output the a= and n= fields, although it's not that parseable in case they contain a comma (but why would they)08:49
pittiI wrote some parsing for sources.list with awk; it's not trivial because of the [] options, so it's not a fixed field08:49
pitti(bbl)08:50
juliank$(apt-cache policy | egrep -o 'a=[^,]*|n=[^,]*' | cut -f2 -d= | sort -u )08:50
juliankShould suffice08:50
juliankThe question is more how to integrate that into the bash completion so both -t<TAB> and -t <TAB> are completed08:51
juliankI think I've got it working08:58
LocutusOfBorgthanks pitti for cmake09:00
juliankpitti: https://anonscm.debian.org/cgit/apt/apt.git/commit/?id=5aba18909:03
juliankoh build-dep misses directory support (directory containing a debian/control file)09:06
juliankHmm, I wish we could also have completion for pkg=version and pkg/distribution09:08
juliankBut that probably gets insane09:09
pittijuliank: \o/09:19
juliankpitti: Long term it would be nice to have a complete helper inside the apt binaries that generates possible input. That would get rid of a lot of duplication09:21
juliankpitti: Do we also want that in xenial? If so, I'd cherry-pick that over into the 1.2.y branch09:23
pittijuliank: harmless enough I guess09:24
juliankThe next 1.3~exp release is coming soonish, as I want to fix a bug WRT public key pinning (Signed-By in Release files)09:24
Laneycaribou: you shall go to the ball!09:26
Laneyand you can take apache 2.4.10 as your date09:26
cjwatsonsil2100: do you have a sample build?09:44
cjwatsoncpaelzer: right, you can just use merge proposals for git pretty much the same way that you do with bzr.  there are one or two missing features, but there are projects actively using git-based MPs.09:45
sil2100cjwatson: yeah, some example logs:09:46
sil2100http://people.canonical.com/~ubuntu-archive/cd-build-logs/ubuntu-touch/vivid/daily-preinstalled-20160512.2.log09:46
sil2100http://people.canonical.com/~ubuntu-archive/cd-build-logs/ubuntu-touch/xenial/daily-preinstalled-20160513.log09:46
cjwatsonsil2100: I don't know of a specific cause, but 503s could just be transient load issues.  Somebody should probably try to get cdimage to backoff/retry in that case.09:59
caribouLaney: I can think of a better one but thanks ! :-D10:30
=== hikiko is now known as hikiko|ln
=== hikiko|ln is now known as hikiko
=== _salem is now known as salem_
=== fginther` is now known as fginther
=== e is now known as Augustus
naccslangasek: request for mind-refresh: drupal in debian/unstable is now indicating php7 support (although there's a bug in the dependencies and i've let the debian maintainer know). To sync that version down into Xenial, should I just file a new FFe/SRU bug? Trivial in the sense that our version now doesn't install and we released with this in mind?15:28
=== pete-woo_ is now known as pete-woods
slangaseknacc: yes, new SRU bug, referencing the previous discussion in the rationale15:49
hallynpitti: hi, libvirtd.service has "Alias=libvirt-bin.service", but it doesn't seem to work:15:49
hallynpitti: http://paste.ubuntu.com/16390766/15:49
rbasakslangasek: would you mind reviewing the upgrade path seddery in https://github.com/ltangvald/mysql-5.7/commit/f57b068c956d0792bb35cec72fee8d66b0f513c7 please? Eg. version number check, leaving a backup file behind, and the quality/coverage of the regexp.15:54
naccslangasek: thanks!15:55
slangasekrbasak: hi, great, I'll put that in my queue to take a look at; don't know that I'll get to it today15:56
rbasakslangasek: np, thanks.16:12
hallyncoreycb: pitti: hm, maybe it's a container issue.  or an upgrade issue.  when i cleanly install libvirt 1.3.4 in a vm, 'systemctl status libvirt-bin' does work16:25
coreycbhallyn, interesting16:28
hallyncoreycb: actually i htink it's an upgrade issue.  might be something i'm doing in the postinst in upgrade case16:28
hallynbut i'd really prefer that we update all userspace to use libvirtd whe nneeded so that at 18.04 we dont' have this issue again :)16:29
coreycbhallyn, I agree.  I'll sync with james on Mon.  but for now it sounds like I can upload nova with the original group fix only.16:35
drabhi any ubiquity developers around? trying to track down a possible bug with dhcp hostname setup16:39
hallyncoreycb: awesome, please do.16:39
hallyncoreycb: uh, do you want to show me the fix you have real quick? :)16:39
hallynpastebin debdiff?16:40
coreycbhallyn, sure, that wouldn't be a bad idea :)16:40
drabif I install the sever version with the text installer the hostname is correctly set to what dhcp sends, but the same preseed file for a desktop version sets the hostname to "computer", which is what I have for d-i netcfg/get_hostname16:40
drabit seems to me that ought to depend on ubiquity, but not 100% sure, still, no desktop is getting its hostname right16:41
coreycbhallyn, http://paste.ubuntu.com/16392244/16:41
hallyncoreycb: uh.  hm.  is that test what you really want?16:42
hallynor do you want '[ -n "$libvirt_group" ]' or something like that?16:42
hallynhm, suppose it works16:42
hallynignore me16:43
coreycbhallyn, good news is I just installed the package on yakkety and it installs fine16:43
coreycbhallyn, ok ignoring and uploading then :)16:43
hallynthanks :)  ttyl16:43
BrAsS_mOnKeYhello ;)16:50
xnoxinfinity, slangasek - no change rebuild of d-i failed on i386/amd64 with mcopy talking about cylinders, sectors and tracks (no idea what any of those things are, is it related to floppy drives?!)17:06
xnoxmcopy -i./tmp/hd-media/boot.img ./tmp/hd-media/vmlinuz ::linux17:06
xnoxTotal number of sectors (1603584) not a multiple of sectors per track (63)!17:06
xnoxAdd mtools_skip_check=1 to your .mtoolsrc file to skip this test17:06
xnoxnot sure what to do about that. bump sizes somewhere and/or trump/ignore the error?17:06
infinityxnox: Looking.17:07
infinityxnox: It's going to be the new dosfstools, but I'll sort out what needs fixing.17:07
drabany hint of what sets the hostname in an ubiquity autmatic installation? I'm looking at the code but can't find it17:22
drabthere's a d-i/source/netcfg that i'm looking at, but its purpose does not seem to set the hostname for the install17:22
drabjust to get the instance up and running17:22
infinityxnox: Fix committed/uploaded.17:27
xnoxinfinity, thank you! you are a star =)17:28
infinityxnox: Well, in this case, it had already been argued about and worked around in Debian. ;)17:28
infinity(But I tested locally to make sure it fixed it for us too, before uploading)17:28
drabactually nm, it's there, in netcfg_activate_dhcp(...), can't figure out why it's failing tho17:28
xnoxdrab, one moment.17:29
xnoxdrab, netcfg/get_hostname=myhostname on the kernel command line should do the trick17:29
xnoxor d-i netcfg/get_hostname string myhostname in the pressed file as usual.17:29
drabsure, I've got all the moments, I need to figure this one out cuz I need to deploy a large fleet of desktops and bad hostname is breaking the rest17:30
drabxnox: I already have that and it's using it, but that's not what it's supposed to do17:30
drabper comment in the seed file itself, DHCP hsotname is supposed to take precedence17:30
draband the dhcp server is sending that17:30
drabI see that in casper.log17:31
drabso the client is getting it, no questions about that17:31
draband ubuntu server is doing the right thing and setting /etc/hostname to it17:31
drabbut ubuntu dekstop xenial is not, even tho ubiquity installer is supposed to do anothing about netcfg (per wiki page)17:31
drabso I'm lost why the same version of d-i would work on server version but not desktop version to set the hostname from dhcp correctly17:32
infinityBecause ubiquity is only sort of d-i.17:32
infinityAnd doesn't quite follow all the same codepaths.  Annoyingly.17:32
drabright, but isn't it supposed to be using d-i? it's in the repo and the wiki says "we leave d-i alone for a bunch of stuff, including netcfg"17:33
drabmaybe I misunderstood the meaning of that17:33
infinityIf I were setting up a d-i netboot infra for a mixed desktop/server environment, I wouldn't use the ISOs at all, I'd just netboot and change the task selection based on the target type.17:34
drabthe only thing I can think of is that NetworkManager is getting in the way17:34
drabinfinity: I was considering that and may just do that after all, I have the mini iso setup in pxe already17:34
infinitydrab: Wouldn't even use the mini.  If you're PXEing, I'd just use the netboot kernel/initrd and a preseed.17:35
infinitydrab: But whatever works for you.17:35
drabinfinity: ok, will try that out, thank you17:35
infinitydrab: The tasks you want are: "minimal" "standard", and "ubuntu{-server,-desktop}" (depending on target).17:36
infinitydrab: Or if you're doing it based on packages instead of tasks, ubuntu-minimal, ubuntu-standard, and ubuntu-{desktop,server}.17:38
drabinfinity: what if I want to setup something like lubuntu? I've seen metapackages for those, like lubuntu-desktop, would the netboot still work with that?17:38
drabI ahve some old machines I need to use lubuntu for17:38
infinitydrab: Yup!17:38
drabcool, ok17:38
drabthank you very much17:38
infinitydrab: minimal, standard, and lubuntu-desktop17:38
infinitydrab: You can probably see a pattern here. ;)17:39
drab:)17:41
infinitydrab: By all means, don't let me talk you out of submitting bugs/patches for ubiquity preseeding, but it'll always be annoyingly a bit different from a pure d-i environment.17:44
infinitydrab: So, in your case, if you're deploying server, desktop (and other desktops), you'll probably lose less hair by using the same installer for everything and just tweaking the one task selection line in your preseeds.17:45
infinity(Note: it will be slower, though, since d-i netboot uses debootstrap for the inital rootfs, rather than blatting out a squashfs like the ISOs do).17:46
drabinfinity: yeah, that was one of my worries, I was actually thinking of baking my own isos with a whole bunch of stuff we wanna ship17:49
drabI might just abandon the whole quest to get the hostname right at install time and just patch it up with ansible after the fact17:49
drabthat may be faster overall17:49
drabbut will test17:49
drabthanks again17:49
Unit1931. Is there any reason Contents-foo.xz files aren't in the component sections like in Debian/all other repos?  2. It should function to use 'devel' in the changelog, but is that actually acceptable for an upload?17:56
cjwatsonUnit193: 1. https://bugs.launchpad.net/launchpad/+bug/1579372  2. yes17:58
ubottuLaunchpad bug 1579372 in Launchpad itself "Update location of the Contents files on the mirrors" [Undecided,New]17:58
drabalso any chance people around here have thoughts on https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1370707 ?17:59
ubottuLaunchpad bug 1370707 in plymouth (Ubuntu) "Plymouth does not display the graphical boot splash" [Medium,Confirmed]17:59
drabmost of the people I'm setting up these labs for are windows users at home (small non profit) and they are freaking out at the initial blank screen, thinking the computer is broken18:00
Unit193cjwatson: Well dang, I didn't see that.  I'm sorry.  Thanks very much.  And wow, that's awesome!18:00
drabI've tried the framebuffer=y thing, but all I get is a blue screen (testing lubuntu) and no progress dots etc18:00
cjwatsonUnit193: np, we should sort it out but it will probably take a while18:01
Unit193Very understandable, you're changing the archive structure (however little it may be.)  I'd expect that.18:02
Unit193That also helps, shows me I should change how my Contents files are generated. >_>18:05
stgraberpitti: hey, I've got about 300 systems reporting a critical package error (nagios) because you removed a package from trusty-updates (libnl3). That's something I'd expect for broken -proposed packages, but not for -updates.18:30
stgraberI now manually downgraded all those systems to the previous version, but it may have been better to upload the old source with a higher version number directly to -updates rather than just removing the package.18:31
stgraber(my monitoring system detected that case but I'm guessing most of our users aren't so lucky and will just end up with the broken version installed on their system not knowing that they should downgrade)18:32
infinitystgraber: Erk, we're never supposed to just remove things from updates.  Where did this happen?18:51
ogra_also, wouldnt you get a y/n question during dist-upgrade for that even if it happened ?18:52
ogra_(better dont have your scripts blindly apply -y .... )18:52
infinitystgraber: Okay, after looking at history, I'm going to upload a -1ubuntu1.1 that's a rever of -1ubuntu1, promote it immediately, and then a -1ubuntu2 that's -1ubuntu1 with a Breaks on network-manager.19:02
infinitystgraber: Concur that that's a sane path?19:02
infinitys/rever/revert/19:02
stgrabersounds reasonable I think, yeah19:03
infinitystgraber: Will be landing both in the queue shortly, if you want to review.19:03
stgraberat least the uploading a revert as ubuntu1.1 part, I'm not sure what the change actually was, I just know it got removed :)19:03
stgraberinfinity: ok, I'll at least look at the revert one, should be easy enough to confirm it's sane :)19:04
infinitystgraber: Ahh, so, the gist is that -1ubuntu1 broke network-manager, but there was also an n-m SRU to fix that.  But with the joy of phased updates, people are getting libnl and not n-m.19:04
infinitystgraber: Hence, kaboom.19:04
naccack, there's an askubuntu topic on it getting a lot of activity and a lot of complaints in #ubuntu today19:04
sarnoldphasing is applied per package on an individual system?19:05
stgraberinfinity: oh, fun, ok, so yeah a versioned breaks sounds good19:05
infinitystgraber: Okay, revert hitting the queue now.  We can push that through ASAP.19:07
infinitystgraber: Versioned breaks one following shortly.19:07
infinitystgraber: And versioned Breaks version uploaded too, for after we promote the revert.19:10
infinityUnconvinced that the revert is strictly necessary, and maybe we should just go with promoting the Breaks version in a hurry, but doing it this way won't hurt either.19:12
infinityNew NM and old libnl should be fine.  I think.19:12
infinity(old, as in reverted)19:13
infinitysarnold: Phasing is per-package, yes, but it won't allow you to do an impossible upgrade either, so a Versioned Breaks will force either both or neither to upgrade.19:16
stgraberinfinity: ok, let me check. Didn't feel like uploading to -updates directly? :)19:16
infinitystgraber: Sort of forgot I can do that.19:16
infinitystgraber: Since I haven't included a pocket in my uploads for years.19:16
* infinity shrugs.19:16
infinityNot a big deal to do it this way.19:17
stgrabernah, easy enough19:17
infinitystgraber: I'll do the -ubuntu2 accept and promotion after I promote 1.1, if you pre-review the Breaks to make sure I can type.19:17
sarnoldinfinity: ah, that's better than I feared, but I figured if wer're annoying a user to install updates, we might as well reduce the number of times we annoy the user..19:17
stgraberI never bother putting the pocket in my uploads except for backports, but something like this, I'd have uploaded to ubuntu/xenial-updates or whatever the magic dput path is19:17
stgraberinfinity: yeah, just waiting for LP to give me diffs19:18
infinitysarnold: Annoying them less and phasing are sort of opposing concepts, unless you want to take some randomness out of it and just say "these 7 people are always our canaries, totally sucks to be them".19:19
infinitysarnold: Which is both unfriendly to those 7 people and also gets us crappier testing, as we're only testing the same machines over and over.19:19
stgraberhmm, wtf, pull-lp-source isn't happy either (trying to fetch 3.2.21-1), do we have some kind of librarian slow down19:19
infinitystgraber: Dunno.  pull-lp-souce worked for me.19:20
infinityFor both versions.19:20
stgraberoh, pull-lp-source is happy now19:20
sarnoldinfinity: I figured it was done per upgrade thing.. "oh today's my day in the 10%", and just download all the updates available at that moment19:20
stgraberinfinity: looks fine, except for your english skills :)19:20
infinitystgraber: I didn't english gud?19:21
* infinity looks.19:21
stgraberinfinity: kinda missed a t in there :)19:21
infinityOh.  Lolz.19:21
infinityCan reupload with the T.19:21
infinityOr not, since we'll be overriding it shortly anyway.19:21
stgraberyeah, not worth the trouble19:21
rlaagerstgraber! Are you going to file this upstream: https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/156755719:22
ubottuLaunchpad bug 1567557 in zfs-linux (Ubuntu) "Performance degradation of "zfs clone" when under load" [Undecided,New]19:22
rlaagerI can copy-and-paste it, but it seems like it would be better if you filed it (since you've filed upstream before) so you can participate there.19:22
infinitystgraber: Pre-review -2ubuntu2 for me too, and you can walk away from this.  I'll babysit it from here.19:22
stgraberrlaager: possibly, I'd kinda like to get a better idea of what's going on first. As an upstream myself, I hate it when people say "performance isn't good" but can't show me more.19:22
stgraberinfinity: I did a straight accept on 1.1 as sru-review is confused when you have more than one of the same source in the queue, not like we care anyway since we'll bypass the rest of the SRU process anyway19:23
infinitystgraber: Yeah, I didn't put bugs in the changelogs anyway, so sru-review isn't all that helpful. :P19:23
sarnoldstgraber: probably this is good enough already, it's got numbers!19:23
stgraberinfinity: that's nitpicking but wouldn't you want << 0.9.8.8-0ubuntu7.3~ in theory just in case people do random backports of that stuff?19:25
infinitystgraber: Probably, but if people are backporting libnl/n-m to << trusty, I'm not sure I'm full of sympathy for their cause.19:26
infinitystgraber: I also have time to reupload though, if you want to be picky. :)19:27
stgraberinfinity: nah, indeed seems unlikely anyone would be backporting all that stuff (would be more likely if it was xenial) and if they are, they'll likely need to make other changes anyway19:28
stgraberinfinity: so LGTM, feel free to self-accept once the other one has been moved to -updates19:28
infinitystgraber: Too late.  I uploaded.19:28
stgraberinfinity: ok, well, let me diff that one too then :)19:28
stgraberinfinity: LGTM19:30
infinitystgraber: Kay, reject the one you like least, and I'll work with the other.19:30
stgraberrejected19:30
infinitystgraber: Ta.19:30
tewardhow hyper concerned should I be when mk-sbuild fails to create an schroot with these errors...?  http://paste.ubuntu.com/16397041/19:48
teward(trying to make a Yakkety build environment in my sbuild)19:48
=== Elimin8r is now known as Elimin8er
tewarddoes anyone know whether there's issues getting Yakkety to have schroots made via sbuild debootstrap at all?20:34
tumbleweedworked just fine for me (on debian)20:36
tewardtumbleweed: got these odd errors on Trusty sbuild making the schroot (these don't happen on Xenial schroots): http://paste.ubuntu.com/16397041/20:42
tumbleweedis that key in the keyring?20:42
infinityteward: That's a change in apt.  The error message is pretty clear about what needs fixing.20:55
tewardinfinity: okay, so where do I file the bugs, or whom do I stab with a stick to fix it?20:56
tewardor is there already a bug on this?20:56
infinityI might fix it right now.20:56
tewardinfinity: ah, okay.  let me know, because it's blocking Yakkety test builds of the horribly-evil nginx merge20:56
teward(evil in that i basically had to start 'fresh' from Debian and readd the delta >.<)20:56
infinityteward: Fix uploaded.21:04
fo0barhttp://pastebin.ubuntu.com/16394359/ <-- infinity21:24
fo0barand the whole thing is currently way too immature to get into ubuntu proper so far, since that's going to be your next question :)21:25
fo0barbut if the kernel team wants to start working on a raspi3 arm64 defconfig, that's a good first start21:25
* fo0bar is currently using Some Dude's Kernel21:25
infinityfo0bar: Good ol' Some Dude.21:33
fo0baranyway, much faster than my previous qemu arm64 486-speed env21:38
fo0barwell, maybe pentium 221:38
sarnold"BogoMIPS: 38.4022:07
sarnoldreminds me of my old pentium :)22:08
tewardinfinity: I don't see the fix anywhere, did it land, or is it stuck?22:43
naccteward: i think some folks have been reporting the fix is in trusty-updates22:48
* teward checks22:49
tewardnacc: either the mirrors haven't updated or that's a lie22:50
naccteward: presuming we are talking about the same nm/libnl fix?22:50
tewardnacc: ah, no, actually, apt fixes22:50
naccteward: ah sorry!22:50
sarnoldnacc: http://paste.ubuntu.com/16397041/22:50
teward[2016-05-13 16:42:09] <teward> tumbleweed: got these odd errors on Trusty sbuild making the [Yakkety] schroot (these don't happen on Xenial schroots): http://paste.ubuntu.com/16397041/22:50
teward[2016-05-13 16:55:50] <infinity> teward: That's a change in apt.  The error message is pretty clear about what needs fixing.22:51
tewardnacc: though, i've pulled in those fixes now ;)22:51
naccsarnold: thanks22:51
naccinteresting22:51
=== salem_ is now known as _salem
infinityteward: The fix was in ubuntu-keyring.  I assume you realized that eventually?23:57
tewardinfinity: just ran mk-sbuild, same breakage23:59
tewardhence the original question23:59
tewardbut yes i realized, ubuntu-keyring23:59
infinityteward: Yeah, it's just publishing to the release pocket now.23:59
infinityteward: Patience.23:59
tewardack23:59

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