Project

General

Profile

Actions

Bug #13850

closed

master fails to build when liblz4 is present (rocksdb)

Added by Dan Mick over 8 years ago. Updated over 8 years ago.

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

0%

Source:
Development
Tags:
Backport:
Regression:
No
Severity:
1 - critical
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

on rex001:

rocksdb/librocksdb.a(format.o): In function `LZ4_Uncompress':
/home/dmick/ceph/src/rocksdb/./util/compression.h:550: undefined reference to `LZ4_decompress_safe'
/home/dmick/ceph/src/rocksdb/./util/compression.h:550: undefined reference to `LZ4_decompress_safe'
rocksdb/librocksdb.a(block_based_table_builder.o): In function `LZ4HC_Compress':
/home/dmick/ceph/src/rocksdb/./util/compression.h:588: undefined reference to `LZ4_compressBound'
/home/dmick/ceph/src/rocksdb/./util/compression.h:594: undefined reference to `LZ4_compressHC2_limitedOutput'
rocksdb/librocksdb.a(block_based_table_builder.o): In function `LZ4_Compress':
/home/dmick/ceph/src/rocksdb/./util/compression.h:508: undefined reference to `LZ4_compressBound'
/home/dmick/ceph/src/rocksdb/./util/compression.h:512: undefined reference to `LZ4_compress_limitedOutput'

trying to investigate.

Actions

Also available in: Atom PDF