[libvirt] libvirt build errors

2012-02-08 Thread Chandrashekhar Jamadarkhani (cjamadar)
Hi,

 

While doing make, I got below errors.  Got same build errors for
libvirt-0.9.8 and libvirt-0.9.9. Appreciate your help on this.

 

  CC libvirt_driver_nwfilter_la-nwfilter_driver.lo

  CC libvirt_driver_nwfilter_la-nwfilter_gentech_driver.lo

  CC libvirt_driver_nwfilter_la-nwfilter_ebiptables_driver.lo

  CC libvirt_driver_nwfilter_la-nwfilter_learnipaddr.lo

In file included from
/usr/cisco/packages/libpcap/libpcap-1.0.0/include/pcap.h:45,

 from nwfilter/nwfilter_learnipaddr.c:29:

/usr/cisco/packages/libpcap/libpcap-1.0.0/include/pcap/pcap.h:339:
warning: redundant redeclaration of 'bpf_filter' [-Wredundant-decls]

/usr/cisco/packages/libpcap/libpcap-1.0.0/include/pcap/bpf.h:919:
warning: previous declaration of 'bpf_filter' was here

/usr/cisco/packages/libpcap/libpcap-1.0.0/include/pcap/pcap.h:340:
warning: redundant redeclaration of 'bpf_validate' [-Wredundant-decls]

/usr/cisco/packages/libpcap/libpcap-1.0.0/include/pcap/bpf.h:918:
warning: previous declaration of 'bpf_validate' was here

  CCLD   libvirt_driver_nwfilter.la

libtool: link: require no space between `-L' and
`/usr/cisco/packages/libpcap/libpcap-1.0.0/lib'

make[3]: *** [libvirt_driver_nwfilter.la] Error 1

make[3]: Leaving directory `/nobackup/vsm/libvirt-0.9.8/src'

make[2]: *** [all] Error 2

make[2]: Leaving directory `/nobackup/vsm/libvirt-0.9.8/src'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory `/nobackup/vsm/libvirt-0.9.8'

make: *** [all] Error 2

[root@blr-vxr-009 libvirt-0.9.8]#

 

Thanks,

Chandrashekhar

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] libvirt build errors

2012-02-08 Thread Chandrashekhar Jamadarkhani (cjamadar)
I have followed the below steps:

./configure
make
make install

I'm not sure how /usr/cisco/packages/libpcap/libpcap-1.0.0/bin/pcap-config 
--cflags --libs is invoked with libvirt make.


Thanks,
Chandrashekhar

-Original Message-
From: Osier Yang [mailto:jy...@redhat.com] 
Sent: Wednesday, February 08, 2012 3:27 PM
To: Chandrashekhar Jamadarkhani (cjamadar)
Cc: libvir-list@redhat.com
Subject: Re: [libvirt] libvirt build errors

On 2012年02月08日 17:38, Chandrashekhar Jamadarkhani (cjamadar) wrote:
 Hi,

 While doing make, I got below errors. Got same build errors for
 libvirt-0.9.8 and libvirt-0.9.9. Appreciate your help on this.

 CC libvirt_driver_nwfilter_la-nwfilter_driver.lo

 CC libvirt_driver_nwfilter_la-nwfilter_gentech_driver.lo

 CC libvirt_driver_nwfilter_la-nwfilter_ebiptables_driver.lo

 CC libvirt_driver_nwfilter_la-nwfilter_learnipaddr.lo

 In file included from
 /usr/cisco/packages/libpcap/libpcap-1.0.0/include/pcap.h:45,

 from nwfilter/nwfilter_learnipaddr.c:29:

 /usr/cisco/packages/libpcap/libpcap-1.0.0/include/pcap/pcap.h:339:
 warning: redundant redeclaration of 'bpf_filter' [-Wredundant-decls]

 /usr/cisco/packages/libpcap/libpcap-1.0.0/include/pcap/bpf.h:919:
 warning: previous declaration of 'bpf_filter' was here

 /usr/cisco/packages/libpcap/libpcap-1.0.0/include/pcap/pcap.h:340:
 warning: redundant redeclaration of 'bpf_validate' [-Wredundant-decls]

 /usr/cisco/packages/libpcap/libpcap-1.0.0/include/pcap/bpf.h:918:
 warning: previous declaration of 'bpf_validate' was here

 CCLD libvirt_driver_nwfilter.la

 libtool: link: require no space between `-L' and
 `/usr/cisco/packages/libpcap/libpcap-1.0.0/lib'

