termux-pacman / pacman-for-termux

Special configured pacman for termux.
https://termux-pacman.dev
MIT License
65 stars 6 forks source link

(32-bits) pacman does not use the proper architecture on all 32-bit devices #12

Closed Yisus7u7 closed 3 years ago

Yisus7u7 commented 3 years ago

Screenshot_20210831-093130 Screenshot_20210831-093327

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).

Maxython commented 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.

Yisus7u7 commented 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.

The architecture provided by your PKGBUILD is not armv7, it is armv7a

Maxython commented 3 years ago

Reinstall pacman and compile again.
I added this stage.