https://sourceware.org/bugzilla/show_bug.cgi?id=29292
--- Comment #11 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Nick Alcock <n...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=00d853d1fe7885d0a685584f32b7ed70485c6def commit 00d853d1fe7885d0a685584f32b7ed70485c6def Author: Rainer Orth <r...@cebitec.uni-bielefeld.de> Date: Wed Jul 16 13:10:05 2025 +0100 libctf: do not use mmap on Solaris 11 Writable mmaps and read are inconsistent with each other on Solaris 11.4, which breaks archive writing. Simply assert that Solaris 2.11 doesn't have mmap, falling back to read(): the archive format is being bumped shortly, to one with completely different writeout code, so this workaround need not stay for long. [nca: added commit log] libctf/ PR libctf/29292 * configure.ac: Turn off mmap on Solaris 2.11. * configure: Regenerated. -- You are receiving this mail because: You are on the CC list for the bug.