Looks like the libtool version you use doesn't allow an empty
-L.

How did you configure?  with
--with-libpcap=/usr/cisco/packages/libpcap/libpcap-1.0.0/?

And perhaps the empty -L is produced by:

/usr/cisco/packages/libpcap/libpcap-1.0.0/bin/pcap-config --cflags --libs

Osier

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] libvirt build errors

2012-02-08 Thread Chandrashekhar Jamadarkhani (cjamadar)
And also I have tried installing libvirt using yum install but still I could 
see libvirt module not found while running virt-manager tool.

# yum install virt-manager libvirt libvirt-python libvirt-python python-virtinst

[root@blr-vxr-005 vsm]# virt-manager 
Traceback (most recent call last):
  File /usr/share/virt-manager/virt-manager.py, line 26, in module
import libvirt
ImportError: No module named libvirt
[root@blr-vxr-005 vsm]#

[root@blr-vxr-005 vsm]# yum install libvirt
Setting up Install Process
Package libvirt-0.6.3-33.el5.x86_64 already installed and latest version
Package libvirt-0.6.3-33.el5.i386 already installed and latest version
Nothing to do
[root@blr-vxr-005 vsm]#

Thanks,
Chandrashekhar

-Original Message-
From: Chandrashekhar Jamadarkhani (cjamadar) 
Sent: Wednesday, February 08, 2012 3:33 PM
To: 'Osier Yang'
Cc: libvir-list@redhat.com
Subject: RE: [libvirt] libvirt build errors

I have followed the below steps:

./configure
make
make install

I'm not sure how /usr/cisco/packages/libpcap/libpcap-1.0.0/bin/pcap-config 
--cflags --libs is invoked with libvirt make.


Thanks,
Chandrashekhar

-Original Message-
From: Osier Yang [mailto:jy...@redhat.com] 
Sent: Wednesday, February 08, 2012 3:27 PM
To: Chandrashekhar Jamadarkhani (cjamadar)
Cc: libvir-list@redhat.com
Subject: Re: [libvirt] libvirt build errors

On 2012年02月08日 17:38, Chandrashekhar Jamadarkhani (cjamadar) wrote:
 Hi,

 While doing make, I got below errors. Got same build errors for
 libvirt-0.9.8 and libvirt-0.9.9. Appreciate your help on this.

 CC libvirt_driver_nwfilter_la-nwfilter_driver.lo

 CC libvirt_driver_nwfilter_la-nwfilter_gentech_driver.lo

 CC libvirt_driver_nwfilter_la-nwfilter_ebiptables_driver.lo

 CC libvirt_driver_nwfilter_la-nwfilter_learnipaddr.lo

 In file included from
 /usr/cisco/packages/libpcap/libpcap-1.0.0/include/pcap.h:45,

 from nwfilter/nwfilter_learnipaddr.c:29:

 /usr/cisco/packages/libpcap/libpcap-1.0.0/include/pcap/pcap.h:339:
 warning: redundant redeclaration of 'bpf_filter' [-Wredundant-decls]

 /usr/cisco/packages/libpcap/libpcap-1.0.0/include/pcap/bpf.h:919:
 warning: previous declaration of 'bpf_filter' was here

 /usr/cisco/packages/libpcap/libpcap-1.0.0/include/pcap/pcap.h:340:
 warning: redundant redeclaration of 'bpf_validate' [-Wredundant-decls]

 /usr/cisco/packages/libpcap/libpcap-1.0.0/include/pcap/bpf.h:918:
 warning: previous declaration of 'bpf_validate' was here

 CCLD libvirt_driver_nwfilter.la

 libtool: link: require no space between `-L' and
 `/usr/cisco/packages/libpcap/libpcap-1.0.0/lib'

Looks like the libtool version you use doesn't allow an empty
-L.

How did you configure?  with
--with-libpcap=/usr/cisco/packages/libpcap/libpcap-1.0.0/?

And perhaps the empty -L is produced by:

/usr/cisco/packages/libpcap/libpcap-1.0.0/bin/pcap-config --cflags --libs

Osier

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] libvirt support on QNX

2011-12-14 Thread Chandrashekhar Jamadarkhani (cjamadar)
Config.h file is missing in qnx. What is the path to config.h in linux ?

Build Error (pasted here for one file only)
src/util/iptables.c:22:20: error: config.h: No such file or directory

Thanks,
Chandrashekhar


-Original Message-
From: Chandrashekhar Jamadarkhani (cjamadar) 
Sent: Wednesday, December 14, 2011 3:24 PM
To: 'Daniel P. Berrange'
Subject: RE: libvirt support on QNX


Thanks Daniel ! We are using Jamfile instead of Makefile in our build 
environment. Let me check how can I build the same in our build environment.

Thanks,
Chandarshekhar

-Original Message-
From: Daniel P. Berrange [mailto:berra...@redhat.com] 
Sent: Wednesday, December 14, 2011 2:56 PM
To: Chandrashekhar Jamadarkhani (cjamadar)
Subject: Re: libvirt support on QNX

On Wed, Dec 14, 2011 at 02:50:31PM +0530, Chandrashekhar Jamadarkhani 
(cjamadar) wrote:
 Thanks Daniel.  I should port only src/rpc to QNX or anything else I need to 
 port to QNX ?

You basically want to build with

./configure \
--enable-compile-warnings=error \
--without-xen \
--without-qemu \
--without-openvz \
--without-lxc \
--without-vbox \
--without-xenapi \
--without-esx \
--without-uml \
--without-sasl \
--without-avahi \
--without-polkit \
--without-python \
--without-libvirtd \
--without-phyp \
--without-hyperv \
--without-netcf \
--without-audit \
--without-dtrace

And then fix whatever fails to build (if anything).

This should only be stuff in

  src/util
  src/conf
  src/rpc
  src/remote

Regards,
Daniel
-- 
|: http://berrange.com  -o-http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org  -o- http://virt-manager.org :|
|: http://autobuild.org   -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org   -o-   http://live.gnome.org/gtk-vnc :|

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


[libvirt] libvirt support on freeBSD

2011-12-13 Thread Chandrashekhar Jamadarkhani (cjamadar)
Hi,

Whether libvirt is ported to FreeBSD, if yes where can I find libvirt
source code for FreeBSD ?
Appreciate your help.

Thanks,
Chandrashekhar

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] libvirt support on freeBSD

2011-12-13 Thread Chandrashekhar Jamadarkhani (cjamadar)
Thanks Eric. I am looking for only source code not prebuilt bins.
GNUtls library is mandatory for building libvirt on any OS ? OR can we
use any other library that supports TLS and SSL? 

Thanks,
Chandrashekhar

-Original Message-
From: Eric Blake [mailto:ebl...@redhat.com] 
Sent: Tuesday, December 13, 2011 11:46 PM
To: Chandrashekhar Jamadarkhani (cjamadar)
Cc: libvir-list@redhat.com
Subject: Re: [libvirt] libvirt support on freeBSD

On 12/13/2011 11:06 AM, Chandrashekhar Jamadarkhani (cjamadar) wrote:
 Hi,
 
 Whether libvirt is ported to FreeBSD,

Yes, libvirt has been built on FreeBSD for several releases now, at
least based on the testing done on the release candidates and fixed in
time for the final releases.  For example:
https://www.redhat.com/archives/libvir-list/2011-December/msg00010.html

 if yes where can I find libvirt
 source code for FreeBSD ?

