Compile error : #3066
Closed
aestechno
started this conversation in
Node operators
Compile error :
#3066
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Trying to compile ;
Linux lightning 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
atp is up to date
with :
git clone https://github.com/ACINQ/eclair
cd eclair
./mvnw package
Here my result :
warning: 4 deprecations (since 2.12.0) warning: 1 deprecation (since 2.12.5) warning: 2 deprecations (since 2.12.9) warning: 2 deprecations (since 2.13) warning: 7 deprecations (since 2.13.0) warning: 1 deprecation (since 2.13.4) warning: 17 deprecations in total; re-run with -deprecation for details warning: 2 feature warnings; re-run with -feature for details 8 warnings [INFO] Compiler bridge installed [INFO] compiling 244 Scala sources to /home/hugues/eclair/eclair-core/target/classes ... [ERROR] '21' is not a valid choice for '-release' [ERROR] bad option: '-release:21' [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for eclair_2.13 0.13.0-SNAPSHOT: [INFO] [INFO] eclair_2.13 ........................................ SUCCESS [ 22.941 s] [INFO] eclair-core_2.13 ................................... FAILURE [01:02 min] [INFO] eclair-front ....................................... SKIPPED [INFO] eclair-node ........................................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:25 min [INFO] Finished at: 2025-04-19T12:14:58Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal net.alchim31.maven:scala-maven-plugin:4.8.1:compile (scalac) on project eclair-core_2.13: Execution scalac of goal net.alchim31.maven:scala-maven-plugin:4.8.1:compile failed: org.apache.commons.exec.ExecuteException: Process exited with an error: 255 (Exit value: 255) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :eclair-core_2.13
anyone is able to find the issue ?
Beta Was this translation helpful? Give feedback.
All reactions