https://sourceware.org/bugzilla/show_bug.cgi?id=29292
--- Comment #14 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The binutils-2_45-branch branch has been updated by Nick Alcock <n...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=404cb58a92f5a0e52b9e148e188760397a062dc8 commit 404cb58a92f5a0e52b9e148e188760397a062dc8 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. (cherry picked from commit 00d853d1fe7885d0a685584f32b7ed70485c6def) -- You are receiving this mail because: You are on the CC list for the bug.