[cmake-developers] [CMake 0013288]: ccmake screen cluttered by stray text when using the -C option

Mantis Bug Tracker mantis at public.kitware.com
Fri Jun 8 19:28:28 EDT 2012


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=13288 
====================================================================== 
Reported By:                zub
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13288
Category:                   CCMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2012-06-08 19:28 EDT
Last Modified:              2012-06-08 19:28 EDT
====================================================================== 
Summary:                    ccmake screen cluttered by stray text when using the
-C option
Description: 
When -C option (initial cache file) is used with ccmake the screen is cluttered
by a stray text ("loading initial cache file"). See attached screenshot.

Looks like a stray printf breaking the otherwise curses-managed screen.

The stray message is annoying and it can obscure important fields.


Steps to Reproduce: 
1. create an initial cmake cache file (empty file is ok)
2. create a hello world cmake project
3. run: ccmake . -Cyour-initial-cache-file
4. press 'c' to run the configure step
5. observe the stray text (pressing 'c' again causes another occurrence of the
text, always at the current position of the cursor)

Or just use the attached testcase (unpack, execute ./run.sh).

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-06-08 19:28 zub            New Issue                                    
2012-06-08 19:28 zub            File Added: ccmake-initial-cache-bug.png        
           
======================================================================




More information about the cmake-developers mailing list