Displaying 20 results from an estimated 500 matches similar to: "Ovirt node-imge build error Failed build dependencies......"
2011 Feb 08
0
Ovirt node-imge build error Bad exit status from /var/tmp/rpm-tmp.9bshdl (%build)
Hi
Ovirt node image build problem?
Node image build my system OS Fedora core 14.
I am have a question about installation process of oVirt project.
Install DOC : https://fedorahosted.org/ovirt/wiki/Build
But node-image build error?
[root at Ovirt-T node]# ./autogen.sh
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the
2010 Mar 12
1
missing dependencies in ovirt-build
Hi,
i got this error during build:
make[2]: Entering directory `/home/panter/ovirt/node'
{ test ! -d "ovirt-node-1.0.3" || { find "ovirt-node-1.0.3" -type d !
-perm -200 -exec chmod u+w {} ';' && rm -fr "ovirt-node-1.0.3"; }; }
test -d "ovirt-node-1.0.3" || mkdir "ovirt-node-1.0.3"
(cd gptsync && make
2015 Oct 06
0
Re: [PATCH 1/6] tests: use fake rhsrvany.exe
On Mon, Oct 05, 2015 at 05:05:32PM +0100, Richard W.M. Jones wrote:
> On Mon, Oct 05, 2015 at 06:12:03PM +0300, Roman Kagan wrote:
> > On Mon, Oct 05, 2015 at 02:17:52PM +0100, Richard W.M. Jones wrote:
> > > This doesn't appear in EXTRA_DIST, so it won't be copied to the tarball.
> >
> > Didn't know that. How is the tarball generated, so that I can test
2014 Feb 05
2
Strange regression on FreeBSD buildslave regarding HP-UX scripts
For reasons unrelated to NUT, I upgraded my FreeBSD-x86 buildslave machine from 9.1 to 10.0. This involved rebuilding the whole ports tree, but no other (intentional) changes were made.
Now, I get this error:
(cd scripts && make top_distdir=../nut-2.7.1.5 distdir=../nut-2.7.1.5/scripts \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: don't
2014 Feb 05
2
Strange regression on FreeBSD buildslave regarding HP-UX scripts
For reasons unrelated to NUT, I upgraded my FreeBSD-x86 buildslave machine from 9.1 to 10.0. This involved rebuilding the whole ports tree, but no other (intentional) changes were made.
Now, I get this error:
(cd scripts && make top_distdir=../nut-2.7.1.5 distdir=../nut-2.7.1.5/scripts \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: don't
2014 Feb 12
0
Any HP-UX users left? was Re: Strange regression on FreeBSD buildslave regarding HP-UX scripts
Please see below. I think I know what is going on (it seems to be a make/gmake incompatibility), but to fix it, I need to rewrite some of the HP-UX packaging code, and I need a HP-UX user to help test this. Otherwise, I'm going to just rip it out for now, and add it back in when someone complains.
On Feb 4, 2014, at 10:17 PM, Charles Lepple wrote:
> For reasons unrelated to NUT, I
2015 Oct 05
2
Re: [PATCH 1/6] tests: use fake rhsrvany.exe
On Mon, Oct 05, 2015 at 06:12:03PM +0300, Roman Kagan wrote:
> On Mon, Oct 05, 2015 at 02:17:52PM +0100, Richard W.M. Jones wrote:
> > On Mon, Oct 05, 2015 at 03:40:01PM +0300, Roman Kagan wrote:
> > > -guestsdir="$(cd ../tests/guests && pwd)"
> > > -f="$guestsdir/windows.img"
> > > +abs_top_builddir="$(cd ..; pwd)"
>
2009 Sep 23
2
[PATCH node] Introduces the virtual network administration functions.
Moved the node administration elements to a separate submenu.
Created a new network administration menu.
* users can define a network
* users can create a network
* users can destroy a network
* users can undefine a network
* users can list existing networks, including details
Each new command is also available as a separate command line executable
as well.
Signed-off-by: Darryl L. Pierce
2009 Sep 29
1
Error (IMHO) with --with-doc option
Hi,
I was trying to create complete rpm package for my system, containing
dovecot 1.2.5 intregrated with dovecot-sieve and dovecot-managesieve.
Finally I succeeded and it works great, but I found something that might
be treated as wrong behaviour...
When you run ./configure --with-docs=no, Makefile does not build docs
anymore, but... installs them anyway :) It caused some troubles because
2009 Oct 14
0
[PATCH node] Provides a new storage administration system to the managed node.
Users can now:
* Add a new storage pool.
* Delete a storage pool.
* Start and stop storage pools.
* Add a new storage volume.
* Delete a storage volume.
* List existing storage pools, with details.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
Makefile.am | 31 +++++---
nodeadmin/addpool.py | 182 ++++++++++++++++++++++++++++++++++++++++++++
2009 Oct 28
1
[PATCH] Users can now work with remote libvirt hosts.
The user can:
* select a remote machine
* add a remote machine
* remove a remote machine
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
Makefile.am | 5 ++
nodeadmin/addhost.py | 129 ++++++++++++++++++++++++++++++++++++++++++++
nodeadmin/changehost.py | 58 ++++++++++++++++++++
nodeadmin/configscreen.py | 36 ++++++++++++-
2009 Oct 26
0
[PATCH node] Users can now work with remote libvirt hosts.
The user can:
* select a remote machine
* add a remote machine
* remove a remote machine
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
nodeadmin/addhost.py | 129 ++++++++++++++++++++++++++++++++++++++++++++
nodeadmin/changehost.py | 58 ++++++++++++++++++++
nodeadmin/configscreen.py | 36 ++++++++++++-
nodeadmin/definenet.py | 1 +
2009 Dec 21
2
[PATCH] Fixed errors when the user selects a different remove libvirt host.
Now the app will show the current connection. When the user selects
a different host then any connection exception is caught and the
previous connection restored.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
nodeadmin/changehost.py | 6 ++++--
nodeadmin/configscreen.py | 5 ++++-
nodeadmin/libvirtworker.py | 16 +++++++++++++++-
3 files changed, 23 insertions(+),
2009 Oct 29
1
[PATCH] Enables users to migrate virtual machines between hosts.
Users select a virtual machine on their current libvirt host. They then
select a target machine, which must have been previously configured as a
connection. They confirm the migration and then it runs.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
nodeadmin/addhost.py | 10 ++++-
nodeadmin/libvirtworker.py | 6 +++
nodeadmin/migratedomain.py | 81
2009 Oct 21
1
[PATCH node] Renamed files and menu items for node administration:
define domain -> add virtual machine (addvm)
undefine domain -> remove virtual machine (rmvm)
create domain -> start virtual machine (startvm)
destroy domain -> stop virtual machine (stopvm)
list domains -> list virtual machiens (listvms)
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
Makefile.am | 8 +-
nodeadmin/adddomain.py |
2010 Apr 05
1
RESEND: [PATCH node 1/3] enables ability for a common shared root
---
scripts/ovirt-config-boot | 13 +++++-
scripts/ovirt-config-storage | 111 ++++++++++++++++++++++++------------------
2 files changed, 75 insertions(+), 49 deletions(-)
diff --git a/scripts/ovirt-config-boot b/scripts/ovirt-config-boot
index d545878..8cc127b 100755
--- a/scripts/ovirt-config-boot
+++ b/scripts/ovirt-config-boot
@@ -29,6 +29,12 @@ ovirt_boot_setup() {
local disk2
2010 Apr 01
2
[PATCH node 1/3] Enables ability to have a common shared root
---
scripts/ovirt-config-boot | 13 +++++++-
scripts/ovirt-config-storage | 73 +++++++++++++++++++++++++----------------
2 files changed, 56 insertions(+), 30 deletions(-)
diff --git a/scripts/ovirt-config-boot b/scripts/ovirt-config-boot
index d545878..8cc127b 100755
--- a/scripts/ovirt-config-boot
+++ b/scripts/ovirt-config-boot
@@ -29,6 +29,12 @@ ovirt_boot_setup() {
local disk2
2010 Feb 23
1
More complete patch...
This patch supercedes the previous one by moving the functionality for
relocating files into the make system.
2006 Apr 11
0
[LLVMdev] make dist?
Hi Tanya,
The first thing you need to understand is that there are multiple make
targets to support this feature. I'll briefly describe each here so you
have an overview and then delve into the details later.
* distdir - builds the distribution directory from which the
distribution will be packaged
* dist - builds each of the distribution tarballs (tar.gz,
2009 Nov 04
1
[PATCH node] add ability to select separate disks for Root and HostVG in o-c-storage
This adds the ability to select 2 different disks for root and HostVG. ovirt_init kernel arg still works as intended but does not support multiple arguments, this will be added in next
---
scripts/ovirt-config-storage | 150 ++++++++++++++++++++++++++----------------
1 files changed, 94 insertions(+), 56 deletions(-)
diff --git a/scripts/ovirt-config-storage b/scripts/ovirt-config-storage
index