After your next 'svn update' you need to get the latest chandlerdb version
by running in 'chandler':
make chandlerdb - OR -
make
This update introduces a complete rewrite of the persistent list, dict, tuple
and set values which are now implemented via sequence, mapping and set proxies
implemented in C.
Andi..