Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app-doc/doxygen (1.8.14-r1) fails to build with CMAKE_MAKEFILE_GENERATOR=ninja #190

Open
The-Bishop opened this issue Nov 16, 2018 · 2 comments

Comments

@The-Bishop
Copy link
Contributor

The-Bishop commented Nov 16, 2018

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" through ninja-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.

@InBetweenNames
Copy link
Owner

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.

@InBetweenNames
Copy link
Owner

Merged the PR -- leaving the issue open as I may make a patch to this eclass at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants