Hide Forgot
Description of problem: When start virt-v2v the program stops and display error about missing object method. Version-Release number of selected component (if applicable): virt-v2v-0.7.0-1.fc14.x86_64 How reproducible: always Steps to Reproduce: 1. start virt-v2v: # virt-v2v -i libvirtxml -op default -of raw -oa sparse vvvv.xml 2. 3. Actual results: [root@ov01 ~]# virt-v2v -i libvirtxml -op default -of raw -oa sparse vvvv.xml Can't locate object method "copy_storage" via package "Sys::VirtV2V::Connection::LibVirtXMLSource" at /usr/bin/virt-v2v line 401. [root@ov01 ~]# Expected results: normal program operation Additional info: it is somehow related with including of superclass package Sys::VirtV2V::Connection::Source in Sys::VirtV2V::Connection::LibVirtXMLSource. but I have very basic perl knoweledge and I can't tell further.
Eesh, that's a bad one. I guess I haven't tested -i libvirtxml in a while.
Fix posted here: http://www.redhat.com/archives/libguestfs/2011-January/msg00032.html
I've just pushed a new build containing this fix. The BZ should be updated when the build makes it into updates-testing in a day or so.