termux/termux-packages

broken symlinks in texlive-bin

Open

#3.835 aberto em 20 de mai. de 2019

Ver no GitHub
 (7 comments) (0 reactions) (0 assignees)Shell (4.089 forks)batch import
enhancementhelp wantedinactive

Métricas do repositório

Stars
 (16.216 stars)
Métricas de merge de PR
 (Mesclagem média 2d 12h) (131 fundiu PRs em 30d)

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:

  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.

Guia do colaborador