Bug 769369

Summary: gnuplot.spec in git does not install gnuplot-lua-tikz.sty
Product: [Fedora] Fedora Reporter: Dennis Schridde <devurandom>
Component: gnuplotAssignee: Peter Schiffer <pschiffe>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: manderw, pertusus, pschiffe
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-01-06 14:25:35 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:

Description Dennis Schridde 2011-12-20 15:51:41 UTC
To actually use files output by the lua/tikz terminal in latex, gnuplot-4.4.4/share/LaTeX/gnuplot-lua-tikz.sty needs to be installed into the system.

Comment 1 Peter Schiffer 2012-01-06 14:25:35 UTC
To use output from the lua/tikz gnuplot terminal in latex you need to install gnuplot-latex package. It contains mentioned gnuplot-lua-tikz.sty file.
However, it was not working anyway. Dependency on texlive-texmf-xetex package had to be added to that package and texhash has to be run after installing gnuplot-latex package.

Thank you for your report.

Fixed in:
gnuplot-4.4.4-2.fc17
http://koji.fedoraproject.org/koji/buildinfo?buildID=281586

Comment 2 mander 2012-09-29 11:27:05 UTC
I am unclear what the solution for this is, as I am still having this problem.  If I try to install gnuplot-latex, I get this:

---> Package gnuplot-latex.noarch 0:4.4.4-3.fc17 will be installed
--> Processing Dependency: texlive-texmf-xetex for package: gnuplot-latex-4.4.4-3.fc17.noarch
Package texlive-texmf-xetex-2007-41.fc17.noarch is obsoleted by 1:texlive-2012-1.20120824_r27513.fc17.i686 which is already installed
--> Finished Dependency Resolution
Error: Package: gnuplot-latex-4.4.4-3.fc17.noarch (fedora)
           Requires: texlive-texmf-xetex
           Available: texlive-texmf-xetex-2007-41.fc17.noarch (fedora)
               texlive-texmf-xetex = 2007-41.fc17

Comment 3 Peter Schiffer 2012-11-06 17:43:47 UTC
Hi mander,

this is because you are probably using the new texlive 2012 repo. Gnuplot in F17 currently doesn't support this new version of texlive.

However, the new gnuplot in rawhide does support this version, so you can try to rebuild it from srpm here:
https://koji.fedoraproject.org/koji/buildinfo?buildID=361832

But.. the texlive repo you are using is no longer maintained, as the new texlive is now in rawhide and F18. And I can't tell if it will work with gnuplot from rawhide.. So, probably you will need to uninstall the current texlive, install it from rawhide repo and then you can try to build gnuplot from srpm..

Hope this helps.

peter