[07:16] mwhudson, thx for the livecd-rootfs reviews & merging that layer changeset! === sabdfl_ is now known as sabdfl === Faux is now known as Fauxdem === ricab is now known as ricab|brb === ricab|brb is now known as ricab [10:02] if there is an archive admin around - the NEW upload in disco of python-os-ken is required for the latest set of snapshots for OpenStack Neutron; this replaces the now unmaintained ryu project which we'll be raising an RM for the package in disco as soon as this lot flushes through into the release pockets so a review/ack would be good - thankyou! [10:02] there will be an associated MIR to swap ryu with os-ken [11:07] you should spin a livecd with the 18.04.2 xorg hwe for testing [11:22] of bionic [11:39] xnox: fwiw we'll have quite a bit of noise on proposed-migrations for ubuntu-openstack in the next few days (snapshots and dep updates going in) [11:39] coreycb and I will be working those === alan_g_ is now known as alan_g [13:10] doko, speaking wrt sagemath it is missing GOMP_loop_ull_runtime_start [13:10] isn't this a gcc thing? which library has it? [13:12] [sagelib-8.6] g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-cMhjBV/python2.7-2.7.15=. -fstack-protector-strong -Wformat -Werror=format-security -fexceptions -L/<>/debian/build/usr/lib -Wl,-rpath,/usr/lib/powerpc64le-linux-gnu/gap [13:12] -g -O3 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,--no-as-needed -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-ppc64le-2.7/build/cythonized/sage/matrix/matrix_modn_sparse.o -L/<>/debian/build/usr/lib -L/usr/lib/powerpc64le-linux-gnu/gap -llinbox-1.5.2 -llinboxsage-1.5.2 -lntl -liml -lblas -llapack -lgivaro -lflint -lmpfr -lgmp -lgmpxx -lstdc++ -o [13:12] build/lib.linux-ppc64le-2.7/sage/matrix/matrix_modn_sparse.so -lpari [13:12] this line looks sufficiently correct to me, wrt linking, and in fact the --no-as-needed makes no difference at all [13:12] my guess is that gcc in Ubuntu is not exporting that symbol correctly? === ricab is now known as ricab|lunch === ricab|lunch is now known as ricab [15:13] I'm seeing "pull-lp-source: Error: Unable to retrieve package information from DDE: http://dde.debian.net/dde/q/udd/dist/d:ubuntu/r:cosmic/p:livecd-rootfs/?t=json ()" when running pull-lp-source; anyone know what's up with that? [15:18] Odd_Bloke: DDE has been dead FOREVER. We really need to pull that out [15:19] it only uses that to find the source package for a binary package [15:19] if you specify the source package name it'll work [15:26] This is running `pull-lp-source livecd-rootfs cosmic-updates`; livecd-rootfs is the source package name. [15:26] Or do I need to do something like src:livecd-rootfs? [15:27] Oh, no, I am getting "pull-lp-source: Error: The source package 'livecd-rootfs' does not exist in the Ubuntu primary archive in cosmic-updates" [15:27] So it's trying to use it as a source package. [15:27] Which indeed it doesn't, only in cosmic and cosmic-proposed [15:27] See https://launchpad.net/ubuntu/+source/livecd-rootfs [15:28] *penny drops* [15:28] Thanks! [15:28] np [19:23] Skuggen: hi, rbasak tells me you're working on the mysql 8.0 transition. what's the deal with bool types? I'm seeing a lot of build failures of reverse-dependencies due to my_bool being missing, and possibly a namespace collision with a bare 'bool' [19:32] LocutusOfBorg: the -lpari at the end looks suspocious [19:32] and -fgomp is missing [19:33] -fopenmp even [20:02] vorlon: afaik it should be replaced by either bool, or a plain int [20:02] in net-snmp, I'm using an int for the moment [20:02] doko, why does debian work? [20:02] but I'm hitting other problems, like {my_,}load_defaults seems to be gone [20:03] * ahasenack working on a net-snmp ftbfs due to new mysql [20:03] ahasenack: one of the build failures suggests that the mysql headers themselves have some poorly namespaced bool types https://launchpad.net/ubuntu/+source/emboss/6.6.0+dfsg-7build1/+build/16342404 [20:03] ahasenack: but also, what was the deprecation cycle of this upstream? because a lot of packages fail to build because of this change [20:03] I don't know [20:04] there is a ppa that Skuggen has with many rebuilds [20:04] let me fetch it, I closed that tab by mistake [20:05] https://launchpad.net/~mysql-ubuntu/+archive/ubuntu/mysql-8.0/+packages [20:05] it has many failed builds, though [20:07] emboss also failed in that ppa, same package