[MacPorts] #22619: Actions following ticket 22612, fresh install on new machine etc.
MacPorts
noreply at macports.org
Fri Nov 20 15:06:40 PST 2009
#22619: Actions following ticket 22612, fresh install on new machine etc.
--------------------------+-------------------------------------------------
Reporter: aszy@… | Owner: jeremyhu@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.1
Keywords: | Port: xorg-libX11
--------------------------+-------------------------------------------------
Comment(by jeremyhu@…):
{{{
/opt/local/bin/ps2pdf: No such file or directory
}}}
That's the problem. Please attach the full log where you build xorg-
libX11.
{{{
sudo port -v clean xorg-libX11
sudo port -v install xorg-libX11
}}}
The configure.ac looks right, so it looks like you deleted ps2pdf after
configuring libX11:
{{{
AC_ARG_VAR([PS2PDF], [Path to a ps2pdf executable])
AC_PATH_PROGS([PS2PDF], [ps2pdf], [none], [$PATH:/usr/gnu/bin])
}}}
--
Ticket URL: <http://trac.macports.org/ticket/22619#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list