Description
Problem description
After installing texlive-bin there is 183 broken symlinks associated with it. To see them all issue this command:
$ for n in find -L $PREFIX/bin -type l; do echo "Broken symlink in pkg dpkg -S $n"; done
Steps to reproduce See above.
Expected behavior Clean install without such a broken symlink mess.
Additional information
$ termux-info Updatable packages: All packages up to date Subscribed repositories: https://dl.bintray.com/xeffyr/x11-packages-24 x11/main https://dl.bintray.com/grimler/science-packages-24 science/stable https://dl.bintray.com/grimler/termux-root-packages-24 root/stable https://its-pointless.github.io/files/24 termux/extras https://its-pointless.github.io/files/24 termux/extras https://dl.bintray.com/grimler/game-packages-24 games/stable https://dl.bintray.com/termux/termux-packages-24 stable/main System information: Linux localhost 3.18.71-15759240 #1 SMP PREEMPT Thu Apr 4 14:01:51 KST 2019 aarch64 Android Termux-packages arch: aarch64 Android version: 8.0.0 Device manufacturer: samsung Device model: SM-T820
Depending on problem, additional information may be requested:
- Android warning/error log:
logcat -d "*:W". - Output of strace:
strace -fv -s 2048 -o strace.log {program name}. - If program write it's own log files, you may need to attach them.