Update to v5.6.0 rc1
Merge request reports
Activity
@ben.boeckel One last thing to resolve:
hera
is failing withC:\bbd\6c27b535\build>ninja [2/4] Performing build step for 'paraview' FAILED: superbuild/paraview/stamp/paraview-build cmd.exe /C "cd /D C:\bbd\6c27b535\build\superbuild\paraview\build && "C:/support/cmake/3.11.2/bin/ctest.exe" --launch --target-name TARGET_NAME --build-dir C:\bbd\6c27b535\build\superbuild --output C:\bbd\6c27b535\build\superbuild\paraview\stamp\paraview-build -- C:\support\cmake\3.11.2\bin\cmake.exe -P C:/bbd/6c27b535/build/superbuild/sb-paraview-build.cmake && "C:/support/cmake/3.11.2/bin/ctest.exe" --launch --target-name TARGET_NAME --build-dir C:\bbd\6c27b535\build\superbuild --output C:\bbd\6c27b535\build\superbuild\paraview\stamp\paraview-build -- C:\support\cmake\3.11.2\bin\cmake.exe -E touch C:/bbd/6c27b535/build/superbuild/paraview/stamp/paraview-build" [1/102] Generating moc_ParaViewMainWindow.cpp ninja: fatal: CreateProcess: The parameter is incorrect. CMake Error at C:/bbd/6c27b535/build/superbuild/sb-paraview-build.cmake:47 (message): Failed with exit code 1 ninja: build stopped: subcommand failed.
However, master builds were building fine before this branch point. See, e.g., https://open.cdash.org/viewFiles.php?buildid=5528916 so I'm not sure what is going on.
More specifically:
[94/102] Linking CXX shared library bin\plugins\NonOrthogonalSource\NonOrthogonalSource.dll Creating library lib\NonOrthogonalSource.lib and object lib\NonOrthogonalSource.exp ninja: fatal: CreateProcess: The parameter is incorrect.iles\paraview.dir\Icon.rc.res
This is odd because that source isn't new.
Usually it is some
.rc
file compilation that causes this error. See cmake/cmake#16171. If it isn't, we probably need to just use response files in someadd_custom_command
oradd_custom_target
.I guess the difference between the succeeding master superbuilds and failing RC1 builds is the location of the ParaView source. Maybe we could work around the issue by changing that directory?
I tried creating the resource file for the icon manually after stripping out all the
-I
options. It appeared to succeed, but I got the same error runningninja
afterwards.