[ovs-dev] xenserver build failures

Ansis Atteka aatteka at nicira.com
Fri Oct 18 01:19:09 UTC 2013


On Thu, Oct 17, 2013 at 3:21 PM, Ben Pfaff <blp at nicira.com> wrote:
> Builds for xenserver are failing now because xenserver doesn't have the
> uuid.py module (it uses a too-old python):
>
>        File "./ovsdb/ovsdb-doc", line 12, in ?
>          import ovs.db.schema
>        File "/usr/src/redhat/BUILD/openvswitch-2.0.90.30095/python/ovs/db/schema.py", line 20, in ?
>          from ovs.db import types
>        File "/usr/src/redhat/BUILD/openvswitch-2.0.90.30095/python/ovs/db/types.py", line 16, in ?
>          import uuid
>      ImportError: No module named uuid
>
> We'll probably have to arrange to use python/compat if the install
> doesn't have its own uuid.py.

I am looking into this.



More information about the dev mailing list