clangen / musikcube

a cross-platform, terminal-based music player, audio engine, metadata indexer, and server in c++
https://musikcube.com
BSD 3-Clause "New" or "Revised" License
4.25k stars 292 forks source link

Error running musikcube on Termux: "distribution 'ubuntu' is not installed #699

Open ancientcatz opened 4 months ago

ancientcatz commented 4 months ago

Description:

I tried building musikcube in Termux, and the build process went smoothly without any errors. However, when I attempt to run the application, I receive the following error message:

Error: distribution 'ubuntu' is not installed.

Steps to Reproduce:

  1. Install Termux on an Android device.
  2. Build musikcube manually in Termux.
  3. Run musikcube.

Screenshots:

Here is a screenshot showing the error message:

Screenshot_2024-07-22-20-14-07-099_com.termux.jpg

Additional Information:

Expected Behavior:

musikcube should run without encountering the "distribution 'ubuntu' is not installed" error.

Additional Context:

Any guidance on how to resolve this issue would be greatly appreciated.