View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0014757 | CMake | CMake | public | 2014-02-16 14:36 | 2015-01-05 08:38 | ||||
Reporter | Kevin Burge | ||||||||
Assigned To | |||||||||
Priority | normal | Severity | feature | Reproducibility | always | ||||
Status | closed | Resolution | duplicate | ||||||
Platform | OS | OS Version | |||||||
Product Version | CMake 2.8.12.1 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0014757: Reduce output of install step | ||||||||
Description | My install installs thousands of files. This means I see thousands of lines of "up to date" messages whenever I change a single file. After switching to Ninja on Linux and Windows (which really reduces the amount of output), this really stands out even more as completely unnecessary. I have patched my CMake to not display any "Up to date" messages. When you build, you don't receive thousands of .cpp.o files being "up to date", so why would the install step be special? I've attached my patch for your review. At the very least, it would be nice if this could be made optional (to see all the up-to-date messages). | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | cmake-2.8.12.1.patch [^] (590 bytes) 2014-02-16 14:36 [Show Content] | ||||||||
Relationships | ||||||
|
Relationships |
Notes | |
(0035121) Brad King (manager) 2014-02-17 08:43 |
One idea is to make this optional based on the VERBOSE environment variable. This idea would be better discussed with a broader audience such as the cmake-developers mailing list: http://www.cmake.org/mailman/listinfo/cmake-developers [^] |
(0035124) Kevin Burge (reporter) 2014-02-17 09:27 |
Brad, would you like me to bring it up on the developers mailing list? I'm not a subscriber currently. Thanks. |
(0035127) Brad King (manager) 2014-02-17 09:39 |
Re 0014757:0035124: Yes, please. |
(0035487) Kevin Burge (reporter) 2014-03-24 13:15 |
Has this request gotten any traction? It seems like it was immediately forgotten on the list. Thanks. |
(0035489) Brad King (manager) 2014-03-24 13:37 |
Re 0014757:0035487: The thread on the list was left expecting you to supply a patch: http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/9425/focus=9428 [^] |
(0035491) Kevin Burge (reporter) 2014-03-24 14:39 |
Thanks Brand, I guess I didn't get that from the two email responses. I already submitted a patch when I opened this issue. I'm not sure what else I should have done. |
(0035492) Brad King (manager) 2014-03-24 15:01 |
Re 0014757:0035491: Readers on the mailing list may not follow links back to see an attachment. Read CONTRIBUTING.rst for the preferred method of submitting patches. Also, since the patch attached at "2014-02-16 14:36" I asked about making the output dependent on VERBOSE. |
(0036206) Brad King (manager) 2014-06-16 15:08 |
Resolving as duplicate of 0013761 since that discussion subsumes this issue. |
(0037566) Robert Maynard (manager) 2015-01-05 08:38 |
Closing resolved issues that have not been updated in more than 4 months. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2014-02-16 14:36 | Kevin Burge | New Issue | |
2014-02-16 14:36 | Kevin Burge | File Added: cmake-2.8.12.1.patch | |
2014-02-17 08:43 | Brad King | Note Added: 0035121 | |
2014-02-17 09:27 | Kevin Burge | Note Added: 0035124 | |
2014-02-17 09:39 | Brad King | Note Added: 0035127 | |
2014-03-24 13:15 | Kevin Burge | Note Added: 0035487 | |
2014-03-24 13:37 | Brad King | Note Added: 0035489 | |
2014-03-24 14:39 | Kevin Burge | Note Added: 0035491 | |
2014-03-24 15:01 | Brad King | Note Added: 0035492 | |
2014-06-16 15:07 | Brad King | Relationship added | duplicate of 0013761 |
2014-06-16 15:08 | Brad King | Note Added: 0036206 | |
2014-06-16 15:08 | Brad King | Status | new => resolved |
2014-06-16 15:08 | Brad King | Resolution | open => duplicate |
2015-01-05 08:38 | Robert Maynard | Note Added: 0037566 | |
2015-01-05 08:38 | Robert Maynard | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |