2.0.2 fails to build on RHEL5 with python 2.4 due to missing str.rpartition on python < 2.5:
+ scons -j3 --extralib=ncurses,termcap --sharedclient .
scons: Reading SConscript files ...
AttributeError: 'str' object has no attribute 'rpartition':
File "/home/vrusinov/muranorepo/BUILD/mongodb-src-r2.0.2/SConstruct", line 185:
for shortName in getThirdPartyShortNames():
File "/home/vrusinov/muranorepo/BUILD/mongodb-src-r2.0.2/SConstruct", line 41:
lst.append( x.rpartition( "." )[0] )