Sorry, I already did it, but had only said so on another thread. Eric
On Thu, 5 Jun 2008, Glynn Foster wrote: > > On 5/06/2008, at 8:21 AM, Stephen Lau wrote: > >> Alan Burlison wrote: >>> Glynn Foster wrote: >>> >>> >>>> Eric - thanks for looking at this. Saw your comments on >>>> #opensolaris. Steve, I know you did the initial install on this, >>>> and dbhash.py was copied separately onto the machine for some >>>> reason or another - can you remember the details? >>>> >>> >>> Looking at the old BE with pkgchk: >>> >>> ERROR: /usr/lib/python2.4/dbhash.py >>> modtime <07/17/06 09:03:50 AM> expected <11/21/06 04:15:16 PM> >>> actual >>> file size <404> expected <414> actual >>> file cksum <33293> expected <34131> actual >>> >>> The diffs between that and the current BE: >>> >>> 5c5 >>> < import bsddb >>> --- >>> >>>> import bsddb3 as bsddb >>> >>> This looks like a bug in python to me - dbhash.py seems to be >>> referring to a package (bsddb) that doesn't exist, so in the old BE >>> it was modified to use bsddb3 instead. However, someone with more >>> python-foo than me should really comment. >>> >>> >> Yeah - I made that change. It was to work around a Python or bsddb >> bug of some kind... I don't recall the specifics though, sorry. :( > > Alan/Eric - would you guys be ok with making that workaround again to > the system installed dbhash.py? > > > Glynn > > _______________________________________________ > website-discuss mailing list > [email protected] > _______________________________________________ website-discuss mailing list [email protected]
