CMake installs three bash completion scripts to the system and they call to _init_completion, which doesn't seems to exists. I am not sure if this is a upstream bug or a Gentoo bash-completion bug, but I am posting here in the hopes that we can fix it. Reproducible: Always Steps to Reproduce: 1. install bash completion 2. install cmake 3. type cmake 4. hit <tab> Actual Results: A message is displayed: bash: _init_completion: command not found Expected Results: cmake' bash completion script to work Removing the offending line seems to at least make it not crash.
Which version of bash-completion do you have?
(In reply to Michael Palimaka (kensington) from comment #1) > Which version of bash-completion do you have?