Bug 877691
Summary: | tex2dvi fails | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Alex Lancaster <alex> |
Component: | texlive | Assignee: | Jindrich Novy <jnovy> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 18 | CC: | jnovy, pertusus, pknirsch |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-11-20 09:49:25 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: | |||
Bug Blocks: | 808707 |
Description
Alex Lancaster
2012-11-17 21:44:21 UTC
I figured out this particular problem: I needed to add like this "BuildRequires: tex(parskip.sty)" However it still appears there a problems with the texlive version in f18, specifically I get a failure in f18, when building a dvi: LANG=C texi2dvi ess.texi make: *** [ess.dvi] Error 1 Here is the full log: http://kojipkgs.fedoraproject.org//work/tasks/9361/4699361/build.log The same package works fine on rawhide/f19, here is the full log. http://kojipkgs.fedoraproject.org//packages/emacs-common-ess/12.09/1.fc19/data/logs/noarch/build.log Hmm, looking around it it seems like this might be the same as bug #868011 Hmm, that wasn't the problem after all. I added "BuildRequires: tex(epsf.tex)" for the f18, but still get the error: http://kojipkgs.fedoraproject.org//work/tasks/9402/4699402/build.log :( Scratch builds work for me now: http://koji.fedoraproject.org/koji/taskinfo?taskID=4707704 http://koji.fedoraproject.org/koji/taskinfo?taskID=4707846 Thanks, submitted builds are getting through now,. |