Hi Martin, On Thu, Jun 16, 2022 at 06:09:13AM +0200, Martin Liška wrote: > > $ podman run --name opensuse-leap -ti --entrypoint /bin/bash builder-opensuse-leap > > builder@9d1600f0c01e:~> rpm -q libdebuginfod-devel > > libdebuginfod-devel-0.185-150400.3.35.x86_64 > > > > Are the container files pulling from the wrong repositories? > > Yeah, I was still using 15.3, while we released 15.4 in the meantime. > Apparently the following helps: > > podman build ... --pull=true Aha. The reason this wasn't necessary on the container builders was because they do a docker system prune -a -f every Sunday to get a fresh image. Note that this did also cause libabigail to turn green on opensuse leap (because it got a newer elfutils): https://sourceware.org/pipermail/libabigail/2022q2/004430.html > And about: > > ls -lah /usr/lib64/libdebuginfod-0.185.so > ls: cannot access '/usr/lib64/libdebuginfod-0.185.so': No such file or > directory > > It's really a broken package and I'm going to fix it (it's missing > Requires: libdebuginfod1 = %{version} > > In the meantime I install it manually in this podman file. Thanks! I'll add this to the README_containers. Cheers, Mark