-
Notifications
You must be signed in to change notification settings - Fork 173
ninja: error: build.ninja:120: bad $-escape (literal $ must be written as $$) #1076
Copy link
Copy link
Closed
Closed
Copy link
Labels
builduser-reportedThis issue was reported by someone outside of the core Dyninst developersThis issue was reported by someone outside of the core Dyninst developers
Description
Intention
make an ebuild for the gentoo oevrlay guru
Describe the bug
-- Configuring done
-- Generating done
CMake Error:
Running
'/usr/bin/ninja' '-C' '/var/tmp/portage/sys-cluster/dyninst-11.0.1/work/dyninst-11.0.1_build' '-t' 'recompact'
failed with:
ninja: error: build.ninja:120: bad $-escape (literal $ must be written as $$)
To Reproduce
cmake -C /var/tmp/portage/sys-cluster/dyninst-11.0.1/work/dyninst-11.0.1_build/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DSTERILE_BUILD=YES -DENABLE_STATIC_LIBS=NO -DADD_VALGRIND_ANNOTATIONS=yes -DBUILD_DOCS=no -DUSE_OpenMP=yes -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/sys-cluster/dyninst-11.0.1/work/dyninst-11.0.1_build/gentoo_toolchain.cmake /var/tmp/portage/sys-cluster/dyninst-11.0.1/work/dyninst-11.0.1
It doesn't happen if I set -DBUILD_RTLIB=NO
Expected behavior
build successfully
System (please complete the following information):
gentoo
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
builduser-reportedThis issue was reported by someone outside of the core Dyninst developersThis issue was reported by someone outside of the core Dyninst developers