Re: OPenJDK 24.0.2-ga fails to build with glibc 2.42.
| Newsgroups | gmane.linux.lfs.beyond.support |
|---|---|
| Message-ID | <[email protected]> |
On 8/8/25 11:43, Bruce Dubbs ([email protected] via blfs-support Mailing List) wrote: > It's an interesting patch. Several of the files changed seems to be > specific to the aarch architecture and at first glance don't seem to > apply to us. > > That said, I wonder if a sed to globally change s/uabs(/g_uabs(/ > would be sufficient. I just gave it a shot and created this one-liner: ``` find src -name *.*pp -exec sed -i 's/uabs(/g_uabs(/' {} + ``` It does the trick and results in a working JDK-24 build on glibc-2.42. The `+` can be replaced with something else, but it gets the job done. -- Zeckma -- http://lists.linuxfromscratch.org/sympa/info/blfs-support Unsubscribe: See the above information page