Warning in <TEnvRec::ChangeValue>: duplicate entry

Hello ROOTers
Today(June 30), I upgraded ROOT 4.00.07 via cvs.
(Before the upgrade “make distclean” was performed in root source directory.)

After the upgrade, I succeded in compiling and installing the newest ROOT.
However, when I performed root I alwasy got follwing waring.
Until the upgrade, I did not look such waring.

Please tell me to avoid the waring.

OS : linux
gcc : 3.2.3

[code]
% root
Warning in TEnvRec::ChangeValue: duplicate entry <Library.ROOT@@TArrayProxy<UShort_t>=libTreePlayer.so libTree.so libGraf3d.so libGraf.so libHist.so> for level 0; ignored
Warning in TEnvRec::ChangeValue: duplicate entry <Library.ROOT@@TClaArrayProxy<UShort_t>=libTreePlayer.so libTree.so libGraf3d.so libGraf.so libHist.so> for level 0; ignored


  •                                     *
    
  •    W E L C O M E  to  R O O T       *
    
  •                                     *
    
  • Version 4.00/07 30 June 2004 *
  •                                     *
    
  • You are welcome to visit our Web site *
  •      http://root.cern.ch            *
    
  •                                     *
    

FreeType Engine v2.1.3 used to render TrueType fonts.
Compiled for linux with thread support.
CINT/ROOT C/C++ Interpreter version 5.15.138, May 23 2004
Type ? for help. Commands must be C++ statements.
Enclose multiple statements between { }.
root [0][/code]

Do:

rm $ROOTSYS/etc/system.rootmap
make map

Rene

Thank for your comment.
However, I still get the same waring after
performing your suggestion.

According to your suggetions, I got the same
system.rootmap(contains, size).
So, I also did the follwing

rm $ROOTSYS/etc/system.rootmap
make clean
make map

But, I got the same system.rootmap.

Hi,

This has been fixed in ROOT 4.00/08

Cheers,
Philippe