failure to build arrow with conan
Separated from discussion in !548 (closed)
ERROR: arrow/10.0.0: Error in the validate() method, line 354
assert "auto" not in str(self.options.get_safe(option)), f"Option '{option}' contains 'auto' value, which is not allowed. Generally, the final value should be True/False"
AssertionError: Option 'with_re2' contains 'auto' value, which is not allowed. Generally, the final value should be True/False
The solution suggested by @mreininghaus is to change to
arrow:with_re2=True
in the conanfile