https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221423
--- Comment #26 from Mark Millard <[email protected]> --- (In reply to Konstantin Belousov from comment #24) On the aarch64 machine that also has the armv7 chroot area: # find / -name libstdc++.so.6 -print | more /usr/obj/DESTDIRs/main-CA53-chroot/usr/local/lib/gcc11/libstdc++.so.6 /usr/obj/DESTDIRs/main-CA72-chroot/usr/local/lib/gcc11/libstdc++.so.6 /usr/obj/DESTDIRs/main-CA7-chroot/usr/local/lib/gcc11/libstdc++.so.6 /usr/local/lib/gcc11/libstdc++.so.6 Effectively there is only one libstdc++.so.6 outside the chroot trees and only one in each chroot tree. The ldconfig -r output in the contexts shows no examples of cross-tree references. -- You are receiving this mail because: You are the assignee for the bug.
