#39334: texlive-basic: dvipdfmx fails with png and jpg ----------------------------+---------------------- Reporter: takeshi@… | Owner: dports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: texlive-basic | ----------------------------+---------------------- Comment (by takeshi@…): Japanese users seem to replace MacPorts dvipdfmx with an unofficial binary on a BB (called 2ch), the one in other TeX distributions or the one built from source. This is not what the MacPorts should be. This [http://translate.google.com/translate?sl=ja&tl=en&js=n&prev=_t&hl=ja&ie=UTF-... link] reports the problem and how to build dvipdfmx by hand. Those who are not familiar with compilers seem to believe that this is a problem related to Lion and Mountain Lion since the one built on Snow Leopard (on which clang is not the default) works . Try latex and dvipdfmx with some image file. Images in jpg always cause abort, but some png files (e.g. macports-logo-top.png) are OK and others fail. The image (fuji320.jpg, renamed) is found [http://upload.wikimedia.org/wikipedia/commons/thumb/e/ee/Mt_fuji%28R469_Yuno... /320px-Mt_fuji%28R469_Yuno%29.jpg here]. {{{ \documentclass{article} \usepackage[dvipdfm]{graphicx} \begin{document} \includegraphics{fuji320.jpg} \end{document} }}} -- Ticket URL: <https://trac.macports.org/ticket/39334#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X