Opened 8 years ago
Closed 8 years ago
#4522 closed defect (invalid)
ThermoPower and msgpack-modelica point to invalid commits
| Reported by: | Owned by: | Martin Sjölund | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Third-Party Libraries | Version: | |
| Keywords: | Cc: | Martin Sjölund |
Description
Trying to build this for nixos and I have issues because these repos referenced in libraries/Makefile.libs point to revisions that don't exist. Ran into same issue on 1.11 and 1.13-dev:
{ url = "https://github.com/modelica-3rdparty/ThermoPower.git"; rev = "98c4fed658601b983d8e55d7016b5c144cefa241"; sha256=""; }
{ url = "https://github.com/modelica-3rdparty/msgpack-modelica.git"; rev = "4c1828463dd21dabbf29d963c6f1cf153aaa9028"; sha256=""; }
Change History (3)
comment:1 by , 8 years ago
| Cc: | added |
|---|---|
| Component: | *unknown* → Third-Party Libraries |
| Owner: | changed from to |
comment:2 by , 8 years ago
comment:3 by , 8 years ago
| Milestone: | Future |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |
Closing due to lack of feedback
Note:
See TracTickets
for help on using tickets.

You shouldn't get an error for that. That revision for msgpack-modelica.git exists for sure. It should just have been a temporary error because you didn't have it checked out before, causing the script to then download the directory. If you use
make -jNwith N>1, do note that the error message you get might be from the last successful make job and the actual error far up in the log. So please attach a full build log or runmake -j1and just post the tail of the log.