| Summary: | app-text/texlive-core-2009 does not install epstopdf | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Per Öberg <per> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | aballier, ephemient, fturco |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Per Öberg
2010-02-05 13:24:23 UTC
Found another bug-report from arch-linux about this. http://bugs.archlinux.org/task/17844 My mistake, it was in texlive-fontutils, but I still cannot see any reason why it didn't install automatically with texlive-core As it is, texlive-core-2009-r1 installs a dangling symlink /usr/bin/repstopdf -> epstopdf. Should texlive-core either *not* install this symlink, or PDEPEND on texlive-fontutils? I confirm that package app-text/texlive-core-2012 installs a broken symlink in /usr/bin/repstopdf that points to missing epstopdf. equery files =app-text/texlive-core-2012 | grep repstopdf /usr/bin/repstopdf ls -l /usr/bin/repstopdf /usr/bin/epstopdf ls: cannot access /usr/bin/epstopdf: No such file or directory lrwxrwxrwx 1 root root 8 Oct 6 06:48 /usr/bin/repstopdf -> epstopdf |