GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » CBM » CBMROOT » General » New safety feature
icon8.gif  ... it is too safe! [message #8418 is a reply to message #8359] Tue, 05 May 2009 17:52 Go to previous messageGo to previous message
Volker Friese is currently offline  Volker Friese
Messages: 365
Registered: April 2004
Location: GSI CBM
first-grade participant
From: *gsi.de
Ooops, I was too quick with my previous statement. Now I tried to execute the configuration macro on the same machine the installation was made on, and I am rejected as well:

friese@lxg1403:/misc/friese> . /misc/cbmsoft/cbmroot/DEC08/sarge32/config.sh
On this machine the G4SYSTEM=Linux-g++
On this machine the G4INSTALL=/misc/cbmsoft/Sarge32/jul08/fairsoft/transport/geant4
On this machine the G4INCLUDE=/misc/cbmsoft/Sarge32/jul08/fairsoft/transport/geant4/include/
On this machine the G4LIB=/misc/cbmsoft/Sarge32/jul08/fairsoft/transport/geant4/lib
On this machine the G4LEVELGAMMADATA=/misc/cbmsoft/Sarge32/jul08/fairsoft/transport/data/geant4/PhotonEvaporation
On this machine the G4RADIOACTIVEDATA=/misc/cbmsoft/Sarge32/jul08/fairsoft/transport/data/geant4/RadioactiveDecay
On this machine the G4LEDATA=/misc/cbmsoft/Sarge32/jul08/fairsoft/transport/data/geant4/G4EMLOW
On this machine the NeutronHPCrossSections=/misc/cbmsoft/Sarge32/jul08/fairsoft/transport/data/geant4/G4NDL
On this machine the G4ELASTICDATA=/misc/cbmsoft/Sarge32/jul08/fairsoft/transport/data/geant4/G4ELASTIC
On this machine the G4ABLADATA=/misc/cbmsoft/Sarge32/jul08/fairsoft/transport/data/geant4/G4ABLA
On this machine the CLHEP_BASE_DIR=/misc/cbmsoft/Sarge32/jul08/fairsoft/cern/clhep
On this machine the CLHEP_INCLUDE_DIR=/misc/cbmsoft/Sarge32/jul08/fairsoft/cern/clhep/include
On this machine the CLHEP_LIB_DIR=/misc/cbmsoft/Sarge32/jul08/fairsoft/cern/clhep/lib
On this machine the CLHEP_LIB=CLHEP
On this machine the G4DEBUG=1
On this machine the G4VIS_BUILD_RAYTRACERX_DRIVER=1
On this machine the G4VIS_USE_RAYTRACERX=1
On this machine the G4VIS_USE_VRML=1
On this machine the G4LIB_BUILD_G3TOG4=1
On this machine the G4LIB_USE_G3TOG4=1
On this machine the G4LIB_BUILD_ZLIB=1
On this machine the G4LIB_USE_ZLIB=1
On this machine the G4LIB_BUILD_SHARED=1
On this machine the G4LIB_USE_GRANULAR=1
On this machine the G4UI_USE_TCSH=1
G4WORKDIR will be set to HOME/geant4=/misc/cbmsoft/Sarge32/jul08/fairsoft/transport/geant4
root/dev/sarge32/config.sh                                                    <
On this machine the G4SYSTEM=Linux-g++
On this machine the G4INSTALL=/misc/cbmsoft/Sarge32/jul08/fairsoft/transport/geant4
On this machine the G4INCLUDE=/misc/cbmsoft/Sarge32/jul08/fairsoft/transport/geant4/include/
On this machine the G4LIB=/misc/cbmsoft/Sarge32/jul08/fairsoft/transport/geant4/lib
On this machine the G4LEVELGAMMADATA=/misc/cbmsoft/Sarge32/jul08/fairsoft/transport/data/geant4/PhotonEvaporation
On this machine the G4RADIOACTIVEDATA=/misc/cbmsoft/Sarge32/jul08/fairsoft/transport/data/geant4/RadioactiveDecay
On this machine the G4LEDATA=/misc/cbmsoft/Sarge32/jul08/fairsoft/transport/data/geant4/G4EMLOW
On this machine the NeutronHPCrossSections=/misc/cbmsoft/Sarge32/jul08/fairsoft/transport/data/geant4/G4NDL
On this machine the G4ELASTICDATA=/misc/cbmsoft/Sarge32/jul08/fairsoft/transport/data/geant4/G4ELASTIC
On this machine the G4ABLADATA=/misc/cbmsoft/Sarge32/jul08/fairsoft/transport/data/geant4/G4ABLA
On this machine the CLHEP_BASE_DIR=/misc/cbmsoft/Sarge32/jul08/fairsoft/cern/clhep
On this machine the CLHEP_INCLUDE_DIR=/misc/cbmsoft/Sarge32/jul08/fairsoft/cern/clhep/include
On this machine the CLHEP_LIB_DIR=/misc/cbmsoft/Sarge32/jul08/fairsoft/cern/clhep/lib
On this machine the CLHEP_LIB=CLHEP
On this machine the G4DEBUG=1
On this machine the G4VIS_BUILD_RAYTRACERX_DRIVER=1
On this machine the G4VIS_USE_RAYTRACERX=1
On this machine the G4VIS_USE_VRML=1
On this machine the G4LIB_BUILD_G3TOG4=1
On this machine the G4LIB_USE_G3TOG4=1
On this machine the G4LIB_BUILD_ZLIB=1
On this machine the G4LIB_USE_ZLIB=1
On this machine the G4LIB_BUILD_SHARED=1
On this machine the G4LIB_USE_GRANULAR=1
On this machine the G4UI_USE_TCSH=1
In your environment you have the G4WORKDIR=/misc/cbmsoft/Sarge32/jul08/fairsoft/transport/geant4
tr: invalid backslash escape at end of string


System during compilation: Debian GNU/Linux 3.1  n  l
                           i686
System now               :
                           i686
You try to run the software on a different
linux flavour than it was compuiled on.
This is normaly a serious error, so we stop
the execution at this point.
If you know what you do you can change the
config.sh script to bypass this security issue.
friese@lxg1403:/misc/friese>   


The reason is that in Debian Sarge, the tr program regards the backslash an escape sequence. You have to precess it with another backslash: tr '\\' ' ' in the script check_system.sh.in. In Debian Etch, both variants work.
 
Read Message
Read Message icon7.gif
Read Message icon8.gif
Read Message
Read Message icon14.gif
Previous Topic: Release DEC08
Next Topic: FairMCEventHeader
Goto Forum:
  


Current Time: Fri Mar 29 14:34:06 CET 2024

Total time taken to generate the page: 0.01010 seconds