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

SETUPTOOLS_ARG_EXTRA not cleared on 2nd invocation of cmake #314

Closed
tkruse opened this issue Jan 16, 2013 · 0 comments
Closed

SETUPTOOLS_ARG_EXTRA not cleared on 2nd invocation of cmake #314

tkruse opened this issue Jan 16, 2013 · 0 comments
Assignees

Comments

@tkruse
Copy link
Member

tkruse commented Jan 16, 2013

To reproduce, in any new catkin buildspace:

$ cmake ../src
$ cat CMakeCache.txt | grep SETUP
SETUPTOOLS_ARG_EXTRA:STRING=--install-layout=deb
SETUPTOOLS_DEB_LAYOUT:BOOL=ON
$ cmake .. -DSETUPTOOLS_DEB_LAYOUT=OFF
$ cat CMakeCache.txt | grep SETUP
SETUPTOOLS_ARG_EXTRA:STRING=--install-layout=deb
SETUPTOOLS_DEB_LAYOUT:BOOL=OFF

I believe the second time, SETUPTOOLS_ARG_EXTRA should be empty.

This caused these failures on Gentoo systems:
https://code.ros.org/lurker/message/20120426.205157.3adfcbe1.en.html
http://answers.ros.org/question/52021/installing-groovy-from-source-fails

Though I have no idea why distutils in python2.7 on gentoo does not provide a --install-layout option.

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