Bug 772270
Summary: | Modernize tetex dependency to tex(latex) | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Susi Lehtola <susi.lehtola> |
Component: | PyX | Assignee: | José Matos <jamatos> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 19 | CC: | jamatos, mjg, mpeters |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 760524 | Environment: | |
Last Closed: | 2015-01-09 19:55:33 UTC | Type: | --- |
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: | 760524 | ||
Bug Blocks: |
Description
Susi Lehtola
2012-01-06 16:31:12 UTC
PyX can be used with TexLive 2011 packages since they also provide tetex. :-) In any case you are right and I only have tetex there by accident (an oversight of my part no doubt). I am working on packaging PyX-0.11.1 and this change is fixed there already. Meanwhile version is failing to compile to me due to some problems with pyxrc, I am investigating this... (In reply to comment #1) > PyX can be used with TexLive 2011 packages since they also provide tetex. :-) Hmm, this seems to have changed. Odd. I remember having trouble in the past with the missing require. Anyway, good to have this "fixed". The problem is that PyX is compiled against the old version of kpathsea (from texlive-2007). I know this since I am also running texlive 2011. :-) (In reply to comment #1) > PyX can be used with TexLive 2011 packages since they also provide tetex. :-) > > In any case you are right and I only have tetex there by accident (an oversight > of my part no doubt). > > I am working on packaging PyX-0.11.1 and this change is fixed there already. > Meanwhile version is failing to compile to me due to some problems with pyxrc, > I am investigating this... The real problem with that dependency (as pointed out repeatedly) is that it pulls in the whole tetex tree, which means all (OK: way too much of) texlive. Just try "yum install tetex" with a texlive-2011 Fedora. Also, as pointed out in 760524 and elsewhere, latex is not required at all by PyX (not even for the default texrunner), and tex is required only if you use pyx.text. So, forcing, say, a lean server install providing pyx-based dynamic rendering to pull in texlive is suboptimal. I mean, does python require scipy because otherwise "import scipy" fails for python scripts? Should pyx require latex because otherwise text.set(mode="latex") fails for pyx scripts? This bug appears to have been reported against 'rawhide' during the Fedora 19 development cycle. Changing version to '19'. (As we did not run this process for some time, it could affect also pre-Fedora 19 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 19 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora19 This message is a notice that Fedora 19 is now at end of life. Fedora has stopped maintaining and issuing updates for Fedora 19. It is Fedora's policy to close all bug reports from releases that are no longer maintained. Approximately 4 (four) weeks from now this bug will be closed as EOL if it remains open with a Fedora 'version' of '19'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 19 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. |