Skip to content

Instantly share code, notes, and snippets.

@rileyhawk1417
Created February 22, 2023 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rileyhawk1417/c927c09dec235052b4f8124b1b3ede5b to your computer and use it in GitHub Desktop.
Save rileyhawk1417/c927c09dec235052b4f8124b1b3ede5b to your computer and use it in GitHub Desktop.
Caused by:
process didn't exit successfully: `D:\a\appflowy\appflowy\frontend\rust-lib\target\release\build\openssl-sys-9ed1bd5f6aad83eb\build-script-main` (exit code: 101)
--- stdout
cargo:rustc-cfg=const_fn
cargo:rustc-cfg=openssl
cargo:rerun-if-env-changed=AARCH64_LINUX_ANDROID_OPENSSL_NO_VENDOR
AARCH64_LINUX_ANDROID_OPENSSL_NO_VENDOR unset
cargo:rerun-if-env-changed=OPENSSL_NO_VENDOR
OPENSSL_NO_VENDOR unset
cargo:rerun-if-env-changed=CC_aarch64-linux-android
CC_aarch64-linux-android = Some("C:\\Android\\android-sdk\\ndk\\25.2.9519653\\toolchains\\llvm\\prebuilt\\windows-x86_64\\bin\\aarch64-linux-android21-clang.cmd")
cargo:rerun-if-env-changed=CFLAGS_aarch64-linux-android
CFLAGS_aarch64-linux-android = None
cargo:rerun-if-env-changed=CFLAGS_aarch64_linux_android
CFLAGS_aarch64_linux_android = None
cargo:rerun-if-env-changed=TARGET_CFLAGS
TARGET_CFLAGS = None
cargo:rerun-if-env-changed=CFLAGS
CFLAGS = None
cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
CRATE_CC_NO_DEFAULTS = None
DEBUG = Some("false")
running "perl" "./Configure" "--prefix=D:\\a\\appflowy\\appflowy\\frontend\\rust-lib\\target\\aarch64-linux-android\\release\\build\\openssl-sys-c5acae4905a80f15\\out\\openssl-build\\install" "--openssldir=/usr/local/ssl" "no-dso" "no-shared" "no-ssl3" "no-unit-test" "no-comp" "no-zlib" "no-zlib-dynamic" "no-md2" "no-rc5" "no-weak-ssl-ciphers" "no-camellia" "no-idea" "no-seed" "no-stdio" "linux-aarch64" "--target=aarch64-linux-android21" "-O2" "-DANDROID" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-linux-android"
Configuring OpenSSL version 1.1.1s (0x1010113fL) for linux-aarch64
Using os-specific seed configuration
--- stderr
******************************************************************************
This perl implementation doesn't produce Unix like paths (with forward slash
directory separators). Please use an implementation that matches your
building platform.
This Perl version: 5.32.1 for MSWin32-x64-multi-thread
******************************************************************************
thread 'main' panicked at '
Error configuring OpenSSL build:
Command: "perl" "./Configure" "--prefix=D:\\a\\appflowy\\appflowy\\frontend\\rust-lib\\target\\aarch64-linux-android\\release\\build\\openssl-sys-c5acae4905a80f15\\out\\openssl-build\\install" "--openssldir=/usr/local/ssl" "no-dso" "no-shared" "no-ssl3" "no-unit-test" "no-comp" "no-zlib" "no-zlib-dynamic" "no-md2" "no-rc5" "no-weak-ssl-ciphers" "no-camellia" "no-idea" "no-seed" "no-stdio" "linux-aarch64" "--target=aarch64-linux-android21" "-O2" "-DANDROID" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=aarch64-linux-android"
Exit status: exit code: 255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment