[
https://issues.apache.org/jira/browse/MINIFICPP-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181402#comment-17181402
]
Arpad Boda edited comment on MINIFICPP-1336 at 8/20/20, 7:40 PM:
-----------------------------------------------------------------
[~PlatosMoron]: you are right, but the failure is related to the same component:
{code}
CMakeFiles/ossp-uuid-external.dir/build.make:101: recipe for target
'ossp-uuid-external-prefix/src/ossp-uuid-external-stamp/ossp-uuid-external-patch'
failed
CMakeFiles/Makefile2:136: recipe for target
'CMakeFiles/ossp-uuid-external.dir/all' failed
{code}
Which is really strange as a patch step should have nothing to do with the
architecture and minifi properly builds on U18 and Debian 10.
Can you specify the cmake version you have on your system?
was (Author: aboda):
[~PlatosMoron]: you are right, but the failure is related to the same component:
{code}
CMakeFiles/ossp-uuid-external.dir/build.make:101: recipe for target
'ossp-uuid-external-prefix/src/ossp-uuid-external-stamp/ossp-uuid-external-patch'
failed
CMakeFiles/Makefile2:136: recipe for target
'CMakeFiles/ossp-uuid-external.dir/all' failed
{code}
Which is really strange as a patch step should have nothing to do with the
architecture.
Can you specify the cmake version you have on your system?
> Unable to build minifi 0.7.0 on ARM 64 bit architecture
> -------------------------------------------------------
>
> Key: MINIFICPP-1336
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1336
> Project: Apache NiFi MiNiFi C++
> Issue Type: Bug
> Affects Versions: 0.7.0
> Reporter: Advith Nagappa
> Priority: Major
> Attachments: cmake.txt, debug.txt, debug01.txt, make_debug.txt
>
>
> {code:java}
> DISTRIB_ID=Ubuntu
> DISTRIB_RELEASE=18.04
> DISTRIB_CODENAME=bionic
> DISTRIB_DESCRIPTION="Ubuntu 18.04.5 LTS"
> {code}
> {code:java}
> Architecture: aarch64 Byte Order: Little Endian CPU(s): 4 On-line CPU(s)
> list: 0-3 Thread(s) per core: 1 Core(s) per socket: 4 Socket(s): 1 NUMA
> node(s): 1 Vendor ID: ARM Model: 3 Model name: Cortex-A72 Stepping: r0p3
> BogoMIPS: 166.66 L1d cache: 32K L1i cache: 48K L2 cache: 2048K NUMA node0
> CPU(s): 0-3 Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
> {code}
>
> {code:java}
> ****************************************
> Select MiNiFi C++ Features to toggle.
> ****************************************
> A. Persistent Repositories .....Disabled
> B. Lib Curl Features ...........Enabled
> C. Lib Archive Features ........Enabled
> D. Execute Script support ......Enabled
> E. Expression Language support .Enabled
> F. Kafka support ...............Disabled
> G. PCAP support ................Disabled
> H. USB Camera support ..........Disabled
> I. GPS support .................Disabled
> J. TensorFlow Support ..........Disabled
> K. Bustache Support ............Disabled
> L. MQTT Support ................Disabled
> M. SQLite Support ..............Disabled
> N. Python Support ..............Disabled
> O. COAP Support ................Enabled
> S. SFTP Support ................Disabled
> V. AWS Support .................Disabled
> T. OpenCV Support ..............Disabled
> U. OPC-UA Support...............Disabled
> ****************************************
> Build Options.
> ****************************************
> 1. Disable Tests ...............Disabled
> 2. Enable all extensions
> 3. Enable JNI Support ..........Disabled
> 4. Use Shared Dependency Links .Enabled
> 5. Build Profile ...............RelWithDebInfo Debug MinSizeRel Release
> P. Continue with these options
> Q. Quit
> * Extension cannot be installed due to
> version of cmake or other software
> {code}
> I have attached the output of `make -j8` in debug.txt
> I also disabled tests and ran `make -j8`, the output of which is in
> debug01.txt
--
This message was sent by Atlassian Jira
(v8.3.4#803005)