On Thu, 7 Dec 2006, Satish Balay wrote:

> I'll sugest using a different machine for install.

Can you try the following change to python/BuildSystem/RDict.py - and
then run configure with the option '--useThreads=0' - and see if it
works?

Satish
------------------------------------------------

diff -r e6686438867b90e62e969d5f96189924d4bd27f2 RDict.py                       
                                    
--- a/RDict.py  Thu Dec 07 09:09:11 2006 -0600                                  
                                    
+++ b/RDict.py  Thu Dec 07 09:09:36 2006 -0600                                  
                                    
@@ -624,6 +624,7 @@ Arg class, which wraps the usual value.'
   def save(self, force = 0):                                                   
                                    
     '''Save the dictionary after 5 seconds, ignoring all subsequent calls 
until the save                           
        - Giving force = True will cause an immediate save'''                   
                                    
+    return 0                                                                   
                                    
     if force:                                                                  
                                    
       self.saveTimer = None                                                    
                                    
       # This should be a critical section                                      
                                    



Reply via email to