Project

General

Profile

Actions

Bug #14830

closed

rocksdb extects to be passed build environment

Added by Bjørnar Ness about 8 years ago. Updated about 7 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
common
Target version:
-
% Done:

0%

Source:
other
Tags:
rocksdb
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

build environment passed to ceph configure is not propagated
to the rocksdb build, and cross compiles fails.

when running the rocksdb "make PORTABLE=1 static_lib" rocksdb
Makefile runs build_tools/build_detect_platform and then writes
build environment to make_config.mk, which is then loaded and
its environment used for the build process.

A quick-fix is to pass relevant build environment from ceph to
rocksdb: "CXX=... FOO=... make PORTABLE=1"

Actions #1

Updated by Sage Weil about 7 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF