[
https://issues.apache.org/jira/browse/MINIFICPP-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181386#comment-17181386
]
Arpad Boda edited comment on MINIFICPP-1336 at 8/20/20, 7:21 PM:
-----------------------------------------------------------------
[~PlatosMoron]; I don't think you managed to properly remove everything.
{code}
patching file uuid.c
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
3 out of 3 hunks ignored -- saving rejects to file uuid.c.rej
patching file uuid_mac.c
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
2 out of 2 hunks ignored -- saving rejects to file uuid_mac.c.rej
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
{code}
This is why the build fails, the given 3rd party is not in a valid state in
your build dir. This is most probably a result of cmake issues, but should be
resolved by deleting and rebuilding the 3rd party.
was (Author: aboda):
[~PlatosMoron]; I don't think you managed to properly remove everything.
```
patching file uuid.c
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
3 out of 3 hunks ignored -- saving rejects to file uuid.c.rej
patching file uuid_mac.c
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
2 out of 2 hunks ignored -- saving rejects to file uuid_mac.c.rej
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
```
This is why the build fails, the given 3rd party is not in a valid state in
your build dir. This is most probably a result of cmake issues, but should be
resolved by deleting and rebuilding the 3rd party.
> 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)