Ivan Serdyuk created NIFI-8129:
----------------------------------
Summary: os.detected.arch: unknown; unknown os.arch: riscv
Key: NIFI-8129
URL: https://issues.apache.org/jira/browse/NIFI-8129
Project: Apache NiFi
Issue Type: Bug
Components: Tools and Build
Affects Versions: 1.9.0
Environment: $ javac -version && java -version
javac 11.0.8
openjdk version "11.0.8" 2020-07-14
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.8+10-202007292333)
Eclipse OpenJ9 VM AdoptOpenJDK (build master-dc7cbe4bd, JRE 11 Linux
riscv-64-Bit Compressed References 20200729_78 (JIT disabled, AOT disabled)
OpenJ9 - dc7cbe4bd
OMR - 1c0299f20
JCL - 94b9d6d2c6 based on jdk-11.0.8+10)
$ uname -a
Linux test-gdams-debian10-riscv64-1.adoptopenjdk.net
5.0.0-rc1-56210-g0a657e0d72f0 #1 SMP Fri May 15 18:05:26 EDT 2020 riscv64
GNU/Linux
$ cat /proc/cpuinfo
processor : 0
hart : 1
isa : rv64imafdc
mmu : sv39
uarch : sifive,rocket0
processor : 1
hart : 2
isa : rv64imafdc
mmu : sv39
uarch : sifive,rocket0
processor : 2
hart : 3
isa : rv64imafdc
mmu : sv39
uarch : sifive,rocket0
processor : 3
hart : 4
isa : rv64imafdc
mmu : sv39
uarch : sifive,rocket0
Reporter: Ivan Serdyuk
NiFi is not compiling, with OpenJDK 11.
I am using SiFive's 64bit board.
??$ mvn -T 2.0C clean install??
??[INFO] Scanning for projects...??
??[WARNING] ??
??[WARNING] Some problems were encountered while building the effective model
for org.apache.nifi:nifi-graph-processors:jar:1.13.0-SNAPSHOT??
??[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
be unique: org.apache.nifi:nifi-record-serialization-service-api:jar -> version
(?) vs 1.13.0-SNAPSHOT @ line 98, column 21??
??[WARNING] ??
??[WARNING] It is highly recommended to fix these problems because they
threaten the stability of your build.??
??[WARNING] ??
??[WARNING] For this reason, future Maven versions might no longer support
building such malformed projects.??
??[WARNING] ??
??[INFO] Inspecting build with total of 499 modules...??
??[INFO] Installing Nexus Staging features:??
??[INFO] ... total of 499 executions of maven-deploy-plugin replaced with
nexus-staging-maven-plugin??
??[INFO]
------------------------------------------------------------------------??
??[INFO] Detecting the operating system and CPU architecture??
??[INFO]
------------------------------------------------------------------------??
??[INFO] os.detected.name: linux??
??[INFO] os.detected.arch: unknown??
??[INFO] os.detected.version: 5.0??
??[INFO] os.detected.version.major: 5??
??[INFO] os.detected.version.minor: 0??
??[ERROR] unknown os.arch: riscv -> [Help 1]??
--
This message was sent by Atlassian Jira
(v8.3.4#803005)