Source: alsa-lib Version: 1.1.3-3 Tags: patch User: [email protected] Usertags: rebootstrap
alsa-lib added python-dev to Build-Depends in version 1.1.3-3. Unfortunately, python-dev cannot be installed during cross compilation and is not what alsa-lib needs. What it needs, is a build architecture python and a host architecture python development package. That's usually requested via "python-dev:native, libpython-dev". After changing Build-Depends, it cross builds again. Please consider applying the attached patch after stretch is released. Helmut
diff --minimal -Nru alsa-lib-1.1.3/debian/changelog alsa-lib-1.1.3/debian/changelog --- alsa-lib-1.1.3/debian/changelog 2017-01-24 12:30:46.000000000 +0100 +++ alsa-lib-1.1.3/debian/changelog 2017-02-05 07:15:23.000000000 +0100 @@ -1,3 +1,10 @@ +alsa-lib (1.1.3-4.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Use cross-compatible python Build-Depends (closes: #-1) + + -- Helmut Grohne <[email protected]> Sun, 05 Feb 2017 07:15:23 +0100 + alsa-lib (1.1.3-4) unstable; urgency=medium * Add copyright notes for src/topology. Thanks Thorsten Alteholz for diff --minimal -Nru alsa-lib-1.1.3/debian/control alsa-lib-1.1.3/debian/control --- alsa-lib-1.1.3/debian/control 2017-01-23 23:26:19.000000000 +0100 +++ alsa-lib-1.1.3/debian/control 2017-02-05 07:15:21.000000000 +0100 @@ -5,7 +5,7 @@ Uploaders: Jordi Mallach <[email protected]>, Elimar Riesebieter <[email protected]>, Luke Yelavich <[email protected]> -Build-Depends: debhelper (>= 10), dpkg-dev (>= 1.16.1), python-dev +Build-Depends: debhelper (>= 10), dpkg-dev (>= 1.16.1), python-dev:native, libpython-dev Build-Depends-Indep: doxygen, graphviz Standards-Version: 3.9.8 Homepage: https://www.alsa-project.org/

