termux/termux-packages

broken symlinks in texlive-bin

Open

#3835 aperta il 20 mag 2019

Vedi su GitHub
 (7 commenti) (0 reazioni) (0 assegnatari)Shell (4089 fork)batch import
enhancementhelp wantedinactive

Metriche repository

Star
 (16.216 star)
Metriche merge PR
 (Merge medio 2g 12h) (131 PR mergiate in 30 g)

Descrizione

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:

  1. Android warning/error log: logcat -d "*:W".
  2. Output of strace: strace -fv -s 2048 -o strace.log {program name}.
  3. If program write it's own log files, you may need to attach them.

Guida contributor