You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Excellent and thank you for your research into the root cause. It seems some fixes to cmake-utils.eclass may be in order, and these may help kinfocenter and the other problematic packages too.
ninja fails because of
ninja: error: build.ninja:1915: multiple rules generate generated_src/configvalues.h [-w dupbuild=err]
the workaround of setting
NINJAOPTS="-w dupbuild=warn"
throughninja-utils.eclass
fixes the make phase, but not the install.further research shows that
cmake-utils.eclass
does not include NINJAOPTS at the install phase.so, for now
CMAKE_MAKEFILE_GENERATOR=emake
is necessary to build.The text was updated successfully, but these errors were encountered: