[Bug 282112] release: latest GCE images do not work in Cirrus CI
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 282112] release: latest GCE images do not work in Cirrus CI"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Oct 2024 20:23:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282112 Alan Somers <asomers@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed --- Comment #1 from Alan Somers <asomers@FreeBSD.org> --- Fixed in the freebsd-15-0-current-amd64-ufs-20241017 image. The problem was the libmd.so version bump. After it got bumped the 20241003 and 20241010 images were broken because they installed old binary packages that required the libmd.so.6 library, which was not present. Then after the package building cluster built new versions, older images containing libmd.so.6 would work initially but they were (and still are) unable to install new any packages. The newest image finally contains both the libmd.so.7 library and the packages that expect it. -- You are receiving this mail because: You are the assignee for the bug.