FTBFS on artful (can't cd to python in override_dh_install)
Bug #1691658 reported by
Christian Ehrhardt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openvswitch (Ubuntu) |
Fix Released
|
High
|
Christian Ehrhardt |
Bug Description
Hi,
while working on a new DPDK I was wondering how I'd broken the non DPDK arches as well.
TL;DR it is currently FTBFS as-is in artful.
Full build log:
https:/
Error:
Copying ovs.egg-info to /<<PKGBUILDDIR>
Skipping SOURCES.txt
running install_scripts
/bin/sh: 2: cd: can't cd to python
debian/rules:84: recipe for target 'override_
make[1]: *** [override_
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:6: recipe for target 'binary' failed
Changed in openvswitch (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → ChristianEhrhardt (paelzer) |
tags: | added: server-next |
Changed in openvswitch (Ubuntu): | |
status: | Confirmed → In Progress |
tags: | added: dpdk-17.04 |
To post a comment you must log in.
Also:
x86_64- linux-gnu- gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict- aliasing -g -O2 -fdebug- prefix- map=/<< PKGBUILDDIR> >=. -fstack- protector- strong -Wformat -Werror= format- security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/ include/ python2. 7 -c ovs/_json.c -o build/temp. linux-x86_ 64-2.7/ ovs/_json. o
ovs/_json.c:1:20: fatal error: Python.h: No such file or directory
#include "Python.h"