seb128 | mwhudson, thx for the livecd-rootfs reviews & merging that layer changeset! | 07:16 |
---|---|---|
=== 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 | ||
jamespage | 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 |
jamespage | there will be an associated MIR to swap ryu with os-ken | 10:02 |
ernstp | you should spin a livecd with the 18.04.2 xorg hwe for testing | 11:07 |
ernstp | of bionic | 11:22 |
jamespage | 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 |
jamespage | coreycb and I will be working those | 11:39 |
=== alan_g_ is now known as alan_g | ||
LocutusOfBorg | doko, speaking wrt sagemath it is missing GOMP_loop_ull_runtime_start | 13:10 |
LocutusOfBorg | isn't this a gcc thing? which library has it? | 13:10 |
LocutusOfBorg | [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/<<PKGBUILDDIR>>/debian/build/usr/lib -Wl,-rpath,/usr/lib/powerpc64le-linux-gnu/gap | 13:12 |
LocutusOfBorg | -g -O3 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -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/<<PKGBUILDDIR>>/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 |
LocutusOfBorg | build/lib.linux-ppc64le-2.7/sage/matrix/matrix_modn_sparse.so -lpari | 13:12 |
LocutusOfBorg | this line looks sufficiently correct to me, wrt linking, and in fact the --no-as-needed makes no difference at all | 13:12 |
LocutusOfBorg | my guess is that gcc in Ubuntu is not exporting that symbol correctly? | 13:12 |
=== ricab is now known as ricab|lunch | ||
=== ricab|lunch is now known as ricab | ||
Odd_Bloke | 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 (<urlopen error [Errno -2] Name or service not known>)" when running pull-lp-source; anyone know what's up with that? | 15:13 |
tumbleweed | Odd_Bloke: DDE has been dead FOREVER. We really need to pull that out | 15:18 |
tumbleweed | it only uses that to find the source package for a binary package | 15:19 |
tumbleweed | if you specify the source package name it'll work | 15:19 |
Odd_Bloke | This is running `pull-lp-source livecd-rootfs cosmic-updates`; livecd-rootfs is the source package name. | 15:26 |
Odd_Bloke | Or do I need to do something like src:livecd-rootfs? | 15:26 |
Odd_Bloke | 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 |
Odd_Bloke | So it's trying to use it as a source package. | 15:27 |
cjwatson | Which indeed it doesn't, only in cosmic and cosmic-proposed | 15:27 |
cjwatson | See https://launchpad.net/ubuntu/+source/livecd-rootfs | 15:27 |
Odd_Bloke | *penny drops* | 15:28 |
Odd_Bloke | Thanks! | 15:28 |
cjwatson | np | 15:28 |
vorlon | 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:23 |
doko | LocutusOfBorg: the -lpari at the end looks suspocious | 19:32 |
doko | and -fgomp is missing | 19:32 |
doko | -fopenmp even | 19:33 |
ahasenack | vorlon: afaik it should be replaced by either bool, or a plain int | 20:02 |
ahasenack | in net-snmp, I'm using an int for the moment | 20:02 |
LocutusOfBorg | doko, why does debian work? | 20:02 |
ahasenack | but I'm hitting other problems, like {my_,}load_defaults seems to be gone | 20:02 |
* ahasenack working on a net-snmp ftbfs due to new mysql | 20:03 | |
vorlon | 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 |
vorlon | 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 |
ahasenack | I don't know | 20:03 |
ahasenack | there is a ppa that Skuggen has with many rebuilds | 20:04 |
ahasenack | let me fetch it, I closed that tab by mistake | 20:04 |
ahasenack | https://launchpad.net/~mysql-ubuntu/+archive/ubuntu/mysql-8.0/+packages | 20:05 |
ahasenack | it has many failed builds, though | 20:05 |
ahasenack | emboss also failed in that ppa, same package | 20:07 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!