termux/termux-packages

broken symlinks in texlive-bin

Open

#3,835 创建于 2019年5月20日

在 GitHub 查看
 (7 评论) (0 反应) (0 负责人)Shell (16,216 star) (4,089 fork)batch import
enhancementhelp wantedinactive

描述

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.

贡献者指南

broken symlinks in texlive-bin · termux/termux-packages#3835 | Good First Issue