-
Notifications
You must be signed in to change notification settings - Fork 16
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
Comments
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? |
Hello Marco,
This is on a developer machine. The developer has a 32 bit version of Ubuntu installed and tried using the SDKMan Documentation portal to install it. This is the error message at the end of the installation (we added -x after bash to watch the execution).
++ track_last_command
++ last_command='sdkman_zip_file="${sdkman_tmp_folder}/sdkman-native-${SDKMAN_NATIVE_VERSION}.zip"'
++ current_command='echo "* Downloading..."'
+ echo '* Downloading...'
* Downloading...
++ track_last_command
++ last_command='echo "* Downloading..."'
++ 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
+ [[ 22 != \0 ]]
+ echo ''\''curl --fail --location --progress-bar "${SDKMAN_SERVICE}/broker/download/native/install/${SDKMAN_NATIVE_VERSION}/${SDKMAN_PLATFORM}" > "$sdkman_zip_file"'\'': command failed with exit code 22.'
'curl --fail --location --progress-bar "${SDKMAN_SERVICE}/broker/download/native/install/${SDKMAN_NATIVE_VERSION}/${SDKMAN_PLATFORM}" > "$sdkman_zip_file"': command failed with exit code 22.
Thank you,
Richard Inocencio
LOCKSS Technical Support Specialist
Digital Library Systems and Services
Stanford, CA 94305
…________________________________
From: Marco Vermeulen ***@***.***>
Sent: Monday, February 17, 2025 2:06 PM
To: sdkman/sdkman-cli-native ***@***.***>
Cc: Richard Daniel Inocencio ***@***.***>; Mention ***@***.***>
Subject: Re: [sdkman/sdkman-cli-native] Install failing on i386 system (Issue #293)
Hi @Rinocenc<https://github.com/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?
—
Reply to this email directly, view it on GitHub<#293 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AF2F7M4VFTDQL3IT2FKVGAT2QJMNBAVCNFSM6AAAAABW55HONCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRUGE2DKMJUGM>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
[marc0der]marc0der left a comment (sdkman/sdkman-cli-native#293)<#293 (comment)>
Hi @Rinocenc<https://github.com/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?
—
Reply to this email directly, view it on GitHub<#293 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AF2F7M4VFTDQL3IT2FKVGAT2QJMNBAVCNFSM6AAAAABW55HONCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRUGE2DKMJUGM>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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
The text was updated successfully, but these errors were encountered: