sdkman / sdkman-cli

The SDKMAN! Command Line Interface
https://sdkman.io
Apache License 2.0
6.15k stars 631 forks source link

Bug: [graills 6.2.1 unusable in ubuntu 24 wsl2] #1323

Closed joelBrun closed 2 weeks ago

joelBrun commented 2 weeks ago

Bug report

The command grails -version returns an issue of buid executable architecture

To reproduce

sdk install java 11.0.25-tem sdk install grails 6.2.1 grails -version

or

sdk install java 17.0.13-tem sdk install grails 6.2.1 grails -version

The current machine does not support all of the following CPU features that are required by the image: [CX8, CMOV, FXSR, MMX, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, POPCNT, LZCNT, AVX, AVX2, BMI1, BMI2, FMA]. Please rebuild the executable with an appropriate setting of the -march option.

System info

SDKMAN! script: 5.18.2 native: 0.4.6

linghengqian commented 2 weeks ago
marc0der commented 2 weeks ago

Hi @joelBrun,

This is not a bug or even an issue with SDKMAN but rather with Grails. All we do is download the Grails zip archive from their web page onto your machine and unpack it. We don't modify the SDK or even cache it. I suggest you raise an issue with the Grails team to see if they can help you.

Closing this issue in accordance with the contributing guidelines linked below.