| Summary: | 6_r0: e2pall mkluatexfontdb pst2pdf splitindex dangling links | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Bit Twister <bittwister2> |
| Component: | RPM Packages | Assignee: | All Packagers <pkg-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | bruno, joequant, marja11, unruh |
| Version: | Cauldron | ||
| Target Milestone: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | texlive-texmf-20160523-3.mga6.src.rpm | CVE: | |
| Status comment: | |||
|
Description
Bit Twister
2016-09-29 12:48:36 CEST
Fixed with latest texlive and texline-texmf update (20160523) Status:
NEW =>
RESOLVED Guessing it needs fixing again. dangling: /usr/bin/mkluatexfontdb -> ../../usr/share/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua /usr/bin/pst2pdf -> ../../usr/share/texmf-dist/scripts/pst2pdf/pst2pdf /usr/bin/splitindex -> ../../usr/share/texmf-dist/scripts/splitindex/perl/splitindex.pl /usr/bin/e2pall -> ../../usr/share/texmf-dist/scripts/tetex/e2pall.pl Status:
RESOLVED =>
REOPENED *** Bug 18730 has been marked as a duplicate of this bug. *** (In reply to Bit Twister from comment #2) > Guessing it needs fixing again. confirming for texlive-texmf-20160523-3.mga6. > > dangling: > > /usr/bin/mkluatexfontdb -> > ../../usr/share/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua mkluatexfontdb.lua does not exist anywhere here in /usr/share/ > > /usr/bin/pst2pdf -> ../../usr/share/texmf-dist/scripts/pst2pdf/pst2pdf /usr/share/texmf-dist/scripts/pst2pdf/pst2pdf.pl does exist (note the .pl extension) > > /usr/bin/splitindex -> > ../../usr/share/texmf-dist/scripts/splitindex/perl/splitindex.pl the directory /usr/share/texmf-dist/scripts/splitindex/perl/ does not exist However, there's: /usr/share/texmf-dist/scripts/splitindex/splitindex.pl > > /usr/bin/e2pall -> ../../usr/share/texmf-dist/scripts/tetex/e2pall.pl the /usr/share/texmf-dist/scripts/tetex/ directory does not exist, either. However, there's: /usr/share/texmf-dist/scripts/texlive/e2pall.pl CC'ing Joseph Wang, who offered on dev ml to help with texlive However, assigning to all packagers collectively, since there is no registered maintainer for texlive-texmf CC:
(none) =>
joequant, marja11 Since the latest version 20160523 I get: $ sudo symlinks -r / | grep dangling | grep tex $ So fixed for me now. Except that this test is NOT sufficient: ll /usr/bin/mkluatexfontdb 788362 lrwxrwxrwx 1 root root 64 sept. 30 01:48 /usr/bin/mkluatexfontdb -> ../../usr/share/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua blinking in red !! So let me check that again sorry. Fixed with release -4. However former links won't disappear magically. So you need to remove /usr/bin/mkluatexfontdb before install to check it won't get reinstalled. The 3 others are fixed with update. I'm pushing that release right now so you can test as well. (In reply to Bruno Cornec from comment #5) > Except that this test is NOT sufficient: > ll /usr/bin/mkluatexfontdb > 788362 lrwxrwxrwx 1 root root 64 sept. 30 01:48 /usr/bin/mkluatexfontdb > ../../usr/share/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua > blinking in red !! I have no idea why your symlinks -r / | grep dangling failed. I pasted step 11 and any dangles will show up. (In reply to Bruno Cornec from comment #6) > Fixed with release -4. > However former links won't disappear magically. > So you need to remove /usr/bin/mkluatexfontdb before install to check it > won't get reinstalled. I delete all dangles before updates. > The 3 others are fixed with update. > I'm pushing that release right now so you can test as well. Looks ok as far as no dangles. Status:
REOPENED =>
RESOLVED |