[ 
https://issues.apache.org/jira/browse/MINIFICPP-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17493549#comment-17493549
 ] 

Marton Szasz commented on MINIFICPP-1756:
-----------------------------------------

https://github.com/szaszm/nifi-minifi-cpp/commit/4a0cc372b5a74626d1d024e6f3e872cd2dc0c809

> 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: Minor
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> - ossp-uuid doesn't recognize the aarch64-linux-gnu target, pass 
> --build=aarch64-linux-gnu --target=aarch64-linux-gnu to ./configure
> - ossp-uuid thinks 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.
> - civetweb lib path
> - rocksdb lib path
> - probably all other ExternalProject libs. GNUInstallDirs 
> CMAKE_INSTALL_LIBDIR references seem to include the architecture triplet 
> after lib/, but the builds don't



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to