Source code is the same for all OS.  http://libvirt.org/downloads.html

Or were you asking for pre-built binaries?  That, I don't know.

-- 
Eric Blake   ebl...@redhat.com+1-919-301-3266
Libvirt virtualization library http://libvirt.org


--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] libvirt support on QNX

2011-12-13 Thread Chandrashekhar Jamadarkhani (cjamadar)
 
In which dir the source code for libvirt RPC client driver located to
port it to QNX ? Is it in libvirt-0.9.8/src/remote ?
 
Thanks,
Chandrashekhar
 
Hi Daniel,
 
Thanks Daniel for the info.
I was talking only about porting libvirt RPC client driver to QNX for
starting/monitoring VMs running on remote RHEL based host. Let me try
porting the libvirt RPC client driver to QNX.
 
Thanks,
Chandrashekhar
 
-Original Message-
From: Daniel P. Berrange [mailto:berrange redhat com] 
Sent: Wednesday, November 16, 2011 4:07 PM
To: Chandrashekhar Jamadarkhani (cjamadar)
Cc: libvir-list redhat com
Subject: Re: [libvirt] libvirt support on QNX
 
On Wed, Nov 16, 2011 at 03:32:19PM +0530, Chandrashekhar Jamadarkhani
(cjamadar) wrote:
 Hi,
 
  
 
 I'm planning to use libvirt  in a remote machine which is running on
QNX
 RTOS. Whether libvirt is ported to QNX, if not any problems in porting
 libvirt lib to QNX ?
 
AFAIK, no one has ever said they've tried libvirt on QNX. I presume you
are talking about the libvirt RPC client driver only, or are you
planning
to create some kind of hypervisor driver too ?
 
The libvirt RPC client driver is probably the most portable bit of our
code, only depending on a good sockets layer implementation  GNUTLS.
So if you pass flags to configure to disable all drivers, except for the
remote driver, you should be able to build it without undue trouble.
 
Regards,
Daniel

 

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] libvirt support on QNX

2011-11-16 Thread Chandrashekhar Jamadarkhani (cjamadar)
Hi,

 

I'm planning to use libvirt  in a remote machine which is running on QNX
RTOS. Whether libvirt is ported to QNX, if not any problems in porting
libvirt lib to QNX ?

Appreciate your help on this.

 

Thanks,

Chandrashekhar

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] libvirt support on QNX

2011-11-16 Thread Chandrashekhar Jamadarkhani (cjamadar)
Hi Daniel,

Thanks Daniel for the info.
I was talking only about porting libvirt RPC client driver to qnx for 
starting/monitoring VMs running on remote RHEL based host. Let me try porting 
the libvirt RPC client driver to QNX.

Thanks,
Chandrashekhar

-Original Message-
From: Daniel P. Berrange [mailto:berra...@redhat.com] 
Sent: Wednesday, November 16, 2011 4:07 PM
To: Chandrashekhar Jamadarkhani (cjamadar)
Cc: libvir-list@redhat.com
Subject: Re: [libvirt] libvirt support on QNX

On Wed, Nov 16, 2011 at 03:32:19PM +0530, Chandrashekhar Jamadarkhani 
(cjamadar) wrote:
 Hi,
 
  
 
 I'm planning to use libvirt  in a remote machine which is running on QNX
 RTOS. Whether libvirt is ported to QNX, if not any problems in porting
 libvirt lib to QNX ?

AFAIK, no one has ever said they've tried libvirt on QNX. I presume you
are talking about the libvirt RPC client driver only, or are you planning
to create some kind of hypervisor driver too ?

The libvirt RPC client driver is probably the most portable bit of our
code, only depending on a good sockets layer implementation  GNUTLS.
So if you pass flags to configure to disable all drivers, except for the
remote driver, you should be able to build it without undue trouble.

Regards,
Daniel
-- 
|: http://berrange.com  -o-http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org  -o- http://virt-manager.org :|
|: http://autobuild.org   -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org   -o-   http://live.gnome.org/gtk-vnc :|

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list