Opened 3 years ago
Last modified 3 years ago
#63058 new defect
pstoedit @3.75_2: Fatal error occurred, no output PDF file produced!
Reported by: | ilegusqui | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | Cc: | ||
Port: | pstoedit |
Description
The pflatex processing in the installation process is not producing the necessary PDF output. Possibly does not find an encoding file. TexLive has been upgraded before the installation of pstoedit. texlive @2020 Xcode 10.1 Build version 10B61
Attachments (1)
Change History (5)
Changed 3 years ago by ilegusqui
comment:1 Changed 3 years ago by reneeotten (Renee Otten)
comment:2 Changed 3 years ago by ilegusqui
It does not seem to be the case. texlive-bin-extra was already installed, and the issue is reproduced. Furthermore, kpsewhich latex2man.sty does find it properly. Possibly the problems is due to some repackaging in texlive, but I have not been able to identify where. I do not see how to section to identify the location.
comment:3 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | pstoedit @3.75_2 not building on High Sierra → pstoedit @3.75_2: Fatal error occurred, no output PDF file produced! |
---|
comment:4 Changed 3 years ago by dliessi (Davide Liessi)
There is an undeclared build dependency on texlive-fonts-recommended
, at least on the file share/texmf-texlive/fonts/enc/dvips/cm-super/cm-super-ts1.enc
.
I had the port installed, but I was using trace mode and that file was thus hidden: building without trace mode succeeded.
The other TeX dependencies are declared in a way that allows an external TeX Live distribution to satisfy them, but since texlive-fonts-recommended
does not install executables (in bin
) and the path to the file is different between MacPorts' and the original TeX Live, I'm not sure how this dependency should be specified.
perhaps related to 59939?