Hello! On 3/2/22 21:14, Otto Kekäläinen wrote: > A recent build regression on ppc64el is preventing a new MariaDB version from > migrating from unstable to testing. > > Could any experts on this list help out?
I don't know where this code is coming from, but this is definitely wrong: > https://salsa.debian.org/mariadb-team/mariadb-server/-/blob/debian/latest/mysys/CMakeLists.txt#L145 The code is forcing compiler flags based on the architecture and thus overriding the baseline. This is a baseline violation and not allowed per Debian Policy. And, in particular, it violates the baseline of the ppc64 port which is using POWER5, not POWER8. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913