-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
broken symlinks in texlive-bin #3835
Comments
Moreover, where are the related binaries, ex. epspdf? I cannot find: $ epspdf |
We could move the symlinks to the texlive-* packages and texlive-tlmgr, we'll then have the same problem if user installs About epspdf, I don't know why you can't find it, try reinstalling texlive-bin. The symlink is present in 20190410-3 on aarch64 for me. |
I have a suggestion: why don't you look, for example, on how texlive is split into packages in Debian? You can even just copy their approach. |
Closing this as I have no intention to change how the symlinks are packaged |
On May 1, 2020 11:02:17 PM GMT+01:00, Henrik Grimler ***@***.***> wrote:
Closing this as I have no intention to change how the symlinks are
packaged
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#3835 (comment)
Perfect way to deal with bugs, truly magnificent!
--
With best regards,
Stanislav Maslovski
|
@smaslovski feel free to open a PR with a fix then. Reopening and adding help wanted tag. Moving the symlinks to subpackages will be messy of we want to support both texlive-full and texlive-installer. Having the symlinks, albeit broken, also makes command-not-found find them |
This issue/PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
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 pkgdpkg -S $n
"; doneSteps 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:
logcat -d "*:W"
.strace -fv -s 2048 -o strace.log {program name}
.The text was updated successfully, but these errors were encountered: