MWE: \documentclass[a4paper,12pt]{article} \usepackage{xcolor} \begin{document} \end{document} Reproducible: Always Steps to Reproduce: 1. lualatex test.tex Actual Results: This is LuaTeX, Version 1.10.0 (TeX Live 2019 Gentoo Linux) restricted system commands enabled. (/home/eugene/text/test/test.tex LaTeX2e <2018-12-01> luaotfload | main : initialization completed in 0.042 seconds (/usr/share/texmf-dist/tex/latex/base/article.cls Document Class: article 2018/09/03 v1.4i Standard LaTeX document class (/usr/share/texmf-dist/tex/latex/base/size12.clo)) (/usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texmf-site/tex/generic/pgf/version-for-dvisvgm/en/color.cfg) ! Package xcolor Error: No driver specified. See the xcolor package documentation for explanation. Type H <return> for immediate help. ... l.223 eg: \protect\ExecuteOptions{dvips}} ! Undefined control sequence. <argument> ,\XC@@drv , l.1429 }{} ! Undefined control sequence. <argument> ,\XC@@drv , l.1429 }{} ! Undefined control sequence. <argument> ,\XC@@drv , l.1429 }{} Expected Results: File compiles The standalone version was working
Your installation is somehow defective, I have just tried your example and got luaotfload | main : initialization completed in 0.038 seconds (/usr/share/texmf-dist/tex/latex/base/article.cls Document Class: article 2018/09/03 v1.4i Standard LaTeX document class (/usr/share/texmf-dist/tex/latex/base/size12.clo)) (/usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty ... So it is seen that latexrecommended xcolor is used just fine here.
Yes, it is broken in the way that I have dev-tex/pgf installed
(In reply to Eugene Shalygin from comment #2) > Yes, it is broken in the way that I have dev-tex/pgf installed Me either. There is no color.cfg from pgf.
There is one: qlist dev-tex/pgf | grep color.cfg /usr/share/texmf-site/tex/generic/pgf/version-for-dvisvgm/en/color.cfg
(In reply to Eugene Shalygin from comment #4) > There is one: > > qlist dev-tex/pgf | grep color.cfg > /usr/share/texmf-site/tex/generic/pgf/version-for-dvisvgm/en/color.cfg version?
(In reply to Vadim A. Misbakh-Soloviov (mva) from comment #5) > version? dev-tex/pgf-3.1.4b-r2, dev-texlive/texlive-latexrecommended-2019-r2, the only versions available in portage
To make myself clear, removing "color.cfg" from /usr/share/texmf-site/ls-R makes lualatex work.
(In reply to Eugene Shalygin from comment #7) > To make myself clear, removing "color.cfg" from /usr/share/texmf-site/ls-R > makes lualatex work. Do you have the 'doc' use flag enabled?
(In reply to Mikle Kolyada from comment #8) > Do you have the 'doc' use flag enabled? Yes, doc is enabled for dev-tex/pgf
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d000e830fdae2e9a991e89e64a82c0dd72ab11f commit 6d000e830fdae2e9a991e89e64a82c0dd72ab11f Author: Mikle Kolyada <zlogene@gentoo.org> AuthorDate: 2020-01-08 16:16:16 +0000 Commit: Mikle Kolyada <zlogene@gentoo.org> CommitDate: 2020-01-08 16:16:36 +0000 dev-tex/pgf: remove redundant color.cfg Closes: https://bugs.gentoo.org/700056 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> dev-tex/pgf/pgf-3.1.4b-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)