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]: libandroid-spawn package missing #2

Open
moukrea opened this issue Apr 1, 2024 · 1 comment
Open

[Bug]: libandroid-spawn package missing #2

moukrea opened this issue Apr 1, 2024 · 1 comment

Comments

@moukrea
Copy link

moukrea commented Apr 1, 2024

Problem description

During build process, an issue showed up near the end of the build, preventing the build to complete...

The issue was related to a missing libandroid-spawn package, guess you should add a check into the scripts such as

if ! dpkg -s libandroid-spawn >/dev/null 2>&1; then
    pkg install libandroid-spawn
fi

So other people do not encounter the same error as me

Steps to reproduce the behavior.

Simply start any build

What is the expected behavior?

Successful build

System information

  • Termux application version:
  • Android OS version:
  • Device model:
@izzy2fancy
Copy link
Owner

That's a error I haven't heard before. I'll look into it. Although I'm pretty much done working on this builder. It will be obsolete soon. There's a way to do real time asset extraction, so building will no longer be necessary.

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