Project

General

Profile

Actions

Bug #51308

open

Can't find lua.hpp if both RADOS and CEPHFS are disabled

Added by Michael Jones almost 3 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
build
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

This line in src/CMakeLists.txt is insufficent:

  1. RGW also support Lua scripting
    if(WITH_CEPHFS OR WITH_RADOSGW)
    find_package(Lua 5.3 REQUIRED)
    endif()
  1. rados object classes
    add_subdirectory(cls)

the cls subdirectory will try to compile cls/lua/cls_lua.cc on non-windows platforms, but will fail because the Lua package was not located.

No data to display

Actions

Also available in: Atom PDF