Displaying 4 results from an estimated 4 matches for "parthelper".
2012 Apr 10
0
Libvirt-0.9.11 compilation on Centos 5.6
..../autogen.sh --system --with-xen
2. make
While running "make", I am receiving following errors :
-------------------------------------------------------------------------------------------------------------
CC libvirt_iohelper-iohelper.o
CCLD libvirt_iohelper
CC libvirt_parthelper-parthelper.o
CCLD libvirt_parthelper
libvirt_parthelper-parthelper.o: In function `main':
/root/Downloads/libvirt-0.9.11/src/storage/parthelper.c:103: undefined
reference to `ped_device_get'
/root/Downloads/libvirt-0.9.11/src/storage/parthelper.c:117: undefined
reference to `ped_disk_ne...
2010 Aug 09
0
0.8.3 make error
OS: Ubuntu 9.04
Error output:
CC libvirt_parthelper-parthelper.o
CCLD libvirt_parthelper
libvirt_parthelper-parthelper.o: In function `main':
/home/yoyoadm/libvirt-0.8.3/src/storage/parthelper.c:105: undefined reference to `ped_device_get'
/home/yoyoadm/libvirt-0.8.3/src/storage/parthelper.c:119: undefined reference to `ped_disk_new'...
2013 May 14
0
Error while compiling libvirt-1.0.5
Hi all.
I'm trying to compile libvirt-1.0.5 on a Debian 6.0, but I get an error
after "./configure" and then "make".
Info:
...
CCLD libvirt_parthelper
libvirt_parthelper-parthelper.o: In function `main':
/usr/local/src/libvirt-1.0.5/src/storage/parthelper.c:102: undefined
reference to `ped_device_get'
/usr/local/src/libvirt-1.0.5/src/storage/parthelper.c:116: undefined
reference to `ped_disk_new'
/usr/local/src/libvirt-1.0.5/src/stora...
2010 Jul 05
0
Release of libvirt-0.8.2
...ld be VIR_MIGRATE_TUNNELED, (Jim Meyering)
- datatypes: fix comment typo (Eric Blake)
- Fix a typo in docs (Ersek Laszlo)
- docs: hacking: explain why using curly braces well is important (Jim Meyering)
Portability:
- cgroup: Fix compilation broken on MinGW due to dirent->d_type (Ryota Ozaki)
- parthelper: fix compilation without optimization (Eric Blake)
- build: fix some mingw issues (Eric Blake)
- build: avoid pthreads-win32 on mingw (Eric Blake)
- build: fix cygwin build, correctly this time (Eric Blake)
- build: fix up some compiler flags (Eric Blake)
- build: avoid compile failure on linux ker...