minixar commented on PR #3751: URL: https://github.com/apache/ambari/pull/3751#issuecomment-2709016091
>  hello i got this error how to fix it Hi! I've the same issue using: rocky linux 9 + java 17 + python3. I was able to work around the issue avoiding the rpm build. mvn -B clean install package -DskipRpm -Drat.skip=true -DskipTests -Dmaven.test.skip=true Then just use the .tar.gz in the target dir. I suggest avoiding the trunk branch. I used the merge [5262967] with rockylinux 8 + java 1.8 + python3 and worked great. Hope this help. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
