Opened 10 years ago
Closed 10 years ago
#47044 closed defect (invalid)
texlive-fonts-recommended misses eurosym.sty.
Reported by: | soulne4ny (Alexey Luchko) | Owned by: | drkp (Dan Ports) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | ||
Port: | texlive-fonts-recommended |
Description
Hi!
I've bumped into following
[C 16:55:27.859 NotebookApp] pdflatex failed: ['pdflatex', 'notebook.tex'] This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014/MacPorts 2014_6) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./notebook.tex LaTeX2e <2014/05/01> Babel <3.9k> and hyphenation patterns for 2 languages loaded. (/opt/local/share/texmf-texlive/tex/latex/base/article.cls Document Class: article 2007/10/19 v1.4h Standard LaTeX document class (/opt/local/share/texmf-texlive/tex/latex/base/size10.clo)) (/opt/local/share/texmf-texlive/tex/latex/graphics/graphicx.sty (/opt/local/share/texmf-texlive/tex/latex/graphics/keyval.sty) (/opt/local/share/texmf-texlive/tex/latex/graphics/graphics.sty (/opt/local/share/texmf-texlive/tex/latex/graphics/trig.sty) (/opt/local/share/texmf-texlive/tex/latex/latexconfig/graphics.cfg) (/opt/local/share/texmf-texlive/tex/latex/pdftex-def/pdftex.def (/opt/local/share/texmf-texlive/tex/generic/oberdiek/infwarerr.sty) (/opt/local/share/texmf-texlive/tex/generic/oberdiek/ltxcmds.sty)))) (/opt/local/share/texmf-texlive/tex/latex/adjustbox/adjustbox.sty (/opt/local/share/texmf-texlive/tex/latex/xkeyval/xkeyval.sty (/opt/local/share/texmf-texlive/tex/generic/xkeyval/xkeyval.tex)) (/opt/local/share/texmf-texlive/tex/latex/adjustbox/adjcalc.sty) (/opt/local/share/texmf-texlive/tex/latex/adjustbox/trimclip.sty (/opt/local/share/texmf-texlive/tex/latex/collectbox/collectbox.sty) (/opt/local/share/texmf-texlive/tex/latex/adjustbox/tc-pdftex.def)) (/opt/local/share/texmf-texlive/tex/latex/ifoddpage/ifoddpage.sty) (/opt/local/share/texmf-texlive/tex/latex/varwidth/varwidth.sty)) (/opt/local/share/texmf-texlive/tex/latex/graphics/color.sty (/opt/local/share/texmf-texlive/tex/latex/latexconfig/color.cfg)) (/opt/local/share/texmf-texlive/tex/latex/tools/enumerate.sty) (/opt/local/share/texmf-texlive/tex/latex/geometry/geometry.sty (/opt/local/share/texmf-texlive/tex/generic/oberdiek/ifpdf.sty) (/opt/local/share/texmf-texlive/tex/generic/oberdiek/ifvtex.sty) (/opt/local/share/texmf-texlive/tex/generic/ifxetex/ifxetex.sty)) (/opt/local/share/texmf-texlive/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/opt/local/share/texmf-texlive/tex/latex/amsmath/amstext.sty (/opt/local/share/texmf-texlive/tex/latex/amsmath/amsgen.sty)) (/opt/local/share/texmf-texlive/tex/latex/amsmath/amsbsy.sty) (/opt/local/share/texmf-texlive/tex/latex/amsmath/amsopn.sty)) (/opt/local/share/texmf-texlive/tex/latex/amsfonts/amssymb.sty (/opt/local/share/texmf-texlive/tex/latex/amsfonts/amsfonts.sty)) ! LaTeX Error: File `eurosym.sty' not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: sty) Enter file name: ! Emergency stop. <read *> l.25 \usepackage [mathletters]{ucs} % Extended unicode (utf-8) support^^M ! ==> Fatal error occurred, no output PDF file produced! Transcript written on notebook.log.
Then I found https://trac.macports.org/wiki/TeXLivePackages stating texlive-fonts-recommended contains eurosym.
Installed texlive-fonts-recommended
$ sudo port install texlive-latex-recommended Warning: xcodebuild exists but failed to execute Warning: Xcode does not appear to be installed; most ports will likely fail to build. ---> Computing dependencies for texlive-latex-recommended ---> Fetching archive for texlive-latex-recommended ---> Attempting to fetch texlive-latex-recommended-34240_0+doc.darwin_13.noarch.tbz2 from http://packages.macports.org/texlive-latex-recommended ---> Attempting to fetch texlive-latex-recommended-34240_0+doc.darwin_13.noarch.tbz2.rmd160 from http://packages.macports.org/texlive-latex-recommended ---> Installing texlive-latex-recommended @34240_0+doc ---> Activating texlive-latex-recommended @34240_0+doc ---> Cleaning texlive-latex-recommended ---> Updating database of binaries ---> Scanning binaries for linking errors ---> No broken files found.
eurosym.sty still was missing.
I reinstalled it from source:
$ sudo port uninstall -f texlive-latex-recommended $ sudo port install -s texlive-latex-recommended Warning: xcodebuild exists but failed to execute Warning: Xcode does not appear to be installed; most ports will likely fail to build. ---> Computing dependencies for texlive-latex-recommended ---> Fetching distfiles for texlive-latex-recommended ---> Attempting to fetch texlive-latex-recommended-34240-run.tar.xz from http://giraffe.cs.washington.edu/texlive/ ---> Attempting to fetch texlive-latex-recommended-34240-doc.tar.xz from http://giraffe.cs.washington.edu/texlive/ ---> Verifying checksums for texlive-latex-recommended ---> Extracting texlive-latex-recommended ---> Configuring texlive-latex-recommended ---> Building texlive-latex-recommended ---> Staging texlive-latex-recommended into destroot ---> Installing texlive-latex-recommended @34240_0+doc ---> Activating texlive-latex-recommended @34240_0+doc ---> Cleaning texlive-latex-recommended ---> Updating database of binaries ---> Scanning binaries for linking errors ---> No broken files found.
But it is still missing.
Change History (4)
comment:1 Changed 10 years ago by mf2k (Frank Schima)
Keywords: | texlive latex eurosym eurosym.sty removed |
---|---|
Owner: | changed from macports-tickets@… to dports@… |
comment:2 follow-up: 3 Changed 10 years ago by drkp (Dan Ports)
It is in texlive-fonts-recommended; do you have that installed? The logs you provided said texlive-latex-recommended.
With texlive-fonts-recommended, it appears to be installed for me:
> kpsewhich eurosym.sty /opt/local/share/texmf-texlive/tex/latex/eurosym/eurosym.sty > port provides /opt/local/share/texmf-texlive/tex/latex/eurosym/eurosym.sty /opt/local/share/texmf-texlive/tex/latex/eurosym/eurosym.sty is provided by: texlive-fonts-recommended
Do these give different result for you?
comment:3 Changed 10 years ago by soulne4ny (Alexey Luchko)
Replying to dports@…:
It is in texlive-fonts-recommended; do you have that installed? The logs you provided said texlive-latex-recommended.
Thank you! I didn't notice difference in names texlive-fonts-recommended and texlive-latex-recommended. I've installed texlive-fonts-recommended and now it works.
comment:4 Changed 10 years ago by drkp (Dan Ports)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Glad to hear it's working!
In the future, please Cc the port maintainers (
port info --maintainers texlive-fonts-recommended
), if any.