Project

General

Profile

Actions

Bug #51029

closed

Ninja build fails when -DWITH_JAEGER=ON

Added by Tomohiro Misono almost 3 years ago. Updated almost 3 years ago.

Status:
Resolved
Priority:
Normal
Category:
build
Target version:
-
% Done:

0%

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

Description

On cent8(x86_64):

$ ./do_cmake.sh -DWITH_JAEGER=ON
$ cd build/
$ ninja
ninja: error: build.ninja:1225: bad $-escape (literal $ must be written as $$)
  COMMAND = cd /workdir/ceph/build/external/thrift && $(MAKE)...
                                                      ^ near here

Removing "-GNinja" from do_cmake.sh solves the problem.

Actions

Also available in: Atom PDF