Problem 412

Summary: Installation problem.
Product: Geant4 Reporter: hep_mkj
Component: configAssignee: Gabriele Cosmo <Gabriele.Cosmo>
Status: RESOLVED WORKSFORME    
Severity: major    
Priority: P2    
Version: 4.1   
Hardware: Sun   
OS: Solaris   

Description hep_mkj 2002-09-23 05:09:26 CEST
Dear Sir,
I tried to install Geant4.4.1 on 'SunOS 5.8 Generic_108528-16 sun4u sparc
SUNW,Sun-Fire-280R' with the command "./Configure -install". The complier
version I am using is "Sun WorkShop 6 update 2 C++ 5.3 2001/05/15". The
environment variable I set are:-

"CLHEP_BASE_DIR=/usr/local
G4BIN=/export/home/mkj/geant4/bin
G4INCLUDE=/export/home/sw/geant4/geant4.4.1/geant4.4.1.p01/include
G4INSTALL=/export/home/sw/geant4/geant4.4.1/geant4.4.1.p01
G4LIB=/export/home/sw/geant4/geant4.4.1/geant4.4.1.p01/lib
G4SYSTEM=SUN-CC
G4TMP=/export/home/mkj/geant4/tmp
G4WORKDIR=/export/home/mkj/geant4"
 I got the following messages -
_______________________________________________________________________________
				...
				...
Creating/replacing object files in
/export/home/sw/geant4/geant4.4.1/geant4.4.1.p01/lib/SUN-CC/libG4visXXX.a
gmake libmap
WARNING: Making a library map of granular libraries.
         This is a list of libraries in order of use, and for
         each library a list of other libraries used.
         To do this it needs a complete set of dependency
         files, e.g., after gmake in the source/ directory.
Searching /export/home/sw/geant4/geant4.4.1/geant4.4.1.p01/source
  for GNUmakefiles containing "name" and sorting...
Weeding out /test[s]/, global level GNUmakefiles, etc...
Making libname.map starter file...
Making libname.map...
  Reading library name map file...
  Reading dependency files...
  WARNING: It seems there is nothing after ':' in dependency file
/export/home/sw/geant4/geant4.4.1/geant4.4.1.p01/tmp/SUN-CC/G4globman/G4ios.d.
  WARNING: It seems there is nothing after ':' in dependency file
/export/home/sw/geant4/geant4.4.1/geant4.4.1.p01/tmp/SUN-CC/G4globman/G4VStateDependent.d.
  WARNING: It seems there is nothing after ':' in dependency file
/export/home/sw/geant4/geant4.4.1/geant4.4.1.p01/tmp/SUN-CC/G4globman/G4UnitsTable.d.
  WARNING: It seems there is nothing after ':' in dependency file
/export/home/sw/geant4/geant4.4.1/geant4.4.1.p01/tmp/SUN-CC/G4globman/G4Timer.d.
  WARNING: It seems there is nothing after ':' in dependency file
/export/home/sw/geant4/geant4.4.1/geant4.4.1.p01/tmp/SUN-CC/G4globman/G4StateManager.d.
  WARNING: It seems there is nothing after ':' in dependency file
/export/home/sw/geant4/geant4.4.1/geant4.4.1.p01/tmp/SUN-CC/G4globman/G4PhysicsVector.d.
				...

				...
				...
  WARNING: It seems there is nothing after ':' in dependency file
/export/home/sw/geant4/geant4.4.1/geant4.4.1.p01/tmp/SUN-CC/G4emlowenergy/G4eIonisationParameters.d.
  WARNING: It seems there is nothing after ':' in dependency file
/export/home/sw/geant4/geant4.4.1/geant4.4.1.p01/tmp/SUN-CC/G4emlowenergy/G4eIonisationCrossSectionHandler.d.
Segmentation Fault - core dumped
gmake[1]: *** [libmap] Error 139
gmake: *** [all] Error 2
________________________________________________________________________________

Please help me, how to proceed further. Waiting for your response.

With regards,
Manoj Jha
Rsearch Scholar
Delhi University.
Comment 1 Gabriele Cosmo 2002-09-23 05:33:59 CEST
The massage:

>  WARNING: It seems there is nothing after ':' in dependency file
> /export/home/sw/geant4/geant4.4.1/geant4.4.1.p01/tmp/SUN-CC/G4globman/G4ios.d.

indicates that the dependencies for that file (and those following) have not
been built correctly, so that your installation failed as well.
Please, verify that the compilation process went through and the files .d
have been created in $G4TMP (and their contents are not empty...).
We verified that the process works correctly on SunOS 5.8 with C++ 5.2
(the currently supported compiler). We cannot verify C++ 5.3 yet...