A-little-bit-of-data commented on issue #10102: URL: https://github.com/apache/incubator-gluten/issues/10102#issuecomment-3102077933
> > [@PHILO-HE](https://github.com/PHILO-HE) I would like to ask how to handle this message and display the corresponding version in the log. According to your suggestion, I added the configuration and tested it again, and the effect is still very good. Thank you. > > [@A-little-bit-of-data](https://github.com/A-little-bit-of-data), great to see it works. I have proposed a patch to fix the missing build information. Could you help verify it on your side? [#10243](https://github.com/apache/incubator-gluten/pull/10243) @PHILO-HE No problem, but I need an arm architecture image now to compile a package that can be used under the arm architecture. Is there an available image? I have tried `vcpkg-centos-8, centos-8-jdk11, and 1.4-vcpkg-centos-8.` None of them work. The errors reported at the end of the compilation are ``` [460/647] Building CXX object velox/buffer/CMakeFiles/velox.dir/__/functions/prestosql/aggregates/MinByAggregate.cpp.o In file included from /incubator-gluten/ep/build-velox/build/velox_ep/_build/release/_deps/xsimd-src/include/xsimd/xsimd.hpp:55, from /incubator-gluten/ep/build-velox/build/velox_ep/./velox/common/base/SimdUtil.h:24, from /incubator-gluten/ep/build-velox/build/velox_ep/./velox/common/memory/RawVector.h:21, from /incubator-gluten/ep/build-velox/build/velox_ep/./velox/common/memory/Scratch.h:19, from /incubator-gluten/ep/build-velox/build/velox_ep/./velox/common/memory/ByteStream.h:18, from /incubator-gluten/ep/build-velox/build/velox_ep/./velox/common/memory/HashStringAllocator.h:20, from /incubator-gluten/ep/build-velox/build/velox_ep/./velox/functions/lib/aggregates/Compare.h:19, from /incubator-gluten/ep/build-velox/build/velox_ep/./velox/functions/prestosql/aggregates/MinMaxByAggregateBase.h:18, from /incubator-gluten/ep/build-velox/build/velox_ep/velox/functions/prestosql/aggregates/MinByAggregate.cpp:19: /incubator-gluten/ep/build-velox/build/velox_ep/_build/release/_deps/xsimd-src/include/xsimd/arch/xsimd_scalar.hpp: In function ‘std::pair<float, float> xsimd::sincos(float)’: /incubator-gluten/ep/build-velox/build/velox_ep/_build/release/_deps/xsimd-src/include/xsimd/arch/xsimd_scalar.hpp:981:54: note: parameter passing for argument of type std::pair<float, float>’ when C++17 is enabled changed to match C++14 in GCC 10.1 981 | inline std::pair<float, float> sincos(float val) noexcept | ^~~~~~~~ /incubator-gluten/ep/build-velox/build/velox_ep/_build/release/_deps/xsimd-src/include/xsimd/arch/xsimd_scalar.hpp: In function ‘std::pair<double, double> xsimd::sincos(double)’: /incubator-gluten/ep/build-velox/build/velox_ep/_build/release/_deps/xsimd-src/include/xsimd/arch/xsimd_scalar.hpp:988:57: note: parameter passing for argument of type std::pair<double, double>’ when C++17 is enabled changed to match C++14 in GCC 10.1 988 | inline std::pair<double, double> sincos(double val) noexcept | ^~~~~~~~ ninja: build stopped: subcommand failed. make[1]: *** [Makefile:105: build] Error 1 make[1]: Leaving directory '/incubator-gluten/ep/build-velox/build/velox_ep' make: *** [Makefile:112: release] Error 2 ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
