Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 573630 - dev-tex/xcolor-2.11 build fails
Summary: dev-tex/xcolor-2.11 build fails
Status: RESOLVED DUPLICATE of bug 573530
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: TeX project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-02 00:55 UTC by Daniel Hiepler
Modified: 2016-02-02 13:36 UTC (History)
1 user (show)

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


Attachments
emerge --info (info,5.81 KB, text/plain)
2016-02-02 00:55 UTC, Daniel Hiepler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Hiepler 2016-02-02 00:55:01 UTC
Created attachment 424436 [details]
emerge --info

According to the logs, on my system the build fails because:

texi2dvi -D -q -c --language=latex /var/tmp/portage/dev-tex/xcolor-2.11/work/xcolor/xcolor2.tex

calls

latex --file-line-error </dev/null '\nonstopmode' '\input' '/var/tmp/portage/dev-tex/xcolor-2.11/work/xcolor/xcolor2.tex'

which outputs errors about missing files:

pgfutil-common.tex
pgfkeys.code.tex
pgffor.code.tex

When manually copying the files to (e.g.) 

/usr/share/texmf-dist/tex/generic/pstricks/

and then running 

mktexls

the latex command succeeds.

The next error is caused by a call to

latex --file-line-error </dev/null '\nonstopmode' '\input' '/var/tmp/portage/dev-tex/xcolor-2.11/work/xcolor/xcolor.dtx'

Which generates:

! LaTeX Error: File `xcolor.sty' not found.

Since xcolor.sty is part of the package itself, I wouldn't know how to properly fix this.

Other missing files:
- chngpage.sty
- xcolor.dtx
- svgnam.def
- x11nam.def

+ a lot of warnings about missing fonts...

However, when installing those files manually, the build succeeds.
Comment 1 Jonas Stein gentoo-dev 2016-02-02 13:00:13 UTC
Thank you for the comprehensive report.
I could not reproduce this on a gentoo system with 
dev-tex/pgf
installed.

Regarding http://www.portagefilelist.de/site/query/file/
pgfutil-common.tex is installed by dev-tex/pgf.

Please test and report, if it works for you after installing dev-tex/pgf. May be we should add a dependency for this package.
Comment 2 Alexis Ballier gentoo-dev 2016-02-02 13:36:35 UTC

*** This bug has been marked as a duplicate of bug 573530 ***