merrily01 commented on PR #1435: URL: https://github.com/apache/auron/pull/1435#issuecomment-3424542229
> @merrily01 me Errors during compilation after merging the code are shown in the figure. <img alt="截屏2025-10-21 00 24 06" width="1506" height="537" src="https://private-user-images.githubusercontent.com/58287738/503294618-e18bd9c2-0107-43c8-b1ee-dd1dde9b193a.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjEwMTc2MTIsIm5iZiI6MTc2MTAxNzMxMiwicGF0aCI6Ii81ODI4NzczOC81MDMyOTQ2MTgtZTE4YmQ5YzItMDEwNy00M2M4LWIxZWUtZGQxZGRlOWIxOTNhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTEwMjElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUxMDIxVDAzMjgzMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY4NGJiMjgyMDdmNzhjZTIzZWM4YWEyNTEwOGQ2NTU5MzA5Yzc4MjYxMmFkMTA0MTc3YTU0MTQ0YTI2MjE3NGYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ZC2bKlxhjNf-MR5abOdlkC7HAIqRqrfaHJ2u-8xY2Ro"> > > The built file information is > > [auron-build-info.properties.txt](https://github.com/user-attachments/files/23005101/auron-build-info.properties.txt) > > The build command is: ./auron-build.sh --pre --sparkver 3.5 --scalaver 2.12 -DskipBuildNative -Djansi.passthrough=true -s /Users/didi/.m3/settings.xml -Dmaven It looks like the issue comes from local Maven environment?(probably related to the HTTP repo blocking in your settings.xml) <img width="1576" height="184" alt="image" src="https://github.com/user-attachments/assets/dd9134b0-0777-4663-bf37-d2788e24bf20" /> Could you please try running the same command with a standard Maven setup (e.g., using ~/.m2/settings.xml)? I just verified that and works fine on my side. -- 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]
