/srv/irclogs.ubuntu.com/2017/02/27/#ubuntu-release.txt

=== hggdh_ is now known as hggdh
-queuebot:#ubuntu-release- New binary: rustc [i386] (zesty-proposed/universe) [1.15.1+dfsg0-1~exp1ubuntu2] (no packageset)02:53
-queuebot:#ubuntu-release- New binary: rustc [armhf] (zesty-proposed/universe) [1.15.1+dfsg0-1~exp1ubuntu2] (no packageset)04:16
-queuebot:#ubuntu-release- New binary: rustc [amd64] (zesty-proposed/universe) [1.15.1+dfsg0-1~exp1ubuntu2] (no packageset)04:18
-queuebot:#ubuntu-release- New binary: rustc [arm64] (zesty-proposed/universe) [1.15.1+dfsg0-1~exp1ubuntu2] (no packageset)04:52
=== maclin1 is now known as maclin
=== maclin1 is now known as maclin
=== fabo_ is now known as fabo
=== maclin1 is now known as maclin
=== NCommander is now known as Guest70600
-queuebot:#ubuntu-release- New: rejected gnome-recipes [source] (zesty-proposed) [0.14.2-0ubuntu1]08:38
-queuebot:#ubuntu-release- New: accepted rustc [ppc64el] (zesty-proposed) [1.15.1+dfsg0-1~exp1ubuntu1]08:38
-queuebot:#ubuntu-release- New: accepted rustc [amd64] (zesty-proposed) [1.15.1+dfsg0-1~exp1ubuntu2]08:38
-queuebot:#ubuntu-release- New: accepted rustc [armhf] (zesty-proposed) [1.15.1+dfsg0-1~exp1ubuntu2]08:38
-queuebot:#ubuntu-release- New: accepted rustc [ppc64el] (zesty-proposed) [1.15.1+dfsg0-1~exp1ubuntu2]08:38
-queuebot:#ubuntu-release- New: accepted rustc [i386] (zesty-proposed) [1.15.1+dfsg0-1~exp1ubuntu1]08:38
-queuebot:#ubuntu-release- New: accepted rustc [arm64] (zesty-proposed) [1.15.1+dfsg0-1~exp1ubuntu2]08:38
-queuebot:#ubuntu-release- New: accepted rustc [s390x] (zesty-proposed) [1.15.1+dfsg0-1~exp1ubuntu2]08:38
-queuebot:#ubuntu-release- New: accepted rustc [s390x] (zesty-proposed) [1.15.1+dfsg0-1~exp1ubuntu1]08:39
-queuebot:#ubuntu-release- New: accepted rustc [i386] (zesty-proposed) [1.15.1+dfsg0-1~exp1ubuntu2]08:39
=== lan3y is now known as Laney
-queuebot:#ubuntu-release- New sync: automat (zesty-proposed/primary) [0.5.0-1]10:41
-queuebot:#ubuntu-release- New: accepted automat [sync] (zesty-proposed) [0.5.0-1]10:42
-queuebot:#ubuntu-release- New binary: automat [amd64] (zesty-proposed/universe) [0.5.0-1] (no packageset)10:45
-queuebot:#ubuntu-release- New: accepted automat [amd64] (zesty-proposed) [0.5.0-1]10:50
=== santa is now known as Guest11705
=== Guest11705 is now known as santa_
cult-https://bugs.launchpad.net/ubuntu/+source/libodb/+bug/158833012:56
ubot5Ubuntu bug 1588330 in libodb-sqlite (Ubuntu Yakkety) "Incompatible builds of libodb and libodb-mysql" [Undecided,Fix committed]12:56
=== yofel_ is now known as yofel
cult-https://bugs.launchpad.net/ubuntu/+source/libodb/+bug/158833014:09
ubot5Ubuntu bug 1588330 in libodb-sqlite (Ubuntu Yakkety) "Incompatible builds of libodb and libodb-mysql" [Undecided,Fix committed]14:09
apwcult-, we saw it the first time ...14:23
cult-:-)14:23
apwxnox, that block of libodb stuff ... why are those needing to be in lockstep, if they are why does that not affect anyone consuming them14:23
-queuebot:#ubuntu-release- Unapproved: apt (xenial-proposed/main) [1.2.19 => 1.2.20] (core)14:37
-queuebot:#ubuntu-release- Unapproved: apt (yakkety-proposed/main) [1.3.4 => 1.3.5] (core)14:37
-queuebot:#ubuntu-release- New binary: uwsgi [ppc64el] (zesty-proposed/universe) [2.0.14+20170111-4ubuntu1] (no packageset)15:29
-queuebot:#ubuntu-release- New binary: uwsgi [s390x] (zesty-proposed/universe) [2.0.14+20170111-4ubuntu1] (no packageset)15:30
-queuebot:#ubuntu-release- New binary: uwsgi [amd64] (zesty-proposed/universe) [2.0.14+20170111-4ubuntu1] (no packageset)15:31
-queuebot:#ubuntu-release- New binary: uwsgi [i386] (zesty-proposed/universe) [2.0.14+20170111-4ubuntu1] (no packageset)15:33
xnoxapw, so there is c++ abi change; the old libodb is compatible with everything but the -mysql is the bug we are trying to fix15:35
xnoxhowever the new libodb-* are incompatible with the old libodb15:35
xnoxand the new libodb is incompatible with the old libodb-[!mysql]15:36
apwxnox, rigth but after we accpet this pile is any user of libodb in trouble15:36
xnoxthus one should release all of them as one pile.15:36
xnoxapw, i guess i should have had Breaks: libodb-[!mysql] << old in libodb15:36
apwxnox, but what about anyone already built15:36
xnoxanyone who used libodb-mysql is screwed =) until one full-upgrades15:37
xnoxanyone who uses xenial-release compiler cannot use libodb*15:37
xnoxone can only use pre xenial compiler with xenial libodb stack, sans mysql.15:38
apwxnox, and is the working compiler in -security15:38
xnoxit's very broken, as the default xenial compiler cannot compile/link anything against libodb*15:38
xnoxcompiler from xenial-release (and updates, and security) defaults to the new abi15:38
xnoxlibodb in release was lask built in pre-xenial15:39
xnoxlibodb in xenial-release was lask built in pre-xenial15:39
cult-currebt libodb binaries without this bugfix, are completely unusable. this bugfix is very much needed to use this library. they were broken since release.15:39
cult-no one is using the original binaries because they are broken.15:39
xnoxapw, basically debian did binNMUs to transition them to c++11 abi; and we didn't.15:39
apwxnox, ok so the accurate statement is anything using it is broken, ie not using it as it is15:40
xnoxAPI is not changed, only ABI broken via 3rd party packages.15:40
xnoxapw, right everything is broken in libodb* stack =)15:40
apwxnox, and they are clearly heavily used in that case, being broken for so long, ugg15:41
cult-the maintainer messed it up after a request to link against proper mysql dependencies, he missed the abi differences.. poor man.15:44
xnoxapw, well debian simply did binNMUs and we missed that.15:45
apwxnox, can you pm me the list of package which must be in lock-step pls15:46
xnoxapw, it's all in the bug. but ok.15:49
xnox(it's one bug)15:49
-queuebot:#ubuntu-release- New binary: networking-bgpvpn [amd64] (zesty-proposed/universe) [6.0.0-0ubuntu1] (no packageset)16:32
cult-apw: is the fix released happens instantly or some hours until it appears in repo?16:49
apwcult-, modulo the time it takes the publisher, i would expect it to be out around now16:53
apwcult-, and potentially modulo mirroring delays depending which mirror you use16:53
cult-yeah i can't see it yet16:56
cult-finally17:09
cult-thanks a lot!17:09
cult-btw, are you going to close the bug report?17:15
ginggscult-: it's marked 'Fix Released' for all series, it is closed17:17
-queuebot:#ubuntu-release- Unapproved: backuppc (xenial-proposed/main) [3.3.1-2ubuntu3.1 => 3.3.1-2ubuntu3.2] (core)17:21
apwcult-, it gets closed as the binaries publish17:24
-queuebot:#ubuntu-release- New binary: linux-signed-hwe [amd64] (xenial-proposed/main) [4.8.0-40.43~16.04.1] (no packageset)17:26
-queuebot:#ubuntu-release- New: accepted linux-signed-hwe [amd64] (xenial-proposed) [4.8.0-40.43~16.04.1]17:33
cult-fine17:49
-queuebot:#ubuntu-release- New binary: radare2 [ppc64el] (zesty-proposed/universe) [1.1.0+dfsg-2ubuntu1] (no packageset)19:54
-queuebot:#ubuntu-release- New binary: radare2 [amd64] (zesty-proposed/universe) [1.1.0+dfsg-2ubuntu1] (no packageset)19:55
-queuebot:#ubuntu-release- New binary: radare2 [s390x] (zesty-proposed/universe) [1.1.0+dfsg-2ubuntu1] (no packageset)19:55
-queuebot:#ubuntu-release- New binary: radare2 [i386] (zesty-proposed/universe) [1.1.0+dfsg-2ubuntu1] (no packageset)19:55
-queuebot:#ubuntu-release- New binary: radare2 [powerpc] (zesty-proposed/universe) [1.1.0+dfsg-2ubuntu1] (no packageset)19:56
-queuebot:#ubuntu-release- New: accepted networking-bgpvpn [amd64] (zesty-proposed) [6.0.0-0ubuntu1]19:56
-queuebot:#ubuntu-release- New binary: radare2 [arm64] (zesty-proposed/universe) [1.1.0+dfsg-2ubuntu1] (no packageset)19:58
-queuebot:#ubuntu-release- New binary: radare2 [armhf] (zesty-proposed/universe) [1.1.0+dfsg-2ubuntu1] (no packageset)19:58
-queuebot:#ubuntu-release- New: accepted radare2 [amd64] (zesty-proposed) [1.1.0+dfsg-2ubuntu1]20:11
-queuebot:#ubuntu-release- New: accepted radare2 [armhf] (zesty-proposed) [1.1.0+dfsg-2ubuntu1]20:11
-queuebot:#ubuntu-release- New: accepted radare2 [powerpc] (zesty-proposed) [1.1.0+dfsg-2ubuntu1]20:11
-queuebot:#ubuntu-release- New: accepted radare2 [s390x] (zesty-proposed) [1.1.0+dfsg-2ubuntu1]20:11
-queuebot:#ubuntu-release- New: accepted radare2 [arm64] (zesty-proposed) [1.1.0+dfsg-2ubuntu1]20:11
-queuebot:#ubuntu-release- New: accepted radare2 [ppc64el] (zesty-proposed) [1.1.0+dfsg-2ubuntu1]20:11
-queuebot:#ubuntu-release- New: accepted radare2 [i386] (zesty-proposed) [1.1.0+dfsg-2ubuntu1]20:11
=== santa is now known as Guest99451
-queuebot:#ubuntu-release- New binary: linux-signed-lts-xenial [amd64] (trusty-proposed/main) [4.4.0-65.86~14.04.1] (kernel)22:42

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