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: sjoelund.se
Priority: high Milestone:
Component: Third-Party Libraries Version:
Keywords: Cc: sjoelund.se

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 Changed 7 years ago by perost

  • Cc sjoelund.se added
  • Component changed from *unknown* to Third-Party Libraries
  • Owner changed from somebody to sjoelund.se

comment:2 Changed 7 years ago by sjoelund.se

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 Changed 7 years ago by sjoelund.se

  • Milestone Future deleted
  • Resolution set to invalid
  • Status changed from new to closed

Closing due to lack of feedback

Note: See TracTickets for help on using tickets.