Proof-Lite on MAC OSX Snow Leopard

I have compiled root v5.26B on Snow Leopard MacBook with this options:

./configure macosx64 --enable-ruby --enable-minuit2 --enable-roofit --enable-pythia6 --enable-pythia8 --enable-fftw3 --enable-mathmore --enable-memstat --enable-tmva --enable-unuran --with-pythia6-libdir=/Users/dario/software/pythia6 --with-pythia8-libdir=/Users/dario/software/pythia8135/lib --with-fftw3-incdir=/opt/include/include --with-fftw3-libdir=/opt/local/lib --with-g4-incdir=/Users/dario/software/GEANT4/geant4.9.3.p01/include --with-g4-libdir=/Users/dario/software/GEANT4/geant4.9.3.p01/lib/Darwin-g++ --with-clhep-incdir=/Users/dario/software/CLHEP/include --with-gsl-incdir=/opt/local/include --with-gsl-libdir=/opt/local/lib --with-f77=/opt/local/bin/gfortran-mp-4.5

Then I try to start PROOF-Lite :

<Dario.Moricciani@net-93-149-207-84:~/pippo> root -l
root [0] p = TProof::Open("")
+++ Starting PROOF-Lite with 2 workers +++
<Dario.Moricciani@net-93-149-207-84:~/pippo>

I it exit directly …

Please anyone can help me ?

Best Regards

<Dario.Moricciani@net-93-150-89-184:~> root


  •                                     *
    
  •    W E L C O M E  to  R O O T       *
    
  •                                     *
    
  • Version 5.26/00b 9 February 2010 *
  •                                     *
    
  • You are welcome to visit our Web site *
  •      [root.cern.ch](http://root.cern.ch)            *
    
  •                                     *
    

ROOT 5.26/00b (tags/v5-26-00b@32327, Feb 11 2010, 14:21:13 on macosx64)

CINT/ROOT C/C++ Interpreter version 5.17.00, Dec 21, 2008
Type ? for help. Commands must be C++ statements.
Enclose multiple statements between { }.
root [0] p = TProof::Open("")
+++ Starting PROOF-Lite with 2 workers +++
<Dario.Moricciani@net-93-150-89-184:~> echo $TMPDIR
/var/folders/7F/7FM6M4zRENuBpJ87E1KRYk+++TI/-Tmp-/
<Dario.Moricciani@net-93-150-89-184:~> setenv TMPDIR /tmp
<Dario.Moricciani@net-93-150-89-184:~> root


  •                                     *
    
  •    W E L C O M E  to  R O O T       *
    
  •                                     *
    
  • Version 5.26/00b 9 February 2010 *
  •                                     *
    
  • You are welcome to visit our Web site *
  •      [root.cern.ch](http://root.cern.ch)            *
    
  •                                     *
    

ROOT 5.26/00b (tags/v5-26-00b@32327, Feb 11 2010, 14:21:13 on macosx64)

CINT/ROOT C/C++ Interpreter version 5.17.00, Dec 21, 2008
Type ? for help. Commands must be C++ statements.
Enclose multiple statements between { }.
root [0] p = TProof::Open("")
+++ Starting PROOF-Lite with 2 workers +++
Opening connections to workers: OK (2 workers)
Setting up worker servers: OK (2 workers)
PROOF set to parallel mode (2 workers)
(class TProof*)0x1018bbc00
root [1] .q

Dear Dario,

This problem with the temporary directory under Mac Os X was fixed in the trunk and ported to 5.26/00c .
The work around for previous versions is exactly what you did.

G. Ganis