Thanks to visit codestin.com
Credit goes to github.com

Skip to content

android build fail for missing i686-linux-android-ranlib #188

@tkkcc

Description

@tkkcc

no problem with 111.24

[[package]]
name = "openssl-src"
version = "111.24.0+1.1.1s"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3498f259dab01178c6228c6b00dcef0ed2a2d5e20d648c017861227773ea4abd"
dependencies = [
 "cc",
]

with 111.25,

[[package]]
name = "openssl-src"
version = "111.25.2+1.1.1t"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "320708a054ad9b3bf314688b5db87cf4d6683d64cfc835e2337924ae62bf4431"
dependencies = [
 "cc",
]

got this error

/home/bilabila/Android/Sdk/ndk/25.1.8937393/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar: warning: creating libcrypto.a
/bin/sh: line 1: i686-linux-android-ranlib: command not found
/home/bilabila/Android/Sdk/ndk/25.1.8937393/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar: warning: creating libssl.a
/bin/sh: line 1: i686-linux-android-ranlib: command not found
/bin/sh: line 5: i686-linux-android-ranlib: command not found
make: *** [Makefile:313: install_dev] Error 127
thread 'main' panicked at '

there is no i686-linux-android-ranlib in ndk 25.2, 25.1 or 24.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions