[
https://issues.apache.org/jira/browse/MINIFICPP-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Advith Nagappa updated MINIFICPP-1336:
--------------------------------------
Description:
{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
was:
{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}
When I run make:
it just gets stuck at this step. No progress after this:
{code:java}
Scanning dependencies of target minifi-http-curl
[ 37%] Building CXX object
extensions/http-curl/CMakeFiles/minifi-http-curl.dir/protocols/AgentPrinter.cpp.o
[ 37%] Building CXX object
extensions/http-curl/CMakeFiles/minifi-http-curl.dir/protocols/RESTSender.cpp.o
[ 38%] Building CXX object
extensions/http-curl/CMakeFiles/minifi-http-curl.dir/protocols/RESTReceiver.cpp.o
[ 38%] Building CXX object
extensions/http-curl/CMakeFiles/minifi-http-curl.dir/client/HTTPClient.cpp.o
[ 38%] Building CXX object
extensions/http-curl/CMakeFiles/minifi-http-curl.dir/HTTPCurlLoader.cpp.o
[ 38%] Building CXX object
extensions/http-curl/CMakeFiles/minifi-http-curl.dir/processors/InvokeHTTP.cpp.o
[ 38%] Building CXX object
extensions/http-curl/CMakeFiles/minifi-http-curl.dir/client/HTTPStream.cpp.o
[ 38%] Building CXX object
extensions/http-curl/CMakeFiles/minifi-http-curl.dir/sitetosite/HTTPProtocol.cpp.o
[ 38%] Linking CXX static library libminifi-http-curl.a
[ 38%] Built target minifi-http-curl
Scanning dependencies of target minifi-coap
[ 39%] Building CXX object
extensions/coap/CMakeFiles/minifi-coap.dir/server/CoapServer.cpp.o
[ 39%] Building CXX object
extensions/coap/CMakeFiles/minifi-coap.dir/protocols/CoapC2Protocol.cpp.o
[ 39%] Building CXX object
extensions/coap/CMakeFiles/minifi-coap.dir/COAPLoader.cpp.o
[ 39%] Building CXX object
extensions/coap/CMakeFiles/minifi-coap.dir/controllerservice/CoapConnector.cpp.o
[ 39%] Linking CXX static library libminifi-coap.a
[ 39%] Built target minifi-coap
{code}
> 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: 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
--
This message was sent by Atlassian Jira
(v8.3.4#803005)