[REGRESSION] kernel package/perf ftbfs caused by missing python-dev
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linaro Linux Baseline |
Fix Released
|
Critical
|
Andrey Konovalov | ||
Linaro Ubuntu |
Fix Released
|
Critical
|
Wookey |
Bug Description
the changes introduced in http://
are causing perf to ftbfs:
cd /build/
make HAVE_CPLUS_
CHK -fstack-
CHK -Wstack-protector
CHK -Wvolatile-
CHK bionic
CHK libelf
CHK libdw
CHK -DLIBELF_MMAP
CHK libaudit
make[1]: Entering directory `/build/
Makefile:657: No libaudit.h found, disables 'trace' tool, please install audit-libs-devel or libaudit-dev
CHK libnewt
CHK gtk2
Makefile:693: GTK2 not found, disables GTK2 support. Please install gtk2-devel or libgtk2.0-dev
CHK perl
Makefile:750: The path '/usr/bin/
Makefile:750: *** Please set 'PYTHON_CONFIG' appropriately. Stop.
looks like they've introduced a build-dep on python-dev but not listed it.
the get-executable-
Changed in linaro-ubuntu: | |
status: | New → In Progress |
importance: | Undecided → Critical |
assignee: | nobody → Wookey (wookey) |
milestone: | none → 13.03 |
Changed in linaro-linux-baseline: | |
importance: | Undecided → Critical |
assignee: | nobody → Andrey Konovalov (andrey-konovalov) |
milestone: | none → 13.03 |
Changed in linaro-linux-baseline: | |
status: | New → In Progress |
Changed in linaro-linux-baseline: | |
status: | Fix Committed → Fix Released |
Changed in linaro-ubuntu: | |
status: | In Progress → Fix Released |
patch to put the behaviour back to the same as 3.8 but is still make 3.80 compatible.