Problem in installing fairsoft jan12 [message #13897] |
Tue, 28 August 2012 14:02 |
|
Hi,
I have downloaded the fairsoft (jan12 version )through svn command.
Since Geant4 is downloaded while we are configuring using the command ./Configure.sh. Somehow it is not downloading GEANT4 and giving error (see attached file).
After that I downloaded all those files directly from the
http://geant4.cern.ch/support/source and kept it in "transport" directory.
But I was not able to install either way.
What is the solution?
Ajay
-
Attachment: error
(Size: 0.13KB, Downloaded 354 times)
AJAY KUMAR
Research scholar
Indian Institute of Technology Indore,Indore
Madhya Pradesh
India
|
|
|
|
|
|
Re: Problem in installing fairsoft jan12 [message #13901 is a reply to message #13899] |
Tue, 28 August 2012 16:09 |
Florian Uhlig
Messages: 424 Registered: May 2007
|
first-grade participant |
From: *gsi.de
|
|
Hi Ajay,
unfortunately with the new version of Geant4 it isn't possible to simply copy the files to geant4 source directory. The geant4 installation process always tries to download the files from the web server.
The solution for you is to switch of the automatic installation of the geant4 data files and download them as you already did. After this step you have to copy them to the right position and unpack them.
Since you don't install the external packages into an installation directory you have to create the following directory in the geant4 directory
mkdir share/Geant4/data
Move the downloaded data files into this directory and unpack them. This should do the job.
Ciao
Florian
[Updated on: Tue, 28 August 2012 16:25] Report message to a moderator
|
|
|
|
Re: Problem in installing fairsoft jan12 [message #13925 is a reply to message #13919] |
Tue, 04 September 2012 13:08 |
|
Hi,
I was trying to geant4 in both ways.
I have seen that in configure.sh following two scripts
for installation geant4 ( one is commented).
if [ "$check" = "1" ];
then
source scripts/install_geant4.sh
# source scripts/install_geant4_includes.sh
fi
##################### GEANT 4 Data #############################################
#if [ "$check" = "1" -a "$geant4_data_files" = "yes" ];
#then
# source scripts/install_geant4_data.sh
#fi
If I uncomment the later one, then it is downloading through wget.
Can I use the then " install_geant4_data.sh"?
or If someone tell me how the downloading is done in install_geant4.sh? I could not understand from the code.
Help is needed.
ajay
AJAY KUMAR
Research scholar
Indian Institute of Technology Indore,Indore
Madhya Pradesh
India
|
|
|
|
Re: Problem in installing fairsoft jan12 [message #13927 is a reply to message #13926] |
Tue, 04 September 2012 14:17 |
|
Hi,
Sorry to disturb you again and again.
I have following doubts.
Automatic downloading through internet -
I have problem in automatic downloading. Like earlier I was trying through wget, it was not working. Then I had given path to .wgetrc file and now wget working in my pc.
Similarly now for automatic downloading - what do I have to do in my pc that it works?
That is not clear to me.
Using Directory -
I have downloaded the following files -
G4ABLA.3.0.tar.gz
G4EMLOW.6.23.tar.gz
G4NDL.4.0.tar.gz
G4NEUTRONXS.1.1.tar.gz
going to the CERN website. Then I have kept above files in ~/fairsoft/transport/geant4/share/Geant4/data
Then I did untar.
Next I have used option 3 ( directory) while configuring. Still I could not do it.
I cant wait because I have deleted my older version also from my pc.
Please give some solution or some alternative.
AJAY KUMAR
Research scholar
Indian Institute of Technology Indore,Indore
Madhya Pradesh
India
|
|
|
|
|
Re: Problem in installing fairsoft jan12 [message #13944 is a reply to message #13942] |
Fri, 07 September 2012 07:48 |
|
Hi Florian,
Sorry,Now It is solved. I did not set environment variable properly.I was setting host & port without username & password inside the configure.sh. after making following setting in my .bashrc I am able to install without any errors.
export http_proxy="http://username:password@host:port"
Thank you very much
AJAY KUMAR
Research scholar
Indian Institute of Technology Indore,Indore
Madhya Pradesh
India
|
|
|
|
Problem in the installation of fairsoft sep12 [message #13952 is a reply to message #13945] |
Sun, 09 September 2012 22:10 |
|
Hi Florian,
Everything is working fine with fairsoft jan12 on my ubentu 12.04 desktop now.but I was trying to install side by side fairroot sep12 version on my machine by creating another user,I saw everything goes fine without any error but as earlier I reported problem with root. it is still there.
Is it problem in my system or with this new version sep12?
Plz have a look.
Installation Directory: /home/ajay2/buildsep12
Found cmake version 2.8.9 which is newer than the
required version 2.8.6 in PATH
This version is okay. Don't install cmake as external package.
-- Found Subversion: /usr/bin/svn (found version "1.6.17")
-- FairSoft Revision - 17025 Branch - https://subversion.gsi.de/fairroot/fairsoft/release/sep12
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ajay2/sep12/build
*** Package gtest is OK ***
*** Package glpk is OK ***
*** Package gsl is OK ***
*** Package Boost is OK ***
*** Package ApMon is OK ***
*** Package ml-gsoapclient is OK ***
*** Package Pythia6 is OK ***
*** Package pythia8 is OK ***
*** Package Geant4-Source is OK ***
*** Package Geant4-lib is OK ***
*** Package root is OK ***
*** Package pluto is OK ***
*** Package Geant3 is OK ***
*** Package VGM is OK ***
*** Package Geant4_VMC is OK ***
*** End installation of external packages without Errors***
Error is this :-
ajay2@panda:~$ root
Couldn't find font "-adobe-helvetica-medium-r-*-*-10-*-*-*-*-*-iso8859-1",
trying "fixed". Please fix your system so helvetica can be found,
this font typically is in the rpm (or pkg equivalent) package
XFree86-[75,100]dpi-fonts or fonts-xorg-[75,100]dpi.
/home/ajay2/buildsep12/bin/root.exe: error while loading shared libraries: libCore.so.5.34: cannot open shared object file: No such file or directory
Thankyou
AJAY KUMAR
Research scholar
Indian Institute of Technology Indore,Indore
Madhya Pradesh
India
|
|
|