Darryl Pierce
2008-Nov-14 22:49 UTC
[Ovirt-devel] Fwd: Re: [PATCH node-image] Add logic for allowing SSH keys to be included during livecd iso creation time
On Friday 14 November 2008 5:31:02 pm Perry Myers wrote: <snip> During the build I got the following error and the build quit: /usr/local/dev/ovirt/test/appliance mkdir -p scripts cp -a create-ovirt-appliance create-ovirt-network create-ovirt-nodes \ get-ovirt-appliance ovirt-appliance-functions scripts ln -snf /usr/local/dev/ovirt/.ovirt-cache/ovirt-appliance-tmp tmp sudo su -c "export PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/mcpierce/bin:/home/mcpierce/bin:/home/mcpierce/bin:/sbin:/usr/sbin && \ appliance-creator --config ovirt-appliance.ks \ --name ovirt-appliance -f qcow2 -p tar -d -v \ --tmpdir='/usr/local/dev/ovirt/.ovirt-cache/ovirt-appliance-tmp' \ --cache='/usr/local/dev/ovirt/.ovirt-cache/yum' \ --vmem=768 \ -i scripts" included file 'scripts' does not exist make[1]: *** [ovirt-appliance-0.96-x86_64.tar] Error 2 make[1]: Leaving directory `/usr/local/dev/ovirt/test/appliance' make: *** [publish] Error 1 -- Darryl L. Pierce, Sr. Software Engineer Red Hat, Inc. - http://www.redhat.com/ oVirt - Virtual Machine Management - http://www.ovirt.org/ "What do you care what other people think, Mr. Feynman?" -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part. URL: <http://listman.redhat.com/archives/ovirt-devel/attachments/20081114/cac0f279/attachment.sig>
Perry Myers
2008-Nov-17 18:07 UTC
[Ovirt-devel] Fwd: Re: [PATCH node-image] Add logic for allowing SSH keys to be included during livecd iso creation time
Darryl Pierce wrote:> On Friday 14 November 2008 5:31:02 pm Perry Myers wrote: > <snip> > > During the build I got the following error and the build quit: > > /usr/local/dev/ovirt/test/appliance > mkdir -p scripts > cp -a create-ovirt-appliance create-ovirt-network create-ovirt-nodes \ > get-ovirt-appliance ovirt-appliance-functions scripts > ln -snf /usr/local/dev/ovirt/.ovirt-cache/ovirt-appliance-tmp tmp > sudo su -c "export > PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/mcpierce/bin:/home/mcpierce/bin:/home/mcpierce/bin:/sbin:/usr/sbin > && \ > appliance-creator --config ovirt-appliance.ks \ > --name ovirt-appliance -f qcow2 -p tar -d -v \ > --tmpdir='/usr/local/dev/ovirt/.ovirt-cache/ovirt-appliance-tmp' \ > --cache='/usr/local/dev/ovirt/.ovirt-cache/yum' \ > --vmem=768 \ > -i scripts" > included file 'scripts' does not exist > make[1]: *** [ovirt-appliance-0.96-x86_64.tar] Error 2 > make[1]: Leaving directory `/usr/local/dev/ovirt/test/appliance' > make: *** [publish] Error 1You need an updated version of appliance-tools that is in the ovirt.org repository. Since the RPM no longer builds the appliance, putting this Requires dependency in the spec no longer makes sense, but it's difficult to ensure that the right version of the tools are installed otherwise. What I suggest is that ovirt-build RPM has Requires for all components that are necessary to build the oVirt code. I've sent a patch for the ovirt-release repository to do this. Please review and ack :) Perry