Hi Andy, > > I was going to test the attached patch, but find that I cannot test it: > > The commit > > https://github.com/illumos/illumos-gate/commit/004345e48064ccd168d15f66eba2031c6090ccee > > is from 2025-04-24. > > - In OmniOS, https://downloads.omnios.org/media/, the latest 'bloody' > > build and the modification time of the empty directory r151054 > > both predate the 2025-04-24. So it's unclear to me what you have > > in fact tested. But it is not an environment that I can get hold of. > > - In OpenIndiana, there is a download > > https://dlc.openindiana.org/isos/hipster/test/OI-hipster-gui-20250425.iso > > but it does not contain the function: "nm /lib/libc.so.1" does not list > > the getlocalename_l symbol, and "man getlocalename_l" returns nothing. > > > > Since I don't want to commit an untested patch, I can only queue the > > patch for now, for later testing. > > Thanks for taking the time to look at this. OmniOS r151054 is scheduled for > release tomorrow (5th of May) and the media are now available at > https://downloads.omnios.org/media/r151054/
Ah, thanks. Now the .iso is available there, yes... > Installing the OpenIndiana ISO and doing a package update via `pkg update -f` > and a reboot should also get things up to date if you'd like to test there. Thanks for the tip; I'm not that familiar with administration of Solaris machine. I did this testing on OpenIndiana: - see whether the result is good while single-stepping with gdb, - run the gnulib unit test, - build and test GNU gettext with this patch. All fine. Patch committed. Bruno