I have been using ROOT 5.* for some time, and I have been told to use ROOT6. I deleted ROOT5(make clean, then remove recursively of the old ROOT directory).
My kernel is: 4.7.2-2.g8a962cf-default
64 bit, OpenSUSE 13.2 OS
My root configuration is: ./configure linuxx8664gcc --enable-minuit2 --enable-roofit --enable-table --enable-gdml --enable-pgsql --enable-mysql --enable-builtin-zlib --enable-builtin-pcre --enable-builtin-freetype --enable-builtin-glew --enable-afs --enable-soversion --enable-rpath --enable-opengl --enable-pythia6
The startup time in ROOT5 was instantaneous, with ROOT 6, startup time is over 10 seconds. The strange part is also that the startup on ROOT6 is much faster, when I am at home network, instead of work network.
It’s a surprise for me also, ROOT 6.06 which is what we’re asked to use for the time being shows it.
.bashrc and .rootrc
[code]SJL@Gyro:~> bashme |grep -i root; dog .rootrc; #Loading Root thisroot.sh in /HOME/ROOT/bin/thisroot.sh
export ROOTSYS=$HOME/ROOT/
export PATH=$ROOTSYS/bin:$PATH
export LD_LIBRARY_PATH=$ROOTSYS/lib:$LD_LIBRARY_PAT #ROOTING #alias root=“ROOTSYS=$HOME/ROOT PATH=$ROOTSYS/bin:$PATH_LD_LIBRARY_PATH=$ROOTSYS/lib:$LD_LIBRARY_PATH root” #alias root6=“ROOTSYS=$HOME/ROOT6 PATH=$ROOTSYS/bin:$PATH_LD_LIBRARY_PATH=$ROOTSYS/lib:$LD_LIBRARY_PATH root” #alias root6="~/ROOT6/bin/root6" ROOT6 is Broken, 12 Mar 15. #Setting up PyROOT
export LD_LIBRARY_PATH=$ROOTSYS/lib:$PYTHONDIR/lib:$LD_LIBRARY_PATH
export PYTHONPATH=$ROOTSYS/lib:$PYTHONPATH
Unix.*.Root.MacroPath: .:$(HOME)/Rootdocs:
#/opt/local/etc/root/plugins: #this one not working properly #Above calls for the roo macropaths #Second fraction calls for where they are called #They are separated by “:” “.” refers to the current directory, Second for Rootdocs and third for the default called from TBrowser[/code]
Can it be that in your PATH or LD_LIBRARY_PATH you have some “external” (e.g. “NFS”, or “AFS” mounted) subdirectories which do not exist (e.g. the corresponding server is “down”)?
I begin root session with root -l but it print ROOT LOGO first. The same thing with root -q and etc.
More over, If I try root filename.root , it does not work and just run root as usual.
Please help.