Both seem not to be he case:
1) augeas packages are installed
yum list installed | grep augeas
augeas-devel.x86_64 0.7.0-1.el5 installed
augeas-libs.x86_64 0.7.0-1.el5 installed
2) Im building on CentOS 5.4, EPEL repo enabled
Loaded plugins: fastestmirror, merge-conf, priorities
Loading mirror speeds from cached hostfile
* addons: ftp.funet.fi
* base: ftp.funet.fi
* epel: ftp.funet.fi
* extras: ftp.funet.fi
* updates: ftp.funet.fi
addons
| 951 B 00:00
base
| 2.1 kB 00:00
epel
| 3.4 kB 00:00
extras
| 2.1 kB 00:00
Error msg suggest that augeas package was not installed into appliance VM (I saw yum
downloading bunch a rpm-s during build ) - but who know why...
--
----------------------------------------------
Andres Toomsalu, andres(a)active.ee
On 01.04.2010, at 1:26, Richard W.M. Jones wrote:
On Thu, Apr 01, 2010 at 01:16:29AM +0300, Active Systems OÜ wrote:
> quickcheck fails too (with other reason):
>
> Module Size Used by
> dm_mod 101777 0
> virtio_blk 41417 0
> virtio_net 47297 0
> ata_piix 57029 0
> libata 209745 1 ata_piix
> scsi_mod 197337 1 libata
> i2c_piix4 43597 0
> i2c_core 56129 1 i2c_piix4
> virtio_pci 41545 0
> virtio_ring 37441 1 virtio_pci
> virtio 39365 3 virtio_blk,virtio_net,virtio_pci
> ide_cd 73825 0
> cdrom 68713 1 ide_cd
> uptime: 36.33 2.65
> guestfsd: error while loading shared libraries: libaugeas.so.0: cannot open shared
object file: No such file or directory
Either: you don't have the augeas* packages installed on the host.
Or: earlier in the build (while building the appliance), yum couldn't
find the augeas, augeas-libs and/or augeas-devel packages in the
external repository.
Or: you are building on a host which isn't EPEL 5 (eg. host is Fedora,
trying to build the EPEL RPM, or there is some version mismatch like
host is Fedora 12 trying to build the Fedora 13 RPM).
Rich.
--
Richard Jones, Virtualization Group, Red Hat
http://people.redhat.com/~rjones
libguestfs lets you edit virtual machines. Supports shell scripting,
bindings from many languages.
http://et.redhat.com/~rjones/libguestfs/
See what it can do:
http://et.redhat.com/~rjones/libguestfs/recipes.html