[node-devel] Error when building the ovirt-node ISO image

kmestery kmestery at cisco.com
Mon Nov 14 02:17:30 UTC 2011


On Nov 11, 2011, at 4:23 PM, Mike Burns wrote:

> On Fri, 2011-11-11 at 10:14 -0600, kmestery wrote:
>> After getting past my RPM errors, I am now failing to build ovirt-node. I have followed the wiki instructions, copied the VDSM RPMs down, but it is failing as below:
>> 
>> [kmestery at fedora-build recipe]$ make ovirt-node-image.iso
>> ( \
>>    echo "PRODUCT='"oVirt Node Hypervisor"'" ;\
>>    echo "PRODUCT_SHORT='"oVirt Node Hypervisor"'" ;\
>>    echo "PACKAGE=ovirt-node-image" ;\
>>    echo "VERSION=2.1" ;\
>>    echo "RELEASE=0.fc16" ;\
>> ) > version.ks
>> node-creator ovirt-node-image.ks
>> Error creating Live CD : Failed to find package 'vdsm-cli' : No package(s) available to install
>> [kmestery at fedora-build recipe]$ git pull
>> Already up-to-date.
>> [kmestery at fedora-build recipe]$ 
>> 
>> My RPMS directory does indeed contain vdsm-cli:
>> 
>> [kmestery at fedora-build RPMS]$ ls -R ~/rpmbuild/RPMS
>> /home/kmestery/rpmbuild/RPMS:
>> noarch  repodata  x86_64
>> 
>> /home/kmestery/rpmbuild/RPMS/noarch:
>> ovirt-node-2.1-0.fc16.kmestery1320980168.noarch.rpm
>> ovirt-node-tools-2.1-0.fc16.kmestery1320980168.noarch.rpm
>> 
>> /home/kmestery/rpmbuild/RPMS/repodata:
>> 184ab20b6d27021cfbd0db0df047af15b5e06022d6897c6d4c3663d9c3289392-filelists.sqlite.gz
>> 1e196e4f6bd1d0cb2365df191de8c458b7e47de371b889379616fef381a16ca5-other.xml.gz
>> 5d9559beefedda4d4ae1cd5d3592e9b0156265dfda09fa5e7846ab5351e988bb-primary.sqlite.gz
>> 6d5679b4076c46b7b5d136058d66fe23b254505a78ea4cd3335d26bbfefa8b2b-filelists.xml.gz
>> a621e113ac015ae69cd15710a4810224e68eb518d3bb167c406a46acf6f828ce-other.sqlite.gz
>> e100ad7336d1b7eeb16932d6a2fd66ac22bd5a49646896e581a7b9e3b42126d1-primary.xml.gz
>> repomd.xml
>> 
>> /home/kmestery/rpmbuild/RPMS/x86_64:
>> vdsm-4.9.0-0.200.g2fc4e63.fc16.x86_64.rpm
>> vdsm-bootstrap-4.9.0-0.200.g2fc4e63.fc16.noarch.rpm
>> vdsm-cli-4.9.0-0.200.g2fc4e63.fc16.noarch.rpm
>> vdsm-debug-plugin-4.9.0-0.200.g2fc4e63.fc16.noarch.rpm
>> vdsm-debuginfo-4.9.0-0.200.g2fc4e63.fc16.x86_64.rpm
>> vdsm-hook-faqemu-4.9.0-0.200.g2fc4e63.fc16.noarch.rpm
>> vdsm-hook-vhostmd-4.9.0-0.200.g2fc4e63.fc16.noarch.rpm
>> vdsm-reg-4.9.0-0.200.g2fc4e63.fc16.noarch.rpm
>> [kmestery at fedora-build RPMS]$ 
>> 
>> Any ideas?
>> 
>> Thanks!
>> Kyle
>> _______________________________________________
>> node-devel mailing list
>> node-devel at ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/node-devel
> 
> 
> Did you run:
> 
> createrepo /home/kmestery/rpmbuild/RPMS
> export OVIRT_LOCAL_REPO=file:///home/kmestery/rpmbuild/RPMS
> 
> then
> 
> make ovirt-node-image.iso
> 
> Mike
> 

D'oh! That was the problem, thanks Mike! I had gotten interrupted halfway on this build, switched shells, and lost that variable being set. Thanks for the pointer!

Kyle


More information about the node-devel mailing list