Philipp Ittershagen Posted November 13, 2019 Report Share Posted November 13, 2019 Commit dca3c40305a4feb05916459568389742a85d2814 removed the file docs/tlm/ChangeLog but it is currently still referenced in docs/CMakeLists.txt, which results in an error when trying to install the library. As of fd4bedd564457278a5600b406c9082ed190dc486, this bug is still present. Steps to reproduce: mkdir build && cd build cmake .. cmake --build . DESTDIR=tmp-install cmake --build . -- install Here's a trivial patch that solves the issue: diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index 89ea23ba..d550b3bc 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -49,7 +49,6 @@ set (DOC_FILES sysc/archived/SystemC_2_1_overview.pdf sysc/archived/SystemC_2_1_features.pdf sysc/SystemC_2011_New_Features.pdf - tlm/ChangeLog tlm/release/TLM_2_0_requirements.pdf tlm/release/TLM_2_0_white_paper.pdf tlm/release/README.txt Greetings from Oldenburg 🙂 Philipp Quote Link to comment Share on other sites More sharing options...
Philipp A Hartmann Posted December 3, 2019 Report Share Posted December 3, 2019 Fix published in https://github.com/accellera-official/systemc/commit/5a94360d. Thanks for the report! Greetings from Duisburg, Philipp maehne 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.