gcc_termux icon indicating copy to clipboard operation
gcc_termux copied to clipboard

The .sh file configues packages-21in certain Android 10 devices

Open archisman-panigrahi opened this issue 3 years ago • 0 comments

I am using an arm device with Android 10 (Xiaomi Poco C3), and somehow the setup-pointless-repo.sh is configuring it with packages-21 (those for Android 5-6), and these packages don't run due to various library issues.

I manually edited the .sh file to use packages-24, and now software like julia, octave do work.

This is my apt-cache policy output after fresh installation of Termux from F-Droid.

~ $ apt-cache policy
Package files:
 100 /data/data/com.termux/files/usr/var/lib/dpkg/status
     release a=now
 500 https://grimler.se/science-packages-24 science/stable all Packages
     release o=science-packages-24 science,a=science,n=science,l=science-packages-24 science,c=stable,b=all
     origin grimler.se
 500 https://grimler.se/science-packages-24 science/stable arm Packages
     release o=science-packages-24 science,a=science,n=science,l=science-packages-24 science,c=stable,b=arm
     origin grimler.se
 500 https://grimler.se/game-packages-24 games/stable arm Packages
     release o=game-packages-24 games,a=games,n=games,l=game-packages-24 games,c=stable,b=arm
     origin grimler.se
 500 https://termux.org/packages stable/main arm Packages
     release o=termux-main stable,a=stable,n=stable,l=termux-main stable,c=main,b=arm
     origin termux.org
Pinned packages:

Should I open this issue in the other repository instead (https://github.com/its-pointless/its-pointless.github.io)?

archisman-panigrahi avatar Mar 04 '21 04:03 archisman-panigrahi