termux-user-repository / tur

A place for all types of Termux packages.
Other
441 stars 81 forks source link

[Bug]: flang-16 fails to install #1259

Open pbnewsom opened 2 days ago

pbnewsom commented 2 days ago

Problem description

The following packages have unmet dependencies: flang-16 : Depends: libllvm-16 (= 20220907-1) but 1:16.0.6-1 is to be installed E: Unable to correct problems, you have held broken packages.

libllvm-16.0.6-1 is installed. I have unistalled, pkg autoclean, pkg update && pkg upgrade, reinstalled libllvm successfully. same effect. i have chamged repos. same effect. same happens with a separate aarch 64, android 14 installation.

What steps will reproduce the bug?

pkg i flang-16 -y

What is the expected behavior?

expect flang pkg installed

System information

termux-info:

Termux Variables:
TERMUX_API_VERSION=0.50.1
TERMUX_APK_RELEASE=F_DROID
TERMUX_APP_PACKAGE_MANAGER=apt
TERMUX_APP_PID=2842
TERMUX_IS_DEBUGGABLE_BUILD=0
TERMUX_MAIN_PACKAGE_FORMAT=debian
TERMUX_VERSION=0.118.1
TERMUX__USER_ID=0
Packages CPU architecture:
arm
Subscribed repositories:
# sources.list
deb https://termux.niranjan.co/termux-main stable main
# sources.list.d/termux-adb.list
deb https://nohajc.github.io termux extras                 # tur-repo (sources.list.d/tur.list)
deb https://tur.kcubeterm.com tur-packages tur tur-on-device tur-continuous
# root-repo (sources.list.d/root.list)
deb https://termux.niranjan.co/termux-root root stable
# x11-repo (sources.list.d/x11.list)
deb https://termux.niranjan.co/termux-x11 x11 main
Updatable packages:
All packages up to date
termux-tools version:
1.43.6
Android version:
12
Kernel build information:
Linux localhost 4.9.227-24348263 #1 SMP PREEMPT Wed May 29 16:36:35 KST 2024 armv8l Android
Device manufacturer:
samsung
Device model:
SM-A025U
LD Variables:
LD_LIBRARY_PATH=
LD_PRELOAD=/data/data/com.termux/files/usr/lib/libtermux-exec.so
Installed termux plugins:
com.termux.api versionCode:51
com.termux.x11 versionCode:15
com.termux.styling versionCode:1000
licy183 commented 2 days ago

flang-16 is no more built in this repository. It takes too long to compile it. I could re-enable it later.

pbnewsom commented 23 hours ago

Thanks for replying. I've search a lot of sites on this topic, but haven't found a current solution. Without a fortran compiler, termux isn't a viable solution for scientific computing. Thanks.