Closed Yisus7u7 closed 3 years ago
You need to change the Architecture
value in the pacman.conf
file, it is set to auto
. In your case, you need to change to armv7
.
The installation script does not have an architecture configuration step for the pacman termux type.
You need to change the
Architecture
value in thepacman.conf
file, it is set toauto
. In your case, you need to change toarmv7
.The installation script does not have an architecture configuration step for the pacman termux type.
The architecture provided by your PKGBUILD is not armv7, it is armv7a
Reinstall pacman and compile again.
I added this stage.
Pacman does not define a single architecture for 32-bit devices, the architecture results in : armv7l, armv7h and armv7a
Unlike dpkg in termux, all 32-bit cell phones use the same architecture (arm).