#37933: octave-devel: Error: The following dependencies were not installed: ghostscript xorg ----------------------+------------------------- Reporter: bosco@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: | ----------------------+------------------------- Comment (by michaelld@…): As for what the OP can do: Try to install the dependencies first, one at a time; start with "texlive +full" since that will get IIRC all of the texlive ports. Then move on to the others. You could even try something like: {{{ fff="ghostscript xorg-libXext xorg-libX11 xorg-libxcb doxygen graphviz gd2 xpm xorg-libXt libLASi pango Xft2 xrender cairo xorg-xcb-util gobject- introspection xorg-libXaw groff xorg-libXmu texlive texlive-basic texlive- bin poppler xorg-libXp texlive-documentation-base texlive-bin-extra dvipng latexmk texlive-latex pdfjam texlive-latex-recommended pgf texlive-context texlive-fonts-recommended texlive-math-extra texlive-metapost texlive- xetex texlive-generic-recommended texlive-documentation-english texlive- fontutils lcdf-typetools ps2eps texlive-lang-czechslovak texlive-lang- dutch texlive-lang-english texlive-lang-french texlive-lang-german texlive-lang-italian texlive-lang-polish texlive-lang-portuguese texlive- lang-spanish texlive-luatex texlive-latex-extra texlive-pictures gnuplot" for tf in $fff; do sudo port install ${tf} +atlas +docs; done }}} and then see if that gets all of the background stuff installed. If so, then you could try the original octave-devel install command again. -- Ticket URL: <https://trac.macports.org/ticket/37933#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS