[Buildroot] [PATCH 1/1] package/python3: fix bzip2 build

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Oct 18 19:52:44 UTC 2021


On Sun, 17 Oct 2021 22:05:58 +0200
Fabrice Fontaine <fontaine.fabrice at gmail.com> wrote:

> Fix the following build failure raised since commit
> 21a56f9edbca8dd8b19567be6be2b32e44ebb860 which wrongly removed
> the select on BR2_PACKAGE_BZIP2 from BR2_PACKAGE_PYTHON3_BZIP2:
> 
> Makefile:587: *** bzip2 is in the dependency chain of python3 that has added it to its _DEPENDENCIES variable without selecting it or depending on it from Config.in.  Stop.
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/041a2f9c536fce1a1acf6da0464855e4f1e1604f
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
> ---
>  package/python3/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Indeed, there's been a misunderstanding. Arnout asked to drop the
"select BR2_PACKAGE_HOST_BZIP2" from package/python3/Config.in.host,
but Adam removed the "select BR2_PACKAGE_BZIP2" from
package/python3/Config.in instead, and Arnout didn't spot the mistake
when applying.

Anyway, I've applied your patch, and did another to drop the bogus
select BR2_PACKAGE_HOST_BZIP2. Thanks for fixing this!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list