If we assume that /tmp exists, and you run MapBuilder and point it to /tmp/test1 it will correctly create the directory and proceed with extraction.
If you point it to /tmp/test1/test2 it will fail with Builder initialization failed: filesystem error: cannot create directory: No such file or directory [/tmp/test1/test2] and an unknown exception for the C API.
If we assume that
/tmp
exists, and you runMapBuilder
and point it to/tmp/test1
it will correctly create the directory and proceed with extraction. If you point it to/tmp/test1/test2
it will fail withBuilder initialization failed: filesystem error: cannot create directory: No such file or directory [/tmp/test1/test2]
and an unknown exception for the C API.I already have a PR for this.