cdk / nwo-openscience-2024

Repository to track the progress of the NWO Open Grant accepted for the CDK in 2023.
https://www.nwo.nl/en/projects/osf232097
0 stars 0 forks source link

Failure to compile of CDK on Apple Silicon M1 #25

Open Maddocent opened 6 months ago

Maddocent commented 6 months ago

Output after

git clone https://github.com/cdk/cdk
cd cdk
mvn clean install
INFO] cdk-ctab ........................................... FAILURE [ 13.048 s]

Java Version:

java --version 
java 18.0.2.1 2022-08-18
Java(TM) SE Runtime Environment (build 18.0.2.1+1-1)
Java HotSpot(TM) 64-Bit Server VM (build 18.0.2.1+1-1, mixed mode, sharing)

System info

system_profiler SPSoftwareDataType SPHardwareDataType

Software:
      System Version: macOS 13.4.1 (22F82)
      Kernel Version: Darwin 22.5.0

Hardware:
      Model Name: MacBook Pro
      Chip: Apple M1
      Total Number of Cores: 8 (4 performance and 4 efficiency)
      Memory: 16 GB
egonw commented 5 months ago

INFO] cdk-ctab ........................................... FAILURE [ 13.048 s]

@Maddocent, can you attach the full log output? I particularly like to see the specific test that fails. Since I do not have a Mac, I cannot easily check.