[MacPorts] #16492: UPDATE: TexLive 2007 to newer version
MacPorts
noreply at macports.org
Sat May 22 10:40:58 PDT 2010
#16492: UPDATE: TexLive 2007 to newer version
---------------------------------+------------------------------------------
Reporter: luis.beca@… | Owner: milosh@…
Type: update | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: texlive
---------------------------------+------------------------------------------
Comment(by arno+macports@…):
Replying to [comment:67 dports@…]:
>
> I'm wondering if you have an existing texlive or tetex installed in
/opt/local, and /opt/local is in your path? If so, it's probably invoking
the regular updmap/fmtutil/etc instead of the new one.
I do have the existing texlive installed under /opt/local, but before I do
anything under my testing prefix I run a script to sanitize the
environment. It sets the path, for example, to contain only the
following, in order:
{{{
/Users/arno/Code/macports/development/macports/bin
/Users/arno/Code/macports/development/macports/sbin
/bin
/sbin
/usr/bin
/usr/sbin
}}}
Which is why I'm confused as to where the /opt/local is coming from. I
just checked 'env' and there isn't a reference anywhere to opt. Very
bizarre. Is there a way to get more information about where updmap is
being called from and with what options?
The shell script I use before testing:
{{{
#!/bin/sh
export MACPORTS=/Users/arno/Code/macports/development/macports
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
export PATH=$MACPORTS/bin:$MACPORTS/sbin:$PATH
export MANPATH=$MACPORTS/share/man
export EDITOR=/usr/bin/nano
export LDFLAGS="-L${MACPORTS}/lib"
export CPPFLAGS="-I${MACPORTS}/include"
export PKG_CONFIG_PATH=$MACPORTS/lib/pkgconfig
export LD_LIBRARY_PATH=$MACPORTS/lib
export LD_RUN_PATH=$MACPORTS/lib
export PYTHONPATH=$MACPORTS/lib/python2.5/site-
packages/:$MACPORTS/lib/python2.5/site-packages/gtk-2.0/
}}}
--
Ticket URL: <http://trac.macports.org/ticket/16492#comment:69>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list