-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build error in "hybridsim" and "protobuf" #546
Comments
This is related to the issue described in: matsim-org/matsim-libs#1441. We are in the middle of migration from one mvn repo to another. As a temp solution, you can add (locally, without pushing to master) the following repo to the top level <repository>
<!-- For MATSim snapshots: -->
<id>ojo-snapshots</id>
<url>https://oss.jfrog.org/libs-snapshot</url>
</repository> to undo the following change: matsim-org/matsim-libs@62d35c2#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8 |
Ah, then this is something else than I initially thought of. Maybe try this grpc/grpc-java#7690 or similar and report back how you have solved it. Then we can try to adjust the poms. |
Okay, thanks! So it seems that it is a problem with the Apple m1 chip... |
For now, I exclude that two package in the pom file, and manually add the xxx-SNAPSHOT-release.zip in the target folder of that two project. And I think it will work for now, as I am not using the hybridsim or protobuf, |
Hi @luchengqi7, have you tried this here - that is from time to time an issue with this both contribs, if they are complaining about the missing e.g. (https://github.com/matsim-org/matsim-libs/tree/master/contribs/hybridsim --> Readme) Just as an additional idea besides the mvn stuff. |
Build will fail at the package "hybridsim" and "protobuf". Error message: Missing artifact.
Also in the IntelliJ, the HybridSimProto can not be resolved.
This problem is currently only observed on the mac system (with m1 chip).
Cleaning .m2 folder does not work. Re-clone the project from Github also doens't work.
The text was updated successfully, but these errors were encountered: