RFR: 8371088: Build fails when trying hsdis option
Erik Joelsson
erikj at openjdk.org
Mon Nov 3 13:03:31 UTC 2025
On Sat, 1 Nov 2025 21:08:57 GMT, Mohamed Issa <missa at openjdk.org> wrote:
> When compiling the **install-hsdis** target, _libsframe.a_ won't be linked on some Linux distros (e.g., openSUSE Leap v15.6) because it's in the _lib64_ folder. This change adds a check for that so the build doesn't fail.
>
> To test, I used the configure and build commands posted below.
>
>
> bash ./configure --with-boot-jdk=/opt/jvm/java-25-openjdk --with-boot-jdk-jvmargs="-Xmx8G" --with-jmh=build/jmh/jars --with-hsdis=binutils --with-binutils-src=~/git/sourceware.org/binutils-gdb --with-jtreg=~/github/missa-prime/openjdk/jtreg/build/images/jtreg --with-gtest=~/github/missa-prime/google/googletest --with-debug-level=fastdebug
>
> make CONF=linux-x86_64-server-fastdebug clean
>
> make CONF=linux-x86_64-server-fastdebug install-hsdis
Marked as reviewed by erikj (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/28099#pullrequestreview-3410933469
More information about the build-dev
mailing list