Comment 3 for bug 677378

Revision history for this message
James Page (james-page) wrote :

After applying the fix in bug 580237 to resolve another vbox bug I can confirm that I see the same issue on maverick.

The signature of the deploy function in /usr/lib/python2.6/dist-packages/VMBuilder/plugins/virtualbox/vm.py is

    def deploy(self):

I think that vm-builder is expecting:

    def deploy(self, destdir):

(taken from kvm plugin code).