Bug 1161739
| Summary: | bug in ghostscript v9.14 causes a problem with hyperlinks when using dvips (LaTeX) - request backport of v9.15 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Randy Yates <yates> | ||||
| Component: | ghostscript | Assignee: | Tim Waugh <twaugh> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 20 | CC: | twaugh | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-04-02 12:00:55 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | 1145482 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
We need ghostscript-9.15 in F-21 before it can get into F-20. I'll start on that. Next problem is that ghostscript-9.15 requires openjpeg 2.1.x. Looks like this isn't worth doing before EOL. |
Created attachment 955040 [details] latex test file demonstrating the bug in ghostscript v9.14 Description of problem: See summary. Version-Release number of selected component (if applicable): 9.14 How reproducible: every time Steps to Reproduce: 1.create a latex .tex file with /usepackage{hyperref} (see attached file test.tex) 2.run the following commands latex test latex test dvipdf test.dvi 3. open the resulting pdf file in adobe acrobat: acroread test.pdf 4. click on the "link test" link. Actual results: Position does not move to the specified link. Expected results: Position would move to page 2 at the link test section. Additional info: I'm using TeXLive 2013 (?) but the problem should be reproducible with the LaTeX in the repo.