Bug #1722
osd_class_dir must reflect autoconf libdir
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:
0%
Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):
Description
These two end up at different values for systems using /usr/lib64:
src/common/config_opts.h:285:OPTION
src/Makefile.am:392:radoslibdir = $(libdir)/rados-classes
Related issues
Associated revisions
config: use autoconf $libdir for default rados class dir
Fixes: #1722
Signed-off-by: Sage Weil <sage@newdream.net>
History
#1 Updated by Anonymous about 12 years ago
See also #1614, which for some reason doesn't let me edit it anymore.
#2 Updated by Sage Weil about 12 years ago
the original commit is 7e5dee907a8218647a88d1c7d3316cc277e1c44b. iirc that approach didn't work because automake wasn't detecting the dependency of config_opts.h on aclocations.h
#3 Updated by Sage Weil almost 12 years ago
- translation missing: en.field_position set to 1
#4 Updated by Sage Weil almost 12 years ago
- translation missing: en.field_position deleted (
11) - translation missing: en.field_position set to 1
#5 Updated by Sage Weil almost 12 years ago
- Status changed from New to Resolved
fixed by 85719b0ed81a38c3bd36c6be411f29181c969cda. duh