Bug 132348 - checkinstall: wrong path for installwatch.so on 64 bit platforms
Summary: checkinstall: wrong path for installwatch.so on 64 bit platforms
Status: VERIFIED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Development (show other bugs)
Version: Final
Hardware: x86-64 SuSE Linux 10.0
: P5 - None : Normal
Target Milestone: ---
Assignee: Philipp Thomas
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-04 17:05 UTC by Klaus Möller
Modified: 2005-11-17 13:24 UTC (History)
0 users

See Also:
Found By: Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Klaus Möller 2005-11-04 17:05:36 UTC
The checkinstall package wants to use the the installwatch shared library 
/usr/lib/installwatch.so instead of the included 
/usr/lib64/installwatch.so

Operation of checkinstall is impossible, no files from "make install" are
included in the final RPM, unless the LIBDIR variable is set to point to
/usr/lib64/ inside /usr/bin/installwatch

Sampe error message from checkinstall:
 /usr/bin/install -c -m 644 ./flow-log2rrd.1 /srv/stow/flow-tools/man/man1/flow-log2rrd.1
ERROR: ld.so: object '/usr/lib/installwatch.so' from LD_PRELOAD cannot be preloaded: ignored.
Comment 1 Philipp Thomas 2005-11-07 13:28:10 UTC
OK, bug found. The script /usr/sbin/installwatch has LIBDIR hardcoded to
$PREFIX/lib. I fixed this to use $PREFIX/lib64 is that exists. So for future distributions this will be fixed. I also think this warrants an update for 10.0, but this is up to project management to decide.

Andreas, do you approve the update?
Comment 3 Andreas Jaeger 2005-11-07 15:23:47 UTC
Approved,   	 Maintenance-Tracker-2756
Comment 4 Michael Schröder 2005-11-16 13:20:59 UTC
If this is 10.0 only, why are all the other distributions in the patchinfo file?
Comment 5 Philipp Thomas 2005-11-16 17:03:17 UTC
Because maintainer was partially blind? I've now reduced it to 10.0.
Comment 6 Anja Stock 2005-11-17 13:24:54 UTC
released