/srv/irclogs.ubuntu.com/2018/02/13/#ubuntu-devel.txt

=== zyga_ is now known as zyga
Mirvthanks LocutusOfBorg for vlc 3.0 in bionic :)07:53
Skuggen Will bionic generate dbgsym packages automatically?08:17
Unit193Uhh, Ubuntu has been doing that since about edgy.08:21
Unit193So, yes.  Bionic will too.08:21
SkuggenI mean debhelper, for third-party builds, not what Ubuntu's build hosts do08:27
Skuggeni.e. What Debian Stretch does that Debian Jessie did not08:27
Unit193Using debhelper rather than pkg-create-dbgsym?  Yes that's already been changed, though I doubt it matters for the resulting dbgsym package.08:28
Unit193...OK, I need to read better.  Sorry, yes.  This can already be done and has been for a little while (though in the past you could install that package.)08:30
LocutusOfBorgMirv, you are welcome :) I'm sad for the missing chromecast support08:38
Unit193ricotz: Out of curiosity, do you do anything or know of anything done with libdvdcss?  I saw it in pkg-multimedia a bit ago.08:46
ricotzUnit193, I don't think it qualifies to be uploaded in the official archives08:50
Unit193Correct, it does not.08:50
didrocksxnox: I have a small ubiquity question once you are around: does the "recursive" property of record_removed() will remove all unused rdepends or just depends ? (It sounds like get_remove_list() only does cache._depcache.broken)08:51
didrocksxnox: and there is no apt autoremove at the end of the installation, correct?08:52
SkuggenUnit193: Thanks, what I mean is just whether dbgsym-files would automatically be created when running debuild. We (upstream MySQL) made some packaging changes for non-Stretch to replicate its behavior, and I noticed lintian is complaining about it in Bionic. We never used pkg-create-dbgsym (since as far as I know it's Ubuntu-specific)08:55
Unit193Skuggen: Yes, dbgsym packages as created by debhelper are default, like in Debian.09:01
SkuggenThanks (just means we have to drop that change from the upstream 18.04 packages) :)09:02
Unit193Skuggen: Note that Ubuntu's will have a *.ddeb extension though.09:03
Unit193https://patches.ubuntu.com/d/debhelper/debhelper_11.1.4ubuntu1.patch that's the difference between debhelper in Debian and Ubuntu, pretty minimal now.  Not sure why we exclude changelogs though.09:04
SkuggenUnit193: Ah, that might actually matter, since our systems might just handle *.deb, thanks09:05
dokojamespage: http://people.canonical.com/~ubuntu-archive/component-mismatches-proposed.svg   what have both python-libnacl and python-nacl?10:12
jamespagedoko: you might be asking the wrong person about that bit10:13
* jamespage looks10:13
jamespagebut I agree having both seems a little silly10:15
dokohmm, no they seem to be something different10:15
dokoroaksoax: ^^^10:17
mvoxnox: do you mind if I upload http://paste.ubuntu.com/p/vR7hNwZSkt/ to bionic? this fixes an issue we have with snapd caused by a dbus/apparmor mediation change (cc jdstrand, feel free to weight in here)11:05
xeon_kyohi all i need a bit help about writing bash , does somebody know bash writing here?11:34
juliankxeon_kyo: I suggest you ask in #bash, this channel is about developing ubuntu11:42
juliankunless of course, it's an Ubuntu-specific bash question11:44
mdeslaursil2100: do you have an exim4 merge planned soon?13:03
mdeslaurxnox: FYI, I'm switching clamav to 0.99.3 final13:26
juliankDid anyone hear something about s2disk (or rather, resume) breaking in a recent xenial update?13:45
mdeslaurjuliank: the reverted intel microcode update was causing S3 problems13:47
juliankmdeslaur: I don't think there even are any microcode updates for Core i*-3* yet13:50
julianklatest updates were today13:52
juliankwill do some more investigation13:52
roaksoaxdoko: TBH, no idea as i've not looked at what the differences are, but will take a look14:27
dokoroaksoax: maybe you could ask cjwatson about the differences in python-nacl and python-libnacl, he is one of the Debian uploaders14:38
roaksoaxdoko: that's what I waas planning on doing :)14:39
cjwatsondifferent upstream projects with incompatible APIs14:42
cjwatsonmore or less similar functions14:43
cjwatsonbut AIUI switching from one to the other is basically a rewrite14:43
cjwatsonnot my fault :P14:44
jdstrandxnox (cc mvo and tyhicks): +1 for the systemd change. fyi, tyhicks and I are going to revisit the upstream dbus changes so there is a possibility at some point we can drop this later in the cycle, but that all depends on what happens with upstream dbus14:44
michagogoHey, can someone help me understand something? I'm trying to see if I can backport mingw-w64 from bionic (or artful?) to xenial, since the xenial version is badly broken14:54
michagogoTrying just a plain `backportpackage` into a PPA didn't really work, all kinds of dependency issues14:55
raanstmichagogo what kind of dependency mingw-w64 want?14:56
michagogoOne sec, let me look again14:56
michagogoActually, mingw-w64 worked fine, but gcc-mingw-w64 wanted binutils-mingw-w64. I tried to `backportpackage` that, and it failed because it needed binutils14:57
michagogoWhen I tried binutils, it failed with this error: https://www.irccloud.com/pastebin/dFgEDKXz/14:58
michagogoIn addition, gcc-mingw-w64 wanted gcc-714:58
raanstMaybe it's stupid, but why You have computer date at 1999?14:58
michagogoEh? I don't.14:59
michagogoI'm not Christopher, either.14:59
raanstdpkg-genchanges: warning:     debian/changelog(l7258): cannot parse non-comformant date '18 Sept 1999 01:21:05 -0400'14:59
raanstOkay, nevermid14:59
raanstnevermind14:59
raanstAre You try install binutils from tar.gz file?15:00
michagogoAll I used was `backportpackage`. That was the command that failed with that error I pasted above.15:01
cjwatsonyou might just need to edit the changelog manually then and rerun that dpkg-buildpackage command15:04
cjwatsonor run it with a different -v argument15:05
michagogocjwatson: How do I do that? I have ~no experience with Ubuntu packaging15:06
cjwatsonthis will probably be too difficult a task then15:07
michagogoI'm not even sure if what I'm doing makes sense, or if I'm leading myself on a wild goose chase by trying to just `backportpackage` anything it says is missing15:07
cjwatsonthe changelog is in debian/changelog, and the dpkg-buildpackage command was in your paste (run in the temporary directory that backportpackage created)15:07
michagogoMaybe it's just a matter of editing the original gcc-mingw-w64 package to call for an older version or something?15:08
cjwatsonyou are probably in for a bad time in backporting a bunch of toolchain packages with no packaging experience, but OTOH there's probably little alternative if you want to backport mingw-w64, so ...15:08
michagogoIs it just that I don't have experience? Meaning, would it be particularly hard/complex for someone who does know what they're doing?15:08
cjwatsona toolchain backport is always a bit of an unknown quantity15:09
cjwatsonit might just be this one changelog bump in the road, or it might be a task that requires intimate understanding of binutils ...15:09
michagogoHmm. I was hoping that it might be simpler because it's not something that's used on the system itself, but rather just for cross-compiling15:10
michagogoBut OTOH maybe that's completely misguided15:10
cjwatsonyou could certainly start by just fixing the changelog syntax and building the source package with that, but I have no idea how many other complexities there'll be15:10
cjwatsonand you WILL have to be prepared to do some research for yourself (e.g. looking up how to edit a changelog is going to be one of your easiest tasks here)15:10
michagogoMy end goal here is that I'm trying to find a way to allow people to build Bitcoin Core on Xenial15:10
michagogoRight now, the build docs say to edit the apt sources file to pull from the... zesty, I think? repository and apt-get upgrade15:11
michagogoAnd I know enough to know that that's... inadvisable15:11
cjwatsona chroot would no doubt be possible15:12
michagogoLast I heard, chroot wasn't implemented in WSL...15:12
cjwatsoncryptocurrencies and WSL are two things I know little about and am not interested in learning, so good luck :)15:14
michagogoAnd in any case, I fear that may be too complicated15:14
michagogoI mean, we already have gitian for building in a VM/LXC container15:14
michagogoHeh, no need to learn about cryptocurrencies :-P15:14
michagogoYou can replace 'Bitcoin Core' with 'Some arbitrary package that fails to build with the Xenial version of g++-mingw-w64'15:15
michagogo(Which, actually, _might_ actually be "all software" - I don't remember exactly what the problem was, but I think it was something pretty fundamental...)15:16
michagogoDoes anyone know if there's a general guide somewhere to backporting packages that do need to be changed and can't just be built as-is? Even a step-by-step explanation of what `backportpackage` actually does, so I can read and learn what the steps are, and figure out where to step in and change things?15:38
michagogoI'm hoping (perhaps in vain?) that if I just change the dependencies to the GCC that's in Xenial it might work15:39
=== superm1_ is now known as superm1
rbasakmichagogo: backportpackage is a pretty small script15:48
rbasakI don't think it does much apart from tweak the changelog for you.15:48
michagogoYeah, I saw. It would be nice if it were in bash15:49
michagogoBut I see that it's all python using various libraries15:49
rbasakNo thanks. Doing it in bash would be a little insane IMHO.15:49
michagogoYeah, I didn't mean that I think the script should be in bash15:50
michagogoI assume that the process can be accomplished using a series of commands15:50
michagogoHm15:50
michagogoMaybe I'll just throw pdb in there>15:50
rbasakStill, you'd have manipulate version string components.15:50
rbasakYou'd end up writing a tool to do the manipulation and call that from bash.15:51
rbasakAnd we have that tool already - it's called backportpackage :)15:51
michagogorbasak: Yeah, the thing is right now I'm trying to do a non-no-change backport15:51
rbasakmichagogo: you know about debdiff, right? Run backportpackage, see what it did with debdiff, then throw away backportpackage and handle the changes you need manually.15:52
michagogoAnd I didn't see a flag to backportpackage that says "give me the opportunity to change something"15:52
michagogoDebdiff?15:52
rbasakhttp://manpages.ubuntu.com/manpages/xenial/en/man1/debdiff.1.html15:52
michagogoThe thing is, I have ~no Ubuntu packaging experience15:52
rbasakRun it against two dsc files.15:52
cjwatsonbackportpackage leaves its stuff around in a temporary directory15:53
cjwatsonyou can go and edit it if you like15:53
michagogoTo me, right now, backportpackage is pretty much a black box, with the end result being that the package ends up in the PPA15:53
cjwatsonand then build the source package and upload it to the PPA manually15:53
cjwatsonit writes the dpkg-buildpackage command it uses to build the source package to its output, so you can copy and paste that15:54
rbasakOK, so here are some pieces that I think you should learn: 1) how to get from an unpacked debian source tree to debian source package files (dsc, debian.tar.gz, changes).15:54
rbasak2) how to unpack debian source package files into a directory15:54
rbasak3) how to build from debian source package files a set of debs locally.15:55
rbasak4) how to compare changes15:55
rbasak5) how to upload to a PPA15:55
rbasakOnce you've got that you should generally know what questions you need to ask I think.15:55
cjwatsonrbasak speaks wisdom.15:56
rbasakQuick lookup: 1) dpkg-buildpackage; 2) dpkg-source -x; 3) sbuild (and mk-sbuild); 4) debdiff; 5) dput15:56
rbasakThere are details and nuances with all of that and I have made some deliberate mistakes there in the interest of my summary15:57
rbasakBut hopefully that's enough to get you started so you know what docs to look up15:58
rbasakAfter you've got to grips with those, you should see that backporting is really just a case of grabbing a source package and changing it as needed (just debian/changelog for a no-change backport, and more for other changes as needed) and uploading it again.15:59
cjwatsonpull-lp-source is worth knowing about too.16:00
rbasakFWIW, nacc and I are working on a tool that makes all of this much easier, but I'm not sure I'd recommend newcomers to using it yet, because there are still many rough edges16:00
rbasak+116:00
cjwatsonall of these things have fairly decent man pages, plus https://wiki.ubuntu.com/SimpleSbuild and https://help.launchpad.net/Packaging/PPA16:01
* juliank really wants lxd sbuild16:03
rbasakjuliank: "git ubuntu build" roughly works and does it in lxd.16:04
juliankI have two options: Fix the autopkgtest backend to actually work, or write a separate lxd backend. I think the latter is easier, I already have a docker backend :)16:04
juliankrbasak: well, yeah, but it's not sbuild :D16:04
rbasakI don't think we're ever going to match feature parity with sbuild. Like you say, adding a lxd backend to sbuild would be better I think.16:05
juliankrbasak: and well, most stuff is not in git-ubuntu repos16:05
rbasakjuliank: we're working on fixing that :)16:05
juliankrbasak: In theory, sbuild should be able to use lxd via it's autopkgtest virt-server integration. In practice, it just hangs or fails with weird errors.16:05
rbasakjuliank: OOI (not that we're going to implement them), what does sbuild have that you would miss the most with git ubuntu build?16:05
juliankI'm not sure I'm missing something specific.16:06
juliankBut I'd also like to use sbuild for debian builds and stuff16:06
juliankand being as close to a build server as possible is a bonus there16:07
juliankI think LP also uses _some_ sbuild16:07
cjwatsonLP uses stock sbuild16:10
cjwatsononly a few modifications these days and they're all wrapped around the standard package; see lp:launchpad-buildd, lpbuildd/binarypackage.py and sbuildrc16:11
cjwatsonwell, and bin/sbuild-package16:12
juliankthe chroot is managed outside of sbuild in launchpad though AFAICT from build logs16:12
rbasakI didn't think sbuild managed its own chroots anyway?16:13
rbasakmk-sbuild isn't in the sbuild package for example16:13
rbasak(although sbuild-update is)16:13
juliankwell, it has backends for chroot-like things16:14
juliank_normally_ it's used with schroot16:14
rbasakOh, I see. That sense of "manage" :)16:14
juliankthere are schroot, sudo, and autopkgtest backends16:14
juliankI guess LP uses the sudo one then16:14
juliankI also have a docker one, and am thinking about writing a lxd one16:15
juliankthe docker is prototype-y, though16:15
jbichathere's also a sbuild-launchpad-chroot package that is useful16:15
=== nacc_ is now known as nacc
juliankI don't want to build in chroots, because they are crazy insecure16:16
michagogoWhat does it mean when the Build-Depends line contains e.g. "mingw-w64-i686-dev <!stage1>"? I tried looking for the dsc file syntax, but a couple pages I saw didn't say anything about the <!stage1> part of the syntax16:17
juliankmichagogo: these are build profiles, for bootstrapping new architectures16:19
juliankso you can have a stage1 with the least features compiled in, then a stage2 with more, ...16:19
juliankin order to resolve cycles16:19
michagogoOh, for cases of circular dependencies etc.?16:19
michagogoI see.16:19
michagogoNow I'm confused about the version numbers of gcc-mingw-w6416:24
michagogoThey're numbers like 17, 19.3, 20.216:25
michagogoThose don't look like software version numbers16:25
juliankwhy not?16:25
juliankhave you seen systemd's version?16:26
michagogoI mean, they don't look like they're version numbers for MinGW, which is at 5.0.316:26
juliankright16:26
michagogoOr GCC, which is at 7.x.x (or 6.x.x or 5.x.x or whatever)16:26
cjwatsonjuliank: no, LP uses the schroot backend16:26
juliankcjwatson: interesting16:26
michagogoNow I'm starting to think I may not actually understand what the gcc-mingw-w64 package is...16:26
juliankmichagogo: The binaries have a different version number.16:26
juliankmichagogo: So, the gcc-mingw-w64 package probably build-depends on gcc-source and compiles gccs from that16:27
cjwatsonjuliank: The main oddity is that we use schroot type=plain and do the setup/teardown ourselves16:27
juliankand then it generates packages like gcc-mingw-w64 with versions like 7.2.0-20ubuntu1+20.216:27
cjwatsonjuliank: But then the actual entry to the chroot is done using schroot (which means we get its ability to reliably kill a session, which sbuild's sudo mode couldn't do)16:28
michagogoHm... so if it build-depended on, say, gcc-5-source rather than gcc-7-source, it would produce GCC 5 binaries, with the newer MinGW code?16:30
michagogoDammit, I think this is turning into "Micha doesn't understand the relationship between GCC and mingw-w64"16:30
cjwatsonThe way I would answer that question would be by going to https://tracker.debian.org/mingw-w64, which links to https://anonscm.debian.org/cgit/collab-maint/mingw-w64.git, grabbing that git tree locally, and then looking back through its history to see if the Build-Depends change to gcc-7-source was accompanied by any other changes16:31
cjwatsonThat sort of approach is usually a good strategy for "help, I need to unwind this complicated new build-dependency for a backport, but I have no idea what else I might need to unwind at the same time"16:33
michagogocjwatson: the Build-Depends on gcc-7-source is in gcc-mingw-w64, not in mingw-w6416:33
rbasakmichagogo: gcc-mingw-w64? Sounds like you're diving in at the very deep end there.16:33
rbasakmichagogo: I would step back and consider your approach. I don't know what problem you're solving, but there might be an easier way.16:34
michagogoYeah, I'm thinking more and more that I'm looking at something much more complex than I hoped16:34
michagogoMy starting point is this16:35
michagogoThe version of mingw-w64 (or maybe it's g++-mingw-w64? I don't think I understand well enough how the different projects interact) in xenial is very broken16:35
cjwatsonmichagogo: ok, substitute the starting URL accordingly then16:36
michagogoIt produces binaries that don't work, Leading to a certain project having instructions in the build guide to change apt sources in a xenial environment to point to the zesty repos and upgrade16:37
michagogoWhich, if I'm not mistaken, is a very effective way to hose your environment.16:37
rbasakZesty is EOL now.16:38
rbasakBut you can usually fire up a lxd container and use a newer release to run a build just fine.16:38
rbasakNo need to hose the host system.16:38
michagogoThe build process for releases just uses a Trusty container to get around that issue, but it's desirable to have a way to build without all that16:39
rbasakAlso, if the reason it doesn't work in Xenial is due to a bug, we're quite happy in general to cherry-pick the fix for all Xenial users to benefit.16:39
michagogo(One example being Windows users, who want to use WSL, which doesn't have containers or chroot afaik)16:40
rbasakCan they not use WSL with a different Ubuntu release?16:40
Odd_Blokerbasak: We only provide xenial WSL images.16:51
Odd_BlokeYou can upgrade the environment, but then you're on your own.16:51
michagogoAFAIK you're not given a choice as to which version to download16:52
rbasakAh, OK16:52
michagogoAnd ISTR that do-release-upgrading breaks things16:53
mvoslangasek: hey, who should I talk to about a systemd fix? I have a debdiff ready (http://paste.ubuntu.com/p/W2w883BFgR/) and would love feedback if its ok to upload or if I should follow a different process (PR or somesuch)16:56
naccmvo: i'm told elsewhwere that slangasek is away today and tmrw16:59
mvonacc: aha, thank you17:00
naccmvo: np, i wonder if xnox is around (although late for him)17:02
julianknacc: it's earlier for xnox than for mvo :D17:04
juliankbut I have not seen him17:04
juliankthat said, a lot of people do not respond on IRC today :)17:05
juliankmvo: I would not do anything with systemd right now. it's stuck in the cryptsetup transition with test failures17:06
juliankI think xnox wanted to investigate them17:06
mvojuliank: ok, thank you17:08
naccjuliank: :) i never know anymore17:13
michagogoI think Iā€™m probably not going to keep pursuing this right now, but:17:29
michagogoThat stage1 stuff in the build-depends that we talked about earlier, is that also relevant for PPAs?17:29
michagogoMeaning, if I wanted to upload packages with circular dependencies to a PPA, would that work17:30
michagogo?17:30
naccmichagogo: i believe PPAs don't have build-profiles exposed17:30
naccmichagogo: so you can't do the bootstrap in a PPA, except by hand (e.g., drop the stuff you don't need to get pkg1 built, then build pkg2, then rebuild pkg1 re-adding what you dropped)17:31
cjwatsonThat's correct.  It's a feature that might be worth adding in the feuture.17:32
cjwatson*future17:32
juliankcjwatson: what was that?17:33
cjwatsonthe ability to configure a PPA to build with certain build profiles17:33
juliankum, yeah, I meant the <DEL> character17:34
cjwatsonerr, dunno, something lag-induced17:34
juliankcjwatson: did you restart ddeb-retriever or did it finish?17:34
juliankin any case, we do have bionic-updates now :)17:35
cjwatsonI didn't touch it except to deploy your change; I think it finished17:44
juliankAh I guess it did not get yakkety,viid,zesty back from LP and hence did not regenerate them or something17:45
juliankI'm always amazed at how easy some things are too fix17:46
tsimonq2build-profiles in PPAs> That would be SUPER useful for Qt transitions.17:47
julianktsimonq2: ooi how do you use build profiles for qt transitions?17:50
tsimonq2juliank: The base Qt packages have circular dependencies with the doc packages. If we had access to build with specific profiles, we'd go with nodoc for the first run and then from there unset nodoc and rebuild the packages one more time.17:51
xeviousnacc: How's phpunit coming along? Is there anything I can help out with for php-defaults while you're working on that?17:52
naccxevious: just working on monolog and then it should be good17:53
naccxevious: if you can look to see any of them need retriggers, (e.g., the packag that was tested has already been updated in bionic-proposed or bionic), that would be helpful. Or if any need an update from Debian.17:53
naccthat's usually my first step17:53
xeviousYeah I can do that.17:54
naccxevious: thanks, just ping me with what you find17:54
julianktsimonq2: interesting17:55
michagogorbasak/juliank/cjwatson: Thanks for your help. I also discussed the issue a bit with people who have a bit more understanding and think I have a slightly better idea of this whole story. I think I'm going to drop the issue for now, since I don't think I have enough time to learn enough about the various topics involved and get into it. On the horizon for Bitcoin Core specifically, we want our build tooling to optionally create and use its18:39
michagogoown toolchain, in order to be independent of Ubuntu (and other distro) packaging-related issues like this.18:39
michagogoMaybe at some point in the future I'll look into it again as a learning opportunity...18:40
michagogoAnd I mean, in the meantime mingw-w64 is broken for everyone, it's not just us, but...  šŸ¤·šŸ½ā€ā™‚ļø18:40
=== caravena_ is now known as caravena
jbichajuliank: did you see LP: #1747033 ?18:48
ubottuLaunchpad bug 1747033 in apt (Ubuntu) "transitional package dependency shouldn't be auto-removable" [Undecided,New] https://launchpad.net/bugs/174703318:48
juliankjbicha: Oh, well, the package is in the wrong section18:49
juliankit needs to be in oldlibs18:49
jbichajuliank: is that the only problem there?18:49
=== caravena_ is now known as caravena
juliankjbicha: yeah, if its in oldlibs, gnome-tweak-tool becomes autoremovable, and gnome-tweaks gets the bit gnome-tweak-tool had before18:50
jbichaif so I'll reassign to gnome-tweaks and look for an AA to help18:50
juliankjbicha: Sorry I was confused last time I looked at it18:51
juliankand then I forgot about it18:51
juliankmagic!18:52
mdeslaurinfinity, kees, stgraber, slangasek: TB meeting?20:01
xeviousnacc: Caught up with tickets. Got about 30% done writing a script to check for things needing retriggers.21:52
naccxevious: nice :)21:53
xeviousI'm getting back to that now.21:54
Unit193Debian #890287, #890288.  Fun.22:07
ubottuDebian bug 890287 in src:mbedtls "mbedtls: CVE-2018-0488 - Risk of remote code execution when truncated HMAC is enabled" [Grave,Open] http://bugs.debian.org/89028722:07
ubottuDebian bug 890288 in src:mbedtls "mbedtls: CVE-2018-0487 - Risk of remote code execution when verifying RSASSA-PSS signatures" [Grave,Open] http://bugs.debian.org/89028822:07
naccxevious: once php-monolog (just uploaded) is published, I can retrigger phpunit's tests and should be able to pick up wherever you are on php-defaults23:03
powersjnacc: Is this still the best guide for git-ubuntu + workflow? https://wiki.ubuntu.com/UbuntuDevelopment/Merging/GitWorkflow23:10
xeviousnacc: I've been juggling a number of things today. I should have that script shortly. I'll drop it in a snippet or gist or something when it's ready.23:11
xeviousnacc: Can I PM you to confirm some details?23:11
naccxevious: ack23:12
naccpowersj: the manpages of the snap are probably a bit better23:12
naccto enable them, LP: #169952623:12
ubottuLaunchpad bug 1699526 in usd-importer "Extra steps needed to enable manpages in snap" [Low,Triaged] https://launchpad.net/bugs/169952623:13
naccpowersj: (although i believe that i need to revisit that with some upstream changes recently in snapd)23:13
powersjnacc: thx!23:15
naccpowersj: np, i think the merge manpage is basically that wiki page still, but it's supposed to be the place to go23:16
naccpowersj: also use the beta snap23:16
powersjah was on edge23:18
naccpowersj: edge would be fine23:18
naccjust a bit less stable :)23:18
naccedge should be ok (I thikn that's what i am using)23:18
naccnote that some repos are currentlly ... in flux :)23:18
naccbecause of our importer changes23:18
naccpowersj: if you hit issues, let me know, i can walk you through how to workaround them23:19
powersjnacc: ok thanks again23:19
naccnp23:19
naccxevious: retriggering php-monolog now23:38
xeviousGreat.23:38
naccxevious: i *think* that will also get a bunch of stuff in php-defaults through23:39
naccbecause it's all the phpunit entangled packages that cause those mismatches23:39
naccxevious: cacti just got fixed in debian, it *should* sync down once it builds/publishes there23:50
xeviousGreat.23:50
xeviousHow long does that usually take?23:50
nacchopefully it will be done or in progress when i wake up trmw23:50
nacc*tmrw*23:51
naccxevious: since you're still collecting data on php-defaults, i might try and get php-horde-test through, since that will unblock the rest of horde probably23:51
xeviousOk. I'm about to publish a gist with the script and the current results.23:51
naccxevious: thanks23:52
xeviousnacc: https://gist.github.com/iammattcoleman/88013cb5f92105b15a66ee2ada442a1623:57

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