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

[Bug]: cloneit does not works #15466

Closed
T-Dynamos opened this issue Mar 5, 2023 · 3 comments
Closed

[Bug]: cloneit does not works #15466

T-Dynamos opened this issue Mar 5, 2023 · 3 comments
Labels
bug report Something is not working properly.

Comments

@T-Dynamos
Copy link
Contributor

Problem description

I tried to run cloneit but didn't worked

Error :

❯ cloneit https://github.com/SubhamTyagi/Last-Launcher/tree/master/app/src/main/java/io/github/subhamtyagi
CANNOT LINK EXECUTABLE "cloneit": library "libssl.so.1.1" not found: needed by main executable

Libs :

❯ ls $PREFIX/lib/ | grep libssl
libssl.so
libssl.so.3
libssl3.so

What steps will reproduce the bug?

apt install cloneit
cloneit https://github.com/SubhamTyagi/Last-Launcher/tree/master/app/src/main/java/io/github/subhamtyagi

What is the expected behavior?

Should work

System information

termux-info:


@T-Dynamos T-Dynamos added bug report Something is not working properly. untriaged labels Mar 5, 2023
@xtkoba
Copy link
Contributor

xtkoba commented Mar 5, 2023

Please share your termux-info output.

@xtkoba
Copy link
Contributor

xtkoba commented Mar 5, 2023

Ah, OK. Turns out that openssl-1.1 is in TERMUX_PKG_BUILD_DEPENDS. This should be in TERMUX_PKG_DEPENDS.

@ThatMG393
Copy link

pkg up && pkg in openssl

@xtkoba xtkoba removed the untriaged label Mar 5, 2023
@xtkoba xtkoba closed this as completed in 88a310b Mar 5, 2023
termux-pacman-bot added a commit to termux-pacman/termux-packages that referenced this issue Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Something is not working properly.
Projects
None yet
Development

No branches or pull requests

3 participants