GNOME Bugzilla – Bug 796781
libxml2: fails to build in latest Ubuntu 18.04 LTS, due to a Python 2.7 development dependency
Last modified: 2018-07-10 18:12:56 UTC
In the latest Ubuntu 18.04 LTS Cerbero fails to build gstreamer-1.0, since libxml2 looks for Python 2.7 developer headers, but only Python 3 developer headers are installed during the bootstrap. In the recipe, it looks like libxml2 is build without Python in all platforms except Linux. Will send a patch for this.
Created attachment 372990 [details] [review] Added for all Linux platforms the same Python exclusion of other platforms.
Note that I rewrote the commit message, thanks! Author: Vincenzo Bono <vincenzo.bono@gmail.com> Date: Tue Jul 10 10:35:59 2018 -0700 libxml2: Don't build Python support, even Linux libxml2 Python support requires Python 2 develpment headers which we no longer install in bootstrap. This fixed build failure on latest Ubuntu 18.04 LTS. All other platforms already has this support disable. https://bugzilla.gnome.org/show_bug.cgi?id=796781