proot-distro icon indicating copy to clipboard operation
proot-distro copied to clipboard

[Bug]: [!] Sorry, but distribution download URL is not defined for CPU architecture 'aarch64'.

Open Android-PowerUser opened this issue 3 years ago • 4 comments

Problem description

In the example Debian to add to PRoot-distro for adding distributions comes [!] Sorry, but distribution download URL is not defined for CPU architecture 'aarch64'. Although this is in the link.

What steps will reproduce the bug?

I have the sample code of the README.md in $PREFIX/etc/proot-distro/Debian-test.sh inserted.

What is the expected behavior?

Debian should be installed.

Android-PowerUser avatar Apr 19 '22 15:04 Android-PowerUser

Post your sample code to see the syntax of your shell script

ghost avatar Apr 25 '22 02:04 ghost

DISTRO_NAME="Debian" TARBALL_URL['aarch64']="https://github.com/termux/proot-distro/releases/download/v1.10.1/debian-aarch64-pd-v1.10.1.tar.xz" TARBALL_SHA256['aarch64']="f34802fbb300b4d088a638c638683fd2bfc1c03f4b40fa4cb7d2113231401a21" This is in the Readme.md as I wrote above.

Android-PowerUser avatar Apr 25 '22 03:04 Android-PowerUser

I've tested this by copying and pasting that contents into example.sh and installed it via proot-distro install example

though i replaced aarch64 entries into x86_64 since i'm testing the installation via emulator

DISTRO_NAME="Debian" TARBALL_URL['x86_64']="https://github.com/termux/proot-distro/releases/download/v1.10.1/debian-aarch64-pd-v1.10.1.tar.xz" TARBALL_SHA256['x86_64']="f34802fbb300b4d088a638c638683fd2bfc1c03f4b40fa4cb7d2113231401a21"

this works but likely something is going on with your environment

What's your device architecture. print it via uname -m?

ghost avatar Apr 26 '22 02:04 ghost

AArch64

marcusz @.***> schrieb am Di., 26. Apr. 2022, 04:17:

I've tested this by copying and pasting that contents into example.sh and installed it via proot-distro install example

though i replaced aarch64 entries into x86_64 since i'm testing it via emulator

DISTRO_NAME="Debian" TARBALL_URL['x86_64']="https://github.com/termux/proot-distro/releases/download/v1.10.1/debian-aarch64-pd-v1.10.1.tar.xz" TARBALL_SHA256['x86_64']="f34802fbb300b4d088a638c638683fd2bfc1c03f4b40fa4cb7d2113231401a21"

this works but likely something is going on with your environment

What's your device architecture. print it via uname -m?

— Reply to this email directly, view it on GitHub https://github.com/termux/proot-distro/issues/208#issuecomment-1109227674, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVGKFXUQQAP6NDRXJUBNVA3VG5G4DANCNFSM5TZHETBQ . You are receiving this because you authored the thread.Message ID: @.***>

Android-PowerUser avatar Apr 26 '22 02:04 Android-PowerUser

Closed as can't be reproduced.

sylirre avatar Dec 25 '22 12:12 sylirre