Bug 426385 - build error - openvz_driver.c
Summary: build error - openvz_driver.c
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: libvirt
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Daniel Veillard
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-12-20 17:22 UTC by Mikhail A Pokidko
Modified: 2007-12-26 06:07 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-12-26 06:07:48 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
patch to fix broken build stage and to fix libvirtd-virsh behaviour (3.22 KB, patch)
2007-12-20 17:22 UTC, Mikhail A Pokidko
no flags Details | Diff

Description Mikhail A Pokidko 2007-12-20 17:22:04 UTC
Description of problem:

I`ve got the error on the following stage:
 gcc -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib
-I../include -I../include -I../qemud -I/usr/include/libxml2
-DBINDIR=\"/usr/lib\" -DSBINDIR=\"/usr/sbin\" -DSYSCONF_DIR=\"/etc\"
-DLOCALEBASEDIR=\"/usr/share/locale\" -DLOCAL_STATE_DIR=\"/var/lib\"
-DGETTEXT_PACKAGE=\"libvirt\" -Wall -Wformat -Wformat-security
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes
-Winline -Wredundant-decls -Wno-sign-compare -Wp,-D_FORTIFY_SOURCE=2
-fexceptions -fasynchronous-unwind-tables -DWITH_OPENVZ -DWITH_QEMU
-DWITH_TEST -DWITH_REMOTE -DWITH_XEN -pipe -Wall -O2 -march=i686
-mtune=i686 -c openvz_driver.c  -fPIC -DPIC -o
.libs/libvirt_la-openvz_driver.o
openvz_driver.c:562: error: conflicting types for 'openvzOpen'
openvz_driver.c:76: error: previous declaration of 'openvzOpen' was here
openvz_driver.c:716: warning: initialization from incompatible pointer type
openvz_driver.c:773: warning: initialization from incompatible pointer type


Version-Release number of selected component (if applicable): 0.4.0


Additional info:

%configure --with-init-script=redhat
--with-qemud-pid-file=/var/run/libvirt_qemud.pid \
            --with-remote-file=/var/run/libvirtd.pid \
            --with-xen-proxy=yes --with-openvz --prefix=%prefix


Also there are errors that prevents to enter virsh -c openvz:///system

I`ve applied complex patch to solve both ^^^^

Comment 1 Mikhail A Pokidko 2007-12-20 17:22:04 UTC
Created attachment 290172 [details]
patch to fix broken build stage and to fix libvirtd-virsh behaviour

Comment 2 Daniel Veillard 2007-12-26 06:07:48 UTC
Patch applied in CVS upstream,

  thanks a lot !

Daniel


Note You need to log in before you can comment on or make changes to this bug.