Re: Sebastian Ramacher > postgresql-rum is currently unable to migrate due to autopkgtest > regressions on arm64 and ppc64el: > | +FATAL: failed to load summary > "/usr/lib/postgresql/13/lib/bitcode/rum.index.bc": Invalid summary version 9. > Version should be in the range [1-8].
Hi, this is a transient problem because rum was compiled against the postgresql 13.1 package in unstable which is using llvm 11 (bitcode format 9), while PG 13.0 in testing is still using llvm 10 (bitcode format 8). As soon as PG 13.1-1 enters testing (llvm 11 just entered, but we are waiting for perl), this regression failure should resolve itself. Thanks, Christoph PS: a "rebuild on buildd" binnmu for postgresql-rum/amd64 would be appreciated.