Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 687874 - dev-tex/pgf-3.0.1 - fails with texlive-pstricks-2019
Summary: dev-tex/pgf-3.0.1 - fails with texlive-pstricks-2019
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: TeX project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-11 17:24 UTC by Juergen Rose
Modified: 2019-06-13 15:59 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 Juergen Rose 2019-06-11 17:24:09 UTC
I have here a small test file (sin_pi_4__1.tex): 

\documentclass{article}
\usepackage{pstricks-add}

\begin{document}

\begin{pspicture}(-1.5,-0.5)(4.5,5.5)
\psplot[algebraic=true,plotpoints=100]{0}{Pi 4 div}{sin(x)}
\psaxes{->}(0,0)(-0.5,-1.5)(5.5,1.5) 
\end{pspicture}

\end{document}

'xelatex sin_pi_4__1.tex' fails with:
...
`pst-fp' v0.05, 2010/01/17 (hv))
(/usr/share/texmf-site/tex/generic/pgf/utilities/pgfutil-common.tex
(/usr/share/texmf-site/tex/generic/pgf/utilities/pgfutil-common-
lists.tex))
(/usr/share/texmf-site/tex/generic/pgf/utilities/pgfkeys.code.tex
(/usr/share/texmf-
site/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex))
(/usr/share/texmf-site/tex/generic/pgf/utilities/pgffor.code.tex
Loading [

! LaTeX Error: Missing \begin{document}.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.10 \ProvidesPackageRCS[v
                          \pgfversion] $Header:
/cvsroot/pgf/pgf/generic/pgf...
defectiv
? q

A defective sin_pi_4__0.pdf is created.  


It seems me, that after installing pgf-3.1 the issue disappeared. The pgf-3.1.ebuild was just a copy of the pgf-3.0.1-r1.ebuild.
Comment 1 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2019-06-13 13:28:56 UTC
hmm, yes. I can confirm that pgf bump fixes that.
Comment 2 Larry the Git Cow gentoo-dev 2019-06-13 15:59:55 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bee4bb86c0d8c6722d6bb994b5ee9a747285ea8

commit 3bee4bb86c0d8c6722d6bb994b5ee9a747285ea8
Author:     Mikle Kolyada <zlogene@gentoo.org>
AuthorDate: 2019-06-13 15:58:31 +0000
Commit:     Mikle Kolyada <zlogene@gentoo.org>
CommitDate: 2019-06-13 15:59:51 +0000

    dev-tex/pgf: Version bump (v3.1)
    
    Closes: https://bugs.gentoo.org/687874
    Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
    Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-tex/pgf/Manifest       |  1 +
 dev-tex/pgf/pgf-3.1.ebuild | 43 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)