#47044: texlive-fonts-recommended misses eurosym.sty. -------------------------------------+------------------------------------- Reporter: soulne4ny@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Keywords: texlive latex eurosym | Port: texlive-fonts- eurosym.sty | recommended -------------------------------------+------------------------------------- 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. -- Ticket URL: <https://trac.macports.org/ticket/47044> MacPorts <https://www.macports.org/> Ports system for OS X