When I watch the documentation for clang-formatter, on the top of the Man page, I see the following.
CLANG-FORMAT(1) User Commands CLANG-FORMAT(1)
NAME
clang-format - manual page for clang-format 4.0
DESCRIPTION
ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
OVERVIEW: A tool to format C/C++/Java/JavaScript/Objective-C/Protobuf code.
How do I fix the error I see before the Overview part?
ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
If that makes a difference, I am seeing it when I run man clang-formatter
on Bash on Ubuntu on Windows.
The output of /usr/bin/env doesn't show any LD_PRELOAD variable, so I am not sure why the command would try to load the libfakeroot-sysv.so dynamic library.