Re: [CMake] hang in FindDoxygen.cmake on ppc64le

2017-06-30 Thread Serban Maerean
I cannot see the hang anymore, most probably a network issue. Pls ignore. Serban Maerean HPC Tools T/L: 293-9770, Tel.: 845-433-9770 E-mail: ser...@us.ibm.com From: Alex Turbov To: Serban Maerean Cc: cmake@cmake.org Date: 06/29/2017 06:37 AM Subject:Re: [CMake] hang in

Re: [CMake] hang in FindDoxygen.cmake on ppc64le

2017-06-29 Thread Alex Turbov
> Linux does not understand '(' in name of files and directories; e.g. actually it does. (and Bash != Linux). Anyway, just like a space symbol, you can quote argument w/ braces: $ mkdir -p '/tmp/Just Test (it)' and everything will be fine. As for the code mentioned, all paths are quoted here, so

Re: [CMake] hang in FindDoxygen.cmake on ppc64le

2017-06-29 Thread Craig Scott
Hi Serban. Can you open a bug report for this and also record which version of CMake you are using? You can submit a bug here: https://gitlab.kitware.com/cmake/cmake/issues On Tue, Jun 27, 2017 at 2:05 AM, Serban Maerean wrote: > Hi, > > I get a hang in the "file" command in FindDoxygen.cmake,

[CMake] hang in FindDoxygen.cmake on ppc64le

2017-06-26 Thread Serban Maerean
Hi, I get a hang in the "file" command in FindDoxygen.cmake, on ppc64le: 103 set(_x86 "(x86)") 104 file(GLOB _Doxygen_GRAPHVIZ_BIN_DIRS 105 "$ENV{ProgramFiles}/Graphviz*/bin" 106 "$ENV{ProgramFiles${_x86}}/Graphviz*/bin" 107 ) 108 unset(_x86) Linux does not understand '(' in name of files