raulcd opened a new issue, #33786:
URL: https://github.com/apache/arrow/issues/33786
### Describe the bug, including details regarding any error messages,
version, and platform.
As pointed during the Release verification for 11.0.0 RC 0 the build failed
on Ubuntu 22.04 with:
```
-- Building xsimd from source
CMake Error at cmake_modules/ThirdpartyToolchain.cmake:2295 (add_library):
add_library cannot create imported target "xsimd" because another target
with the same name already exists.
Call Stack (most recent call first):
CMakeLists.txt:498 (include)
```
Full log shared by @pitrou here:
https://gist.github.com/pitrou/3fdca2460fa71bba731b0706703b70b2
I have been able to reproduce when installing: `$ sudo apt install
libxsimd-dev` on my Ubuntu 22.04.
Mail thread where the issue was raised:
https://lists.apache.org/thread/bxkd8xb90pf83mp17xjv3gms46yzyz2q
### Component(s)
C++, Release
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]