You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR] Failed to execute goal com.gitlab.haynes:libsass-maven-plugin:0.2.29:compile (default) on project eyas-web: Execution default of goal com.gitlab.haynes:libsass-maven-plugin:0.2.29:compile failed: An API incompatibility was encountered while executing com.gitlab.haynes:libsass-maven-plugin:0.2.29:compile: java.lang.UnsatisfiedLinkError: /private/var/folders/0m/w52yvpkn4lngbwfb8slbf_m80000gn/T/libjsass-15775954432582127499/libjsass.dylib: dlopen(/private/var/folders/0m/w52yvpkn4lngbwfb8slbf_m80000gn/T/libjsass-15775954432582127499/libjsass.dylib, 0x0001): tried: '/private/var/folders/0m/w52yvpkn4lngbwfb8slbf_m80000gn/T/libjsass-15775954432582127499/libjsass.dylib' (mach-o file, but is an incompatible architecture (have (x86_64), need (arm64e)))
We have tried various versions of maven and libsass going back to 0.2.26, always same error.
[ERROR] Failed to execute goal com.gitlab.haynes:libsass-maven-plugin:0.2.29:compile (default) on project eyas-web: Execution default of goal com.gitlab.haynes:libsass-maven-plugin:0.2.29:compile failed: An API incompatibility was encountered while executing com.gitlab.haynes:libsass-maven-plugin:0.2.29:compile: java.lang.UnsatisfiedLinkError: /private/var/folders/0m/w52yvpkn4lngbwfb8slbf_m80000gn/T/libjsass-15775954432582127499/libjsass.dylib: dlopen(/private/var/folders/0m/w52yvpkn4lngbwfb8slbf_m80000gn/T/libjsass-15775954432582127499/libjsass.dylib, 0x0001): tried: '/private/var/folders/0m/w52yvpkn4lngbwfb8slbf_m80000gn/T/libjsass-15775954432582127499/libjsass.dylib' (mach-o file, but is an incompatible architecture (have (x86_64), need (arm64e)))
We have tried various versions of maven and libsass going back to 0.2.26, always same error.
% mvn --version
Apache Maven 3.8.7 (b89d5959fcde851dcb1c8946a785a163f14e1e29)
Maven home: /opt/apache-maven-3.8.7
Java version: 11.0.10, vendor: Azul Systems, Inc., runtime: /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
Default locale: en_GB, platform encoding: UTF-8
OS name: "mac os x", version: "12.5.1", arch: "aarch64", family: "mac"
Tried with both Oracle java and with Azul java.
Always same problem. Works fine on windows.
The text was updated successfully, but these errors were encountered: