Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 378477 - Texlive 2011 wrongly RDEPENDs on dev-tex/mh which is already handled by texlive-latexextra
Summary: Texlive 2011 wrongly RDEPENDs on dev-tex/mh which is already handled by texli...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial with 1 vote (vote)
Assignee: TeX project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-09 11:08 UTC by Ben
Modified: 2011-10-11 14:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben 2011-08-09 11:08:12 UTC
The app-text/texlive-2011.ebuild depends on dev-tex/mh. However, a newer version of mh is installed by texlive-latexextra. Installing the mh version in dev-tex will brake stuff such as the \sfrac command together with sunitx.

If dev-tex/mh is installed with all texlive 2011 packages the following error will occur if fractions are used "Illegal unit of measure (pt inserted)". This error does not occur if dev-tex/mh is uninstalled and the bundled version of texlive-latexextra is used.

Reproducible: Always

Steps to Reproduce:
1. Update to texlive-2011
2. Use \sfrac together with sunitx
3. Illegal unit of measure (pt inserted) is reported by latex


Expected Results:  
latex compiles fine

dev-tex/mh is an older version then the one bundled with texlive-latexextra
Comment 1 Alexis Ballier gentoo-dev 2011-10-11 14:13:02 UTC
bumped dev-tex/mh and the min req version for texlive , this should fix your problem, thanks for the report!