Unexpected stderr/stdout on load initial cache file in output
See original GitHub issueBrief Issue Summary
I try to load a project which use init cache files on configuration.
settings.json:
cmake.configureArgs": [ -C...cmake]
The configuration works but the cms-client provides a unexpected stderr/stdout.
[cms-client] Unexpected stderr/stdout data from CMake Server process: loading inital cache file .....cmake
Expected:
No unexpected warning
Platform and Versions
- Operating System:Windows 10
- CMake Version: 3.10.0
- VSCode Version: 1.21.1
- CMake Tools Extension Version: 0.11-beta5
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Unexpected output from redirection - bash - Stack Overflow
The specific condition that triggers the bug seems to be when stderr is not a terminal. When I tried redirecting stderr to another...
Read more >How to redirect stderr to stdout then pipe (apt-cache)
Confirmed it's using stderr . Something to do with ordering of redirects? $ apt-cache show contractor |cat 2>&1. Nope
Read more >10+ practical examples to learn python subprocess module
A replacement program to execute. stdin, stdout, stderr, These specify the executed program's standard input, standard output, and standard ...
Read more >Bash Reference Manual - GNU.org
This chapter briefly summarizes the shell's 'building blocks': commands, control structures, shell functions, shell parameters, shell expansions ...
Read more >Docker Compose release notes | Docker Documentation
Pull Request compose#10030; Distinguished stdout and stderr in up logs. ... Fixed compose#9208; Load project from files when explicitly set by user.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
With CMake 3.11, I also get these warnings using default settings (
cmake.configureArgs
is not set).The messages seem to be produced by the sub-build executed by
FetchContent_Populate
.Is there a solution to this ? I saw this but haven’t had the time to try it OUTPUT_STRIP_TRAILING_WHITESPACE https://stackoverflow.com/questions/13037230/how-do-i-initialize-a-cmake-variable-with-the-result-of-a-shell-command