Skip to content
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

Tcl lib is missing when installing dependencies in CI flow #4

Closed
1 task done
tangxifan opened this issue Jun 6, 2022 · 0 comments
Closed
1 task done

Tcl lib is missing when installing dependencies in CI flow #4

tangxifan opened this issue Jun 6, 2022 · 0 comments

Comments

@tangxifan
Copy link
Contributor

Describe the bug
A clear and concise description of what the bug is.

  • Continous Integration

To Reproduce
Steps to reproduce the behavior:

  1. Clone repository and checkout commit id: 94966a5
  2. Execute a test case or your own example: https://github.com/RapidSilicon/OpenFPGA_RS2/runs/6750446190?check_suite_focus=true
  3. See error

Expected behavior
Should have no such errors.
Recommend to double check the package name for tcllib-dev in Ubuntu-latest in Github Machines (Currently it is taken from the package list for Ubuntu 18.04)

Screenshots

[ 91%] [FLEX][VerilogLex] Building scanner with flex 2.6.4
[ 91%] Building CXX object OpenSTA/CMakeFiles/OpenSTA.dir/app/StaMain.cc.o
/home/runner/work/OpenFPGA_RS2/OpenFPGA_RS2/OpenSTA/app/StaMain.cc:19:10: fatal error: tcl.h: No such file or directory
   19 | #include <tcl.h>
      |          ^~~~~~~
compilation terminated.
make[3]: *** [OpenSTA/CMakeFiles/OpenSTA.dir/build.make:155: OpenSTA/CMakeFiles/OpenSTA.dir/app/StaMain.cc.o] Error 1
make[2]: *** [CMakeFiles/Makefile2:2207: OpenSTA/CMakeFiles/OpenSTA.dir/all] Error 2
make[1]: *** [Makefile:136: all] Error 2
make: *** [Makefile:38: compile] Error 2

Enviornment (please complete the following information):

  • OS:
  • Tool:
  • Version:

Additional context
Add any other context about the problem here.

@tangxifan tangxifan mentioned this issue Jun 6, 2022
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant