You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to get bdb working on a newer system and kept running into problems. Cloned this repo to run the test suite and got the following error repeatedly:
/home/xubuntu/dev/bdb/lib/bdb/environment.rb:60:in`block in env': undefined method `set_timeout' for # (NoMethodError) from /home/xubuntu/dev/bdb/lib/bdb/environment.rb:115:in `synchronize'from/home/xubuntu/dev/bdb/lib/bdb/environment.rb:49:in`env' from /home/xubuntu/dev/bdb/lib/bdb/environment.rb:91:in `blockintransaction' from /home/xubuntu/dev/bdb/lib/bdb/environment.rb:120:in `block (2 levels) in synchronize'from:28:in`block in exclusive' from :10:in `synchronize' from :27:in `exclusive'from/home/xubuntu/dev/bdb/lib/bdb/environment.rb:120:in `blockinsynchronize'
...
BDB 5.1.25 on Xubuntu 12.04.
Not sure where to go from here... any idea what's causing this?
The text was updated successfully, but these errors were encountered:
I was trying to get bdb working on a newer system and kept running into problems. Cloned this repo to run the test suite and got the following error repeatedly:
BDB 5.1.25 on Xubuntu 12.04.
Not sure where to go from here... any idea what's causing this?
The text was updated successfully, but these errors were encountered: