Re: [yocto] Missing _bsddb.so from python build

2015-07-23 Thread Maxwell Bottiger
I figured this out in the end. By default it looks like Fido, and at least the releases from Dizzy on build Berkeley db version 6. Python 2.7 needs db version 5 in order to build all of the components for python-bsddb. If you build using db version 6, there aren't any warning messages that get

[yocto] Missing _bsddb.so from python build

2015-07-22 Thread Maxwell Bottiger
Hi, I'm trying to build python in yocto, and I'm hung up on a missing library. I've built python-bsddb, and I see all of the .py and .pyc libraries, but I don't have _bsddb.so in lib-dynload. I see the python-2.7-mainfest.inc either installs it or expects to install it, but I can't get anything