Issues with latest Buildbot on ubuntu

I installed the latest build bot ubuntu deb, and now I’m getting this error when trying to run my code:

    imp.load_dynamic(module, pathname)
ImportError: libcvaux.so.1: cannot open shared object file: No such file or directory

a quick ls /usr/lib | grep libcvaux

shows me this:

libcvaux.so.4
libcvaux.so.4.0.0

If I create a link to so.4 as libcvaux.so.1, the error goes away, and gives me an error about a different missing library that also has a *.so.4 version, but it’s looking for *.so.1.

What am I missing?

The stable 1.7.0 deb runs fine for me, but I was hoping to check out the new level editor stuff.

The problem is probably that you tried to install the karmic deb on lucid.

I could be, I just grabbed it from the build bot page, and it doesn’t appear to specify release.

Regardless the i386 Ubuntu build seems to be unavailable at the moment.

Just a note, there’s a lucid buildbot now.