Opened 7 years ago

Closed 7 years ago

#4522 closed defect (invalid)

ThermoPower and msgpack-modelica point to invalid commits

Reported by: disasm@… 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 Per Östlund, 7 years ago

Cc: Martin Sjölund added
Component: *unknown*Third-Party Libraries
Owner: changed from somebody to Martin Sjölund

comment:2 by Martin Sjölund, 7 years ago

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 -jN with 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 run make -j1 and just post the tail of the log.

comment:3 by Martin Sjölund, 7 years ago

Milestone: Future
Resolution: invalid
Status: newclosed

Closing due to lack of feedback

Note: See TracTickets for help on using tickets.