Bug 224580 - Error in post install script
Summary: Error in post install script
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: lvm2-cluster
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Alasdair Kergon
QA Contact: Corey Marthaler
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-01-26 15:23 UTC by Phil Knirsch
Modified: 2015-03-05 01:18 UTC (History)
7 users (show)

Fixed In Version: lvm2-2.02.12-2.fc7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-01-26 16:09:31 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Phil Knirsch 2007-01-26 15:23:00 UTC
During an automated install/deinstall check the following error has happened:

ERROR: Output running post install script for package
lvm2-cluster-0:2.02.11-4.fc7.i386
/usr/lib/liblvm2clusterlock.so does not exist, did you do a "make install" ?

Please make sure that /usr/lib/liblvm2clusterlock.so is installed and packaged
with lvm2-cluser or provided by one of the other lvm2 packages.

Comment 1 Alasdair Kergon 2007-01-26 15:49:54 UTC
I'm confused why your report relates to an old package: the current devel
version is 2.02.20-1 and the package you mention was superceded in October.

liblvm2clusterlock.so is an old file no longer supplied.

We need to see if this is still a problem in the current package, and if it is,
remove that check and error message.


Comment 2 Alasdair Kergon 2007-01-26 16:09:31 UTC
At first sight the current package looks fine:

-        if [ ! -f "$LOCKINGLIBDIR/$LOCKINGLIB" ]
+        if [ -n "$LOCKINGLIB" ] && [ ! -f "$LOCKINGLIBDIR/$LOCKINGLIB" ]

should avoid that message appearing.

Comment 3 Karsten Hopp 2007-01-26 16:14:02 UTC
I think the old package was checked because download.fedora.redhat.com and its
mirrors have two lvm2-cluster packages, lvm2-cluster-2.02.11-4.fc7 and 2.02.19-2
This bug has been fixed in the meantime if you didn't get another report for the
newer package

Comment 4 Alasdair Kergon 2007-01-26 16:59:14 UTC
Aha!  2.02.11-4.fc7 was the last version of lvm2-cluster built independently,
before it was merged into the lvm2.spec file.

More fallout from this?  Does something further need updating in one of the
systems somewhere to stop the lvm2-cluster package from being distributed?



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