New issue
Advanced search Search tips

Issue 789189 link

Starred by 0 users

Issue metadata

Status: Fixed
Owner:
Closed: Jan 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

dtc: build fails when swig/python not installed

Project Member Reported by vapier@chromium.org, Nov 28 2017

Issue description

$ git clone git://git.kernel.org/pub/scm/utils/dtc/dtc.git
$ cd dtc
$ git describe HEAD
v1.4.5-18-gb260c4f610c0
$ make -j
## Skipping pylibfdt (install python dev and swig to build)
$ make install DESTDIR=$PWD/foo
        CHK version_gen.h
## Skipping pylibfdt (install python dev and swig to build)
         INSTALL-BIN
         INSTALL-LIB
         INSTALL-INC
         PYMOD pylibfdt/_libfdt.so
unable to execute 'swig': No such file or directory
error: command 'swig' failed with exit status 1
make: *** [pylibfdt/_libfdt.so] Error 1
 

Comment 1 by sjg@chromium.org, Jan 5 2018

Status: Started (was: Available)

Comment 2 by sjg@chromium.org, Jan 5 2018

Sent an initial patch to the device-tree compiler mailing list.

Comment 3 by sjg@chromium.org, Jan 29 2018

Status: Fixed (was: Started)
The patch was accepted

Sign in to add a comment