question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Swig is missing from CI

See original GitHub issue

From this CI run:

make[2]: Entering directory '/home/travis/build/cocotb/cocotb/examples/endian_swapper/tests'
/usr/bin/make results.xml
make[3]: Entering directory '/home/travis/build/cocotb/cocotb/examples/endian_swapper/tests'
mkdir -p sim_build
cd ../cosim && make
make[4]: Entering directory '/home/travis/build/cocotb/cocotb/examples/endian_swapper/cosim'
gcc  -fPIC -pthread -fno-strict-aliasing -O2 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 \
-fexceptions --param=ssp-buffer-size=4 -D_GNU_SOURCE \
-fwrapv -DNDEBUG -I/opt/python/3.8.0/include/python3.8 -c io.c -o io_module.o
gcc -pthread -shared  io_module.o -L/opt/python/3.8.0/lib  -o io_module.so
swig -python -outcurrentdir ../hal/endian_swapper_hal.h
make[4]: swig: Command not found

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
themperekcommented, Jan 22, 2020
0reactions
eric-wiesercommented, Jan 22, 2020

Done in #1316

Read more comments on GitHub >

github_iconTop Results From Across the Web

SWIG missing... · Issue #39 · microsoft/ELL - GitHub
Could NOT find SWIG (missing: SWIG_EXECUTABLE SWIG_DIR) (Required is at least version "3.0.12") CMake Warning at CMakeLists.txt:85 (message):
Read more >
c++ - When importing a swig generated module, Python is ...
c++ - When importing a swig generated module, Python is complaining about missing delete method - Stack Overflow. Stack Overflow for Teams – ......
Read more >
SWIG is not found in MINGw32/64 MSYS2 Environment by ...
When i try to generate a makefile with "cmake -G "MSYS Makefiles" -DCMAKE_FIND_ROOT_PATH=c:/msys64" SWIG_DIR is not found:.
Read more >
SWIG-4.0 Documentation
Don't panic if you get 'not found' messages -- SWIG does not need these packages to compile or run. The configure script is...
Read more >
Attempting to cross compile in Buildroot gives error: Target ...
... in Buildroot gives error: Target "gnuradio::runtime_swig" not found ... Found SWIG: /home/user/git/buildroot/build/host/bin/swig4.0 ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found