[libvirt] libvirt build errors

Osier Yang jyang at redhat.com
Wed Feb 8 09:56:32 UTC 2012


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




More information about the libvir-list mailing list