Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 621494 - app-text/texlive-2017 Driver file ``pgfsys-luatex.def'' not found
Summary: app-text/texlive-2017 Driver file ``pgfsys-luatex.def'' not found
Status: RESOLVED WORKSFORME
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: 2017-06-11 11:13 UTC by Jonas Stein
Modified: 2017-06-11 18:07 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 Jonas Stein gentoo-dev 2017-06-11 11:13:27 UTC
I used a manual (tlmgr) installation of texlive-2016 on gentoo linux, after removing this and installing the texlive-2017 from the distribution I get

` Package pgf Error: Driver file ``pgfsys-luatex.def'' not found.. ...{Driver file ``\pgfsysdriver'' not found.}}`

as described in https://sourceforge.net/p/pgf/bugs/384/ 
Minimal working example:

\documentclass{article}
\usepackage{graphicx}
\makeatletter\show\Gin@driver
\usepackage{tikz}
\begin{document}
\end{document}

Was this bug fixed in the tlmgr-texlive-2016 and made it back into the distribution texlive-2017?
Comment 1 Jonas Stein gentoo-dev 2017-06-11 12:10:42 UTC
find /usr -name "pgfsys-luatex.de‌​f"

could not find a matching file. 
other systems install it to
/usr/local/texlive/2017/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-luatex.de‌​f

http://www.portagefilelist.de/
could not locate it too.
Comment 2 Alexis Ballier gentoo-dev 2017-06-11 12:18:45 UTC
I have /usr/share/texmf-site/tex/generic/pgf/systemlayer/pgfsys-luatex.def here

maybe your pgf install is broken ?
Comment 3 Jonas Stein gentoo-dev 2017-06-11 18:07:47 UTC
Can find the package now with pfl. 
merged dev-tex/pgf-3.0.1-r1 and it works now. 
must have been a problem on my system. Sorry for the noise.