paul fons wrote:
> On a MacPro running 10.4.10, I am having some trouble installing an  
> update to gnuplot.  I have deleted my previously installed LaTeX  
> installation to see if I could complete the build process (thinking  
> it was a conflict of some sort between tex distributions), but the  
> same problem persists.  Any idea of what could be going on? The gcc  
> is 4.0.1 (that came with the latest release of the developer tools).
>
>
>    A snippet is attached below:
>
>
> if test -x ../src/gnuplot ; then GNUPLOT_PS_DIR=../term/PostScript  
> GNUPLOT_LIB=. GNUTERM=latex ../src/gnuplot eg5.plt ; else gnuplot  
> eg5.plt ; fi
> if test -x ../src/gnuplot ; then GNUPLOT_PS_DIR=../term/PostScript  
> GNUPLOT_LIB=. GNUTERM=latex ../src/gnuplot eg6.plt ; else gnuplot  
> eg6.plt ; fi
> if test -x ../src/gnuplot ; then GNUPLOT_PS_DIR=../term/PostScript  
> GNUPLOT_LIB=. GNUTERM=latex ../src/gnuplot eg7.plt ; else gnuplot  
> eg7.plt ; fi
> epstopdf eg7.eps
> if test -x ../src/gnuplot ; then GNUPLOT_PS_DIR=../term/PostScript  
> GNUPLOT_LIB=. GNUTERM=latex ../src/gnuplot test.plt ; else gnuplot  
> test.plt ; fi
> Building LaTeX tutorial (PDF version)
> TEXINPUTS=.:.:: no tutorial
> /bin/sh: line 1: no: command not found
> make: *** [tutorial.pdf] Error 127
> ### execution of /var/tmp/tmp.1.mViCsL failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-gnuplot-4.2.2-1
> (Reading database ... 52577 files and directories currently installed.)
> Removing fink-buildlock-gnuplot-4.2.2-1 ...
> Failed: phase installing: gnuplot-4.2.2-1 failed
>
>
>   
At the same point in my build of gnuplot (using a Fink tetex) I get:
Making all in tutorial
if test -x ../src/gnuplot ; then GNUPLOT_PS_DIR=../term/PostScript
GNUPLOT_LIB=. GNUTERM=latex ../src/gnuplot eg1.plt ; else gnuplot
eg1.plt ; fi
if test -x ../src/gnuplot ; then GNUPLOT_PS_DIR=../term/PostScript
GNUPLOT_LIB=. GNUTERM=latex ../src/gnuplot eg2.plt ; else gnuplot
eg2.plt ; fi
if test -x ../src/gnuplot ; then GNUPLOT_PS_DIR=../term/PostScript
GNUPLOT_LIB=. GNUTERM=latex ../src/gnuplot eg3.plt ; else gnuplot
eg3.plt ; fi
if test -x ../src/gnuplot ; then GNUPLOT_PS_DIR=../term/PostScript
GNUPLOT_LIB=. GNUTERM=latex ../src/gnuplot eg4.plt ; else gnuplot
eg4.plt ; fi
if test -x ../src/gnuplot ; then GNUPLOT_PS_DIR=../term/PostScript
GNUPLOT_LIB=. GNUTERM=latex ../src/gnuplot eg5.plt ; else gnuplot
eg5.plt ; fi
if test -x ../src/gnuplot ; then GNUPLOT_PS_DIR=../term/PostScript
GNUPLOT_LIB=. GNUTERM=latex ../src/gnuplot eg6.plt ; else gnuplot
eg6.plt ; fi
if test -x ../src/gnuplot ; then GNUPLOT_PS_DIR=../term/PostScript
GNUPLOT_LIB=. GNUTERM=latex ../src/gnuplot eg7.plt ; else gnuplot
eg7.plt ; fi
if test -x ../src/gnuplot ; then GNUPLOT_PS_DIR=../term/PostScript
GNUPLOT_LIB=. GNUTERM=latex ../src/gnuplot test.plt ; else gnuplot
test.plt ; fi
Building LaTeX tutorial
TEXINPUTS=.:.:: latex tutorial
This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
entering extended mode
(./tutorial.tex
LaTeX2e <2003/12/01>

So it appears that something in the configuration is sending "no" rather
than "latex", e.g your executable not getting detected, and since you
don't have a "no" command in your PATH, the build bombs out. 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to