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
This patch #698 causes a building failure on aarch64.
I reverted the changes in common/pom.xml, then the build works. Could you please take a look at this?
[ERROR] uncaught exception during compilation: scala.reflect.internal.Types$TypeError
[ERROR] error: scala.reflect.internal.Types$TypeError: bad symbolic reference. A signature in Logging.class refers to term log4j
[INFO] in package org.apache which is not available.
[INFO] It may be completely missing from the current classpath, or the version on
[INFO] the classpath might be incompatible with the version used when compiling Logging.class.
[ERROR] at scala.reflect.internal.pickling.UnPickler$Scan.toTypeError(UnPickler.scala:847)
[ERROR] at scala.reflect.internal.pickling.UnPickler$Scan$LazyTypeRef.complete(UnPickler.scala:854)
[ERROR] at scala.reflect.internal.pickling.UnPickler$Scan$LazyTypeRef.load(UnPickler.scala:863)
[ERROR] at scala.reflect.internal.Symbols$Symbol.typeParams(Symbols.scala:1489)
[ERROR] at scala.tools.nsc.transform.SpecializeTypes$$anonfun$scala$tools$nsc$transform$SpecializeTypes$$normalizeMember$1.apply(SpecializeTypes.scala:798)
I got similar kind pf problem. In my case, the problem occurred due to JAVA version. Earlier I installed Java 11 and Hibench 7.1.1. After downgrading from Java 11 to Java 8, the problem resolved.
This patch #698 causes a building failure on aarch64.
I reverted the changes in common/pom.xml, then the build works. Could you please take a look at this?
The text was updated successfully, but these errors were encountered: