FS#18123 - [lvm2] has to depend on device-mapper 2.02.60

Attached to Project: Arch Linux
Opened by Sebastian (sepo) - Tuesday, 02 February 2010, 11:18 GMT
Last edited by Allan McRae (Allan) - Tuesday, 02 February 2010, 11:22 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture All
Severity Critical
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

I already made a bug report about this problem for the lvm2 2.02.60 package in testing ( FS#18029 ).
I don't get why 2.02.60 hits core without this being fixed.

Description:

If i install lvm2 2.02.60 from core i get several errors.

Any lvm command fails with the following error message (e.g. lvs):
"lvs: error while loading shared libraries: libdevmapper-event.so.1.02: cannot open shared object file: No such file or directory"

Bootup fails with the following error message:
"/sbin/lvm: error while loading shared libraries: libdevmapper--event.so.1.02: cannot open shared object file: No such file or directory"

It seems, that the library "/lib/libdevmapper--event.so.1.02" is missing in device-mapper 2.02.53.
So lvm2 2.02.60 should depend on device-mapper 2.02.60 to fix this problem.

Steps to reproduce:

# while device-mapper 2.02.53 is still installed
pacman -Sy lvm2
lvs
lvs: error while loading shared libraries: libdevmapper-event.so.1.02: cannot open shared object file: No such file or directory
This task depends upon

Closed by  Allan McRae (Allan)
Tuesday, 02 February 2010, 11:22 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#18029 

Also, "pacman -Sy pkg" is bad... Do a full system update.

Loading...