=== CodeMouse92 is now known as Guest6719 [20:34] how the heck did https://autopkgtest.ubuntu.com/results/autopkgtest-jammy/jammy/ppc64el/j/janus/20220304_140515_8103b@/log.gz get past britney, it's blatantly caused by python3-defaults migrating [20:36] mwhudson: my first guess is that it doesn't have a direct Build-Depends on a python3 package [20:37] jbicha: looks like a good guess [20:38] hm and actually from the traceback it's not clear which package is broken, i'm not sure it's janus [20:38] a little concerning if you think about it too hard since there have to be other packages that can break too that aren't tested 🤷 [20:40] hooray [20:41] oh fun, python3-websocket comes from websocket-client, which has no dep8 tests at all [20:42] mwhudson: did you see my reply on open3d here? https://bugs.launchpad.net/ubuntu/+source/open3d/+bug/1963556/comments/4 [20:42] Launchpad bug 1963556 in open3d (Ubuntu) "Open3D segfaults when compiled with LTO" [Undecided, Confirmed] [20:42] jochensp: not yet [20:42] jochensp: ah haha [20:42] everyone loves static linking [20:43] yeah ^^ [20:49] at least go style static linking where dev packages only ship source you just have to rebuild the binaries [20:49] shipping .a files is just a bit obnoxious [20:49] (i guess the c++ equivalent here is the "header only library") [20:50] (like libeigen3-dev..) [20:53] oh for heavens sake https://launchpad.net/ubuntu/jammy/+package/python3-websocket vs https://launchpad.net/ubuntu/jammy/+package/python3-websockets [21:00] also sad, the python-websockets source package appears to be built from the sdist on pypi which doens't include the tests? [21:14] grumble grumbe where are my ppa uploads going [22:35] jochensp: could you try the binaries from this build? https://launchpad.net/~mwhudson/+archive/ubuntu/devirt/+build/23224269 [22:35] jochensp: warning, libtbb transition in progress it seems [22:35] jochensp: (this build at least doesn't faceplant on startup) [22:39] jochensp: hmm maybe don't install this on a system you care about ... [22:40] mwhudson: works for me (and I don't have Ubuntu systems I care about ;) ) [22:41] huh more lto1: error: ‘-mrelocatable’ and ‘-mcall-linux’ are incompatible [22:41] lto1: error: ‘-mrelocatable’ and ‘-mno-minimal-toc’ are incompatible [22:41] errors: https://autopkgtest.ubuntu.com/results/autopkgtest-jammy/jammy/ppc64el/f/faiss/20220306_103918_ed101@/log.gz [22:44] roehling: ^ [22:51] mwhudson: that's unrelated to imgui, right? Just an other candidate for the lto-disabled-list? [23:22] jochensp: yeah this is nothing to do with imgui or open3d afaik