Hi,
I successfully linked a code to Catalyst-v5.6.0-Base-Enable-Python-Essentials-Extras-Rendering-Base, but some writers, e.g. XMLHierarchicalBoxDataWriter and XMLUniformGridAMRWriter, are scrubbed away and not available in the catalyst editions. I am trying to build my extended edition, and to include these writers. As a first step I try to rebuild Base as it is. I made a copy of Base as myBase, and run catalyze.py, but it fails while applying patches (see below).
What do I miss here? Any help is highly appreciated.
Thanks,
Ted
[ews00734@Catalyst $] python catalyze.py -r /ascldap/users/tesari/projects/paraview -i Editions/myBase/ -o ~/projects/myBase
Processing Editions/myBase/
patching file ParaViewCore/ClientServerCore/Core/CMakeLists.txt
Hunk #1 FAILED at 34.
Hunk #2 FAILED at 48.
Hunk #3 FAILED at 108.
3 out of 3 hunks FAILED – saving rejects to file ParaViewCore/ClientServerCore/Core/CMakeLists.txt.rej
can’t find file to patch at input line 33
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
|diff --git a/ParaViewCore/ClientServerCore/Core/module.cmake b/ParaViewCore/ClientServerCore/Core/module.cmake
|index f17c4df…f0db074 100644
|— a/ParaViewCore/ClientServerCore/Core/module.cmake
+++ b/ParaViewCore/ClientServerCore/Core/module.cmake |
---|
File to patch: ^CTraceback (most recent call last):
File “catalyze.py”, line 418, in
main()
File “catalyze.py”, line 413, in main
process(config)
File “catalyze.py”, line 344, in process
copy_paths(config, manifest[‘modules’])
File “catalyze.py”, line 214, in copy_paths
run_patches(config, path_entry)
File “catalyze.py”, line 151, in run_patches
p.wait()
File “/ascldap/users/tesari/local/python-2.7.16/lib/python2.7/subprocess.py”, line 1099, in wait
pid, sts = _eintr_retry_call(os.waitpid, self.pid, 0)
File “/ascldap/users/tesari/local/python-2.7.16/lib/python2.7/subprocess.py”, line 125, in _eintr_retry_call
return func(*args)
KeyboardInterrupt