[
https://issues.apache.org/jira/browse/MINIFICPP-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marton Szasz updated MINIFICPP-1756:
------------------------------------
Description:
- ossp-uuid doesn't recognize the aarch64-linux-gnu target, pass
--build=aarch64-linux-gnu --target=aarch64-linux-gnu to ./configure
- ossp-uuid think aarch64 is an invalid platform, needs patch or upgrade
- yaml-cpp lib path issue: passthrough CMAKE_INSTALL_LIBDIR
- spdlog lib path issue: make[2]: *** No rule to make target
'thirdparty/spdlog-install/lib/aarch64-linux-gnu/libspdlog.a', needed by
'bin/libcore-minifi.so'. Stop. (found under lib/libspdlog.a without the target
triplet)
- TimeUtilTests.cpp: no "January" on libstdc++10 (this should be a problem on
x86, too)
- StringUtilsTests.cpp:390: narrowing conversions result in -Wnarrowing error
despite no -Werror. Either because of initializer list (shouldn't be an issue
IMO since this is not direct-list-initialization) or compiler bug.
- curl lib path issue: make[2]: *** No rule to make target
'thirdparty/curl-install/lib/aarch64-linux-gnu/libcurl.a', needed by
'bin/libminifi-http-curl.so'. Stop.
was:
- ossp-uuid doesn't recognize the aarch64-linux-gnu target, pass
--build=aarch64-linux-gnu --target=aarch64-linux-gnu to ./configure
- ossp-uuid think aarch64 is an invalid platform, needs patch or upgrade
- yaml-cpp lib path issue: passthrough CMAKE_INSTALL_LIBDIR
- spdlog lib path issue: make[2]: *** No rule to make target
'thirdparty/spdlog-install/lib/aarch64-linux-gnu/libspdlog.a', needed by
'bin/libcore-minifi.so'. Stop. (found under lib/libspdlog.a without the target
triplet)
- TimeUtilTests.cpp: no "January" on libstdc++10 (this should be a problem on
x86, too)
- StringUtilsTests.cpp:390: narrowing conversions result in -Wnarrowing error
despite no -Werror. Either because of initializer list (shouldn't be an issue
IMO since this is not direct-list-initialization) or compiler bug.
- curl lib path issue
> Fix ARM compilation issues
> --------------------------
>
> Key: MINIFICPP-1756
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1756
> Project: Apache NiFi MiNiFi C++
> Issue Type: Bug
> Affects Versions: 0.11.0
> Environment: raspberry pi 3b+ 64 bit (emulated w/ qemu)
> Reporter: Marton Szasz
> Priority: Major
>
> - ossp-uuid doesn't recognize the aarch64-linux-gnu target, pass
> --build=aarch64-linux-gnu --target=aarch64-linux-gnu to ./configure
> - ossp-uuid think aarch64 is an invalid platform, needs patch or upgrade
> - yaml-cpp lib path issue: passthrough CMAKE_INSTALL_LIBDIR
> - spdlog lib path issue: make[2]: *** No rule to make target
> 'thirdparty/spdlog-install/lib/aarch64-linux-gnu/libspdlog.a', needed by
> 'bin/libcore-minifi.so'. Stop. (found under lib/libspdlog.a without the
> target triplet)
> - TimeUtilTests.cpp: no "January" on libstdc++10 (this should be a problem on
> x86, too)
> - StringUtilsTests.cpp:390: narrowing conversions result in -Wnarrowing error
> despite no -Werror. Either because of initializer list (shouldn't be an issue
> IMO since this is not direct-list-initialization) or compiler bug.
> - curl lib path issue: make[2]: *** No rule to make target
> 'thirdparty/curl-install/lib/aarch64-linux-gnu/libcurl.a', needed by
> 'bin/libminifi-http-curl.so'. Stop.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)