Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install failing on i386 system #293

Open
Rinocenc opened this issue Feb 11, 2025 · 2 comments
Open

Install failing on i386 system #293

Rinocenc opened this issue Feb 11, 2025 · 2 comments

Comments

@Rinocenc
Copy link

We are attempting to install SDKMAN on Ubuntu running in a i386 VM. Most of the installation goes through, but towards the end one of the curl commands fail with exit code 22.

++ current_command='curl --fail --location --progress-bar "${SDKMAN_SERVICE}/broker/download/native/install/${SDKMAN_NATIVE_VERSION}/${SDKMAN_PLATFORM}" > "$sdkman_zip_file"'

  • curl --fail --location --progress-bar https://api.sdkman.io/2/broker/download/native/install/0.5.0/linuxx32
    ##O#- #
    curl: (22) The requested URL returned error: 404 Not Found
    ++ track_last_command
    ++ last_command='curl --fail --location --progress-bar "${SDKMAN_SERVICE}/broker/download/native/install/${SDKMAN_NATIVE_VERSION}/${SDKMAN_PLATFORM}" > "$sdkman_zip_file"'
    ++ current_command='curl --fail --location --progress-bar "${SDKMAN_SERVICE}/broker/download/native/install/${SDKMAN_NATIVE_VERSION}/${SDKMAN_PLATFORM}" > "$sdkman_zip_file"'
  • echo_failed_command
  • local exit_code=22

Is it possible the page is missing from the site? The page that is not found is https://api.sdkman.io/2/broker/download/native/install/0.5.0/linuxx32

@marc0der
Copy link
Member

Hi @Rinocenc, I'm not sure what you mean by page from the site, but we currently don't support 32-bit architectures for the native sdkman CLI. Could you tell me if you are trying to run this on a CI pipeline or a developer machine?

@Rinocenc
Copy link
Author

Rinocenc commented Feb 18, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants