/srv/irclogs.ubuntu.com/2016/10/31/#ubuntu-release.txt

-queuebot:#ubuntu-release- Unapproved: supertux (xenial-proposed/universe) [0.4.0-1 => 0.4.0-1ubuntu1] (no packageset)00:32
-queuebot:#ubuntu-release- Unapproved: accepted grub2 [amd64] (yakkety-proposed) [2.02~beta2-36ubuntu11.1]09:16
-queuebot:#ubuntu-release- Unapproved: accepted grub2 [arm64] (yakkety-proposed) [2.02~beta2-36ubuntu11.1]09:16
Laneyif anyone is good at alignment issues09:23
Laneypdl/armhf...09:23
Laneyxnox: could you look at libterm-readline-gnu-perl and libtext-bibtex-perl which both fail on s390x please?09:27
Laneyeven if to decide if they should be removed09:27
cjwatsonrobru,oSoMoN: you don't need to ask me whether it's in production yet, just watch the status of the Launchpad task on https://bugs.launchpad.net/launchpad/+bug/1633608 (though I don't recall whether this will apply to copies)09:34
ubot5`Ubuntu bug 1633608 in Launchpad itself "Bileto PPA upload rejections are lost to the ether" [High,In progress]09:34
oSoMoNcjwatson, thanks, I subscribed to the bug09:35
* cjwatson blacklists the GHC 8 transition for now09:54
cjwatson(this time in a less hacky way)09:54
xnoxLaney, i want to say that those failures are normal, because terminals are weird on s390x. Let try building it on a possibly slightly more conventional installation, to see if e.g. the launchpad builder's configuration can be tweaked.10:03
xnoxhowever these things did build before. somehow.10:03
apwcjwatson, is there any way we could get the rejection messages to queuebot ?10:22
apwcjwatson, or perhaps cc: the emails to -changes or something10:23
cjwatsona few years ago there was a bunch of work to store them for later auditing10:28
cjwatsonbut it was never quite completed10:28
cjwatsonprobably better to finish that than to add hacks10:28
xnoxLaney, https://launchpad.net/ubuntu/+source/libtext-bibtex-perl/0.76-1ubuntu110:35
xnoxand https://rt.cpan.org/Public/Bug/Display.html?id=9659310:35
Laneyxnox: nice, that's a handy find10:36
* Laney might have a patch for pdl10:43
* Laney is new to this alignment shizzle though10:43
* Laney test builds10:43
xnoxLaney, somehow readline state ends up as NONE(0) instead of INITIALIZED(2), there is INITIALIZING(1) in between as well.10:49
xnoxenoclue at the moment why =)10:49
xnoxfound it, https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840689 will get a better fix for it, but first coffee.10:51
ubot5`Debian bug 840689 in libterm-readline-gnu-perl "libterm-readline-gnu-perl: FTBFS on 64-bit big endian architectures" [Serious,Open]10:51
Laneyxnox: yeah, saw that - the upstream dude says he will do a proper fix, whatever that means :-)11:09
xnoxit means use unsigned, when unsigned is due11:10
apwxnox, hopefully it means use long when long is due11:15
Laneyalways long your longs11:15
xnoxyeah.11:16
-queuebot:#ubuntu-release- Unapproved: webbrowser-app (xenial-proposed/main) [0.23+16.04.20160413-0ubuntu1 => 0.23+16.04.20161028-0ubuntu1] (ubuntu-desktop, ubuntu-qt-packages) (sync)11:16
xnoxGnu.xs:539:5: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] horum. I fail this morning11:16
apwit was broken then moment they had a cast in there to anything other than void*11:16
xnoxneeds patching perl code as well. and magic bridge functions to/from C11:23
xnoxargh11:23
apwxnox, if there is a proper upstream fix coming ... could we not use the dirty hack until it comes ?11:33
xnoxapw, well dirty hack is scary to me =) if 64 bit, and if big endian, point randomly to the next memory address, as that will be the "right" half of long.11:34
xnoxI think i have it properly in a second. And if not, will upload dirty hack.11:34
apwxnox, the layout of a long in BE is pretty well defined11:34
xnoxtrue11:34
apwwhat they are doing makes me physically sick, but it likely is "safe"11:35
xnoxthere is handing for charp vs pint, adding pulong there.11:35
xnoxto keep up with their sickness11:36
xnoxLaney, apw - https://rt.cpan.org/Public/Bug/Display.html?id=118371#txn-167983811:50
xnoxuploaded11:50
xnoxall is good https://launchpad.net/ubuntu/+source/libterm-readline-gnu-perl/1.34-1ubuntu111:52
Laneyxnox: Ta11:53
Laneyand my pdl seems to build so I'll copy that11:54
xnoxapw, wanna shed some light into bus errors that started to appear on armhf in the galera-3 icinga2 and percona-galera-3 packages? http://people.canonical.com/~ubuntu-archive/transitions/html/boost1.61.html11:55
xnoxi have a theory that the new arm64 builders are better at emitting bus errors, and they simply were there the whole time.11:55
xnoxi.e. unaligned access or some such.11:56
Laneyunaligned access indeed11:56
xnoxalso have you ever seen this before: https://launchpadlibrarian.net/291194249/buildlog_ubuntu-zesty-s390x.libbitcoin_2.11.0-1ubuntu1_BUILDING.txt.gz11:56
xnoxdevlibs error: There is no package matching [ld64-1-dev] and noone provides it, please report bug to d-shlibs maintainer11:56
xnoxah https://lists.debian.org/debian-mentors/2016/06/msg00648.html11:57
dokoxnox: the change to 64bit kernels triggered a few unaligned accesses for armhf, but I'm not aware of any triggered on arm6412:00
xnoxdoko, right, i see three new failures / unagligned accesses triggered on armhf.12:00
xnox=(12:00
* xnox is reading https://lists.debian.org/debian-mentors/2016/06/msg00652.html and does not understand12:01
cjwatsonWe're intentionally not putting any effort into that because it brings us closer to where we wanted to be anyway for phones12:01
cjwatson(Because the Android kernel does much the same thing; there was previously a problem whereby stuff would succeed on builders and then fail on devices)12:01
cjwatsonSo the unaligned accesses should be fixed in packages12:02
xnoxyeah, i understand that the right thing to do is to fix the packages.12:02
=== Pici is now known as ZarroBoogs
Laneyslangasek: I don't understand https://bazaar.launchpad.net/~ubuntu-release/britney/hints-ubuntu/revision/2074 - doesn't look like they were gone from proposed to me?12:51
Laneyand they've moved back to release now12:51
xnoxLaney, slangasek - i wonder if we can remove remaining broken / untransitioned binaries for perl to get it migrate. =) or are they non-leaf packages?12:55
xnoxas in is all of uwsgi, or just the perl uwsgi?12:55
Laneyxnox: They were demoted12:59
-queuebot:#ubuntu-release- Unapproved: metacity (xenial-proposed/main) [1:3.18.7-0ubuntu0.1 => 1:3.18.7-0ubuntu0.2] (ubuntu-desktop)12:59
LaneyI guess we'll see what britney has to say about it (if it's only these packages or if there are other problems too)13:00
xnoxLaney, but you should remove binaries & demote src to -proposed. That way it will be stuck with failure to build and will not migrate by virtue of miracles.13:00
xnoxor keep a block-proposed bug against them.13:00
LaneyThey were blocked13:01
xnoxok. /me goes back to finishing boost1.61 transition laggers =)13:01
Laneythere's a few random failures @ proposed-migration13:02
apwLaney, there appear to be a coulple of cases where the armhf builds are missing too13:23
apwLaney, and indeed similarly for s390x, which is oddness13:24
Laneyapw: I think those are ones that just got uploaded13:24
apwLaney, ahh ok, then i'll wait a bit ... before listing them13:25
Laneypdl, some readline thing13:26
Laneyand something else13:26
apwpdl yay13:26
xnoxslangasek, powerpc dropped as release arch in debian13:37
-queuebot:#ubuntu-release- Unapproved: ido (xenial-proposed/main) [13.10.0+15.10.20151002-0ubuntu1 => 13.10.0+16.04.20161028-0ubuntu1] (ubuntu-desktop) (sync)14:01
LaneyJust those few (re)removals and autopkgtest failures then14:16
-queuebot:#ubuntu-release- Unapproved: apt (xenial-proposed/main) [1.2.14 => 1.2.15] (core)14:36
-queuebot:#ubuntu-release- Unapproved: nova-lxd (xenial-proposed/main) [13.0.0-0ubuntu3 => 13.0.0-0ubuntu3.1] (ubuntu-server)15:32
slangasekLaney: I did remove those packages from zesty-proposed; which ones do you see still there, at the perl 5.22 versions?15:57
slangasekLaney: regardless, demoting them to -proposed was the wrong thing in the first place15:58
slangasekLaney: it's possible there was a race between my removal being processed, and p-m re-copying them from -proposed after I dropped the hints but before the publisher had finished making them disappear from -proposed; this was all done during the window when publishing was really slow16:00
slangasekLaney: (re-removed now from zesty)16:00
Laneyslangasek: Riiiight - so what's your rule of thumb for demotion vs removal then?16:00
slangasekLaney: the only time we ought to demote a package is if it depends on something else that's being removed, but itself is not buggy and requires no changes to become installable16:01
Laneyslangasek: If you remove them, they won't come back via autosync, right?16:02
slangasekLaney: they absolutely will16:02
LaneyI thought it checked for an explicit removal16:03
slangasekwhich is what we want to happen, if the package has gotten an upload in Debian that (hopefully) fixes the RC bug that got it removed from testing16:03
slangasekif it does, that's news to me and behavior that I think should be corrected16:03
slangasekit won't try to re-autosync at the same /version/16:03
LaneyI certainly see entries that look like that in http://people.canonical.com/~ubuntu-archive/auto-sync/current.log16:04
cjwatsonUh16:04
Laneysalmon, sga16:04
cjwatsonslangasek: Checking for removals was absolutely deliberate and not something I think should be corrected16:04
Laney(So that's why I was asking for demotion rather than removal)16:04
slangasekcjwatson: really?  I thought we had the sync-blacklist for things we were removing and didn't want back16:05
cjwatsonslangasek: That was a nightmare16:05
slangasekhmm16:05
slangasekwell, I didn't get the memo that this behavior had ever changed ;)16:05
cjwatsonslangasek: It was around the time auto-sync moved to client side, and I banged on about it for a while :)16:05
slangasekand, as I commented on ubuntu-release, leaving stuff in -proposed is also a bit of a nightmare16:05
cjwatsonIMO and IME auto-syncing stuff that's been removed is just too error-prone16:06
slangasekI'd much rather require AAs to maintain the sync-blacklist (which I still was!) than to bump stuff in -proposed and make update_excuses unusable16:06
slangasek:/16:06
cjwatsonThe auto-sync log shows what hasn't been synced due to a previous removal16:07
cjwatsonI think it's sufficient to just take a brief glance through that from time to time16:07
slangasekok16:07
cjwatson(I used to do that)16:07
slangasekbut if my first inclination, when glancing at what's not been synced for this reason, is to sync them all and see what sticks? :)16:08
slangasekanyway16:08
slangasekgotta go chase dinner on the streets of Bucharest now16:08
cjwatsonslangasek: the auto-sync log tries to give you an indication of why things were removed16:08
cjwatsonIME it's a mix of short-term and long-term reasons16:09
cjwatsonI don't at all object to things being added to the sync-blacklist when the decision is that they should never be shipped in Ubuntu16:09
Laneyapw: Could you take care of my 4 new requests on https://bugs.launchpad.net/ubuntu/+source/kvirc/+bug/1636804 please?16:10
ubot5`Ubuntu bug 1636804 in nama (Ubuntu) "perl 5.24 demotions" [Undecided,New]16:10
cjwatsonBut quite often the next Debian upload after a removal doesn't in fact address the reason it was removed in Ubuntu, e.g. due to stricter build requirements; or the last version in Ubuntu had a delta that should be reapplied if the package is reintroduced16:10
LaneyI don't know if this conversation establishes a new rule about whether you should remove or demote, sorry :(16:10
cjwatsonAnd there was an antipattern I observed where people added stuff to the sync-blacklist that wasn't actually for a long-term reason16:10
cjwatsonFor instance, people were blacklisting things that were removed because they currently failed to build16:11
cjwatsonThat was really undiscoverable and so a bunch of packages were inadvertently not shipped when they could have been16:11
cjwatsonSo I tried to push for blacklisting only for long-term reasons16:11
LaneyI like(d) using demotion of in-sync things to mean "this will probably be fixed by the next autosync"16:12
LaneyI grant that it does cause excuses to become cluttered if that takes a while16:12
cjwatsonI think it would be good to surface auto-sync's log output in a less plaintexty way16:12
xnoxslangasek, imho removing binaries + demote src to -proposed is fine. and let those things stuck failing to build.16:33
xnoxand auto-sync back in, if and when debian fixes things.16:33
xnoxwe need to mimic "removed from testing, broken in sid" somehow on our side.16:34
-queuebot:#ubuntu-release- New binary: libcgicc [ppc64el] (zesty-proposed/universe) [3.2.16-0.1~build1] (no packageset)16:40
-queuebot:#ubuntu-release- New binary: libcgicc [amd64] (zesty-proposed/universe) [3.2.16-0.1~build1] (no packageset)16:40
-queuebot:#ubuntu-release- New binary: libcgicc [armhf] (zesty-proposed/universe) [3.2.16-0.1~build1] (no packageset)16:40
-queuebot:#ubuntu-release- New binary: libcgicc [arm64] (zesty-proposed/universe) [3.2.16-0.1~build1] (no packageset)16:40
-queuebot:#ubuntu-release- New binary: libcgicc [i386] (zesty-proposed/universe) [3.2.16-0.1~build1] (no packageset)16:42
-queuebot:#ubuntu-release- New binary: libcgicc [powerpc] (zesty-proposed/universe) [3.2.16-0.1~build1] (no packageset)16:43
-queuebot:#ubuntu-release- New binary: libcgicc [s390x] (zesty-proposed/universe) [3.2.16-0.1~build1] (no packageset)16:43
wxlso ppc has been dropped as a release architecture from debian. does that mean we're going to be canning the support in ubuntu? (note this does NOT apply to ppc64el) https://lists.debian.org/debian-powerpc/2016/10/msg00125.html17:26
mdeslaurwxl: infinity's main workstation is a powerpc ;)17:30
wxlmdeslaur: so i guess i shouldn't expect a response from him any time soon XD17:39
-queuebot:#ubuntu-release- New: accepted fwupd [amd64] (zesty-proposed) [0.7.4-2]17:44
balloonscyphermox, slangasek, I have confirmed $DPKG_MAINTSCRIPT_ARCH is blank during initial installation. This causes the debconf message about invalid arch to appear on valid architecture systems. How would you like to fix the logic?17:46
-queuebot:#ubuntu-release- Unapproved: isc-dhcp (precise-proposed/main) [4.1.ESV-R4-0ubuntu5.11 => 4.1.ESV-R4-0ubuntu5.12] (core)19:02
-queuebot:#ubuntu-release- Unapproved: isc-dhcp (trusty-proposed/main) [4.2.4-7ubuntu12.7 => 4.2.4-7ubuntu12.8] (core)19:03
-queuebot:#ubuntu-release- Unapproved: isc-dhcp (xenial-proposed/main) [4.3.3-5ubuntu12.3 => 4.3.3-5ubuntu12.4] (core)19:04
-queuebot:#ubuntu-release- Unapproved: isc-dhcp (yakkety-proposed/main) [4.3.3-5ubuntu15 => 4.3.3-5ubuntu15.1] (core)19:04
-queuebot:#ubuntu-release- Unapproved: nova (xenial-proposed/main) [2:13.1.1-0ubuntu1.1 => 2:13.1.2-0ubuntu2] (openstack, ubuntu-server)19:06
-queuebot:#ubuntu-release- Unapproved: rejected nova [source] (xenial-proposed) [2:13.1.2-0ubuntu2]19:25
-queuebot:#ubuntu-release- Unapproved: openstack-trove (xenial-proposed/universe) [1:5.1.1-0ubuntu1 => 1:5.1.1-0ubuntu2] (no packageset)19:38
cyphermoxballoons: I think we want not DPKG_MAINTSCRIPT_ARCH in the .config file; I shipped an attempt at fixing this in my PPA friday, I will look in a few seconds19:48
cyphermoxcan someone please reject shim-signed in yakkety queue?19:48
balloonscyphermox, ack. I switched it out to replace the arch by using deb_host_arch in rules, and writing out the config.in file19:48
balloonswhat do you think of that approach?19:49
cyphermoxyuck19:49
cyphermoxbut hey, if it works...19:49
cyphermoxI'd need to see the diff19:49
balloonscyphermox, heh. Well I can say just pushing back the dpkg --print-architecture version does work19:52
balloonswould you prefer that?19:52
cyphermoxyea, I would19:53
cyphermoxwant to get me a debdiff against the juju currently in proposed, I could sponsor that now? :)19:54
balloonssure thing. I have one for yak/zest too19:54
cyphermoxwhat for? that one wouldn't prompt19:58
cyphermoxbut we also need the xenial19:58
balloonscyphermox, ohh, for the missing dh_install and missing dependency in the first upload19:59
cyphermoxoh, right19:59
cyphermoxjderose: hey20:01
jderosecyphermox: hey back :)20:01
-queuebot:#ubuntu-release- Unapproved: accepted nova [source] (xenial-proposed) [2:13.1.2-0ubuntu2]20:16
balloonscyphermox, xenial: http://paste.ubuntu.com/23408418/20:19
-queuebot:#ubuntu-release- Unapproved: accepted nova-lxd [source] (xenial-proposed) [13.0.0-0ubuntu3.1]20:20
balloonscyphermox, I hope this works for yakkety/zesty: http://paste.ubuntu.com/23408442/20:26
cyphermoxcan we close a bug that describes the regression on yakkety/zesty please?20:31
cyphermoxand is there one for the prompting on xenial?20:32
balloonscyphermox, ohh, new bugs? This is follow-up imho on the current SRU bugs20:34
balloonsI need to put verification failed in there, or however you wish20:35
cyphermoxI think we might want to track them separately on account of having to upload on top of something already in proposed20:35
cyphermoxor maybe re-close, yeah,20:35
balloonsI would typically see it as verification failed, new upload, re-verify20:36
cyphermoxwfm20:36
balloonsI guess we should re-mention the specific bugs?20:36
cyphermoxyes20:36
balloonscyphermox, bug 1631038 for sysctl. We don't technically have a bug for the arch issues in the conf script. I guess I would use bug 161744020:37
ubot5`bug 1631038 in juju-release-tools "Need /etc/sysctl.d/10-juju.conf" [High,Fix committed] https://launchpad.net/bugs/163103820:37
-queuebot:#ubuntu-release- Unapproved: shim-signed (yakkety-proposed/main) [1.21.3 => 1.21.4] (core)20:37
ubot5`bug 1617440 in juju-core (Ubuntu Yakkety) "[SRU] Juju 2 GA" [High,Fix committed] https://launchpad.net/bugs/161744020:37
cyphermoxisn't there something for the no-longer-supports-32bit?20:38
slangasekcjwatson: +1 for only blacklisting due to long-term issues; -1 for pushing to -proposed, which leaves the bottom of update_excuses full of things that are not actionable :)20:39
balloonscyphermox, bug 161496920:39
ubot5`bug 1614969 in juju-core-1 (Ubuntu) "Juju packaging allows builds for unsupported architectures" [Undecided,New] https://launchpad.net/bugs/161496920:39
slangasekballoons: "blank during initial installation" - er it should always be set, whether initial install or upgrade.... oh, are you checking this variable from the .config script?20:40
slangasekright, cyphermox responded. ok20:40
balloonsslangasek, yep. Absolutely confirmed nothing is set when run during install20:40
slangasekballoons: it's not 'during install', it's "when used from the .config script"20:41
slangasekbecause the .config script is called from apt initially, /not/ via dpkg20:41
balloonsslangasek, it IS set if I run a dpkg-reconfigure. sure ...20:41
-queuebot:#ubuntu-release- Unapproved: rejected shim-signed [source] (yakkety-proposed) [1.21.4]20:43
balloonsslangasek, are you comfortable then just using dpkg --print-architecture for the config?20:43
balloonsI converted the config file to use a .in file, and set it based on DEB_HOST_ARCH in debian rules and was playing with that, but it wasn't as desired, so, we're back to as it was20:43
slangasekballoons: yes, in that context it's probably better20:44
cyphermoxslangasek: all good, I'll do the sponsorings for balloons now20:56
cyphermoxslangasek: could you please also review that new shim-singed? :)21:05
ginggsshim-singed as in sung or slightly burnt?21:07
slangasekcyphermox: probably not tonight yet, sorry21:08
cyphermoxginggs: as in slightly burnt21:08
cyphermoxpermanently-renamed, too21:08
cyphermoxmaybe I'll consider shim-sung for the next upload21:08
cyphermoxslangasek: ack21:09
-queuebot:#ubuntu-release- Unapproved: juju-core (xenial-proposed/main) [2.0.0-0ubuntu0.16.04.1 => 2.0.0-0ubuntu0.16.04.2] (ubuntu-server)21:24
-queuebot:#ubuntu-release- Unapproved: juju-core (yakkety-proposed/main) [2.0.0-0ubuntu0.16.10.1 => 1:2.0.0-0ubuntu1.16.10.2] (ubuntu-server)21:24
cyphermoxplease reject juju-core in yakkety21:24
cyphermoxcrap :/21:24
cyphermox^ epoch is very bad, shouldn't have been in that debdiff21:26
cyphermoxbad ballons ;)21:26
* tsimonq2 gives balloons the epoch hat21:26
stgraberdone21:26
* balloons feels ashamed21:26
-queuebot:#ubuntu-release- Unapproved: rejected juju-core [source] (yakkety-proposed) [1:2.0.0-0ubuntu1.16.10.2]21:27
cyphermoxstgraber: ta21:27
tsimonq2balloons: Don't worry, you don't have to wear it as long as the Ducky Tie. :P21:27
stgraberballoons: we'll find you a corner to sit in next week :)21:28
cyphermoxballoons: there was another subtle issue too, see if you can spot it ;)21:28
balloonsyea. I wonder how many minutes (days?!) I'll have to do that21:28
tsimonq2stgraber: You guys going to a sprint next week? Make him an actual physical epoch hat. XD21:28
tsimonq2heheheheheheheheh ;)21:29
stgraberyeah, bunch of us sprinting in Budapest next week :)21:29
cyphermoxballoons: that would be scary, if there were seconds involved.21:29
tsimonq2stgraber: Oh nice! :D21:29
stgrabercyphermox: already in Santa Fe I take it?21:29
stgrabercyphermox: I'm on a plane to Denver here21:29
cyphermoxyes, already there, about to leave for dinner21:30
stgraberisn't 3pm a bit early for dinner? :)21:30
balloonshe's stuck fixing my epochs21:30
cyphermox(basically, as soon as I'm done with this, then I'll be back after)21:30
tsimonq2balloons: XD21:30
cyphermox3pm US dinner.21:30
cyphermoxwait wat21:31
-queuebot:#ubuntu-release- Unapproved: juju-core (yakkety-proposed/main) [2.0.0-0ubuntu0.16.10.1 => 2.0.0-0ubuntu0.16.10.2] (ubuntu-server)21:31
cyphermoxannoying clocks.21:31
tsimonq2I'm handing out halloween candy, so I can munch on that. :P21:31
cyphermoxstgraber: feels like it's way beyond 3pm here, and even way past 5pm cyphermox-standard-time. perhaps I've been up for too long.21:34
stgraberthat's why I booked late flights, get to sleep in before leaving and not see the timezone change :)21:36
stgraberthough that's just 2 hours west, the 9 hours east I'll have next weekend will be a bit harder to deal with I suspect ;)21:36
cyphermoxpfft21:36
-queuebot:#ubuntu-release- New binary: libcgicc [amd64] (zesty-proposed/universe) [3.2.16-0.1] (no packageset)23:53
-queuebot:#ubuntu-release- New binary: libcgicc [ppc64el] (zesty-proposed/universe) [3.2.16-0.1] (no packageset)23:53
-queuebot:#ubuntu-release- New binary: libcgicc [arm64] (zesty-proposed/universe) [3.2.16-0.1] (no packageset)23:54
-queuebot:#ubuntu-release- New binary: libcgicc [i386] (zesty-proposed/universe) [3.2.16-0.1] (no packageset)23:54
-queuebot:#ubuntu-release- New binary: libcgicc [armhf] (zesty-proposed/universe) [3.2.16-0.1] (no packageset)23:54
-queuebot:#ubuntu-release- New binary: libcgicc [s390x] (zesty-proposed/universe) [3.2.16-0.1] (no packageset)23:54
-queuebot:#ubuntu-release- New binary: libcgicc [powerpc] (zesty-proposed/universe) [3.2.16-0.1] (no packageset)23:54

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